1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 14:54:16 +03:00
wezterm/deps/freetype/bindings.h

12 lines
325 B
C
Raw Normal View History

#include <ft2build.h>
#include <freetype/freetype.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>
2021-10-10 20:14:41 +03:00
#include <freetype/ftsnames.h>
2021-10-10 20:18:47 +03:00
#include <freetype/ttnameid.h>