Method Create
Namespace TallComponents.PDF.Fonts
Class Font
Tries to find the first matching font.
Syntax
public
Font
Create(
String
familyName
,
Boolean
bold
,
Boolean
italic
)
Returns
Font
The font or null if none found.
Parameters
String
familyName
The font family to look for.
Boolean
bold
True if a bold font needs to be resolved.
Boolean
italic
True if a bold font needs to be resolved.