Uses of Class
org.extex.font.format.xtf.tables.TtfTableCMAP.Format

Packages that use TtfTableCMAP.Format
org.extex.font.format.xtf.tables   
 

Uses of TtfTableCMAP.Format in org.extex.font.format.xtf.tables
 

Subclasses of TtfTableCMAP.Format in org.extex.font.format.xtf.tables
 class TtfTableCMAP.Format0
          Format 0 is suitable for fonts whose character codes and glyph indices are restricted to a single byte.
 class TtfTableCMAP.Format10
          Format 10.0 is a bit like format 6, in that it defines a trimmed array for a tight range of 32-bit character codes.
 class TtfTableCMAP.Format12
          Format 12.0 is a bit like format 4, in that it defines segments for sparse representation in 4-byte character space.
 class TtfTableCMAP.Format2
          The format 2 mapping subtable type is used for fonts containing Japanese, Chinese, or Korean characters.
 class TtfTableCMAP.Format4
          Format 4 is a two-byte encoding format.
 class TtfTableCMAP.Format6
          Format 6 is used to map 16-bit, 2-byte, characters to glyph indexes.
 class TtfTableCMAP.Format8
          Format 8.0 is a bit like format 2, in that it provides for mixed-length character codes.
 

Methods in org.extex.font.format.xtf.tables that return TtfTableCMAP.Format
 TtfTableCMAP.Format TtfTableCMAP.getFormat(short platformId, short encodingId)
          Returns the cmap format.
 TtfTableCMAP.Format[] TtfTableCMAP.getFormats()
          Returns the formats.