Class OTSelector
java.lang.Object
com.adobe.fontengine.font.opentype.OTSelector
- Direct Known Subclasses:
OTSelectorAtLigatureLevel,OTSelectorEverywhere,OTSelectorOnElementAttribute
Determine if a feature can be applied at some positions.
This is both the complete implementation for a selector
that always return true (on a single position), returns
true on multiple position if it returns true on each single position,
and the base class for more complicated selectors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisApplied(AttributedRun run, int position) booleanisApplied(AttributedRun run, int[] positions) booleanisApplied(AttributedRun run, int from, int to)
-
Constructor Details
-
OTSelector
public OTSelector()
-
-
Method Details
-
isApplied
-
isApplied
-
isApplied
-