类 IndexSubTableFormat2


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

    • imageSize

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

    • IndexSubTableFormat2

      private IndexSubTableFormat2(ReadableFontData data, int first, int last)
  • 方法详细资料

    • 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