C# 클래스 Emmellsoft.IoT.Rpi.SenseHat.Tools.Font.SingleColorFontBuilder

파일 보기 프로젝트 열기: emmellsoft/RPi.SenseHat

공개 메소드들

메소드 설명
GetFontBitmap ( IEnumerable fontBytes ) : Bitmap>.Tuple
GetSingleColorFont ( Bitmap bitmap, string chars ) : SingleColorFont

비공개 메소드들

메소드 설명
MessureBitmapWidth ( byte bytesArray ) : int

메소드 상세

GetFontBitmap() 공개 정적인 메소드

public static GetFontBitmap ( IEnumerable fontBytes ) : Bitmap>.Tuple
fontBytes IEnumerable
리턴 Bitmap>.Tuple

GetSingleColorFont() 공개 정적인 메소드

public static GetSingleColorFont ( Bitmap bitmap, string chars ) : SingleColorFont
bitmap System.Drawing.Bitmap
chars string
리턴 SingleColorFont