Class Font4x6
Represents a 4x6 bitmap font
Assembly: MicroGraphics.dll
View Source
public class Font4x6 : IFont
Implements:
Meadow.Foundation.Graphics.IFont
Properties
Width
Width of a character in the font.
View Source
public int Width { get; }
Height
Height of a character in the font.
View Source
public int Height { get; }
this[char]
Get the binary representation of an ASCII character from the font table.
View Source
public byte[] this[char character] { get; }