Skip to main content

Class Font6x8

Represents a 6x8 bitmap font

Assembly: MicroGraphics.dll​
View Source​
Declaration
public class Font6x8 : IFont

Implements:
Meadow.Foundation.Graphics.IFont

Properties​

Width​

Width of a character in the font.

View Source​
Declaration
public int Width { get; }

Height​

Height of a character in the font.

View Source​
Declaration
public int Height { get; }

this[char]​

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

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

Implements​