Class GlyfCompound.GlyfComponent
java.lang.Object
org.openpdf.renderer.font.ttf.GlyfCompound.GlyfComponent
- Enclosing class:
GlyfCompound
The record for a single component of this compound glyph
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) floataffine transform of this component(package private) float(package private) float(package private) int(package private) intthe points to match(package private) float(package private) float(package private) float(package private) shortflags(package private) intthe index of the component glyf -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
flags
short flagsflags -
glyphIndex
int glyphIndexthe index of the component glyf -
compoundPoint
int compoundPointthe points to match -
componentPoint
int componentPoint -
a
float aaffine transform of this component -
b
float b -
c
float c -
d
float d -
e
float e -
f
float f
-
-
Constructor Details
-
GlyfComponent
GlyfComponent()
-