summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h
index 99cb892..e9ce85d 100644
--- a/src/font.h
+++ b/src/font.h
@@ -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;