Implement SVG in OT support.
This commit is contained in:
parent
191c8ed12f
commit
d77902f33a
18 changed files with 1304 additions and 29 deletions
|
|
@ -8,6 +8,9 @@ msdfgen_enabled = "msdfgen" in env.module_list
|
|||
|
||||
env_text_server_fb = env_modules.Clone()
|
||||
|
||||
if "svg" in env.module_list:
|
||||
env_text_server_fb.Prepend(CPPPATH=["#thirdparty/thorvg/inc", "#thirdparty/thorvg/src/lib"])
|
||||
|
||||
if env["builtin_msdfgen"] and msdfgen_enabled:
|
||||
env_text_server_fb.Prepend(CPPPATH=["#thirdparty/msdfgen"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue