IDrawingSpecificsLoadFontFamily Method

Loads font family by the specified file name.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
IFontFamily LoadFontFamily(
	string fileName
)

Parameters

fileName  String
File name of the Font.

Return Value

IFontFamily
IFontFamily loaded from the specified file name.

See Also