IFontFamily Interface

Defines a particular format for text, including font face, size, and style attributes.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
public interface IFontFamily

Properties

Name A string representation of the font family.

Methods

Unwrap<T> Returns native font object.
Wrap<T> Wraps a native font object.

See Also