Property Bold
Namespace TallComponents.PDF.Rasterizer.Fonts
Class ResolveFontEventArgs
Specifies a bold variant of a system font.
In many cases, the PDF font name specifies the boldness of the font in the font name itself. For example "TimesNewRoman-Bold". If your system has a "Times New Roman" font, you can set the SystemFontName to "Times New Roman" and set Bold to true. This will normally resolve to the right device font. If the system does have a special bold variant of the Times New Roman font, it will resolve to that.
Syntax
public
Boolean
Bold
{
get;
set;
}
Property value
Boolean