From: Gabor F. <xl...@po...> - 2001-09-27 18:38:30
hi,
how can i get the maximum width for a given truetype font set?
i've searched the platform sdk, but nothing.... :-(
gabor
--------------------------------
Just because a thing can be done does not mean it must be done or should be
done.
From: Scott B. <gas...@nw...> - 2001-09-27 19:01:41
GetCharWidth32() with a full range of character indexes. Then do a max()
run on the buffer you give it.
> -----Original Message-----
> From: gam...@li...
> [mailto:gam...@li...] On
> Behalf Of Gabor Farkas
> Sent: Thursday, September 27, 2001 11:39 AM
> To: gam...@li...
> Subject: [GD-Windows] font width
>
>
> hi,
>
> how can i get the maximum width for a given truetype font
> set? i've searched the platform sdk, but nothing.... :-( gabor
>
> --------------------------------
> Just because a thing can be done does not mean it must be
> done or should be done.
>
>
>
> _______________________________________________
> Gamedevlists-windows mailing list
> Gam...@li...
> https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows
>