GlyphState

Inheritance: java.lang.Object, java.lang.Enum

public enum GlyphState extends Enum<GlyphState>

Specifies the glyph state.

Fields

FieldDescription
SuccessGlyph was parsed successfully.
ParsedWithErrorsGlyph was parsed with errors.

Methods

MethodDescription
values()
valueOf(String name)

Success

public static final GlyphState Success

Glyph was parsed successfully.

ParsedWithErrors

public static final GlyphState ParsedWithErrors

Glyph was parsed with errors.

values()

public static GlyphState[] values()

Returns: com.aspose.font.GlyphState[]

valueOf(String name)

public static GlyphState valueOf(String name)

Parameters:

ParameterTypeDescription
namejava.lang.String

Returns: GlyphState