You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the msdfgen generator, you can use the -windingpreprocess or -nopreprocess flag in the console to enable or disable shape preprocessing. However, in the current MSDF bindings implementation, there is no function to enable or disable this feature.
Description
In the msdfgen generator, you can use the
-windingpreprocess
or-nopreprocess
flag in the console to enable or disable shape preprocessing. However, in the current MSDF bindings implementation, there is no function to enable or disable this feature.In the repository https://github.com/Chlumsky/msdfgen/blob/master/ext/resolve-shape-geometry.cpp, there is a function
bool resolveShapeGeometry(Shape &shape)
responsible for this.Example command:
msdfgen.exe -font Inter_24pt-Medium.ttf 'M' -nopreprocess -testrender render.png 1024 1024
The text was updated successfully, but these errors were encountered: