GetFace Advanced function Usually you don't need the Glyph Keeper face of the font anywhere, but you may still find some use for it. Notice that the returned face isn't a copy even if it's not const. The reason is that Glyph Keeper doesn't support const GLYPH_FACE's. Examples TextRenderer renderer( ... );
// Get the Glyph Keeper face of the font // GLYPH_FACE *face = renderer.GetFace(); Other functions of the class TextRenderer
Questions about GetFace? Click here. |