Revert: ensure all platforms use fontconfig #2399 #2515

This commit is contained in:
Lovell Fuller
2021-01-13 17:50:58 +00:00
parent f7e2b3688f
commit bba00c2bfe
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,6 @@
static void* sharp_vips_init(void*) {
g_setenv("VIPS_MIN_STACK_SIZE", "2m", FALSE);
g_setenv("PANGOCAIRO_BACKEND", "fontconfig", FALSE);
vips_init("sharp");
return nullptr;
}