C# Class NOpenType.Tables.ScriptTable.LangSysTable

ファイルを表示 Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
offset short

Public Methods

Method Description
LangSysTable ( uint langSysTagIden, short offset ) : System
ReadFrom ( BinaryReader reader ) : void
ToString ( ) : string

Method Details

LangSysTable() public method

public LangSysTable ( uint langSysTagIden, short offset ) : System
langSysTagIden uint
offset short
return System

ReadFrom() public method

public ReadFrom ( BinaryReader reader ) : void
reader System.IO.BinaryReader
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

offset public_oe property

public short offset
return short