summaryrefslogtreecommitdiff
path: root/src/text.h
blob: 6eb7df1d827f85ab11b79783cdcb7815782d3d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "freetype/freetype.h"

struct face_ctx_s {
  FT_Library library;
};

struct face_s {
  FT_Face face;
};