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
familyNamestringThe font family name must not be null or empty.
Returns
- SystemFont
The created font.
Exceptions
- ArgumentNullException
The
familyNameisnull.- ArgumentException
The
familyNameis empty.