类 IndexSubTableFormat4


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

  • 构造器详细资料

    • IndexSubTableFormat4

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

    • numGlyphs

      private static int numGlyphs(ReadableFontData data, int tableOffset)
    • 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
    • findCodeOffsetPair

      protected int findCodeOffsetPair(int glyphId)