#ifndef dynamic_font_h. #define dynamic_font_h. struct dfont;. struct dfont_rect {. int x;. int y;. int w;. int h;. }; struct dfont * dfont_create(int width ...
確定! 回上一頁