类 BitmapSizeTable


public final class BitmapSizeTable extends SubTable
  • 字段详细资料

    • indexSubTablesLock

      private final Object indexSubTablesLock
    • indexSubTables

      private volatile List<IndexSubTable> indexSubTables
  • 构造器详细资料

  • 方法详细资料

    • indexSubTableArrayOffset

      public int indexSubTableArrayOffset()
    • indexTableSize

      public int indexTableSize()
    • numberOfIndexSubTables

      private static int numberOfIndexSubTables(ReadableFontData data, int tableOffset)
    • numberOfIndexSubTables

      public int numberOfIndexSubTables()
    • colorRef

      public int colorRef()
    • hori

      public void hori()
    • vert

      public void vert()
    • startGlyphIndex

      public int startGlyphIndex()
    • endGlyphIndex

      public int endGlyphIndex()
    • ppemX

      public int ppemX()
    • ppemY

      public int ppemY()
    • bitDepth

      public int bitDepth()
    • flagsAsInt

      public int flagsAsInt()
    • indexSubTable

      public IndexSubTable indexSubTable(int index)
    • glyphInfo

      public BitmapGlyphInfo glyphInfo(int glyphId)
    • glyphOffset

      public int glyphOffset(int glyphId)
    • glyphLength

      public int glyphLength(int glyphId)
    • glyphFormat

      public int glyphFormat(int glyphId)
    • searchIndexSubTables

      private IndexSubTable searchIndexSubTables(int glyphId)
    • linearSearchIndexSubTables

      private IndexSubTable linearSearchIndexSubTables(int glyphId)
    • binarySearchIndexSubTables

      private IndexSubTable binarySearchIndexSubTables(int glyphId)
    • createIndexSubTable

      private IndexSubTable createIndexSubTable(int index)
    • getIndexSubTableList

      private List<IndexSubTable> getIndexSubTableList()
    • toString

      public String toString()
      覆盖:
      toString 在类中 FontDataTable