Re: Absence de fontes dans Qt

トップ ページ

このメッセージに返信
著者: Christian Marillat
日付:  
To: guilde
題目: Re: Absence de fontes dans Qt
On 08 juin 2018 09:15, Patrice Karatchentzeff <patrice.karatchentzeff@???> wrote:

> A priori c'est bon pour les fontes :
>
> close(9)                                = 0
> stat("/usr/local/qt/lib/fonts", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> open("/usr/local/qt/lib/fonts", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 9
> fstat(9, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> getdents(9, /* 3 entries */, 32768)     = 80
> getdents(9, /* 0 entries */, 32768)     = 0
> close(9)                                = 0


Il ne fait que parcourir le dossier fonts, il ne charge pas les fichiers .ttf

Christian