QRCodeSetAdditionalCaptionFont Method (String, Int32, Boolean, Boolean, Boolean, Boolean, Byte)ByteScout QR Code SDK
Sets the font with specified properties as the barcode additional caption font.

Namespace:  Bytescout.BarCode
Assembly:  Bytescout.BarCode.QRCode (in Bytescout.BarCode.QRCode.dll) Version: 2.0.2.1237-master
Syntax

public void SetAdditionalCaptionFont(
	string familyName,
	int size,
	bool bold,
	bool italic,
	bool underline,
	bool strikeout,
	byte gdiCharSet
)

Parameters

familyName
Type: SystemString
The family name of the font.
size
Type: SystemInt32
The size of the font in pixels.
bold
Type: SystemBoolean
If true, then the text drawn with the font will be bold.
italic
Type: SystemBoolean
If true, then the text drawn with the font will be italic.
underline
Type: SystemBoolean
If true, then the text drawn with the font will be underlined.
strikeout
Type: SystemBoolean
If true, then the text drawn with the font will be contain line through the middle.
gdiCharSet
Type: SystemByte
A GDI character set to use for this font.
See Also

Reference