[cairo] Request: Separate FreeType and Fontconfig
Behdad Esfahbod
behdad at behdad.org
Mon Mar 16 22:00:05 PDT 2009
Ok, master has a new configure option --disable-fc:
commit 3ec94f9b5917b8f71304c982bd153e5a810f3b12
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Mar 17 00:53:30 2009 -0400
Support compiling without fontconfig
Adds a new, fake, fontconfig font backend. Fontconfig can be disabled
using --disable-fc, in which case the toy text API wont find fonts and
the internal font will always be used.
Also defines the feature macro CAIRO_HAS_FC_FONT. The two fontconfig-
specific functions in cairo-ft.h depend on that macro now.
behdad
On 03/09/2009 09:21 AM, Jeff Muizelaar wrote:
> On Mon, Mar 09, 2009 at 12:44:26PM +0200, Vladimir Vukicevic wrote:
>> We're using freetype without fontconfig in Mozilla on some platforms,
>> though this is based on an older version of cairo (we'll be upgrading
>> soon) -- the patch is pretty straightforward though.
>>
>> http://hg.mozilla.org/mozilla-central/file/50169589cc51/gfx/cairo/wince-fontconfig.patch
>
> And attached is a version of that patch updated to the current version of
> cairo.
>
> -Jeff
More information about the cairo
mailing list