DesktopFontFamilyUnwrapT Method

Returns native font object.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
public T Unwrap<T>()
where T : class

Type Parameters

T
Type of the native font object.

Return Value

T
Native font object.

Implements

IFontFamilyUnwrapT

See Also