Re: [Lazarus] Rendering Issue Emoji for HTML List Items

2017-10-16 Thread R0b0t1 via Lazarus
On Mon, Oct 16, 2017 at 2:48 PM, Juha Manninen via Lazarus wrote: > On Mon, Oct 16, 2017 at 8:56 PM, R0b0t1 via Lazarus > wrote: >> >> Is it not possible to bundle supported resources in the LCL? That seems >> like the typical

Re: [Lazarus] Rendering Issue Emoji for HTML List Items

2017-10-16 Thread Juha Manninen via Lazarus
On Mon, Oct 16, 2017 at 8:56 PM, R0b0t1 via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > Is it not possible to bundle supported resources in the LCL? That seems > like the typical solution for Windows. On other OSes this is less proper, > but I have still seen it done. > Excuse me? How

Re: [Lazarus] Rendering Issue Emoji for HTML List Items

2017-10-16 Thread R0b0t1 via Lazarus
On Monday, October 16, 2017, Juha Manninen via Lazarus < lazarus@lists.lazarus-ide.org> wrote: > On Mon, Oct 16, 2017 at 4:43 PM, Martok via Lazarus > wrote: >> when I checked what HTML2TextRenderer uses to translate list items, I found that >> since rev 55743 it

Re: [Lazarus] Rendering Issue Emoji for HTML List Items

2017-10-16 Thread Juha Manninen via Lazarus
On Mon, Oct 16, 2017 at 4:43 PM, Martok via Lazarus wrote: > when I checked what HTML2TextRenderer uses to translate list items, I found > that > since rev 55743 it uses U+26AB MEDIUM BLACK CIRCLE ⚫ and U+26AA MEDIUM WHITE > CIRCLE ⚪. No. Since r55743 it uses one

Re: [Lazarus] Rendering Issue Emoji for HTML List Items

2017-10-16 Thread Vojtěch Čihák via Lazarus
Hi,   it seems OK on Qt and GTk2 at r.56055.   V. __ Od: Martok via Lazarus Komu: laza...@lists.lazarus.freepascal.org Datum: 16.10.2017 15:43 Předmět: [Lazarus] Rendering Issue Emoji for HTML List Items

[Lazarus] Rendering Issue Emoji for HTML List Items

2017-10-16 Thread Martok via Lazarus
Hi all, when I checked what HTML2TextRenderer uses to translate list items, I found that since rev 55743 it uses U+26AB MEDIUM BLACK CIRCLE ⚫ and U+26AA MEDIUM WHITE CIRCLE ⚪. There seems to be some issue with these codepoints when rendering them to a Canvas on win32 widgetset: they only render

[Lazarus] FPVectorial

2017-10-16 Thread Michael Schnell via Lazarus
I rather unsuccessfully tried to use the pdf decoder example provided here  -> http://wiki.lazarus.freepascal.org/fpvectorial . I needed to add the package fpvectorial to my project. Now I can do "use fpvectorial". The project needs "use pdfvectorialreader". To allow for this I needed to