Re: [Interest] animation on font.pixelSize

2013-01-15 Thread Thomas Senyk
On Tue, January 15, 2013 08:47:33 Samuel Rødal wrote: On 01/14/2013 06:04 PM, Thomas Senyk wrote: On Mon, January 14, 2013 12:54:56 Samuel Rødal wrote: On 01/11/2013 04:59 PM, Thomas Senyk wrote: Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Thomas Senyk
the same glyph-texture-atlas ... or not? :) I'm just trying to understand :) Greets Thomas From: Thomas Senyk thomas.se...@pelagicore.com To: interest@qt-project.org Sent: Friday, January 11, 2013 10:59 AM Subject: [Interest] animation

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Samuel Rødal
On 01/11/2013 04:59 PM, Thomas Senyk wrote: Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap, right? With the following code snipped I got performance problems never the less: import QtQuick

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Thomas Senyk
On Mon, January 14, 2013 12:54:56 Samuel Rødal wrote: On 01/11/2013 04:59 PM, Thomas Senyk wrote: Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap, right? With the following code

Re: [Interest] animation on font.pixelSize

2013-01-14 Thread Samuel Rødal
On 01/14/2013 06:04 PM, Thomas Senyk wrote: On Mon, January 14, 2013 12:54:56 Samuel Rødal wrote: On 01/11/2013 04:59 PM, Thomas Senyk wrote: Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap,

[Interest] animation on font.pixelSize

2013-01-11 Thread Thomas Senyk
Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap, right? With the following code snipped I got performance problems never the less: import QtQuick 2.0 Text { id: text width: 500 height:

Re: [Interest] animation on font.pixelSize

2013-01-11 Thread Jason H
-project.org Sent: Friday, January 11, 2013 10:59 AM Subject: [Interest] animation on font.pixelSize Hi, as with Quick2.0 we got the very nice DistanceField-font-rendering. So in theory animations on Text{ font.pixelSize } should be fairly cheap, right? With the following code snipped I got performance

Re: [Interest] animation on font.pixelSize

2013-01-11 Thread Jason H
Also: http://quitcoding.com/?page=work#QUItDistFieldFX From: Thomas Senyk thomas.se...@pelagicore.com To: interest@qt-project.org Sent: Friday, January 11, 2013 10:59 AM Subject: [Interest] animation on font.pixelSize Hi, as with Quick2.0 we got the very