Slant Property

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

Description

Returns the slant in degrees of the currently loaded font.

Note: in GN4 PDF printing, because of a bug in Adobe libraries, slant is not printed. This bug is fixed in build 2249 in version 2.0 and newer.

Syntax

object.Slant

object

Required. Object name. Returned by Ted.GetFont.

Example

This script displays the slant of the font, numbered as 10031:

Dim objFont = Ted.GetFont

objFont.Code = 10031

msgbox (objFont.Slant)

 

Context

Font object