diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-08-20 17:49:10 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-08-20 17:49:10 +0000 |
commit | 1c7f0ddea0ef2f9471a1dd87cebee30443524bd6 (patch) | |
tree | 836180c7cde3c70686d3ab07340c7007143709a9 /ChangeLog.pre-1-0 | |
parent | b7b78c25c9d3e5d803c471366802f007cd07be04 (diff) | |
download | pango-1c7f0ddea0ef2f9471a1dd87cebee30443524bd6.tar.gz |
examples/viewer-ft2.c Replace division or multiplication with 1000 (which
2000-08-20 Tor Lillqvist <tml@iki.fi>
* examples/viewer-ft2.c
* examples/viewer-win32.c: Replace division or multiplication with
1000 (which was the old PANGO_SCALE value) to use PANGO_SCALE and
PANGO_PIXELS instead.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 0064c277..7b433974 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -59,8 +59,12 @@ Sun Aug 20 13:45:08 2000 Owen Taylor <otaylor@redhat.com> * modules/basic/makefile.mingw.in: New file. Add rule for basic-ft2. Add FreeType2 CFLAGS and LIBS. - * examples/viewer-win32.c (read_file): Fix error messages. + * examples/viewer-win32.c: Replace division or multiplication with + 1000 (which was the old PANGO_SCALE value) to use PANGO_SCALE and + PANGO_PIXELS instead. + (read_file): Fix error messages. (draw): Get HDC from GDK once for all paragraphs. + * examples/viewer-win32.c: * examples/viewer-ft2.c: New file. The FT_Bitmap (256-level bitmap) produced by the FreeType2 backend is copied to the |