CGXGridCore::LookupOrCreateFont
CFont* LookupOrCreateFont(const CGXFont& font);
font
Reference to a CGXFont object.
Return Value
Returns a pointer to a temporary GDI-Font-Object which is internally stored in a cache.
Remarks
Please note that the return value points to a temporary object which is internally stored in a cache. This cache will be emptied with the next call to OnGridDraw.