summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-02-29 00:51:29 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-02-29 00:51:29 +0000
commit6278d373c1a564ae4233a2e4b6d428a9f6202728 (patch)
tree831ea6ce3ce84ab59e040cc7d176067962b33d5d /TODO
parentabacca30f29df84d9818cd1395449eff0e4ee171 (diff)
downloadpango-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--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index ce74285a..5e7c03d2 100644
--- a/TODO
+++ b/TODO
@@ -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
======================