A font.
Go to Property Listing | Method Listing
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
If true, the font can be embedded. |
||
|
readonly |
If true, the font can be converted to outlines. |
||
|
readonly |
If true, the font can be embedded in a PDF document. |
||
|
readonly |
If true, the can font be printed. |
||
|
readonly |
The name of the font family |
||
|
readonly |
The name of the font style. |
||
|
readonly |
The type of font. |
||
|
readonly |
The index of the Font within its containing object. |
||
|
readonly |
The full path to the Font. |
||
|
readonly |
The name of the Font. |
||
|
readonly |
The parent of the Font (a Document or Application). |
||
|
readonly |
The PostScript name of the font. |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
If true, the font allows only restricted printing. |
||
|
readonly |
The status of the font. |
Boolean checkOpenTypeFeature (using:OpenTypeFeature)
Check whether a font object supports a specific OpenType feature. Pass in either one of the enumeration values or a string with the 4 character code of the feature
|
Parameter |
Type |
Description |
|---|---|---|
|
using |
Which OpenType feature to use |
TextDefault.bulletsAndNumberingFont
Text.bulletsAndNumberingFont
Character.bulletsAndNumberingFont
Word.bulletsAndNumberingFont
Line.bulletsAndNumberingFont
TextColumn.bulletsAndNumberingFont
Paragraph.bulletsAndNumberingFont
TextStyleRange.bulletsAndNumberingFont
InsertionPoint.bulletsAndNumberingFont
Story.bulletsAndNumberingFont
ParagraphStyle.bulletsAndNumberingFont
FindPreference.bulletsAndNumberingFont
ChangePreference.bulletsAndNumberingFont
ChangePreference.appliedFont
Character.appliedFont
CharacterStyle.appliedFont
FindPreference.appliedFont
InsertionPoint.appliedFont
Line.appliedFont
Paragraph.appliedFont
ParagraphStyle.appliedFont
Story.appliedFont
Text.appliedFont
TextColumn.appliedFont
TextDefault.appliedFont
TextStyleRange.appliedFont
Word.appliedFont