Save This Page
Home » iText-2.1.7 » com.lowagie » text » pdf » [javadoc | source]
com.lowagie.text.pdf
class: EnumerateTTC [javadoc | source]
java.lang.Object
   com.lowagie.text.pdf.BaseFont
      com.lowagie.text.pdf.TrueTypeFont
         com.lowagie.text.pdf.EnumerateTTC
Enumerates all the fonts inside a True Type Collection.
Field Summary
protected  String[] names     
Fields inherited from com.lowagie.text.pdf.TrueTypeFont:
codePages,  justNames,  tables,  rf,  fileName,  cff,  cffOffset,  cffLength,  directoryOffset,  ttcIndex,  style,  head,  hhea,  os_2,  GlyphWidths,  bboxes,  cmap10,  cmap31,  cmapExt,  kerning,  fontName,  fullName,  allNameEntries,  familyName,  italicAngle,  isFixedPitch,  underlinePosition,  underlineThickness
Fields inherited from com.lowagie.text.pdf.BaseFont:
COURIER,  COURIER_BOLD,  COURIER_OBLIQUE,  COURIER_BOLDOBLIQUE,  HELVETICA,  HELVETICA_BOLD,  HELVETICA_OBLIQUE,  HELVETICA_BOLDOBLIQUE,  SYMBOL,  TIMES_ROMAN,  TIMES_BOLD,  TIMES_ITALIC,  TIMES_BOLDITALIC,  ZAPFDINGBATS,  ASCENT,  CAPHEIGHT,  DESCENT,  ITALICANGLE,  BBOXLLX,  BBOXLLY,  BBOXURX,  BBOXURY,  AWT_ASCENT,  AWT_DESCENT,  AWT_LEADING,  AWT_MAXADVANCE,  UNDERLINE_POSITION,  UNDERLINE_THICKNESS,  STRIKETHROUGH_POSITION,  STRIKETHROUGH_THICKNESS,  SUBSCRIPT_SIZE,  SUBSCRIPT_OFFSET,  SUPERSCRIPT_SIZE,  SUPERSCRIPT_OFFSET,  FONT_TYPE_T1,  FONT_TYPE_TT,  FONT_TYPE_CJK,  FONT_TYPE_TTUNI,  FONT_TYPE_DOCUMENT,  FONT_TYPE_T3,  IDENTITY_H,  IDENTITY_V,  CP1250,  CP1252,  CP1257,  WINANSI,  MACROMAN,  CHAR_RANGE_LATIN,  CHAR_RANGE_ARABIC,  CHAR_RANGE_HEBREW,  CHAR_RANGE_CYRILLIC,  EMBEDDED,  NOT_EMBEDDED,  CACHED,  NOT_CACHED,  RESOURCE_PATH,  CID_NEWLINE,  subsetRanges,  fontType,  notdef,  widths,  differences,  unicodeDifferences,  charBBoxes,  encoding,  embedded,  compressionLevel,  fontSpecific,  fontCache,  BuiltinFonts14,  forceWidthsOutput,  directTextToByte,  subset,  fastWinansi,  specialMap
Constructor:
 EnumerateTTC(String ttcFile) throws DocumentException, IOException 
 EnumerateTTC(byte[] ttcArray) throws DocumentException, IOException 
Method from com.lowagie.text.pdf.EnumerateTTC Summary:
findNames,   getNames
Methods from com.lowagie.text.pdf.TrueTypeFont:
addRangeUni,   checkCff,   compactRanges,   fillTables,   getAllNameEntries,   getAllNames,   getBaseFont,   getCodePagesSupported,   getFamilyFontName,   getFontBaseType,   getFontDescriptor,   getFontDescriptor,   getFullFont,   getFullFontName,   getFullFontStream,   getGlyphWidth,   getKerning,   getMetricsTT,   getNames,   getPostscriptFontName,   getRawCharBBox,   getRawWidth,   getTTCName,   hasKernPairs,   process,   readCMaps,   readCffFont,   readFormat0,   readFormat12,   readFormat4,   readFormat6,   readGlyphWidths,   readKerning,   readStandardString,   readUnicodeString,   setKerning,   setPostscriptFontName,   writeFont
Methods from com.lowagie.text.pdf.BaseFont:
addSubsetRange,   charExists,   convertToBytes,   convertToBytes,   correctArabicAdvance,   createEncoding,   createFont,   createFont,   createFont,   createFont,   createFont,   createFont,   createFont,   createSubsetPrefix,   enumerateTTCNames,   enumerateTTCNames,   getAllFontNames,   getAllNameEntries,   getAllNameEntries,   getAscent,   getAscentPoint,   getBaseName,   getCharBBox,   getCidCode,   getCodePagesSupported,   getCompressionLevel,   getDescent,   getDescentPoint,   getDifferences,   getDocumentFonts,   getDocumentFonts,   getEncoding,   getFamilyFontName,   getFontDescriptor,   getFontType,   getFullFontName,   getFullFontName,   getFullFontStream,   getKerning,   getPostscriptFontName,   getRawCharBBox,   getRawWidth,   getResourceStream,   getResourceStream,   getUnicodeDifferences,   getUnicodeDifferences,   getUnicodeEquivalent,   getWidth,   getWidth,   getWidthPoint,   getWidthPoint,   getWidthPointKerned,   getWidths,   hasKernPairs,   isDirectTextToByte,   isEmbedded,   isFontSpecific,   isForceWidthsOutput,   isSubset,   normalizeEncoding,   setCharAdvance,   setCompressionLevel,   setDirectTextToByte,   setForceWidthsOutput,   setKerning,   setPostscriptFontName,   setSubset,   writeFont
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.lowagie.text.pdf.EnumerateTTC Detail:
  void findNames() throws DocumentException, IOException 
 String[] getNames()