ArcPad Scripting Object Model
Font Object
See Also  Members  Send comments on this topic.

Glossary Item Box

Description

Font

 

A Font object contains information needed to format text for display. It is commonly used with the Symbol and TextSymbol objects.

Remarks

A Font object is a creatable object in ArcPad. Here's an example of creating a new Font object:


Dim pFont
Set pFont = Application.CreateAppObject("font")

See Also

© 2013 All Rights Reserved.