C# 클래스 SwfDotNet.IO.Tags.Types.GlyphEntry

GlyphEntry
상속: ISwfSerializer
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

공개 메소드들

메소드 설명
GetBitsSizeOf ( ) : int

Gets the size of in bits number

GlyphEntry ( ) : System

Creates a new GlyphEntry instance.

GlyphEntry ( char character ) : System

Creates a new GlyphEntry instance.

GlyphEntry ( uint glyphIndex, int glyphAdvance ) : System

Creates a new GlyphEntry instance.

ReadData ( BufferedBinaryReader binaryReader ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes to the specified writer.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to.

메소드 상세

GetBitsSizeOf() 공개 메소드

Gets the size of in bits number
public GetBitsSizeOf ( ) : int
리턴 int

GlyphEntry() 공개 메소드

Creates a new GlyphEntry instance.
public GlyphEntry ( ) : System
리턴 System

GlyphEntry() 공개 메소드

Creates a new GlyphEntry instance.
public GlyphEntry ( char character ) : System
character char Character.
리턴 System

GlyphEntry() 공개 메소드

Creates a new GlyphEntry instance.
public GlyphEntry ( uint glyphIndex, int glyphAdvance ) : System
glyphIndex uint Glyph index.
glyphAdvance int Glyph advance.
리턴 System

ReadData() 공개 메소드

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
리턴 void

Serialize() 공개 메소드

Serializes to the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
리턴 void

WriteTo() 공개 메소드

Writes to.
public WriteTo ( BufferedBinaryWriter writer ) : void
writer SwfDotNet.IO.Utils.BufferedBinaryWriter Writer.
리턴 void