Class LigatureLevel
java.lang.Object
com.adobe.fontengine.inlineformatting.LigatureLevel
Enumerated values for
InterElementAttribute.ligatureLevel.
Each value corresponds to one level of ligation, each level adding
more ligatures over the previous one.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LigatureLevelcommon ligaturesstatic final LigatureLevelexoctic ligaturesstatic final LigatureLevelonly the ligatures needed for legible renderingstatic final LigatureLevelno ligation whatsoeverstatic final LigatureLeveluncommon ligatures -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCompare two levels.static LigatureLeveltoString()
-
Field Details
-
NONE
no ligation whatsoever -
MINIMUM
only the ligatures needed for legible rendering -
COMMON
common ligatures -
UNCOMMON
uncommon ligatures -
EXOTIC
exoctic ligatures
-
-
Method Details