FontInfo public class FontInfo : IFontInfo Documentation public FontAttributeValues FontAttrs { get; } public string FontFace { get; set; } public short Height { get; set; } public string ShortFontFace { get; } public FontInfo() public FontInfo(string fontface, short height)