Description
Returns the EN width in the currently loaded font.
Syntax
object.ENWidth |
object
Required. Object name. Returned by Ted.GetFont.
Example
This script displays the EM width of the font, numbered as 10031:
Dim objFont = Ted.GetFont
objFont.Code = 10031
msgbox (objFont.EMWidth)
Context
Font object
See also