diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-15 00:56:26 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-15 00:56:26 -0600 |
commit | 0fc70d99be2e5377c14853cbe9a6ab7d39c4af63 (patch) | |
tree | efe628e8e548b06ba051b08a960a92df456b3ace /.gitignore | |
parent | 3a2c321730e583b6256e43cc91ee71c55b416ee4 (diff) |
Add tests and fix a bug in UserFontFace
* cairomm/fontface.cc: fixed a bug in UserFont where I was incorrectly using a
function static variable and so it was not returning negative numbers for
num_glyphs when I expected it to
* tests/Makefile.am:
* tests/test-font-face.cc:
* tests/test-user-font.cc: Added tests for UserFontFace
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ tests/test-surface tests/test-scaled-font tests/test-font-options tests/test-matrix +tests/test-user-font cairomm/cairommconfig.h* cairomm/stamp-* |