InDesign Server2025
API 20.5.0.49
Object

FindGlyphPreference

Find glyph preferences.

Preference FindGlyphPreference
Hierarchy

Application

FindGlyphPreference

Properties

NameType AccessDescription
Font | String | NothingEnum
read/write The font applied to the FindGlyphPreference, specified as either a font object or the name of font family. Can return: Font, String or NothingEnum enumerator.
Reals[] | NothingEnum[]
read/write Value of Design Axes. Can return: Array of Reals or NothingEnum enumerator.
EventListeners<EventListener> readonly A collection of event listeners.
Events<Event> readonly A collection of events.
String | NothingEnum
read/write The name of the font style. Can return: String or NothingEnum enumerator.
LongInteger | NothingEnum
read/write The GID/CID of the glyph. Can return: Long Integer or NothingEnum enumerator.
Boolean readonly Returns true if the object specifier resolves to valid objects.
Application readonly The parent of the FindGlyphPreference (a Application).
Object read/write A property that allows setting of several properties at the same time.
2 Strings[] | NothingEnum[]
read/write The Registry Ordered font group. Can return: Array of 2 Strings or NothingEnum enumerator.

Methods

EventListener

Adds an event listener.

eventType String The event type.
handler File | JavaScriptFunction The event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
FindGlyphPreference[]

Resolves the object specifier, creating an array of object references.

Boolean

If true, Nth design axis of variable font is hidden.

nthAxisIndex Number Index of design axis.
Boolean

Removes the event listener.

eventType String The registered event type.
handler File | JavaScriptFunction The registered event handler. Can accept: File or JavaScript Function.
captures? Boolean This parameter is obsolete.
void

Set Nth design axis of a variable font.

nthAxisIndex Number Index of design axis.
nthAxisValue Number Value of nth design axis.
String

Generates a string which, if executed, will return the FindGlyphPreference.

String

Retrieves the object specifier.

Object of 4

Properties elsewhere that hold a FindGlyphPreference.

Return 1

Methods that return a FindGlyphPreference.