Package com.sun.pdfview.font.ttf
Class GlyfCompound.GlyfComponent
java.lang.Object
com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
- Enclosing class:
GlyfCompound
The record for a single component of this compound glyph
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) float
affine transform of this component(package private) float
(package private) float
(package private) int
(package private) int
the points to match(package private) float
(package private) float
(package private) float
(package private) short
flags(package private) short
the index of the component glyf -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
flags
short flagsflags -
glyphIndex
short 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()
-