1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 02:37:51 +03:00
wezterm/deps/freetype/bindings.h
2023-08-17 08:38:02 -07:00

14 lines
383 B
C

#include <ft2build.h>
#include <freetype/freetype.h>
#include <freetype/ftcolor.h>
#include <freetype/ftlcdfil.h>
#include <freetype/tttables.h>
#include <freetype/ftmodapi.h>
#include <freetype/ftoutln.h>
#include <freetype/ftmm.h>
#include <freetype/ftsynth.h>
#include <freetype/ftglyph.h>
#include <freetype/ftsnames.h>
#include <freetype/otsvg.h>
#include <freetype/ttnameid.h>