Package com.openhtmltopdf.render
Class InlineText.InlineTextRareData
- java.lang.Object
-
- com.openhtmltopdf.render.InlineText.InlineTextRareData
-
- Enclosing class:
- InlineText
static class InlineText.InlineTextRareData extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
_endsOnSoftHyphen
(package private) FunctionData
_functionData
(package private) float
_letterSpacing
(package private) byte
_textDirection
-
Constructor Summary
Constructors Constructor Description InlineTextRareData()
-
-
-
Field Detail
-
_functionData
FunctionData _functionData
-
_endsOnSoftHyphen
boolean _endsOnSoftHyphen
-
_letterSpacing
float _letterSpacing
-
_textDirection
byte _textDirection
-
-