>> Adding support for OpenType SVG Colored Fonts to FreeType
>
> Which svg renderer will be used?

Whatever the system has, see below.

> Which XML parser will be used?

With a very high probability it will be `svgnative', contributed by
Adobe:

  https://github.com/adobe/svg-native-viewer/

It's a special parser for `SVG Native', a forthcoming W3C standard
that exactly covers the use in OpenType.

  https://github.com/w3c/svgwg/labels/SVG%20Native

Brand-new stuff, BTW :-)

> Because, that could add heavy SDK deps to freetype.

The `svgnative' library already provides backends for CoreGraphics and
Skia; Toshiya-san started to write a Cairo backend, see

  https://github.com/mpsuzuki/svg-native-viewer/tree/cairo/svgnative/ports/cairo


    Werner

_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to