示例#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
文件: CharInfo.cs 项目: Civa/Zenith
 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;
 }