[Lazarus] First impressions of Lazarus under Mac OS X
Martin
lazarus at mfriebe.de
Thu Jun 23 22:44:44 CEST 2011
On 23/06/2011 21:07, Mattias Gaertner wrote:
>
>> 7) Still being stuck on the unknown font in the editor window, there
>> is some rather strange behaviours. eg: Select a line of text from left
>> to right makes the text "jiggle" (changing there widths) as I select
>> more and more text.
> This happens with non mono space fonts. Not only under carbon. Also on
> Linux/qt.
that can mean 2 things:
- The detection of no-mono in synedit does not work
Compile with SYNFONTDEBUG defined, and let me look at it
- LCLIntf.ExtUTF8Out(FDC, X, Y, fuOptions, @ARect, Text, Length,
DistArray)
is broken, if DistArray is supplied.
DistArray is a list of pixel widths for each char that should be outputted.
I do remember that this was once fixed for MacOs
More information about the Lazarus
mailing list