Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextElement.GlyphKind

Classifies what a TextElement.Glyph represents. ATG-only; the legacy TextCore generator always reports TextElement.GlyphKind.Character.
Read time 1 minuteLast updated 12 days ago

Definition

public enum TextElement.GlyphKind

Fields

Value

Description

CharacterA regular text character.
SpriteA glyph emitted by an inline
<sprite>
tag.