summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>1999-12-06 23:48:08 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-12-06 23:48:08 +0000
commit6817444e14bc5c6188e31afbeef6ae3150af0853 (patch)
tree1be874fb782e30ee5c24213e8b2a3d8ba00557f1 /ChangeLog.pre-2-8
parentcd1870cc83f37331f3c94c915e08e1d420fb6820 (diff)
downloadgtk+-6817444e14bc5c6188e31afbeef6ae3150af0853.tar.gz
Fix string measurement code. For now, the rbearing is set to the same as
1999-12-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now, the rbearing is set to the same as the width, but this should be fixed.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-816
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 39d6311425..7fbb7f21ee 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,11 +1,17 @@
+1999-12-07 Tor Lillqvist <tml@iki.fi>
+
+ * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
+ the rbearing is set to the same as the width, but this should be
+ fixed.
+
1999-12-06 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
- function. Guesstimate what Unicode subranges a font covers based
- on the codepages. Windows tells us it covers. This will hopefully
- help those Windows versions or fonts that don't give us any useful
- Unicode subrange information with GetTextCharsetInfo. Call this
- function in gdk_font_load_internal.
+ function. If Windows doesn't tell us what Unicode subranges a font
+ covers, guesstimate based on the codepages it covers. This will
+ hopefully help those Windows versions or fonts that don't give us
+ any useful Unicode subrange information with GetTextCharsetInfo.
+ Call this function in gdk_font_load_internal.
* gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
minor changes.