class LayoutCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) float[] |
advances |
(package private) int |
analysis |
(package private) PGFont |
font |
(package private) int[] |
glyphs |
(package private) float |
layoutHeight |
(package private) float |
layoutWidth |
(package private) TextLine[] |
lines |
(package private) int |
runCount |
(package private) TextRun[] |
runs |
(package private) char[] |
text |
(package private) boolean |
valid |
Constructor and Description |
---|
LayoutCache() |