Description
Returns the value of the axis height in the currently loaded font.
Syntax
object.AxisHeight |
object
Required. Object name. Returned by Ted.GetFont.
Example
This script displays the value of 250 as the axis height of the font numbered as 10031:
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.AxisHeight)
Context
Font object
See also