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
Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTable.DeviceTableModifier and TypeFieldDescriptionprivate final GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value.xAdvDevice
private final GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor.xDevice
private final GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value.xPlaDevice
private final GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value.yAdvDevice
private final GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor.yDevice
private final GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value.yPlaDevice
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()
OTFAdvancedTypographicTableReader.readPosDeviceTable
(long subtableOffset, long deviceTableOffset) Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.DeviceTableModifierConstructorDescriptionprivate
Anchor
(int x, int y, int anchorPoint, GlyphPositioningTable.DeviceTable xDevice, GlyphPositioningTable.DeviceTable yDevice) Anchor
(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.