Пример #1
0
 public CharInfo(char character, GlyphTypeface font, double size, int fontId, TexFontMetrics metrics)
 {
     this.Character = character;
     this.Font      = font;
     this.Size      = size;
     FontId         = fontId;
     this.Metrics   = metrics;
 }
Пример #2
0
 public CharInfo(char character, GlyphTypeface font, double size, int fontId, TexFontMetrics metrics)
 {
     this.Character = character;
     this.Font = font;
     this.Size = size;
     this.FontId = fontId;
     this.Metrics = metrics;
 }