Hello,
i've an issue with porting a windows application made with lazarus to mac os.
i am using a function which resize a frame ... inside those function i have an object of the type TTextMetric which gets his information from an WinAPI Call "GetTextMetrics" .. i cant find anything similar to that in the LCLIntf. Somebody knows a solution to that problem?
Actually i only need the charset information of the OS .. like the averange char width.
greetings