BCFontInfo Function

Navigation:  Reference Guide >

BCFontInfo Function

Previous pageReturn to chapter overviewNext page

Specifies the font characteristics of text in the barcode.

void BCFontInfo(LPCTSTR FontName, WORD FontSize, BOOL Bold, BOOL Italic);

Parameters

FontName

A string that contains the font name.

FontSize

Indicates the font size.

Bold

Indicates whether a bold style is applied to the font or not.

Italic

Indicates whether an italic style is applied to the font or not.