Method Load
- Namespace
- BitMiracle.Docotic.Pdf.Gdi
- Assembly
- BitMiracle.Docotic.Pdf.Gdi.dll
Load(string, bool, bool)
Loads font bytes from the operating system using GDI+ and the Font class.
public byte[]? Load(string familyName, bool bold, bool italic)
Parameters
familyName
stringFamily name of the font to load from the operating system using GDI+ and the Font class.
bold
boolSet to
true
for the bold font weightitalic
boolSet to
true
for the italic font style