Property: Font

Font fontobject

Specifies the font by name, style, effects and the size for the text line.

The Font property is an object which illustrates the different properties of the font.

General the usage of the font object is as follows::

Change the size: Barcode1.Font.Size = 10

Change the Font:
Barcode1.Font.Name = "Arial"

Change the style and the effects:
Barcode1.Font.Bold = True
Barcode1.Font.Italic = True
Barcode1.Font.Underline = True
Barcode1.Font.Strikethrough = True

In some developing environments these properties are determined by enumeration types, e.g. Delphi. Have a look in the help of the developing system for information how to handle them.


Examples:

Font: Arial, 12pt, Bold

Font: Comix, 14pt, Standard



rss twitter Bookmark and Share
| Home | Shop | Email | Datenschutz | Sitemap | Print preview | Version 5.57 | © Lars Schenk & Frank Horn

All trademarks and product names mentioned are the property of their respective owners.