freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] A quick question on freetype


From: M Joonas Pihlaja
Subject: Re: [Freetype] A quick question on freetype
Date: Fri, 5 Nov 2004 05:41:47 +0200 (EET)

Hello list,

On Thu, 4 Nov 2004, James Xu wrote:

> Is it thread-safe?

AFAIUnderstand, yes and no.  You have to access each FT_Library
and all objects created from it in a single-threaded manner, but
i) you can have as many FT_Library objects as you want, and ii)
they can share font-data if you pass a suitable FT_Open_Args args
object when creating faces that shares, say, the memory image of
a font file.

Cheers,

Joonas







reply via email to

[Prev in Thread] Current Thread [Next in Thread]