[cairo-commit] [cairo-www] src/todo.mdwn
Chris Wilson
ickle at freedesktop.org
Fri Oct 10 13:31:15 PDT 2008
src/todo.mdwn | 14 ++++++++++++++
1 file changed, 14 insertions(+)
New commits:
commit ad5912bf70b07494e5be275fadeff8c95fd1d415
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Fri Oct 10 21:29:55 2008 +0100
Add font ref image ideas to TODO
More bugzilla TODO trawling.
diff --git a/src/todo.mdwn b/src/todo.mdwn
index 45fe44c..b343592 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -302,6 +302,20 @@ Test-suite improvements
* Smoke testing, without loss of confidence
* Group tests by high level calls, e.g. clip, paint, stroke, fill
* Move output to a separate directory (apparently 30,000 output files slows tab-completion, and don't try GtkFileChooser on it!)
+ * Font integration
+ * Font-backend specific reference images?
+
+ From <https://bugs.freedesktop.org/show_bug.cgi?id=9465#c2>
+1) I prefer finding the font backend using cairo_font_type_t. For example using
+cairo_get_font_face() + cairo_font_face_get_type(). Unfortunately this probably
+doesn't work. It probably returns CAIRO_FONT_TYPE_TOY. We need
+cairo_get_scaled_font() API first.
+
+2) Please call font backends "font-backend", not "backend".
+
+3) We probably should do something more clever now that the involved parameters
+are increasing. Marking tests as having text is probably one thing we want to do.
+
Integration improvements
-----------------------
More information about the cairo-commit
mailing list