[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
答复: [ft-devel] performance on FreeType actions
From: |
丁力 |
Subject: |
答复: [ft-devel] performance on FreeType actions |
Date: |
Tue, 4 Apr 2006 09:58:54 +0800 |
|is there a way to cache Glyphs and not read them from file (avoid calling
|FT_Load_Glyph)?
Yes, I think you can use the function FTC_ImageCache_New , FT_New_Memory_Face()
to cache the face , and you can use FT_Get_Char_Index, FTC_ImageCache_Lookup to
look up the face from the cache.
|
|_______________________________________________
|Freetype-devel mailing list
|address@hidden
|http://lists.nongnu.org/mailman/listinfo/freetype-devel
- 答复: [ft-devel] performance on FreeType actions,
丁力 <=