载入中...
搜索中...
未找到
Font.h
浏览该文件的文档.
Definition Module.h:43
CPU-side decoded font face (FreeType FT_Face + owned font bytes). Does not upload to GPU — rasterize ...
Definition FontData.h:23
Resource module for decoding TrueType / OpenType fonts via FreeType. Produces FontData (CPU metrics +...
Definition Font.h:17
FontData * newFontData(Data *data, int size=16)
Decode a font from in-memory bytes at the given pixel size.
Definition Font.cpp:25
FontData * newFontDataFromFile(std::string path, int size=16)
Decode a font from a VFS path (physfs) at the given pixel size.
Definition Font.cpp:39
Module_REG(Font)
Font()
~Font() override
Definition Build.cpp:11