It is probably breaking up due to the rather limited resolution of distance
field maps. Unfortunately, as far as I know this resolution is currently
hardcoded and would require a recompile of Qt to be modified.
However, you can try to set the “renderType" property of the text item to be
Text.N
> On 24 Nov 2014, at 20:14, Federico Buti wrote:
>
> Hi all.
>
> The "add", "remove" and the other Transition properties of the Views enable a
> nice customization for the animation of items w.r.t. their view.
> What about scrolling? Is is possible to customize the way items behave on
> View
> On 16 Nov 2014, at 14:21, Dmitrii Volosnykh
> wrote:
>
> Is such a behaviour is correct or this should be considered as a bug?
>
> onPaint handler gets triggered on requestPaint() and markDirty(Qt.rect(0, 0,
> width, height)).
>
> "if (!visible) return" guard works as a workaround.
Hi Dmi
On 20 May 2014, at 22:28, Andre Somers wrote:
> Nurmi J-P schreef op 19-5-2014 14:29:
>> On 19 May 2014, at 12:51, Alexander Ivash wrote:
>>
>>> I was trying to use QML components in simple android application but
>>> confronted several issues:
>>>
>>> 1. I couldn't find any API allowing to
> Do be a bit more specific a ~1sec startup is for anything. Just a
> Window { Text{text: "Hello world"}} will have that kind of startup
> time.
It certainly doesn’t sound like the qml compiler would help you much in this
case. Perhaps it is time spent populating the font database as we have had