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; };