Class SeacPhase
java.lang.Object
com.adobe.fontengine.font.postscript.SeacPhase
An "enum" that describes the phases of seac that a type1 or type2 outline parser can be in.
Synchronization
This class is immutable after contruction and contains no mutable static data. It is therefore threadsafe.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SeacPhaseThe accent glyph is being parsed and the first moveto has been seenstatic final SeacPhaseThe accent glyph is being parsed and the first moveto has not been seenstatic final SeacPhaseThe base glyph is being parsedstatic final SeacPhaseNo seac has been seen in the current glyph -
Method Summary
-
Field Details
-
seacNone
No seac has been seen in the current glyph -
seacBase
The base glyph is being parsed -
seacAccentPreMove
The accent glyph is being parsed and the first moveto has not been seen -
seacAccentPostMove
The accent glyph is being parsed and the first moveto has been seen
-