Uses of Class
org.apache.fop.complexscripts.fonts.GlyphDefinitionTable
Packages that use GlyphDefinitionTable
Package
Description
Classes for font handling.
Classes for TrueType fonts.
-
Uses of GlyphDefinitionTable in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphDefinitionTableModifier and TypeFieldDescriptionprotected GlyphDefinitionTableGlyphProcessingState.gdefgoverning glyph definition tableMethods in org.apache.fop.complexscripts.fonts that return GlyphDefinitionTableModifier and TypeMethodDescriptionGlyphProcessingState.getGDEF()Obtain governing glyph definition table.GlyphSubtable.getGDEF()OTFAdvancedTypographicTableReader.getGDEF()Returns the GDEF table or null if none present.GlyphTable.getGlyphDefinitions()Obtain glyph definition table.Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphDefinitionTableModifier and TypeMethodDescriptionvoidGlyphProcessingState.setGDEF(GlyphDefinitionTable gdef) Set governing glyph definition table.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphDefinitionTableModifierConstructorDescriptionGlyphPositioningTable(GlyphDefinitionTable gdef, Map lookups, List subtables, Map<String, ScriptProcessor> processors) Instantiate aGlyphPositioningTableobject using the specified lookups and subtables.GlyphSubstitutionTable(GlyphDefinitionTable gdef, Map lookups, List subtables, Map<String, ScriptProcessor> processors) Instantiate aGlyphSubstitutionTableobject using the specified lookups and subtables. -
Uses of GlyphDefinitionTable in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphDefinitionTableModifier and TypeMethodDescriptionprotected booleanDefaultScriptProcessor.isReorderedMark(GlyphDefinitionTable gdef, int[] glyphs, int[] unscaledWidths, int index, int[] pa) protected booleanHebrewScriptProcessor.isReorderedMark(GlyphDefinitionTable gdef, int[] glyphs, int[] unscaledWidths, int index, int[] pa) protected booleanThaiScriptProcessor.isReorderedMark(GlyphDefinitionTable gdef, int[] glyphs, int[] unscaledWidths, int index, int[] pa) ArabicScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence gs, int[] widths, int[][] gpa, String script, String language) Reorder combining marks in glyph sequence so that they precede (within the sequence) the base character to which they are applied.DefaultScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence gs, int[] unscaledWidths, int[][] gpa, String script, String language) KhmerScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence glyphSequence, int[] unscaledWidths, int[][] glyphPositionAdjustments, String script, String language) ScriptProcessor.reorderCombiningMarks(GlyphDefinitionTable gdef, GlyphSequence gs, int[] unscaledWidths, int[][] gpa, String script, 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.apache.fop.fonts
Methods in org.apache.fop.fonts that return GlyphDefinitionTableMethods in org.apache.fop.fonts with parameters of type GlyphDefinitionTableModifier and TypeMethodDescriptionvoidMultiByteFont.setGDEF(GlyphDefinitionTable gdef) Establishes the glyph definition table. -
Uses of GlyphDefinitionTable in org.apache.fop.fonts.truetype
Methods in org.apache.fop.fonts.truetype that return GlyphDefinitionTableModifier and TypeMethodDescriptionOpenFont.getGDEF()Returns the GDEF table or null if none present.