This method gets the font of a control.
HRESULT get_Font( IFontDisp **ppFontDisp );
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
This method must be implemented, but can return E_NOTIMPL.
For Microsoft Windows CE for the Auto PC, the font size is 10000 times value of the lower 32 bits of the psize variable used in the Component Object Module (COM) IFont:get_Size and IFont:put_Size methods.