Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphSubstitutionTable
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts | |
| org.docx4j.fonts.fop.complexscripts.scripts | |
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.truetype |
Classes for TrueType fonts.
|
-
Uses of GlyphSubstitutionTable in org.docx4j.fonts.fop.complexscripts.fonts
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTableOTFAdvancedTypographicTableReader. getGSUB()Returns the GSUB table or null if none present. -
Uses of GlyphSubstitutionTable in org.docx4j.fonts.fop.complexscripts.scripts
Methods in org.docx4j.fonts.fop.complexscripts.scripts with parameters of type GlyphSubstitutionTable Modifier and Type Method Description GlyphSequenceScriptProcessor. substitute(GlyphSubstitutionTable gsub, GlyphSequence gs, java.lang.String script, java.lang.String language, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups)Perform substitution processing using a specific set of lookup tables. -
Uses of GlyphSubstitutionTable in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTableMultiByteFont. getGSUB()Obtain glyph substitution table.Methods in org.docx4j.fonts.fop.fonts with parameters of type GlyphSubstitutionTable Modifier and Type Method Description voidMultiByteFont. setGSUB(GlyphSubstitutionTable gsub)Establishes the glyph substitution table. -
Uses of GlyphSubstitutionTable in org.docx4j.fonts.fop.fonts.truetype
Methods in org.docx4j.fonts.fop.fonts.truetype that return GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTableOpenFont. getGSUB()Returns the GSUB table or null if none present.