[Fontforge-devel] [Openfontlibrary] Font File Type and Admins?
George Williams
gww at silcom.com
Thu Nov 2 08:12:27 PST 2006
On Thu, 2006-11-02 at 06:25, gww at silcom.com wrote:
> Heavens if people don't like grey let them change it. Yannis Haralambous even
> provides a scheme in his book Fontes & codages (page 480).
-------------- next part --------------
--- /home/gww/HtmlPress/gdraw/gxdraw.c~ 2006-11-02 08:00:12.000000000 -0800
+++ gxdraw.c 2006-11-02 08:09:53.000000000 -0800
@@ -4211,7 +4211,7 @@
GXResourceInit(gdisp,programname);
gdisp->bs.double_time = GResourceFindInt( "DoubleClickTime", gdisp->bs.double_time );
- gdisp->def_background = GResourceFindColor( "Background", COLOR_CREATE(0xb0,0xb0,0xb0));
+ gdisp->def_background = GResourceFindColor( "Background", COLOR_CREATE(0xf0,0xf0,0xb0));
gdisp->def_foreground = GResourceFindColor( "Foreground", COLOR_CREATE(0x00,0x00,0x00));
if ( GResourceFindBool("Synchronize", false ))
XSynchronize(gdisp->display,true);
--- /home/gww/HtmlPress/ggadgets/ggadgets.c~ 2006-11-02 08:00:12.000000000 -0800
+++ ggadgets.c 2006-11-02 08:09:53.000000000 -0800
@@ -34,16 +34,16 @@
#include "ustring.h"
GBox _ggadget_Default_Box = { bt_raised, bs_rect, 2, 2, 0, 0,
- COLOR_CREATE(0xdd,0xdd,0xdd), /* border left */
- COLOR_CREATE(0xf7,0xf7,0xf7), /* border top */
+ COLOR_CREATE(0xff,0xff,0xdd), /* border left */
+ COLOR_CREATE(0xff,0xff,0xf7), /* border top */
COLOR_CREATE(0x80,0x80,0x80), /* border right */
COLOR_CREATE(0x66,0x66,0x66), /* border bottom */
COLOR_DEFAULT, /* normal background */
COLOR_DEFAULT, /* normal foreground */
- COLOR_CREATE(0xd0,0xd0,0xd0), /* disabled background */
+ COLOR_CREATE(0xff,0xff,0xd0), /* disabled background */
COLOR_CREATE(0x66,0x66,0x66), /* disabled foreground */
COLOR_CREATE(0xff,0xff,0x00), /* active border */
- COLOR_CREATE(0x90,0x90,0x90) /* pressed background */
+ COLOR_CREATE(0xcc,0xcc,0x66) /* pressed background */
};
GBox _GListMark_Box = { /* Don't initialize here */ 0 };
FontInstance *_ggadget_default_font = NULL;
More information about the Openfontlibrary
mailing list