PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents.fonts
Class Type1Font

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by it.stefanochizzolini.clown.documents.contents.fonts.Font
          extended by it.stefanochizzolini.clown.documents.contents.fonts.SimpleFont
              extended by it.stefanochizzolini.clown.documents.contents.fonts.Type1Font
Direct Known Subclasses:
MMType1Font, StandardType1Font

public class Type1Font
extends SimpleFont

Type 1 font [PDF:1.6:5.5.1;AFM:4.1].

Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Nested Class Summary
 
Nested classes/interfaces inherited from class it.stefanochizzolini.clown.documents.contents.fonts.Font
Font.FlagsEnum
 
Field Summary
protected  it.stefanochizzolini.clown.documents.contents.fonts.AfmParser.FontMetrics metrics
           
 
Fields inherited from class it.stefanochizzolini.clown.documents.contents.fonts.Font
codes, defaultGlyphWidth, glyphIndexes, glyphKernings, glyphWidths, symbolic
 
Method Summary
 Type1Font clone(Document context)
          Gets a clone of the object, registered inside the given document context.
protected  Map<ByteArray,Integer> getNativeEncoding()
           
protected  void loadEncoding()
           
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.fonts.SimpleFont
getDescriptor, loadEncodingDifferences, onLoad
 
Methods inherited from class it.stefanochizzolini.clown.documents.contents.fonts.Font
decode, encode, equals, get, get, get, getAscent, getAscent, getDescent, getDescent, getFlags, getHeight, getHeight, getHeight, getHeight, getKernedWidth, getKerning, getKerning, getKerning, getLineHeight, getLineHeight, getName, getScalingFactor, getType, getWidth, getWidth, getWidth, getWidth, isSymbolic, load, wrap
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metrics

protected it.stefanochizzolini.clown.documents.contents.fonts.AfmParser.FontMetrics metrics
Method Detail

clone

public Type1Font clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Specified by:
clone in class PdfObjectWrapper<PdfDictionary>
Parameters:
context - Which document the clone has to be registered in.

getNativeEncoding

protected Map<ByteArray,Integer> getNativeEncoding()

loadEncoding

protected void loadEncoding()
Specified by:
loadEncoding in class SimpleFont

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.