Viktor

Results 17 comments of Viktor

@tomasdev I guess you will need the coverage glyph. look for `subtable.coverage` Issue [#384 ](https://github.com/opentypejs/opentype.js/issues/384) might help.

One note: Not only Stylistic Sets (ss01–ss20) can have an optional UI Name ID but also the [Character Variant feature](https://docs.microsoft.com/en-us/typography/opentype/spec/features_ae#tag-cv01--cv99) (cv01–cv99). Maybe it would be good to implement this as...

I just wonder, isn't this ready to get published?

There is also variableFont.js ... very small and easy to use. I use it in combination with opentype.js. Maby interessting: https://github.com/Monotype/variableFont.js

Came across this too lately and was wondering if there is any explanation or documentation about it...

Thanks. I am asking for a client who wants to use IBM Plex Sans SC and wants to replace the existing (probably custom) CJK font that contains these characters. Is...

In my case I use a workaround now with [moveAnchor ](https://fontlabcom.github.io/fontlab-python-docs/typerig.proxy.objects.glyph.html#moveanchor)to shift the 'top' anchor to the caps height or x-height, but I think having an expression for this would...