Enum GlyphType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration type for the glyph type.
public enum GlyphType
Fields
| 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. |