Question about fonts
Harri Pasanen
harri at mpaja.com
Wed Apr 25 11:32:40 UTC 2012
Hi,
I took a look at the ticket. My guess is the problem is different,
related to locale/codec, as only the non ascii encodings fail and the
sample code snippet does not mention anything about encodings.
From the docs:
QString converts the const char * data into Unicode using the
fromAscii() function. By default, fromAscii() treats character above 128
as Latin-1 characters, but this can be changed by calling
QTextCodec::setCodecForCStrings().
So if your source code is in utf-8 (default for modern linux distros),
then you need to call
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("utf8"))
just guessing,
/Harri
On 04/24/2012 07:01 PM, Tomas Løvbukten wrote:
> Hi Harri,
> I'm not sure, but it might be related to issue #193 Borked fonts and
> missing italic/bold [1], which seems to be device-specific.
> [1] http://sourceforge.net/p/necessitas/tickets/193/
> TomasL
>
> Date: Mon, 23 Apr 2012 14:27:11 +0200
> From: Harri Pasanen <harri at mpaja.com <mailto:harri at mpaja.com>>
> To: "necessitas-devel at kde.org <mailto:necessitas-devel at kde.org>"
> <necessitas-devel at kde.org <mailto:necessitas-devel at kde.org>>
> Subject: Question about fonts
> Message-ID: <4F954A9F.7010003 at mpaja.com
> <mailto:4F954A9F.7010003 at mpaja.com>>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Hi,
>
> I wonder where the fonts come from?
>
> In place of Hindi text I only see squares. The same text is ok on
> desktop.
>
> Strange enough, of the languages/fonts I've tried only Hindi seems
> missing. For instance, Arabic, Thai, and Urdu seem to work ok.
>
> Unrelated thing: Flippable works but is not very smooth. Presumably
> because software raster rendering is used?
>
> Thanks,
>
> Harri
>
>
>
> _______________________________________________
> Necessitas-devel mailing list
> Necessitas-devel at kde.org
> https://mail.kde.org/mailman/listinfo/necessitas-devel
More information about the Necessitas-devel
mailing list