[To be supplied.]
[To be supplied.]
[Visual Basic] Overloads Public Shared Function FromLOGFONT(LOGFONT) As Font
[C#] public static Font FromLOGFONT(LOGFONT);
[C++] public: static Font* FromLOGFONT(LOGFONT*);
[JScript] public static function FromLOGFONT(LOGFONT) : Font;
[To be supplied.]
[Visual Basic] Overloads Public Shared Function FromLOGFONT(LOGFONT, Integer) As Font
[C#] public static Font FromLOGFONT(LOGFONT, int);
[C++] public: static Font* FromLOGFONT(LOGFONT*, int);
[JScript] public static function FromLOGFONT(LOGFONT, int) : Font;