Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-19 | Change Cairo::FontWeight enum to Cairo::ToyFontFace::Weight. | Murray Cumming | 1 | -1/+1 | |
And change this from an old-style enum to a C++11 enum class. | |||||
2017-04-19 | Change Cairo::FontSlant enum to Cairo::ToyFontFace::Slant. | Murray Cumming | 1 | -1/+1 | |
And change this from an old-style enum to a C++11 enum class. | |||||
2017-04-19 | Change Cairo::Format enum to Cairo::Surface::Format. | Murray Cumming | 1 | -1/+1 | |
And change this from an old-style enum to a C++11 enum class. | |||||
2016-12-07 | Add and use make_refptr_for_instance(). | Murray Cumming | 1 | -1/+1 | |
2015-07-31 | C++11: Use auto. | Murray Cumming | 1 | -4/+4 | |
2015-07-31 | C++11: Use the override keyword. | Murray Cumming | 1 | -6/+6 | |
2008-12-11 | Enhance the UserFontFace example | Jonathon Jongsma | 1 | -18/+94 | |
* 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-08 | Added a very simple UserFontFace example | Jonathon Jongsma | 1 | -0/+66 | |
* examples/text/Makefile.am: * examples/text/user-font.cc: Added a very simple example of using a UserFontFace to draw text |