Method Load
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Load(string, bool, bool)
Loads font bytes.
byte[]? Load(string familyName, bool bold, bool italic)
Parameters
familyName
stringFamily name of the font
bold
boolSet to
true
for the bold font weightitalic
boolSet to
true
for the italic font style
Returns
- byte[]
The bytes of an eligible font or
null
if an eligible font was not found.