Documentation Project 1
|
struct font_global_tag { FT_Library library; _32 nFonts; FONT_ENTRY * pFontCache; };
Members |
Description |
FT_Library library; |
Handle to the freetype library instance. |
_32 nFonts; |
Number of fonts in the font_entry list. |
FONT_ENTRY * pFontCache; |
A flat array of FONT_ENTRYs that describe all fonts known to work. |
Font Global data. This is where font module keeps all of its global data. This is accessable from the GetGlobalFonts method.
Copyright (c) 2010. All rights reserved.
|
What do you think about this topic? Send feedback!
|