Property: ExtraFontSize

(TBarcode1D_UPCA, TBarcode1D_UPCE, etc.)

Specifies the font size of the left quiet zone mark and the right quiet zone mark.

Syntax:

property ExtraFontSize: Integer;

Description:

For TBarcode1D_UPCA, TBarcode1D_UPCE, TBarcode1D_UPCE0, and TBarcode1D_UPCE1 barcode components, if the human readable text is displayed, and the TextAlignment property is set to taCustom, the property specifies the font size of the left quiet zone mark and the right quiet zone mark. Otherwise it will be ignored. See diagram:

ExtraFontSize

The font name, style, and color of the left quiet zone mark and the right quiet zone mark are specified by the TextFont property. The color value that's specified by the SpaceColor property will be used as the background color.

It defaults to 0, meaning that the font size that's specified by the TextFont property. If the property value is set to less than 0, or greater than the font size that's specified by the TextFont property, the font size that's specified by the TextFont property will be used too.

See also the "TextFont" property.

Contents