summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-04-02 08:01:09 +0000
committerCarl Worth <cworth@cworth.org>2004-04-02 08:01:09 +0000
commitb17b04aa388541c0880698aed0f03796a3146d49 (patch)
treecab0fd615071addec756b544f866e325f8bbfbe7 /BUGS
parent72667ec5680c77fc0e89fcfe71e6fa72467991ff (diff)
Move weight after slant to match the order in cairo_select_font.
Added notes on DPI for image-based backends and on proposal for new cairo_text_glyphs function. Added BUG about cairo_show_text not advancing the current point.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index ead687c4a..07e0ad8d1 100644
--- a/BUGS
+++ b/BUGS
@@ -48,4 +48,8 @@ to think about this in more detail.
--
+cairo_show_text is not updating the current point by the string's advance values.
+
+--
+
Caps are added only to the last subpath in a complex path.