Package com.sun.pdfview.font.ttf
Class GlyfCompound.GlyfComponent
- java.lang.Object
-
- com.sun.pdfview.font.ttf.GlyfCompound.GlyfComponent
-
- Enclosing class:
- GlyfCompound
class GlyfCompound.GlyfComponent extends java.lang.Object
The record for a single component of this compound glyph
-
-
Field Summary
Fields Modifier and Type Field Description (package private) float
a
affine transform of this component(package private) float
b
(package private) float
c
(package private) int
componentPoint
(package private) int
compoundPoint
the points to match(package private) float
d
(package private) float
e
(package private) float
f
(package private) short
flags
flags(package private) short
glyphIndex
the index of the component glyf
-
Constructor Summary
Constructors Constructor Description GlyfComponent()
-