In the documentation it looks like that through the load method it is possible to pass a string to be tested against the loading of the font. Hence in theory it should be possible to load initially a subset of the font and eventually later the whole font and distinguish between them. But while trying it, it doesn't seem to work. Latin strings get the load event regardless if the characters is available. Does load only work with characters ranges and not with specific strings? Thanks!
In the documentation it looks like that through the
loadmethod it is possible to pass a string to be tested against the loading of the font. Hence in theory it should be possible to load initially a subset of the font and eventually later the whole font and distinguish between them. But while trying it, it doesn't seem to work. Latin strings get the load event regardless if the characters is available. Doesloadonly work with characters ranges and not with specific strings? Thanks!