I find that the default font of my programs (looks like 8 pnt) is too small.
How can I easily increase the font size globally across the program?
I use Peles C for Windows to design the screen layout - If I change the font there - it has not effect in my software.
FONT SIZE within programs
FONT SIZE within programs
Many thanks
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
I see I can:
DEFINE FONT fntArial NAME "Arial" SIZE 20, 20
DEFINE DIALOG Dlg_CLIENTS RESOURCE "CLIENTS" OF Win_CLIENTS ICON oIcon FONT fntArial
But how do I specify Arial 12 point? The width and height parameters make no sense.
DEFINE FONT fntArial NAME "Arial" SIZE 20, 20
DEFINE DIALOG Dlg_CLIENTS RESOURCE "CLIENTS" OF Win_CLIENTS ICON oIcon FONT fntArial
But how do I specify Arial 12 point? The width and height parameters make no sense.
Many thanks
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Ollie.
Using:
xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 6406)
Borland C++ 5.5.1
FWH 9.04 (2009 Apr)
Creating Fonts
Hello Olli,
just have a look at Vtools
There you can test fonts and can copy the font-result ( font-defines )
some more functions are included : color-tests, browser-tests.....
maybe it is useful for you.
http://www.pflegeplus.com/fw_downloads/vtools.zip
Best regards
Uwe
just have a look at Vtools
There you can test fonts and can copy the font-result ( font-defines )
some more functions are included : color-tests, browser-tests.....
maybe it is useful for you.
http://www.pflegeplus.com/fw_downloads/vtools.zip
Best regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Shouldn't it be 0, -12?Antonio Linares wrote:Ollie,
Try this:
DEFINE FONT fntArial NAME "Arial" SIZE -12, 0
EMG
Last edited by Enrico Maria Giordano on Sat Jul 19, 2008 12:08 pm, edited 1 time in total.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: