C# Class Emmellsoft.IoT.Rpi.SenseHat.Tools.Font.SingleColorFontBuilder

Afficher le fichier Open project: emmellsoft/RPi.SenseHat

Méthodes publiques

Méthode Description
GetFontBitmap ( IEnumerable fontBytes ) : Bitmap>.Tuple
GetSingleColorFont ( Bitmap bitmap, string chars ) : SingleColorFont

Private Methods

Méthode Description
MessureBitmapWidth ( byte bytesArray ) : int

Method Details

GetFontBitmap() public static méthode

public static GetFontBitmap ( IEnumerable fontBytes ) : Bitmap>.Tuple
fontBytes IEnumerable
Résultat Bitmap>.Tuple

GetSingleColorFont() public static méthode

public static GetSingleColorFont ( Bitmap bitmap, string chars ) : SingleColorFont
bitmap System.Drawing.Bitmap
chars string
Résultat SingleColorFont