Property: TextFont

Specifies the font of the human readable text.

Syntax:

property TextFont: TFont;

Description:

Specifies the font of the human readable text. The color value that's specified by SpaceColor property will be used as the background color.

Note, In the TBarcode1D_UPCA, TBarcode1D_UPCE, TBarcode1D_UPCE0, and TBarcode1D_UPCE1 barcode components, if the TextAlignment property is set to taCustom, for the left quiet zone mark and right quiet zone mark, the property specifies the font name, style, color, etc but the font size. The font size of the left quiet zone mark and the right quiet zone mark is specified by the "ExtraFontSize" property. See also the "ExtraFontSize" property.

Contents