Font5x8 Class

Definition

The specific PCD8544 font for Nokia 5110

public class Font5x8 : Iot.Device.Graphics.BdfFont
type Font5x8 = class
    inherit BdfFont
Public Class Font5x8
Inherits BdfFont
Inheritance
Font5x8

Constructors

Font5x8()

Constructor for Font 5x8

Properties

CharsCount

Number of characters

(Inherited from BdfFont)
DefaultChar

Default character

(Inherited from BdfFont)
GlyphMapper

GlyphMapper is mapping from the character number to the index of the character bitmap data in the buffer GlyphUshortData.

(Inherited from BdfFont)
GlyphUshortData

The buffer containing all the data

(Inherited from BdfFont)
Height

Character height

(Inherited from BdfFont)
SupportedChars

Characters supported by this font

(Inherited from BdfFont)
Width

Character width

(Inherited from BdfFont)
XDisplacement

X displacement of the character

(Inherited from BdfFont)
YDisplacement

Y Displacement of the character

(Inherited from BdfFont)

Methods

GetCharData(Char, ReadOnlySpan<UInt16>)

Get character data or data for default character

(Inherited from BdfFont)
GetCharData(Int32, Span<Int32>, Boolean)

Get character data

(Inherited from BdfFont)

Applies to