Description
Returns the width of the small capitals in the given font.
Syntax
object.SmallCapsWidth |
object
Required. Object name. Returned by Ted.GetFont.
Example
This script displays the width of the small capitals of the font, numbered as 10031:
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.SmallCapsWidth)
Context
Font object
See also