C# Class TESVSnip.Framework.Services.FontLangInfo

Show file 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 property

public ushort CodePage
return ushort

Default public static property

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

charset public property

public byte charset
return byte

lcid public property

public ushort lcid
return ushort