public abstract class CIDFont extends CustomFont
Modifier and Type | Field and Description |
---|---|
protected int[] |
width
Contains the character widths for all characters in the font
|
eventListener, NOT_FOUND
Constructor and Description |
---|
CIDFont() |
Modifier and Type | Method and Description |
---|---|
abstract CIDSubset |
getCIDSubset()
Returns the subset information for this font.
|
abstract CIDFontType |
getCIDType()
Returns the type of the CID font.
|
int |
getDefaultWidth()
Returns the default width for this font.
|
abstract String |
getOrdering()
Returns a font name for use within a registry.
|
abstract String |
getRegistry()
Returns the name of the issuer of the font.
|
abstract int |
getSupplement()
Returns the supplement number of the character collection.
|
boolean |
isMultiByte()
Determines whether the font is a multibyte font.
|
getAscender, getAscender, getCapHeight, getCapHeight, getDescender, getDescender, getEmbedFileName, getEmbedFileSource, getEmbedFontName, getEmbedResourceName, getFamilyNames, getFirstChar, getFlags, getFontBBox, getFontName, getFontSubName, getFontType, getFullName, getItalicAngle, getKerningInfo, getLastChar, getMissingWidth, getPanose, getStemV, getStrippedFontName, getWeight, getXHeight, hasKerningInfo, isEmbeddable, isKerningEnabled, isSymbolicFont, putKerningEntry, replaceKerningMap, setAscender, setCapHeight, setDescender, setEmbeddable, setEmbedFileName, setEmbedResourceName, setFamilyNames, setFirstChar, setFlags, setFontBBox, setFontName, setFontSubFamilyName, setFontType, setFullName, setItalicAngle, setKerningEnabled, setLastChar, setMissingWidth, setPanose, setResolver, setStemV, setWeight, setXHeight
getEncodingName, getMaxAscent, hadMappingOperations, hasChar, mapChar, notifyMapOperation, setEventListener, toString, warnMissingGlyph
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMaxAscent, getWidth, getWidths
protected int[] width
public abstract CIDFontType getCIDType()
public abstract String getRegistry()
public abstract String getOrdering()
public abstract int getSupplement()
public abstract CIDSubset getCIDSubset()
public int getDefaultWidth()
public boolean isMultiByte()
isMultiByte
in class Typeface
Copyright © 2007-2019. All Rights Reserved.