Jannis Weis
Jannis Weis
I have now removed the Oracle licence. Also fixed the original license headers being stripped from the source files. That was not intentional.
I don’t think that they quite follow the specification here.
Could you please provide the svg source for the image? Also did you test this with the newest version of the library? The version IntelliJ uses is quite a bit...
Ah I hadn't noticed that it is actually an SVG. I suppose this might be related due to bit-depth limitations during interpolation. Awt (and probably FX aswell) do their interpolation...
Could you please clarify what you mean by > [...] but in my case, I need the text to be rendered as such Rendering text inherently requires it to be...
> Sure. I need to generate a custom output format that does not have the typical Graphics2D support and is quite limited. Therefore is was happy to see that your...
The newest snapshot adds a `TextRenderer textRenderer()` method to `Output`. As it is foreseeable that text rendering might need some reworking in the future `TextRenderer` has not much exposed to...
> 1. How do I get the actual font settings for the rendered text? So far this seems all to be located in the `TextContainer`, right? Font information is available...
> OK, if I receive all relevant information for text rendering in `public abstract void processText(@NotNull String text)` then I can take over on my side. I have seen that...
Well currently all text is rendered using "one call" as the shapes get merged during text layout. The real problem here is that svg allows for custom x and y...