Font Constructor (StandardFonts, Single, Boolean, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Initializes a new instance of the standard font with specified properties.
Namespace:Bytescout.PDFAssembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public Font( StandardFonts standardFont, float emSize, bool underline, bool strikeout )
Parameters
- standardFont
- Type: Bytescout.PDFStandardFonts
The Bytescout.PDF.StandardFonts value that specifies the standard font. - emSize
- Type: SystemSingle
The em-size, in points, of the font. - underline
- Type: SystemBoolean
If set to true, the initialized font will be underlined. - strikeout
- Type: SystemBoolean
If set to true, the initialized font will be stroked out.
See Also