Example #1
0
 /// <summary>
 /// Internal constructor
 /// </summary>
 /// <param name="firstAdjustmentRecord"></param>
 /// <param name="secondAdjustmentRecord"></param>
 internal TMP_GlyphPairAdjustmentRecord(GlyphPairAdjustmentRecord glyphPairAdjustmentRecord)
 {
     m_FirstAdjustmentRecord  = new TMP_GlyphAdjustmentRecord(glyphPairAdjustmentRecord.firstAdjustmentRecord);
     m_SecondAdjustmentRecord = new TMP_GlyphAdjustmentRecord(glyphPairAdjustmentRecord.secondAdjustmentRecord);
     m_FeatureLookupFlags     = FontFeatureLookupFlags.None;
 }
 /// <summary>
 /// Internal constructor
 /// </summary>
 /// <param name="firstAdjustmentRecord"></param>
 /// <param name="secondAdjustmentRecord"></param>
 internal TMP_GlyphPairAdjustmentRecord(GlyphPairAdjustmentRecord glyphPairAdjustmentRecord)
 {
     m_FirstAdjustmentRecord  = new TMP_GlyphAdjustmentRecord(glyphPairAdjustmentRecord.firstAdjustmentRecord);
     m_SecondAdjustmentRecord = new TMP_GlyphAdjustmentRecord(glyphPairAdjustmentRecord.secondAdjustmentRecord);
 }