Sign in
skia
/
skia
/
5fdfc51ef3e8
/
.
/
relnotes
/
fontations_data_factory.md
blob: f63f48ed68751838e22a9175669bbf2b98cc6dde [
file
] [
view
]
The
Fontations
SkTypeface
backend has a
new
factory method to create a typeface
from
`SkData`
,
not
only
from
`SkStreamAsset`
.
The
new
signature
is
`sk_sp<SkTypeface> SkTypeface_Make_Fontations(sk_sp<SkData> fontData, const SkFontArguments& args)`
.