[cairo-commit] [cairo-www] src/todo.mdwn

Chris Wilson ickle at freedesktop.org
Fri Oct 10 13:33:33 PDT 2008


 src/todo.mdwn |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit fbe2c9d5570e6493a83d23050c5470ca57d59c13
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Oct 10 21:33:15 2008 +0100

    Improve markdown.

diff --git a/src/todo.mdwn b/src/todo.mdwn
index b343592..7d611dd 100644
--- a/src/todo.mdwn
+++ b/src/todo.mdwn
@@ -306,15 +306,15 @@ Test-suite improvements
  * 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".
+   * 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.
 
-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.
+   * 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