Skip to main content


Rokosun reshared this.

Unknown parent

friendica (DFRN) - Link to source
Tio
In theory we can, is simply an issue with how QT exports the font settings....they convert it via C++ I guess into some gibberish....unless we understand how to convert it ourselves then add to the QT settings....
Unknown parent

friendica (DFRN) - Link to source
Tio

We'd love to sync the fonts from gtk to qt. But this is what QT outputs as Ubuntu Condensed, 13:

@Variant(\0\0\0@\0\0\0 \0U\0\x62\0u\0n\0t\0u\0 \0\x43\0o\0n\0\x64\0\x65\0n\0s\0\x65\0\x64@(\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)

How can we transform that font name and size to such a value? If anyone can help out we would be super happy to fix it.

Unknown parent

friendica (DFRN) - Link to source
Tio
we are already modifying the qt settings file via a script but unable to deal with that formatting...if you can help that'd be fantastic!