ABCpdf supports external fonts referenced in SVG.
However it is also possible to embed fonts in an SVG file using
a set of tags defining the path for each glyph. ABCpdf does not
support this type of embedded font.
Some text styles such as light weights and font variants are not
easily represented in PDF. For this reason ABCpdf may approximate
them if they are used.
ABCpdf does not support the display-align property of the textarea
element. However this is an element which is very rarely used (it
is part of the new SVG 1.2 draft specification) and is not widely
supported.
SVG Basic allows text in individual tspan blocks to be individually
positioned attributes using x, y, dx and dy attributes. Because
this is not part of SVG Tiny ABCpdf does not support it. However
it is worth noting that this is perhaps the most commonly used text
construct outside the specification.
|