Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GlyphMetrics

A set of values that define the size, position and spacing of a glyph when performing text layout.
Read time 1 minuteLast updated 6 days ago

Definition

public struct GlyphMetrics : IEquatable<GlyphMetrics>

Constructors

Constructor

Description

GlyphMetrics(System.Single,System.Single,System.Single,System.Single,System.Single)Constructs a new GlyphMetrics structure.

Properties

Property

Description

heightThe height of the glyph.
horizontalAdvanceThe horizontal distance to increase (left to right) or decrease (right to left) the drawing position relative to the origin of the text element.
horizontalBearingXThe horizontal distance from the current drawing position (origin) relative to the element's left bounding box edge (bbox).
horizontalBearingYThe vertical distance from the current baseline relative to the element's top bounding box edge (bbox).
widthThe width of the glyph.