#pragma once #include "freetype/freetype.h" struct face_ctx_s { FT_Library library; }; struct face_s { FT_Face face; };