类 SubTable.Builder<T extends SubTable>

java.lang.Object
com.google.typography.font.sfntly.table.FontDataTable.Builder<T>
com.google.typography.font.sfntly.table.SubTable.Builder<T>
类型参数:
T - the type of the subtable
直接已知子类:
BitmapGlyph.Builder, BitmapSizeTable.Builder, CMap.Builder, Glyph.Builder, GlyphMetrics.Builder, IndexSubTable.Builder, LayoutCommonTable.Builder, LookupList.Builder, VisibleSubTable.Builder
封闭类:
SubTable

protected abstract static class SubTable.Builder<T extends SubTable> extends FontDataTable.Builder<T>
An abstract base class for subtable builders.
  • 字段详细资料

  • 构造器详细资料

    • Builder

      protected Builder(WritableFontData data, ReadableFontData masterData)
      Constructor.
      参数:
      data - the data for the subtable being built
      masterData - the data for the full table
    • Builder

      protected Builder(ReadableFontData data, ReadableFontData masterData)
      Constructor.
      参数:
      data - the data for the subtable being built
      masterData - the data for the full table
    • Builder

      protected Builder(WritableFontData data)
      Constructor.
      参数:
      data - the data for the subtable being built
    • Builder

      protected Builder(ReadableFontData data)
      Constructor.
      参数:
      data - the data for the subtable being built
    • Builder

      protected Builder(int dataSize)
      Constructor. Creates a new empty sub-table.
      参数:
      dataSize - the initial size for the data; if it is positive then the size is fixed; if it is negative then it is variable sized
  • 方法详细资料