diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-11 22:28:53 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-11 22:28:53 -0600 |
commit | bfe3e94977430d4f564bfe006578e4ea9104a566 (patch) | |
tree | 8481c7d4d981b852d7e81abb4b495e3496827b75 /ChangeLog | |
parent | 5f35a1ce44f635da2cfeec24fd1720be85843f0f (diff) |
Enhance the UserFontFace example
* examples/text/user-font.cc: enhanced the UserFontFace example quite a bit so
that it shows a few different virtual functions and actually draws different
sized boxes for different characters
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-12-11 Jonathon Jongsma <jonathon@quotidian.org> + * examples/text/user-font.cc: enhanced the UserFontFace example quite a bit so + that it shows a few different virtual functions and actually draws different + sized boxes for different characters + +2008-12-11 Jonathon Jongsma <jonathon@quotidian.org> + * cairomm/fontface.h: fix up a lot of the documentation for UserFontFace since it was redesigned to use virtual functions rather than callbacks |