BdfFont.Load(String) Method

Definition

Loads BdfFont from a specified path

public static Iot.Device.Graphics.BdfFont Load (string fontFilePath);
static member Load : string -> Iot.Device.Graphics.BdfFont
Public Shared Function Load (fontFilePath As String) As BdfFont

Parameters

fontFilePath
String

Path of the file representing the font

Returns

BdfFont instance

Applies to