Version: 2020.3
언어: 한국어

Glyph

class in UnityEngine.TextCore

매뉴얼로 전환

설명

A Glyph is the visual representation of a text element or character.

변수

atlasIndexThe index of the atlas texture that contains this glyph.
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.

생성자

GlyphConstructor for a new glyph.

Public 함수

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