xforms-development
[Top][All Lists]
Advanced

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

Re: [XForms] How to proceed?


From: Jens Thoms Toerring
Subject: Re: [XForms] How to proceed?
Date: Fri, 25 Jul 2014 23:45:30 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Serge.

On Fri, Jul 25, 2014 at 04:06:21PM -0400, Serge Bromow wrote:
> Indeed adding the;
> 
> #if ! FL_ENABLE_XFT
>     setenv( "LC_CTYPE", "invalid", 1 );
> #endif
> 
> is a small task for those who prefer to use the built in X11 fonts

Just to clarify: setting "LC_CTYPE" to something invalid only
suppresses use of UTF-8, making the library treat all strings
as consisting of single-byte characters and using the most basic
(and probably fastest) string drawing routines, but doesn't make
it use X11 bitmap fonts. (The latter can only be achieved by run-
ning 'configure' with the '--disable-xft' option before compi-
ling the library, in which case the macro 'FL_ENABLE_XFT' is
defined to 0.)

As long as you also supply the XForms library, which you
build with '--disable-xft', there shouldn't be a problem,
but people that don't have control about the library used
with their programs have some reason for being concerned.

                          Best regards, Jens
-- 
  \   Jens Thoms Toerring  ________      address@hidden
   \_______________________________      http://toerring.de



reply via email to

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