public class PjFontType1 extends PjFont
_h| Constructor and Description |
|---|
PjFontType1()
Creates a new type 1 font dictionary.
|
PjFontType1(java.util.Hashtable h)
Creates a type 1 font dictionary as a wrapper around a Hashtable.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a deep copy of this object.
|
static boolean |
isLike(PjDictionary dictionary)
Examines a dictionary to see if it is a PDF type 1 font.
|
getBaseFont, getEncoding, getFirstChar, getFontDescriptor, getLastChar, getName, getWidths, setBaseFont, setBaseFont, setEncoding, setEncoding, setEncoding, setFirstChar, setFirstChar, setFontDescriptor, setLastChar, setLastChar, setName, setWidthscloneHt, getHashtable, hget, hgetReference, renumber, writePdfpublic PjFontType1()
public PjFontType1(java.util.Hashtable h)
h - the Hashtable to use for this dictionary.public static boolean isLike(PjDictionary dictionary)
dictionary - the dictionary to examine.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class PjDictionaryjava.lang.CloneNotSupportedException - if the instance can not be cloned.