I need the WinApi function "GetTabbedTextExtent(hDc,cStr,aTabs)".
(determines dimensions of tabbed string).
Is there something like that in FWH?
GetTabbedTextExtent
GetTabbedTextExtent
Frank-Peter
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: GetTabbedTextExtent
No, but you can easily create a C wrapper yourself or use DLL command.
EMG
EMG
Re: GetTabbedTextExtent
Thanks, but "easily" ???
I don't no about "C wrapper" or "DLL commands".
But I'll try it.
I don't no about "C wrapper" or "DLL commands".
But I'll try it.
Frank-Peter