BarCodeWiz barcode control Home

  | | |
BarCodeWiz Barcode ActiveX Control
User Manual

Purchase Now
What Is BarCodeWiz ActiveX
Installation
Upgrading from Previous Version
Quick Start
Overview
Using in MS Access
Using in MS Excel
Using in MS Word
Using in MS Word - Mail Merge
Using in MS Visual Basic
Using in MS Visual C++
Bar Code Types (Symbologies)
Overview
Code 39 and Code 39 Extended
Code 128 A, B, C, and Auto
UCC / EAN 128
Interleaved 2 of 5
Standard 2 of 5
Code 93
Code 11
Codabar
UPC A
UPC E
EAN 13
EAN 8
PostNet
RoyalMail
Reference
Properties
AutoSize
BackColor
BackStyle
Barcode
BarcodeHeight
BarcodeTextFont
BarcodeTextPosition
BearerBars
Border
BottomText
BottomTextAlign
BottomTextFont
ForeColor
NarrowBarWidth
OptionalCheckChar
Orientation
Picture
QuietZone
ScaleMode
StretchBarcodeText
Symbology
TopText
TopTextAlign
TopTextFont
WideToNarrowRatio
Methods
CopyToClipboard
CopyToClipboardAsWMF
SaveAs
ShowProperties
Verify
Events
Click
DblClick
MouseDown
MouseMove
MouseUp
License
BarCodeWiz ActiveX License
Support
BarcodeTextFont
Return to Introduction  Previous page  Next page

Returns or sets the font of bar code text.

Syntax

BarCodeWiz1.BarcodeTextFont


Visual Basic Examples

Example 1. Retrieve current font name

Dim ftName As String  
ftName = BarcodeTextFont.Name  

Example 2. Set BarcodeTextFont

Dim f As StdFont  
Set f = New stdole.StdFont  
f.Name = "Times New Roman"  
f.Size = 16  
Set BarCodeWiz1.BarcodeTextFont = f  

Example 3. Change current BarcodeTextFont size.

Dim f As StdFont  
Set f = New stdole.StdFont  
Set f = BarCodeWiz1.BarcodeTextFont 'Retrieve current font  
f.Size = 14  
Set BarCodeWiz1.BarcodeTextFont = f  
GetMySystem.com, Inc Think Bar Code   Copyright 2000-2005©