Thanks Alex.
Not much success with this trick however, do you use scaleTo:,
scaleBy:.. ? and on the BlTextElement or on the BrRopedText ?
It also seems that some sizes work better, like 45, 55, and 70 are ok
aswell as everything under 40. I'll try to avoid the problematic sizes
for the moment.
Hi Steven,
It is a known Cairo + Freetype bug. If you are on OSX try to install
#development version of Bloc/Brick that uses Moz2D as rendering backend.
Cairo does not support named fonts because it there is no system fonts
lookup. Moz2D supports it.
One way to fix strange font size is to apply s
Hi,
i am trying to set the font size of a BlTextElement, and i do not have
much success. I use the following code to add the text element, where
'model' is a string.
First, if the string is '0.0' then the font size is correct (see
screenshot). But, if for example the value is '21.0' then the fo