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