LogFontCharSet Enumeration

Specifies the character set of a font.

Namespace: Microsoft.WindowsCE.Forms
Assembly: Microsoft.WindowsCE.Forms (in microsoft.windowsce.forms.dll)

Syntax

'Declaration
Public Enumeration LogFontCharSet As Byte
'Usage
Dim instance As LogFontCharSet
public enum LogFontCharSet : byte
public enum class LogFontCharSet : unsigned char
public enum LogFontCharSet
public enum LogFontCharSet

Members

  Member name Description
Supported by the .NET Compact Framework ANSI Specifies the ANSI character set. 
Supported by the .NET Compact Framework Arabic Specifies the Arabic character set. 
Supported by the .NET Compact Framework Baltic Specifies the Baltic character set. 
Supported by the .NET Compact Framework ChineseBig5 Specifies the ChineseBig5 character set. 
Supported by the .NET Compact Framework Default Specifies a default character set. 
Supported by the .NET Compact Framework EastEurope Specifies the EastEurope character set. 
Supported by the .NET Compact Framework GB2312 Specifies the GB2312 character set. 
Supported by the .NET Compact Framework Greek Specifies the Greek character set. 
Supported by the .NET Compact Framework Hangeul Specifies the Hangeul character set. 
Supported by the .NET Compact Framework Hebrew Specifies the Hebrew character set. 
Supported by the .NET Compact Framework Johab Specifies the Johab character set. 
Supported by the .NET Compact Framework Mac Specifies the Macintosh character set. 
Supported by the .NET Compact Framework OEM Specifies the OEM character set. 
Supported by the .NET Compact Framework Russian Specifies the Russian character set. 
Supported by the .NET Compact Framework ShiftJIS Specifies the ShiftJIS character set. 
Supported by the .NET Compact Framework Symbol Specifies the Symbol character set. 
Supported by the .NET Compact Framework Thai Specifies the Thai character set. 
Supported by the .NET Compact Framework Turkish Specifies the Turkish character set. 

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

Microsoft.WindowsCE.Forms Namespace

Other Resources

Rotated Text Using LogFont Sample