summaryrefslogtreecommitdiff
path: root/tests/test-scaled-font.cc
AgeCommit message (Expand)AuthorFilesLines
2020-08-13tests: Don't include deprecated Boost header filesKjell Ahlstedt1-1/+1
2020-04-30Replace NULL by nullptrKjell Ahlstedt1-2/+2
2020-04-30tests: Update the source codeKjell Ahlstedt1-29/+14
2015-07-31C++11: Use of nullptr.Murray Cumming1-1/+1
2015-07-31C++11: Use auto.Murray Cumming1-14/+14
2008-12-15Revert virtual ScaledFont destructor (no ABI break)Jonathon Jongsma1-4/+41
2008-12-14Really fix ScaledFont::get_font_face() bugJonathon Jongsma1-0/+21
2008-10-07Update API to officially released 1.8 APIJonathon Jongsma1-2/+2
2008-09-10Add ScaledFont::get_scale_matrix() + testJonathon Jongsma1-0/+15
2008-08-27Add a default value for the font_options parameter of the ScaledFont constructorJonathon Jongsma1-0/+4
2008-08-27Add ScaledFont::text_to_glyphs()Jonathon Jongsma1-0/+47