Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.Value
Packages that use GlyphPositioningTable.Value
-
Uses of GlyphPositioningTable.Value in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTable.ValueModifier and TypeFieldDescriptionprivate GlyphPositioningTable.Value
GlyphPositioningTable.SingleSubtableFormat1.value
private final GlyphPositioningTable.Value
GlyphPositioningTable.PairValues.value1
private final GlyphPositioningTable.Value
GlyphPositioningTable.PairValues.value2
private GlyphPositioningTable.Value[]
GlyphPositioningTable.SingleSubtableFormat2.values
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable.ValueModifier and TypeMethodDescriptionGlyphPositioningTable.Anchor.getAlignmentAdjustment
(GlyphPositioningTable.Anchor a) Obtain adjustment value required to align the specified anchor with this anchor.abstract GlyphPositioningTable.Value
GlyphPositioningTable.SingleSubtable.getValue
(int ci, int gi) Obtain positioning value for coverage index.GlyphPositioningTable.SingleSubtableFormat1.getValue
(int ci, int gi) Obtain positioning value for coverage index.GlyphPositioningTable.SingleSubtableFormat2.getValue
(int ci, int gi) Obtain positioning value for coverage index.GlyphPositioningTable.PairValues.getValue1()
GlyphPositioningTable.PairValues.getValue2()
private GlyphPositioningTable.Value
OTFAdvancedTypographicTableReader.readPosValue
(long subtableOffset, int valueFormat) Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.ValueModifier and TypeMethodDescriptionboolean
GlyphPositioningState.adjust
(GlyphPositioningTable.Value v) Perform adjustments at current position index.boolean
GlyphPositioningState.adjust
(GlyphPositioningTable.Value v, int offset) Perform adjustments at specified offset from current position index.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.ValueModifierConstructorDescriptionPairValues
(int glyph, GlyphPositioningTable.Value value1, GlyphPositioningTable.Value value2) Instantiate a PairValues.