Skip to main content

Interface IFont

Font class abstraction

Assembly: MicroGraphics.dll
View Source
public interface IFont

Properties

Width

Width of a character in the font

View Source
int Width { get; }

Height

Height of a character in the font

View Source
int Height { get; }

this[char]

Get the binary representation of the ASCII character from the font table

View Source
byte[] this[char character] { get; }