Beispiel #1
0
 public GlyphPairAdjustmentRecord(GlyphAdjustmentRecord firstAdjustmentRecord, GlyphAdjustmentRecord secondAdjustmentRecord)
 {
     this.m_FirstAdjustmentRecord  = firstAdjustmentRecord;
     this.m_SecondAdjustmentRecord = secondAdjustmentRecord;
     this.m_FeatureLookupFlags     = FontFeatureLookupFlags.None;
 }
Beispiel #2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="firstAdjustmentRecord">First glyph adjustment record.</param>
 /// <param name="secondAdjustmentRecord">Second glyph adjustment record.</param>
 public GlyphPairAdjustmentRecord(GlyphAdjustmentRecord firstAdjustmentRecord, GlyphAdjustmentRecord secondAdjustmentRecord)
 {
     m_FirstAdjustmentRecord  = firstAdjustmentRecord;
     m_SecondAdjustmentRecord = secondAdjustmentRecord;
 }