remove directwrite in favor of gdi
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
b7ed160614
commit
1fe59521bf
17 changed files with 21 additions and 24311 deletions
|
|
@ -134,8 +134,8 @@ if (param_get("freetype2")) {
|
|||
}
|
||||
}
|
||||
|
||||
if (param_get("directwrite")) {
|
||||
add_cflags("-DUSE_DIRECTWRITE");
|
||||
if (param_get("gdi-text")) {
|
||||
add_cflags("-DUSE_GDI_TEXT");
|
||||
}
|
||||
|
||||
if (param_get("vulkan") && param_get("vulkan-string-helper")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue