Description
This structure represent the font information needed in the text editor. When the user sets the font, the editor needs to know if the font name is a SHX or a TrueType font.
Visual Basic
Public Structure Font End Structure
C#
public struct Font { }