On Tue, Oct 17, 2017 at 1:00 AM, Sven Barth via Lazarus
wrote:
> Am 17.10.2017 07:19 schrieb "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
Am 17.10.2017 07:19 schrieb "R0b0t1 via Lazarus" <
lazarus@lists.lazarus-ide.org>:
>
> 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
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 solution for Windows. On other OSes this is less proper,
>> but I have
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 could
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 uses U+26AB MEDIUM BLACK CIRCLE ⚫
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 of the star emojis.
See in const
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
...
Could someone please test
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 co
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 add