Table of Contents

Method Family

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Family(string)

Creates a new font with the specified family name.

public static SystemFont Family(string familyName)

Parameters

familyName string

The font family name must not be null or empty.

Returns

SystemFont

The created font.

Exceptions

ArgumentNullException

The familyName is null.

ArgumentException

The familyName is empty.