BCGSoft.Shared Namespace > GlobalUtils Class > CreateClearTypeFont Method : CreateClearTypeFont(Graphics,String,Int32,Boolean) Method |
'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 )
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