summaryrefslogtreecommitdiff
path: root/src/cairo-toy-font-face.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-01-02 06:48:54 -0500
committerBehdad Esfahbod <behdad@behdad.org>2009-01-02 06:51:15 -0500
commitd478d5ed5ce7c19a02e11435bcf69e867c6705d9 (patch)
tree036f9b16dc5cace42f18abdcc72651f011aa189e /src/cairo-toy-font-face.c
parenta023104400f7f08775e9e52c304f5df2bc96382d (diff)
downloadcairo-d478d5ed5ce7c19a02e11435bcf69e867c6705d9.tar.gz
[doc] Give a small hint about Twin font
Though, the details are not documented yet. I'm not sure how much of it I do want to document.
Diffstat (limited to 'src/cairo-toy-font-face.c')
-rw-r--r--src/cairo-toy-font-face.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-toy-font-face.c b/src/cairo-toy-font-face.c
index bd1f35735..f51ea251a 100644
--- a/src/cairo-toy-font-face.c
+++ b/src/cairo-toy-font-face.c
@@ -248,7 +248,7 @@ _cairo_toy_font_face_keys_equal (const void *key_a,
* cairo_toy_font_face_get_family().
*
* The cairo_select_font_face() function uses this to create font faces.
- * See that function for limitations of toy font faces.
+ * See that function for limitations and other details of toy font faces.
*
* Return value: a newly created #cairo_font_face_t. Free with
* cairo_font_face_destroy() when you are done using it.