FixedSizeFont Class

Definition

Implementation of a IFont that uses a common array for all characters. The number of bytes per character is constant and zero values between the characters are trimmed.

public class FixedSizeFont : Iot.Device.Max7219.IFont
type FixedSizeFont = class
    interface IFont
Public Class FixedSizeFont
Implements IFont
Inheritance
FixedSizeFont
Implements

Constructors

FixedSizeFont(Int32, Byte[], Int32)

Constructs FixedSizeFont instance

Properties

Item[Char]

Get character information

Applies to