NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Font.FromLOGFONT

[To be supplied.]

Overload List

[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;

See Also

Font Class | Font Members | System.Drawing Namespace