Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2021-03-13 Thread Martin Frb via lazarus
On 04/10/2020 18:05, Martin Frb via lazarus wrote: On 04/10/2020 10:14, Mr Bee wrote: If it does work, would you please submit it as a patch for the next release? At least, add a note that the font ligatures feature only supports monospaced fonts and only works on Windows. It's better than

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-06 Thread Martin Frb via lazarus
On 04/10/2020 18:05, Martin Frb wrote: On 04/10/2020 10:14, Mr Bee wrote: If it does work, would you please submit it as a patch for the next release? At least, add a note that the font ligatures feature only supports monospaced fonts and only works on Windows. It's better than nothing.

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-06 Thread Alexey Tor. via lazarus
-> => >= <= *** .. ... <> >< >> << >>> <<< == != Visual Studio shows all as ligatures except the first one It's trivial - synedit just doesn't TextOut such symbols in one block, ie it doesn't renders '->' as 2 chars but renders it as 2 chars - and >. Same for >>> and <<< etc. -- Regards,

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-05 Thread Martin Frb via lazarus
On 05/10/2020 22:46, Sven Barth via lazarus wrote: I've tested it (with Cascadia Code) and while it shows the one or other ligature, Visual Studio shows more. Take the following sequence: -> => >= <= *** .. ... <> >< >> << >>> <<< == != I found that if I put them into a string or comment,

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-05 Thread Sven Barth via lazarus
Am 04.10.2020 um 18:05 schrieb Martin Frb via lazarus: On 04/10/2020 10:14, Mr Bee wrote: If it does work, would you please submit it as a patch for the next release? At least, add a note that the font ligatures feature only supports monospaced fonts and only works on Windows. It's better than

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-04 Thread Sven Barth via lazarus
Martin Frb via lazarus schrieb am So., 4. Okt. 2020, 18:05: > On 04/10/2020 10:14, Mr Bee wrote: > > If it does work, would you please submit it as a patch for the next > release? At least, add a note that the font ligatures feature only supports > monospaced fonts and only works on Windows.

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-04 Thread Martin Frb via lazarus
On 05/10/2020 01:02, Maxim Ganetsky via lazarus wrote: 05.10.2020 1:48, Martin Frb via lazarus пишет: On 05/10/2020 00:27, Maxim Ganetsky via lazarus wrote: Lazarus hangs on start for me on Windows 7 when compiled with this define. Lazarus 2.1.0 r63957 FPC 3.2.0 i386-win32-win32/win64. I

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-04 Thread Maxim Ganetsky via lazarus
05.10.2020 1:48, Martin Frb via lazarus пишет: On 05/10/2020 00:27, Maxim Ganetsky via lazarus wrote: 04.10.2020 19:05, Martin Frb via lazarus пишет: On 04/10/2020 10:14, Mr Bee wrote: If it does work, would you please submit it as a patch for the next release? At least, add a note that the

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-04 Thread Martin Frb via lazarus
On 05/10/2020 00:27, Maxim Ganetsky via lazarus wrote: 04.10.2020 19:05, Martin Frb via lazarus пишет: On 04/10/2020 10:14, Mr Bee wrote: If it does work, would you please submit it as a patch for the next release? At least, add a note that the font ligatures feature only supports monospaced

Re: [Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-04 Thread Maxim Ganetsky via lazarus
04.10.2020 19:05, Martin Frb via lazarus пишет: On 04/10/2020 10:14, Mr Bee wrote: If it does work, would you please submit it as a patch for the next release? At least, add a note that the font ligatures feature only supports monospaced fonts and only works on Windows. It's better than

[Lazarus] -dWINDOWS_LIGATURE [[Re: Font ligatures support]]

2020-10-04 Thread Martin Frb via lazarus
On 04/10/2020 10:14, Mr Bee wrote: If it does work, would you please submit it as a patch for the next release? At least, add a note that the font ligatures feature only supports monospaced fonts and only works on Windows. It's better than nothing. revision 63951 Windows only, compile with