freetype
[Top][All Lists]
Advanced

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

[Freetype] FT_New_Face load time?


From: Jonathan Shieh
Subject: [Freetype] FT_New_Face load time?
Date: Thu, 31 Oct 2002 17:28:41 -0800 (PST)

Hi all,
  I'm having some trouble with the amount of time
FT_New_Face takes to load a face.

Loading 3 different truetype fonts, one for English,
one for Chinese, and one for Korean, I get the
following results.

The font fonts/tahoma.ttf has:
        2022 glyphs
        loaded in 0.095378 seconds
The font fonts/mingliu.ttc has:
        22753 glyphs
        loaded in 0.166180 seconds
The font fonts/gulim.ttc has:
        40194 glyphs
        loaded in 27.917919 seconds

The displayed time is the approximate time it took to
call FT_New_Face like so:

error = FT_New_Face( library,
        realFilename,
        0,
        &face );



Note the long load time of gulim.ttc.  Why does it
take so long to just load the font?  And more
importantly, is there a way to shorten the load time?

Thanks,

Jonathan

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/



reply via email to

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