Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.DeviceTable
Packages that use GlyphPositioningTable.DeviceTable
-
Uses of GlyphPositioningTable.DeviceTable in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable.DeviceTableModifier and TypeMethodDescriptionGlyphPositioningTable.Value.getXAdvDevice()GlyphPositioningTable.Anchor.getXDevice()GlyphPositioningTable.Value.getXPlaDevice()GlyphPositioningTable.Value.getYAdvDevice()GlyphPositioningTable.Anchor.getYDevice()GlyphPositioningTable.Value.getYPlaDevice()Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.DeviceTableModifierConstructorDescriptionAnchor(int x, int y, GlyphPositioningTable.DeviceTable xDevice, GlyphPositioningTable.DeviceTable yDevice) Instantiate an Anchor (format 3).Value(int xPlacement, int yPlacement, int xAdvance, int yAdvance, GlyphPositioningTable.DeviceTable xPlaDevice, GlyphPositioningTable.DeviceTable yPlaDevice, GlyphPositioningTable.DeviceTable xAdvDevice, GlyphPositioningTable.DeviceTable yAdvDevice) Instantiate a Value.