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
stringThe font family name must not be null or empty.
Returns
- SystemFont
The created font.
Exceptions
- ArgumentNullException
The
familyName
isnull
.- ArgumentException
The
familyName
is empty.