diff options
Diffstat (limited to 'src/font.h')
| -rw-r--r-- | src/font.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ public: Font(boost::filesystem::path const& ttf_file); /** Read and parse a TTF font from a block of memory */ Font(uint8_t const* data, int size); + Font(Source& source); /** Write the font to a file */ void write(boost::filesystem::path const& ttf_file) const; |
