As subject...
How to resize font size in console application ?
I tried GTInfo(6, 20) and not resized...
Other function...?
Regards
On Nov 20, 8:59 am, "Antonio Martinez" <alcis...@arrakis.es> wrote:
...
> As subject...
>
> How to resize font size in console application ?
>
> I tried GTInfo(6, 20) and not resized...
>
> Other function...?
Are you using the GT library, and is it linked in?
http://groups.google.com/group/comp.lang.xharbour/msg/5f9a2b4b924e4802
click on "More options", then "View thread".
Other option:
http://groups.google.com/group/comp.lang.xharbour/msg/a6fbbc63016850b9
click on "More options", then "View thread".
David A. Smith
I am using the following which is working OK:
PRIVATE f_size := {14, 16, 18, 20, 24}
PRIVATE f_width := { 8, 10, 11, 12, 14}
PRIVATE x
....Operator selecting size from x = ACHOICE(.....)
then....
GTInfo(GTI_FONTWIDTH, f_width[x])
GTInfo(GTI_FONTSIZE, f_size[x])
Hope it helps
Les HUghes
Forgot to mention that we are using xHarbour.org 1.0.0. Think calls to
GTI may have been scrambled since then.
Solutioned ! I�m converted my application to gtwvw
Regards
Les Hughes escribi� en mensaje ...
Solutioned ! I�m converted my application to gtwvw
Regards
dlzc escribi� en mensaje ...