Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphPositioningTable
| 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 GlyphPositioningTable in org.docx4j.fonts.fop.complexscripts.fonts
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphPositioningTable Modifier and Type Method Description GlyphPositioningTableOTFAdvancedTypographicTableReader. getGPOS()Returns the GPOS table or null if none present. -
Uses of GlyphPositioningTable in org.docx4j.fonts.fop.complexscripts.scripts
Methods in org.docx4j.fonts.fop.complexscripts.scripts with parameters of type GlyphPositioningTable Modifier and Type Method Description booleanScriptProcessor. position(GlyphPositioningTable gpos, GlyphSequence gs, java.lang.String script, java.lang.String language, int fontSize, java.util.Map<GlyphTable.LookupSpec,java.util.List<GlyphTable.LookupTable>> lookups, int[] widths, int[][] adjustments)Perform positioning processing using a specific set of lookup tables. -
Uses of GlyphPositioningTable in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return GlyphPositioningTable Modifier and Type Method Description GlyphPositioningTableMultiByteFont. getGPOS()Obtain glyph positioning table.Methods in org.docx4j.fonts.fop.fonts with parameters of type GlyphPositioningTable Modifier and Type Method Description voidMultiByteFont. setGPOS(GlyphPositioningTable gpos)Establishes the glyph positioning table. -
Uses of GlyphPositioningTable in org.docx4j.fonts.fop.fonts.truetype
Methods in org.docx4j.fonts.fop.fonts.truetype that return GlyphPositioningTable Modifier and Type Method Description GlyphPositioningTableOpenFont. getGPOS()Returns the GPOS table or null if none present.