类 IndexSubTableFormat5


public final class IndexSubTableFormat5 extends IndexSubTable
Format 5 Index Subtable Entry.
作者:
Stuart Gill
  • 字段详细资料

    • imageSize

      private final int imageSize
  • 构造器详细资料

    • IndexSubTableFormat5

      private IndexSubTableFormat5(ReadableFontData data, int firstGlyphIndex, int lastGlyphIndex)
  • 方法详细资料

    • numGlyphs

      private static int numGlyphs(ReadableFontData data, int tableOffset)
    • imageSize

      public int imageSize()
    • bigMetrics

      public BigGlyphMetrics bigMetrics()
    • numGlyphs

      public int numGlyphs()
      指定者:
      numGlyphs 在类中 IndexSubTable
    • glyphStartOffset

      public int glyphStartOffset(int glyphId)
      从类复制的说明: IndexSubTable
      Gets the offset of the glyph relative to the block for this index subtable.
      指定者:
      glyphStartOffset 在类中 IndexSubTable
      参数:
      glyphId - the glyph id
      返回:
      the glyph offset
    • glyphLength

      public int glyphLength(int glyphId)
      指定者:
      glyphLength 在类中 IndexSubTable