freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] rendering speedup


From: Behdad Esfahbod
Subject: Re: [ft-devel] rendering speedup
Date: Fri, 20 Nov 2015 13:01:47 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 15-11-20 07:44 AM, Werner LEMBERG wrote:
> Sorry, no: Environment variables must be *completely* avoided!  There
> are operating systems that don't have environment variables at all.

This is unwarranted.  Many other low-level libraries use envvars.  HarfBuzz
and glib are examples.  On systems that don't support them, we just:

#define getenv(name) NULL

That's very widespread.  To categorically reject envvars, in exchange for
properties (that need code modifications), is not well-reasoned IMO.

behdad



reply via email to

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