|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.BaseFont
com.lowagie.text.pdf.TrueTypeFont
com.lowagie.text.pdf.EnumerateTTC
class EnumerateTTC
Enumerates all the fonts inside a True Type Collection.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.lowagie.text.pdf.TrueTypeFont |
---|
TrueTypeFont.FontHeader, TrueTypeFont.HorizontalHeader, TrueTypeFont.WindowsMetrics |
Nested classes/interfaces inherited from class com.lowagie.text.pdf.BaseFont |
---|
BaseFont.StreamFont |
Field Summary | |
---|---|
protected String[] |
names
|
Fields inherited from class com.lowagie.text.pdf.TrueTypeFont |
---|
bboxes, cff, cffLength, cffOffset, cmap10, cmap31, codePages, directoryOffset, familyName, fileName, fontName, fullName, GlyphWidths, head, hhea, isFixedPitch, italicAngle, justNames, kerning, os_2, rf, style, tables, ttcIndex |
Constructor Summary | |
---|---|
EnumerateTTC(byte[] ttcArray)
|
|
EnumerateTTC(String ttcFile)
|
Method Summary | |
---|---|
(package private) void |
findNames()
|
(package private) String[] |
getNames()
|
Methods inherited from class com.lowagie.text.pdf.TrueTypeFont |
---|
addRangeUni, checkCff, compactRanges, fillTables, getBaseFont, getCodePagesSupported, getFamilyFontName, getFontBaseType, getFontDescriptor, getFontDescriptor, getFullFont, getFullFontName, getGlyphWidth, getKerning, getMetricsTT, getNames, getPostscriptFontName, getRawCharBBox, getRawWidth, getTTCName, hasKernPairs, process, readCMaps, readFormat0, readFormat4, readFormat6, readGlyphWidths, readKerning, readStandardString, readUnicodeString, setKerning, setPostscriptFontName, writeFont |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String[] names
Constructor Detail |
---|
EnumerateTTC(String ttcFile) throws DocumentException, IOException
DocumentException
IOException
EnumerateTTC(byte[] ttcArray) throws DocumentException, IOException
DocumentException
IOException
Method Detail |
---|
void findNames() throws DocumentException, IOException
DocumentException
IOException
String[] getNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |