Ver. | プロパティ名 | R/O | 値 | 説明 |
|
appliedFont | |
Font, 文字列値, NothingEnum.NOTHING(1851876449/nada) | 適用されるフォント |
|
designAxes | |
Array( 数値 ), NothingEnum.NOTHING(1851876449/nada) | Value of Design Axes. |
|
fontStyle | |
文字列値, NothingEnum.NOTHING(1851876449/nada) | フォントのスタイル |
|
glyphID | |
数値, NothingEnum.NOTHING(1851876449/nada) | GID/CID コード |
|
isValid | ○ |
真偽値 | オブジェクトが有効かどうか |
|
properties | |
Object | |
|
rosFontGroup | |
[ 文字列値, 文字列値 ], NothingEnum.NOTHING(1851876449/nada) | The Registry Ordered font group. |
Ver. | メソッドの書式 | 戻り値 | メソッドの説明 |
---|
| | パラメータ | 値 | | パラメータの説明 |
|
addEventListener(eventType, handler, [captures]) |
EventListener | EventListenerを作成 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
|
getElements() |
Array( FindGlyphPreference ) | オブジェクト参照を返す |
|
isNthDesignAxisHidden(nthAxisIndex) |
真偽値 | If true, Nth design axis of variable font is hidden. |
| nthAxisIndex |
数値 | | Index of design axis. |
|
removeEventListener(eventType, handler, [captures]) |
真偽値 | EventListenerを削除 |
| eventType |
文字列値 | | |
| handler |
ファイル, JavaScript関数 | | |
| [captures] |
真偽値 | | (廃止) |
|
setNthDesignAxis(nthAxisIndex, nthAxisValue) |
なし | Set Nth design axis of a variable font. |
| nthAxisIndex |
数値 | | Index of design axis. |
| nthAxisValue |
数値 | | Value of nth design axis. |
|
toSource() |
文字列値 | ソースコードを表す文字列を返す |
|
toSpecifier() |
文字列値 | Retrieves the object specifier. |