midorable
Preparing search index...
@rutan/midorable
index
SystemFontFeature
Interface SystemFontFeature
interface
SystemFontFeature
{
loadFont
(
fontName
:
string
,
url
:
string
)
:
Promise
<
boolean
>
;
}
Index
Methods
load
Font
Methods
load
Font
loadFont
(
fontName
:
string
,
url
:
string
)
:
Promise
<
boolean
>
フォントを読み込み、プラットフォームに登録する
Parameters
fontName
:
string
フォント名。以降、font-familyなどでこの名前を使用してフォントを指定できるようになる。
url
:
string
フォントファイルのURL
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
load
Font
midorable
Loading...
フォントを読み込み、プラットフォームに登録する