Description
Returns the font's X height.
Syntax
object.XHeight |
object
Required. Object name. Returned by Ted.GetFont.
Example
This script displays the X height of the font, numbered as 10031:
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.XHeight)
Context
Font object