summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-11 22:28:53 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-11 22:28:53 -0600
commitbfe3e94977430d4f564bfe006578e4ea9104a566 (patch)
tree8481c7d4d981b852d7e81abb4b495e3496827b75 /ChangeLog
parent5f35a1ce44f635da2cfeec24fd1720be85843f0f (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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cdb6b8..3fab6cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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