Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GlyphAdjustmentRecord

The positional adjustment values of a glyph.
Read time 1 minuteLast updated 9 days ago

Definition

public struct GlyphAdjustmentRecord : IEquatable<GlyphAdjustmentRecord>

Constructors

Constructor

Description

GlyphAdjustmentRecord(System.UInt32,UnityEngine.TextCore.LowLevel.GlyphValueRecord)Constructor for new glyph adjustment record.

Properties

Property

Description

glyphIndexThe index of the glyph in the source font file.
glyphValueRecordThe GlyphValueRecord contains the positional adjustments of the glyph.