Werner Lemberg 416d4c25f1 Add new load flag FT_LOAD_NO_SVG.
Modern color fonts often contain both an 'SVG' and 'COLR' table.  FreeType
always preferred 'SVG' over 'COLR' (this was a design decision), however,
this might not be the right choice for the user.  The new flags makes
FreeType ignore the 'SVG' table while loading a glyph.

Fixes .

* include/freetype/freetype.h (FT_LOAD_NO_SVG): New macro.

* src/base/ftobjs.c (FT_Load_Glyph), src/cff/cffgload.c (cff_slot_load),
src/truetype/ttgload.c (TT_Load_Glyph): Use it.
2023-05-15 16:04:15 +02:00
..
2023-05-08 07:22:59 +02:00
2023-05-15 16:04:15 +02:00
2023-05-12 22:27:08 -04:00
2023-05-15 16:04:15 +02:00
2023-05-11 14:31:23 +00:00
2023-01-17 09:18:25 +01:00
2023-03-07 08:55:58 +01:00
2023-02-08 21:09:32 +01:00
2023-01-17 09:18:25 +01:00
2023-05-07 16:42:01 +02:00
2023-05-07 15:57:06 +02:00
2023-05-07 20:26:12 +02:00
2023-05-07 20:51:32 +02:00
2023-05-07 21:06:14 +02:00
2023-05-07 19:16:38 +02:00
2023-05-07 20:57:22 +02:00
2023-03-08 10:49:42 +01:00