Dimon-II
Dimon-II
A similar error if the called SVG contains clip-path - this is also anchored to the origin.
As I understand it, this package is designed to embed "SVG rendering engine" into a C ++ program using additional graphics libraries (CAIRO). For my Delphi program, it is desirable...
> resvg C API is limited to rendering by design. You cannot query much from it. But this function has already appeared in your project, just without the interface from...
Опишу ситуацию на более понятном нам обоим русском: 1. В Windows API нет стандартной функции для чтения имени (font-family) шрифта из файла. 2. Стандартный диалог Windows просмотра шрифта показывает НЕ...
> As for resvg_options_load_font_file, the tricky part is that a font can have many faces and each face can have many names. Expressing this via C API would be highly...
> Support for localized names should not affect you in any way. You can always provide EN/US family name and it will work just fine. I have already given an...
I see this is an absolutely fundamental position for you - not to add any functionality outside of rendering. I just hoped that by adding this list of fonts feature...
A friend suggested that I make my own version of resvg with getting names, but this function has a memory leak, but I don’t know this programming language and can’t...
As far as I understand, the first loaded system font of the same name either prevents the local font from loading, or when selecting a font by name, it appears...
I encountered this situation during testing colored SVG icons font. I wanted to have a local version of the font having game icons aligned with the text. When working with...