BCGControlBar Library for .NET
CreateClearTypeFont(Font) Method




Syntax
'Declaration
 
Public Overloads Shared Function CreateClearTypeFont( _
   ByVal fontSrc As Font _
) As Font
'Usage
 
Dim fontSrc As Font
Dim value As Font
 
value = GlobalUtils.CreateClearTypeFont(fontSrc)
public static Font CreateClearTypeFont( 
   Font fontSrc
)
public: static Font* CreateClearTypeFont( 
   Font* fontSrc
) 
public:
static Font^ CreateClearTypeFont( 
   Font^ fontSrc
) 

Parameters

fontSrc
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalUtils Class
GlobalUtils Members
Overload List

Send Feedback