Dominik Röttsches
Dominik Röttsches
> it wouldn't ever have made sense to recognize only ... Agree, looking at the source I found that we accept: `"woff", "truetype", "opentype", "woff2", "collection", "woff-variations", "truetype-variations", "opentype-variations", "woff2-variations"`
> Any other strings are ... what? In my prototype implementation, I am rejecting those entries of the src: line and not adding them to the list of supported resources....
Do I understand correctly, that WebKit performs the character replacement as well if the text encoding is a Unicode encoding (say UTF-8, UTF-16) and only the font name is one...
For future reference, this [was the bug #305827](https://bugs.chromium.org/p/chromium/issues/detail?id=305827) in which Blink removed the previous mechanism, which was not text-transform based.
Chrome fonts developer here. You could use https://github.com/googlefonts/nanoemoji and https://github.com/googlefonts/picosvg to build your own version of Twemoji COLRv1 - this is mainly what we're doing in the https://github.com/googlefonts/color-fonts repository ([compare...
> As Myles@Apple says, it seems like reinventing the wheel to me at first take. I'll consider this further 🤔 [Chrome's response to Apple's standard position](https://lists.webkit.org/pipermail/webkit-dev/2021-May/031839.html) may have useful considerations...
> We don't call CoreText variations APIs. Any idea what the API is called? cc @drott @jfkthame You mean what API is needed for applying variations to a `CTFontRef`? I...
Can't recall or find more context anymore, sorry. Ok to close this. Closest I could find was a (confused) bug that I filed here: https://bugs.chromium.org/p/chromium/issues/detail?id=1041825 - and maybe https://bugs.chromium.org/p/chromium/issues/detail?id=899718.
Indeed, I got a bit stuck on this when trying to use the hb ot callbacks instead of Skia fallbacks for advance metrics when investigating https://crbug.com/1005969 because of the way...
I am concerned about the case that in Blink it would be possible to override `opsz` using font-variation-settings and disconnect it from ptem-size - in that case I prefer it...