GraphicsLoadChars Method

Loads chars from resources.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public static void LoadChars(
	bool isCompat,
	string fontName,
	Dictionary<int, GraphicsPath> charPaths
)

Parameters

isCompat  Boolean
fontName  String
Name of the font.
charPaths  DictionaryInt32, GraphicsPath
Required to support printing on Windows or work under Mono runtime where it is not possible to load a Font Family.

See Also