Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GlyphValueRecord

The values used to adjust the position of a glyph or set of glyphs.
Read time 1 minuteLast updated 6 days ago

Definition

public struct GlyphValueRecord : IEquatable<GlyphValueRecord>

Constructors

Constructor

Description

GlyphValueRecord(System.Single,System.Single,System.Single,System.Single)Constructor for new glyph value record.

Properties

Property

Description

xAdvanceThe positional adjustment that affects the horizontal advance of the glyph.
xPlacementThe positional adjustment that affects the horizontal bearing X of the glyph.
yAdvanceThe positional adjustment that affects the vertical advance of the glyph.
yPlacementThe positional adjustment that affectsthe horizontal bearing Y of the glyph.