diff options
author | Carl Worth <cworth@cworth.org> | 2004-04-02 08:01:09 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-04-02 08:01:09 +0000 |
commit | b17b04aa388541c0880698aed0f03796a3146d49 (patch) | |
tree | cab0fd615071addec756b544f866e325f8bbfbe7 /BUGS | |
parent | 72667ec5680c77fc0e89fcfe71e6fa72467991ff (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-- | BUGS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |