internal GlyphValueRecord_Legacy(UnityEngine.TextCore.LowLevel.GlyphValueRecord valueRecord)
 {
     this.xPlacement = valueRecord.xPlacement;
     this.yPlacement = valueRecord.yPlacement;
     this.xAdvance   = valueRecord.xAdvance;
     this.yAdvance   = valueRecord.yAdvance;
 }
 public GlyphAdjustmentRecord(uint glyphIndex, GlyphValueRecord glyphValueRecord)
 {
     this.m_GlyphIndex       = glyphIndex;
     this.m_GlyphValueRecord = glyphValueRecord;
 }