_GdkFont patch for two-byte font.
- From: Shyhming Feng <sfeng ms14 hinet net>
- To: gtk-list redhat com
- Subject: _GdkFont patch for two-byte font.
- Date: Sat, 17 Jan 1998 10:21:12 +0800
Hi...
We suggest the following patch for Far Eastern two-byte font.
The original one is...
struct _GdkFont
{
GdkFontType type;
gint ascent;
gint descent;
}
Our new suggestion is...
struct _GdkFont
{
GdkFontType type;
gint ascent;
gint descent;
gboolean two_byte_font;
gint font_width;
}
Flex Hsu
Shyhming Feng
Applied Mathmatics department.
National Chung Hsing University, Taiwan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]