C# Class TESVSnip.Framework.Services.FontLangInfo

ファイルを表示 Open project: figment/tesvsnip Class Usage Examples

Public Properties

Property Type Description
CodePage ushort
Default FontLangInfo
charset byte
lcid ushort

Public Methods

Method Description
FontLangInfo ( ushort CodePage, ushort lcid, byte charset )

Method Details

FontLangInfo() public method

public FontLangInfo ( ushort CodePage, ushort lcid, byte charset )
CodePage ushort
lcid ushort
charset byte

Property Details

CodePage public_oe property

public ushort CodePage
return ushort

Default public_oe static_oe property

public static FontLangInfo,TESVSnip.Framework.Services Default
return FontLangInfo

charset public_oe property

public byte charset
return byte

lcid public_oe property

public ushort lcid
return ushort