Enum GlyphType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
5

Enumeration type for the glyph type.

C#
Copy
public enum GlyphType
Name Description
BitmapGlyph

Glyph stored as pixels.

VectorGlyph

Glyph stored as vectors (scalable). This feature requires highp shader support and is not available on all platforms.