mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
Added missing fontconfig defines
(cherry picked from commit 2ac273a456)
This commit is contained in:
committed by
alexey.ushakov@jetbrains.com
parent
eb1a8e6ed8
commit
d370e79165
@@ -60,6 +60,17 @@
|
||||
#include "fontconfig.h"
|
||||
#endif
|
||||
|
||||
#ifndef FC_LCD_FILTER
|
||||
#define FC_LCD_FILTER "lcdfilter"
|
||||
#endif
|
||||
|
||||
#ifndef FC_LCD_NONE
|
||||
#define FC_LCD_NONE 0
|
||||
#define FC_LCD_DEFAULT 1
|
||||
#define FC_LCD_LIGHT 2
|
||||
#define FC_LCD_LEGACY 3
|
||||
#endif
|
||||
|
||||
#include "fontscaler.h"
|
||||
|
||||
#define ftFixed1 (FT_Fixed) (1 << 16)
|
||||
|
||||
Reference in New Issue
Block a user