<summary>
Creates a font face object that corresponds to the currently selected HFONT.
</summary>
<param name="hdc">Handle to a device context into which a font has been selected. It is assumed that the client
has already performed font mapping and that the font selected into the DC is the actual font that would be used
for rendering glyphs.</param>
<param name="fontFace">Contains the newly created font face object, or NULL in case of failure.</param>
<returns>
Standard HRESULT error code.
</returns>
<summary> Creates a font face object that corresponds to the currently selected HFONT. </summary> <param name="hdc">Handle to a device context into which a font has been selected. It is assumed that the client has already performed font mapping and that the font selected into the DC is the actual font that would be used for rendering glyphs.</param> <param name="fontFace">Contains the newly created font face object, or NULL in case of failure.</param> <returns> Standard HRESULT error code. </returns>