Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Glyph

A Glyph is the visual representation of a text element or character.
Read time 1 minuteLast updated 6 days ago

Definition

public class Glyph

Constructors

Properties

Property

Description

atlasIndexThe index of the atlas texture that contains this glyph.
classDefinitionTypeGlyph class definition type.
glyphRectA rectangle that defines the position of a glyph within an atlas texture.
indexThe index of the glyph in the source font file.
metricsThe metrics that define the size, position and spacing of a glyph when performing text layout.
scaleThe relative scale of the glyph. The default value is 1.0.

Methods

Method

Description

CompareCompares two glyphs to determine if they have the same values.