Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Resized font size in console application

23 views
Skip to first unread message

Antonio Martinez

unread,
Nov 20, 2009, 10:59:58 AM11/20/09
to
Hi to all,

As subject...

How to resize font size in console application ?

I tried GTInfo(6, 20) and not resized...

Other function...?

Regards

dlzc

unread,
Nov 20, 2009, 4:41:00 PM11/20/09
to
Dear Antonio Martinez:

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

Les Hughes

unread,
Nov 23, 2009, 6:06:47 AM11/23/09
to

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

Les Hughes

unread,
Nov 23, 2009, 6:13:18 AM11/23/09
to

Forgot to mention that we are using xHarbour.org 1.0.0. Think calls to
GTI may have been scrambled since then.

Antonio Martinez

unread,
Nov 24, 2009, 7:30:26 AM11/24/09
to
Les,

Solutioned ! I�m converted my application to gtwvw

Regards

Les Hughes escribi� en mensaje ...

Antonio Martinez

unread,
Nov 24, 2009, 7:30:52 AM11/24/09
to
David,

Solutioned ! I�m converted my application to gtwvw

Regards


dlzc escribi� en mensaje ...

0 new messages