Hello,

Using a combination of a LogFont strucutre and calls to CreateFontIndirect and SelectObject I can easily change and restore the font on a memory object.

However, I haven't a clue how I'm can retreive that font, preferably back into a LogFont structure.

Does anybody know how to obtain the current font of a memory object?