diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-29 00:51:29 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-29 00:51:29 +0000 |
commit | 6278d373c1a564ae4233a2e4b6d428a9f6202728 (patch) | |
tree | 831ea6ce3ce84ab59e040cc7d176067962b33d5d /TODO | |
parent | abacca30f29df84d9818cd1395449eff0e4ee171 (diff) | |
download | pango-6278d373c1a564ae4233a2e4b6d428a9f6202728.tar.gz |
Add functions to convert font descriptions to and from human-readable
Mon Feb 28 19:46:35 2000 Owen Taylor <otaylor@redhat.com>
* libpango/fonts.c libpango/pango-fonts.h: Add functions
to convert font descriptions to and from human-readable
strings.
* examples/viewer.c: Use functions from libpango instead
of rolling our own font-description conversion functions.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -25,6 +25,12 @@ X rendering (This doesn't really handle the case of optically scaled bitmaps properly, but I think that is an ignorable problem.) +* Right now we assume a single resolution for all fonts on a display; + but in theory, the resolution could be per-screen. To solve + this, we would probably want to add a window argument to + pango_x_get_context() and then have some sort of X specific font + loading interface. + Other rendering engines ====================== |