Interface IFont
Font class abstraction
Assembly: MicroGraphics.dll
View Source
Declaration
public interface IFont
Properties
Width
Width of a character in the font
View Source
Declaration
int Width { get; }
Height
Height of a character in the font
View Source
Declaration
int Height { get; }
this[char]
Get the binary representation of the ASCII character from the font table
View Source
Declaration
byte[] this[char character] { get; }