BCGControlBar Library for .NET
CreateClearTypeFont(Graphics,String,Int32,Boolean) Method




Syntax
'Declaration
 
Public Overloads Shared Function CreateClearTypeFont( _
   ByVal grph As Graphics, _
   ByVal faceName As String, _
   ByVal emSize As Integer, _
   ByVal limitHeight As Boolean _
) As Font
'Usage
 
Dim grph As Graphics
Dim faceName As String
Dim emSize As Integer
Dim limitHeight As Boolean
Dim value As Font
 
value = GlobalUtils.CreateClearTypeFont(grph, faceName, emSize, limitHeight)
public static Font CreateClearTypeFont( 
   Graphics grph,
   string faceName,
   int emSize,
   bool limitHeight
)
public: static Font* CreateClearTypeFont( 
   Graphics* grph,
   string* faceName,
   int emSize,
   bool limitHeight
) 
public:
static Font^ CreateClearTypeFont( 
   Graphics^ grph,
   String^ faceName,
   int emSize,
   bool limitHeight
) 

Parameters

grph
faceName
emSize
limitHeight
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