Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Experimental WebAPI
GitHub

FontFace

Values

load

letload:WebAPI.CSSFontLoadingAPI.fontFace=>promise<
WebAPI.CSSFontLoadingAPI.fontFace,
>

make

letmake: (
~family:string,
~source:string,
~descriptors:WebAPI.CSSFontLoadingAPI.fontFaceDescriptors=?,
)=>WebAPI.CSSFontLoadingAPI.fontFace

make2

letmake2: (
~family:string,
~source:DataView.t,
~descriptors:WebAPI.CSSFontLoadingAPI.fontFaceDescriptors=?,
)=>WebAPI.CSSFontLoadingAPI.fontFace

Parameters

string Stdlib.DataView.t option<WebAPI.CSSFontLoadingAPI.fontFaceDescriptors >

Return type

WebAPI.CSSFontLoadingAPI.fontFace

make3

letmake3: (
~family:string,
~source:ArrayBuffer.t,
~descriptors:WebAPI.CSSFontLoadingAPI.fontFaceDescriptors=?,
)=>WebAPI.CSSFontLoadingAPI.fontFace

Parameters

string Stdlib.ArrayBuffer.t option<WebAPI.CSSFontLoadingAPI.fontFaceDescriptors >

Return type

WebAPI.CSSFontLoadingAPI.fontFace

[8]ページ先頭

©2009-2025 Movatter.jp