C# 클래스 TESVSnip.Framework.Services.FontLangInfo

파일 보기 프로젝트 열기: figment/tesvsnip 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CodePage ushort
Default FontLangInfo
charset byte
lcid ushort

공개 메소드들

메소드 설명
FontLangInfo ( ushort CodePage, ushort lcid, byte charset )

메소드 상세

FontLangInfo() 공개 메소드

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

프로퍼티 상세

CodePage 공개적으로 프로퍼티

public ushort CodePage
리턴 ushort

Default 공개적으로 정적으로 프로퍼티

public static FontLangInfo,TESVSnip.Framework.Services Default
리턴 FontLangInfo

charset 공개적으로 프로퍼티

public byte charset
리턴 byte

lcid 공개적으로 프로퍼티

public ushort lcid
리턴 ushort