Skip to content

Fix font errors on Windows with binary outputs

Outputs like 'png' didn't render the text properly on Windows (rectangles instead of letters). The cause was that Pango was missings its modules. This change adds post build commands to the smyrna en gvplugin_pango Visual Studio projects, so the required modules are copied and then recognized by pango. Fixes issue #1186 (closed)

Merge request reports