Package | Description |
---|---|
com.google.typography.font.sfntly.table.truetype | |
com.google.typography.font.tools.subsetter |
Modifier and Type | Class and Description |
---|---|
static class |
CompositeGlyph.CompositeGlyphBuilder |
static class |
SimpleGlyph.SimpleGlyphBuilder |
Modifier and Type | Method and Description |
---|---|
Glyph.Builder<? extends Glyph> |
GlyphTable.Builder.glyphBuilder(ReadableFontData data) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Glyph.Builder<? extends Glyph>> |
GlyphTable.Builder.glyphBuilders()
Gets the List of glyph builders for the glyph table builder.
|
Modifier and Type | Method and Description |
---|---|
void |
GlyphTable.Builder.setGlyphBuilders(java.util.List<Glyph.Builder<? extends Glyph>> glyphBuilders)
Replace the internal glyph builders with the one provided.
|
Modifier and Type | Method and Description |
---|---|
Glyph.Builder<? extends Glyph> |
GlyphStripper.stripGlyph(Glyph glyph) |