C# 클래스 NOpenType.Tables.ScriptList.ScriptRecord

파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 프로퍼티들

프로퍼티 타입 설명
offset short
scriptTag uint

공개 메소드들

메소드 설명
ScriptRecord ( uint scriptTag, short offset ) : System
ToString ( ) : string

메소드 상세

ScriptRecord() 공개 메소드

public ScriptRecord ( uint scriptTag, short offset ) : System
scriptTag uint
offset short
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

offset 공개적으로 프로퍼티

public short offset
리턴 short

scriptTag 공개적으로 프로퍼티

public uint scriptTag
리턴 uint