Font
A Font object contains information needed to format text for display. It is commonly used with the Symbol and TextSymbol objects.
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")
Dim pFont
Set pFont = Application.CreateAppObject("font")