SmallCapsHeight Property

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:20

Description

Returns the height of the small capitals in the given font.

Syntax

object.SmallCapsHeight

object

Required. Object name. Returned by Ted.GetFont.

Example

This script displays the height of the small capitals of the font, numbered as 10031:

Dim objFont = Ted.GetFont

objFont.Code = 10031

msgbox (objFont.SmallCapsHeight)

 

Context

Font object