Package | Description |
---|---|
com.google.typography.font.tools.fontinfo |
Modifier and Type | Method and Description |
---|---|
static DataDisplayTable |
FontInfo.listCharBlockCoverage(Font font)
Gets a list of Unicode blocks covered by the font and the amount each block
is covered.
|
static DataDisplayTable |
FontInfo.listChars(Font font)
Gets a list of code points of valid characters and their names in the given
font.
|
static DataDisplayTable |
FontInfo.listCharsNeededToCoverScript(Font font)
Gets a list of characters needed to fully cover scripts partially covered
by the font
|
static DataDisplayTable |
FontInfo.listCmaps(Font font)
Gets a list containing the platform ID, encoding ID, and format of all the
cmaps in a font
|
static DataDisplayTable |
FontInfo.listFontMetrics(Font font)
Gets a list of information regarding various dimensions about the given
font from the head, hhea, and OS/2 font tables
|
static DataDisplayTable |
FontInfo.listGlyphDimensionBounds(Font font)
Gets a list of minimum and maximum x and y dimensions for the glyphs in the
font.
|
static DataDisplayTable |
FontInfo.listNameEntries(Font font)
Gets a list of entries in the name table of a font.
|
static DataDisplayTable |
FontInfo.listScriptCoverage(Font font)
Gets a list of scripts covered by the font and the amount each block is
covered.
|
static DataDisplayTable |
FontInfo.listSubglyphFrequency(Font font)
Gets a list of glyphs in the font that are used as subglyphs and the number
of times each subglyph is used as a subglyph
|
static DataDisplayTable |
FontInfo.listTables(Font font)
Gets a list of tables in the font as well as their sizes.
|
static DataDisplayTable |
FontInfo.listUnmappedGlyphs(Font font)
Gets a list of IDs for glyphs that are not mapped by any cmap in the font
|