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; }
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; }