diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:52:06 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-01-26 08:52:06 +0100 |
commit | 2acc10e603353ec6d520654b448f789a61bd6185 (patch) | |
tree | e61afaa1d7f128679aed10ed8ff48e2e3f93ef8c /plugingui/font.h | |
parent | be628876b0515ceee40946e923771e1b40d6641b (diff) |
Experimental new font renderer.
Diffstat (limited to 'plugingui/font.h')
-rw-r--r-- | plugingui/font.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/font.h b/plugingui/font.h index b7c36de..c83a98f 100644 --- a/plugingui/font.h +++ b/plugingui/font.h @@ -52,6 +52,10 @@ public: private: GlobalContext *gctx; + std::map<char, int> character_offset; + std::map<char, size_t> character_width; + std::map<char, int> character_pre_bias; + std::map<char, int> character_post_bias; }; }; |