Uses of Class
org.apache.fop.complexscripts.fonts.GlyphPositioningTable.DeviceTable
-
Packages that use GlyphPositioningTable.DeviceTable Package Description org.apache.fop.complexscripts.fonts -
-
Uses of GlyphPositioningTable.DeviceTable in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphPositioningTable.DeviceTable Modifier and Type Field Description private GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. xAdvDevice
private GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor. xDevice
private GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. xPlaDevice
private GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. yAdvDevice
private GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor. yDevice
private GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. yPlaDevice
Methods in org.apache.fop.complexscripts.fonts that return GlyphPositioningTable.DeviceTable Modifier and Type Method Description GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getXAdvDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor. getXDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getXPlaDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getYAdvDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Anchor. getYDevice()
GlyphPositioningTable.DeviceTable
GlyphPositioningTable.Value. getYPlaDevice()
private GlyphPositioningTable.DeviceTable
OTFAdvancedTypographicTableReader. readPosDeviceTable(long subtableOffset, long deviceTableOffset)
Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphPositioningTable.DeviceTable Constructor Description 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.
-