diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-08 22:31:56 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-08 22:31:56 -0600 |
commit | 3be1dc30c7ff2562eb19bcab278610d44e9ba13c (patch) | |
tree | 9e221351333a4583cc222caa6aae315600d7e777 /ChangeLog | |
parent | b1d01ff7dadf2418bb06b3bf58a3847616769e0e (diff) |
UserFontFace redesign to use virtual functions
* cairomm/fontface.cc:
* cairomm/fontface.h: Change UserFontFace implementation to a vfunc-based
implementation rather than requiring people to supply callbacks at runtime as
sigc::slot objects. This was requested by Ian Britten on the mailing list and
was my original plan but ran into issues in my original implementation. This
isn't a fully-working implementation yet, but I think I can overcome the
issues now, so I'm moving forward on the redesign.
* tests/test-font-face.cc: disable UserFontFace tests for now
Conflicts:
ChangeLog
cairomm/fontface.cc
cairomm/fontface.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2008-12-07 Jonathon Jongsma <jonathon@quotidian.org> + + * cairomm/fontface.cc: + * cairomm/fontface.h: Change UserFontFace implementation to a vfunc-based + implementation rather than requiring people to supply callbacks at runtime as + sigc::slot objects. This was requested by Ian Britten on the mailing list and + was my original plan but ran into issues in my original implementation. This + isn't a fully-working implementation yet, but I think I can overcome the + issues now, so I'm moving forward on the redesign. + * tests/test-font-face.cc: disable UserFontFace tests for now + 2008-12-05 Jonathon Jongsma <jonathon@quotidian.org> * cairomm/scaledfont.cc: Fix an error in ScaledFont::get_font_face() where |