- gasp - Static variable in class com.google.typography.font.sfntly.Tag
-
- GDEF - Static variable in class com.google.typography.font.sfntly.Tag
-
- general - Variable in class com.google.typography.font.tools.fontinfo.CommandOptions
-
- generateLocaList() - Method in class com.google.typography.font.sfntly.table.bitmap.EbdtTable.Builder
-
- generateLocaList() - Method in class com.google.typography.font.sfntly.table.bitmap.EblcTable.Builder
-
Generates the loca list for the EBDT table.
- generateLocaList() - Method in class com.google.typography.font.sfntly.table.truetype.GlyphTable.Builder
-
Generate a loca table list from the current state of the glyph table
builder.
- generateLocaMap() - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable.Builder
-
- getBlockEndCode(int) - Static method in class com.google.typography.font.tools.fontinfo.UnicodeBlockData
-
- getBlockName(int) - Static method in class com.google.typography.font.tools.fontinfo.UnicodeBlockData
-
- getBlockStartCode(int) - Static method in class com.google.typography.font.tools.fontinfo.UnicodeBlockData
-
- getBuilder(Header, WritableFontData) - Static method in class com.google.typography.font.sfntly.table.Table.Builder
-
Get a builder for the table type specified by the data in the header.
- getCmapIndex(CMapTable.CMapId) - Method in class com.google.typography.font.sfntly.table.core.CMapTable
-
Returns the index of the cmap with the given CMapId in the table or -1 if a cmap with the
CMapId does not exist in the table.
- getCMapTable(Font) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets the cmap table for the given font
- getCodeBytes() - Method in class com.google.typography.font.tools.conversion.eot.GlyfEncoder
-
- getData() - Method in class com.google.typography.font.tools.fontinfo.DataDisplayTable
-
- getDisplayAlignment() - Method in class com.google.typography.font.tools.fontinfo.DataDisplayTable
-
- getEncoder(String) - Static method in class com.google.typography.font.sfntly.testutils.TestUtils
-
Get an encoder for the charset name.
- getEndCount() - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4.Builder.Segment
-
- getFile() - Method in enum com.google.typography.font.sfntly.testutils.TestFont.TestFontNames
-
- getFontFactory() - Method in class com.google.typography.font.sfntly.Font.Builder
-
Get the font factory that created this font builder.
- getFonts(String) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets a Font object for a font file in the given path
- getFonts(InputStream) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets a Font object for a font file in the InputStream
- getFormattedCodePointString(int) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets a string version of the code point formatted as "U+hhhh" or "U+hhhhhh"
- getGlyfBytes() - Method in class com.google.typography.font.tools.conversion.eot.GlyfEncoder
-
- getGlyphCoverage(Font, String) - Static method in class com.google.typography.font.tools.sfnttool.GlyphCoverage
-
- getGlyphIdArray() - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4.Builder
-
- getGlyphTable(Font) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets the glyph table for the given font
- getHeadBuilder() - Method in class com.google.typography.font.tools.conversion.eot.MtxFontBuilder
-
- getHeader() - Method in class com.google.typography.font.tools.fontinfo.DataDisplayTable
-
- getIdDelta() - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4.Builder.Segment
-
- getIdRangeOffset() - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4.Builder.Segment
-
- getInstance() - Static method in class com.google.typography.font.sfntly.FontFactory
-
Factory method for the construction of a font factory.
- getInstance(int, int) - Static method in class com.google.typography.font.sfntly.table.core.CMapTable.CMapId
-
- getLocaTable(Font) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets the loca table for the given font
- getMaxColLengths() - Method in class com.google.typography.font.tools.fontinfo.DataDisplayTable
-
- getNumColumns() - Method in class com.google.typography.font.tools.fontinfo.DataDisplayTable
-
- getNumRows() - Method in class com.google.typography.font.tools.fontinfo.DataDisplayTable
-
- getPreloadSize() - Static method in class com.google.typography.font.tools.conversion.eot.LzcompCompress
-
- getPushBytes() - Method in class com.google.typography.font.tools.conversion.eot.GlyfEncoder
-
- getSegCount() - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4
-
Gets the count of the number of segments in this cmap.
- getSegments() - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4.Builder
-
- getStartCount() - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4.Builder.Segment
-
- getTable(int) - Method in class com.google.typography.font.sfntly.Font
-
Get the table in this font with the specified id.
- getTable(Font, int) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets the table with the specified tag for the given font
- getTableBuilder(int) - Method in class com.google.typography.font.sfntly.Font.Builder
-
Get the table builder for the given tag.
- getUCSCMap(Font) - Static method in class com.google.typography.font.tools.fontinfo.FontUtils
-
Gets either a UCS4 or UCS2 cmap, if available
- Glat - Static variable in class com.google.typography.font.sfntly.Tag
-
- Gloc - Static variable in class com.google.typography.font.sfntly.Tag
-
- glyf - Static variable in class com.google.typography.font.sfntly.Tag
-
- GlyfEncoder - Class in com.google.typography.font.tools.conversion.eot
-
- GlyfEncoder(boolean) - Constructor for class com.google.typography.font.tools.conversion.eot.GlyfEncoder
-
- GlyfEncoder() - Constructor for class com.google.typography.font.tools.conversion.eot.GlyfEncoder
-
- GlyfEncoderTest - Class in com.google.typography.font.tools.conversion.eot
-
- GlyfEncoderTest() - Constructor for class com.google.typography.font.tools.conversion.eot.GlyfEncoderTest
-
- glyph(int, int, int) - Method in class com.google.typography.font.sfntly.table.bitmap.EbdtTable
-
- Glyph - Class in com.google.typography.font.sfntly.table.truetype
-
- glyph(int, int) - Method in class com.google.typography.font.sfntly.table.truetype.GlyphTable
-
- Glyph.Builder<T extends Glyph> - Class in com.google.typography.font.sfntly.table.truetype
-
- Glyph.Contour - Class in com.google.typography.font.sfntly.table.truetype
-
- Glyph.GlyphType - Enum in com.google.typography.font.sfntly.table.truetype
-
- glyphArray() - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat5.Builder
-
- glyphBuilder(ReadableFontData) - Method in class com.google.typography.font.sfntly.table.truetype.GlyphTable.Builder
-
- glyphBuilders() - Method in class com.google.typography.font.sfntly.table.bitmap.EbdtTable.Builder
-
Gets the List of glyph builders for the glyph table builder.
- glyphBuilders() - Method in class com.google.typography.font.sfntly.table.truetype.GlyphTable.Builder
-
Gets the List of glyph builders for the glyph table builder.
- glyphCode() - Method in class com.google.typography.font.sfntly.table.bitmap.CompositeBitmapGlyph.Component
-
- glyphCode() - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4.CodeOffsetPair
-
- GlyphCoverage - Class in com.google.typography.font.tools.sfnttool
-
A class for computing which glyphs are needed to render a given string.
- GlyphCoverage() - Constructor for class com.google.typography.font.tools.sfnttool.GlyphCoverage
-
- glyphdataFormat() - Method in class com.google.typography.font.sfntly.table.core.FontHeaderTable.Builder
-
- glyphdataFormat() - Method in class com.google.typography.font.sfntly.table.core.FontHeaderTable
-
- GlyphEditingTests - Class in com.google.typography.font.sfntly
-
- GlyphEditingTests() - Constructor for class com.google.typography.font.sfntly.GlyphEditingTests
-
Constructor.
- GlyphEditingTests(String) - Constructor for class com.google.typography.font.sfntly.GlyphEditingTests
-
- glyphFormat(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable.Builder
-
- glyphFormat(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable
-
- glyphId() - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapGlyphInfo
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMap
-
Gets the glyph id for the character code provided.
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat0
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat10
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat12
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat13
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat14
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat2
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat4
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat6
-
- glyphId(int) - Method in class com.google.typography.font.sfntly.table.core.CMapFormat8
-
- glyphIndex(int) - Method in class com.google.typography.font.sfntly.table.truetype.CompositeGlyph
-
- glyphInfo(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable.Builder
-
- glyphInfo(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable
-
- glyphInfo(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable.Builder
-
Gets the glyph info for the specified glyph id.
- glyphInfo(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable.Builder
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable.Builder
-
Gets the length of the glyph within the EBDT table.
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat1.Builder
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat1
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat2.Builder
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat2
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat3.Builder
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat3
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4.Builder
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat5.Builder
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat5
-
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.truetype.LocaTable.Builder
-
Get the length of the data in the glyph table for the specified glyph id.
- glyphLength(int) - Method in class com.google.typography.font.sfntly.table.truetype.LocaTable
-
Get the length of the data in the glyph table for the specified glyph id.
- glyphName(int) - Method in class com.google.typography.font.sfntly.table.core.PostScriptTable
-
- glyphOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable.Builder
-
- glyphOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.BitmapSizeTable
-
- glyphOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable.Builder
-
Gets the full offset of the glyph within the EBDT table.
- glyphOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable
-
- glyphOffset(int) - Method in class com.google.typography.font.sfntly.table.truetype.LocaTable.Builder
-
Return the offset for the given glyph id.
- glyphOffset(int) - Method in class com.google.typography.font.sfntly.table.truetype.LocaTable
-
Return the offset for the given glyph id.
- GlyphRenumberer - Class in com.google.typography.font.tools.subsetter
-
A utility class for applying a mapping to glyph number references within a TrueType composite
glyph object.
- GlyphRenumberer() - Constructor for class com.google.typography.font.tools.subsetter.GlyphRenumberer
-
- glyphs - Variable in class com.google.typography.font.tools.fontinfo.CommandOptions
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable.Builder
-
Gets the offset of the glyph relative to the block for this index
subtable.
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTable
-
Gets the offset of the glyph relative to the block for this index subtable.
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat1.Builder
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat1
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat2.Builder
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat2
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat3.Builder
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat3
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4.Builder
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat4
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat5.Builder
-
- glyphStartOffset(int) - Method in class com.google.typography.font.sfntly.table.bitmap.IndexSubTableFormat5
-
- GlyphStripper - Class in com.google.typography.font.tools.subsetter
-
Strip the hints from one glyph.
- GlyphStripper(GlyphTable.Builder) - Constructor for class com.google.typography.font.tools.subsetter.GlyphStripper
-
- GlyphTable - Class in com.google.typography.font.sfntly.table.truetype
-
A Glyph table.
- GlyphTable.Builder - Class in com.google.typography.font.sfntly.table.truetype
-
- GlyphTable.Offset - Enum in com.google.typography.font.sfntly.table.truetype
-
Offsets to specific elements in the underlying data.
- GlyphTableStripper - Class in com.google.typography.font.tools.subsetter
-
- GlyphTableStripper() - Constructor for class com.google.typography.font.tools.subsetter.GlyphTableStripper
-
- GlyphTableSubsetter - Class in com.google.typography.font.tools.subsetter
-
- GlyphTests - Class in com.google.typography.font.sfntly
-
- GlyphTests(String) - Constructor for class com.google.typography.font.sfntly.GlyphTests
-
- glyphType() - Method in class com.google.typography.font.sfntly.table.truetype.Glyph
-
- GPOS - Static variable in class com.google.typography.font.sfntly.Tag
-
- GSUB - Static variable in class com.google.typography.font.sfntly.Tag
-