Last updated:
0 purchases
network font loader
Features #
A plugin that downloads, caches and loads a font hosted on the network.
Usage #
var font = NetworkFont(
'https://www.example.com/files/example.ttf',
'example_bold',
800,
);
await NetworkFontLoader.load( font );
copied to clipboard
Additional information #
No web support yet, but will be added later. Will throw UnsupportedException in the meantime.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.