Am Mittwoch, 6. August 2003 16:26 schrieb Micah Dowty:
> There is no font property for the textbox yet, it can only be changed in
> the theme.
That doens't help either, I've already reset all font sizes in the theme (also the
"object textbox font" which should be the one, but also every other font, just in case)
and the font in the textbox do not change and are extremely small. I suspect it's the
"Clean6" font.
The font is available and works in PicoGUI because all other components do use the
large font correctly, it's the textbox and only the textbox which ignores the
font-settings.
The Theme I am using is derived from lcdmono and starts like this:
/* $Id: lcdmono.ths,v 1.18 2002/02/05 23:25:00 micahjd Exp $
*
* Monochrome theme for LCDs. Rounded buttons and dialogs, a background
* that looks good on a handheld, and handheld-friendly key mappings
*
* This theme recommends the following pgserver options:
* - pnm bitmaps
* - Utopia25 font
* - Helvetica12 font
* - Clean6 font
*
* Version 1.02
*
* Micah Dowty
*/
object terminal font = Font("Utopia",25,PG_FSTYLE_BOLD);
object textbox font = Font("Utopia",25,PG_FSTYLE_BOLD);
object default {
name = "LCD Classic (Monochrome) v1.02";
fgcolor = 0xFFFFFF;
bgcolor = 0x000000;
spacing = 0;
margin = 0;
bgfill = fillstyle {
SetColor(bgcolor);
Rect(x,y,w,h);
};
//font = Font("Helvetica",14,0);
font = Font("Utopia",25,PG_FSTYLE_BOLD);
height = 10;
width = 10;
hotkey.ok = PGKEY_RETURN;
hotkey.cancel = PGKEY_ESCAPE;
hotkey.yes = PGKEY_RETURN;
hotkey.no = PGKEY_ESCAPE;
}
.... and so on....
Any ideas?
Thanks a lot,
Roland
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel