diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-12 17:09:29 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-12 17:09:29 -0600 |
commit | 285031f74e399529a563af04749caae96f613c18 (patch) | |
tree | 1cac6d76e1f579d818d5b824cc6f54a0a2e1606e /ChangeLog | |
parent | 37b036b318089754a432abc37be124cb5226d17a (diff) |
Add clear warning about lifetime of UserFontFace objects
Also include examples in doxygen documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-12-12 Jonathon Jongsma <jonathon@quotidian.org> + + * cairomm/fontface.h: add more documentation about UserFontFace, including a + warning about needing to keep the UserFontFace wrapper around as long as we're + rendering text with that face. + Include the user-font.cc and toy-text.cc examples in the doxygen reference + documentation + * docs/reference/Doxyfile.in: set EXAMPLE_PATH + 2008-12-11 Jonathon Jongsma <jonathon@quotidian.org> * examples/text/user-font.cc: enhanced the UserFontFace example quite a bit so |