7 Oct
2004
7 Oct
'04
1:02 p.m.
On Thu, Oct 07, 2004 at 10:00:15AM +0100, Phil Blundell wrote:
on Wed, Oct 06, 2004 at 02:29:25PM -0400, Jorge Arellano Cid wrote:
The good news, is that after we go FLTK, a statically linked dillo binary could be made.
Sounds interesting. I wonder how large this would be. How much does a statically-linked copy of FLTK add to the executable size?
Very small, it's designed so only the used parts are linked in. A satically linked Hello world is 130KB in my machine (x86).
Does fltk use Xft, or are the legacy X fonts still required?
It can use Xft (compile time option) or the legacy X fonts. -- Cheers Jorge.-