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

@ -10,6 +10,9 @@ Requires libvips v8.10.5
[#2511](https://github.com/lovell/sharp/pull/2511)
[@leon](https://github.com/leon)
* Revert: ensure all platforms use fontconfig for font rendering.
[#2515](https://github.com/lovell/sharp/issues/2515)
### v0.27.0 - 22nd December 2020
* Add support for AVIF to prebuilt binaries.

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;
}