Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphDefinitionTable
| 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 GlyphDefinitionTable in org.docx4j.fonts.fop.complexscripts.fonts
Fields in org.docx4j.fonts.fop.complexscripts.fonts declared as GlyphDefinitionTable Modifier and Type Field Description protected GlyphDefinitionTableGlyphProcessingState. gdefgoverning glyph definition tableMethods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphDefinitionTable Modifier and Type Method Description GlyphDefinitionTableGlyphProcessingState. getGDEF()Obtain governing glyph definition table.GlyphDefinitionTableGlyphSubtable. getGDEF()GlyphDefinitionTableOTFAdvancedTypographicTableReader. getGDEF()Returns the GDEF table or null if none present.GlyphDefinitionTableGlyphTable. getGlyphDefinitions()Obtain glyph definition table.Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphDefinitionTable Modifier and Type Method Description voidGlyphProcessingState. setGDEF(GlyphDefinitionTable gdef)Set governing glyph definition table.Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphDefinitionTable Constructor Description GlyphPositioningTable(GlyphDefinitionTable gdef, java.util.Map lookups, java.util.List subtables, java.util.Map<java.lang.String,ScriptProcessor> processors)Instantiate aGlyphPositioningTableobject using the specified lookups and subtables.GlyphSubstitutionTable(GlyphDefinitionTable gdef, java.util.Map lookups, java.util.List subtables, java.util.Map<java.lang.String,ScriptProcessor> processors)Instantiate aGlyphSubstitutionTableobject using the specified lookups and subtables. -
Uses of GlyphDefinitionTable in org.docx4j.fonts.fop.complexscripts.scripts
Methods in org.docx4j.fonts.fop.complexscripts.scripts with parameters of type GlyphDefinitionTable Modifier and Type Method Description protected booleanDefaultScriptProcessor. isReorderedMark(GlyphDefinitionTable gdef, int[] glyphs, int[] unscaledWidths, int index)GlyphSequenceArabicScriptProcessor. reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence gs, int[] widths, int[][] gpa, java.lang.String script, java.lang.String language)Reorder combining marks in glyph sequence so that they precede (within the sequence) the base character to which they are applied.GlyphSequenceDefaultScriptProcessor. reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence gs, int[] unscaledWidths, int[][] gpa, java.lang.String script, java.lang.String language)GlyphSequenceKhmerScriptProcessor. reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence glyphSequence, int[] unscaledWidths, int[][] glyphPositionAdjustments, java.lang.String script, java.lang.String language)GlyphSequenceScriptProcessor. reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence gs, int[] unscaledWidths, int[][] gpa, java.lang.String script, java.lang.String language)Reorder combining marks in glyph sequence so that they precede (within the sequence) the base character to which they are applied. -
Uses of GlyphDefinitionTable in org.docx4j.fonts.fop.fonts
Methods in org.docx4j.fonts.fop.fonts that return GlyphDefinitionTable Modifier and Type Method Description GlyphDefinitionTableMultiByteFont. getGDEF()Obtain glyph definition table.Methods in org.docx4j.fonts.fop.fonts with parameters of type GlyphDefinitionTable Modifier and Type Method Description voidMultiByteFont. setGDEF(GlyphDefinitionTable gdef)Establishes the glyph definition table. -
Uses of GlyphDefinitionTable in org.docx4j.fonts.fop.fonts.truetype
Methods in org.docx4j.fonts.fop.fonts.truetype that return GlyphDefinitionTable Modifier and Type Method Description GlyphDefinitionTableOpenFont. getGDEF()Returns the GDEF table or null if none present.