IFontFamilyWrapT Method

Wraps a native font object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
void Wrap<T>(
	T fontFamily
)
where T : class

Parameters

fontFamily  T
A native font object.

Type Parameters

T
Type of the native font object.

See Also