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

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

공개 메소드들

메소드 설명
GetAdvanceBits ( ) : byte

Gets the advance bits.

GetGlyphBits ( ) : byte

Gets the glyph bits.

GetSizeOf ( ) : int

Gets the size of.

ReadData ( BufferedBinaryReader binaryReader, bool &endOfRecordsFlag, TagCodeEnum tagCodeEnum ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes with the specified writer.

TextRecord ( ) : System

Creates a new TextRecord instance.

WriteTo ( BufferedBinaryWriter writer ) : void

Writes to a binary writer.

보호된 메소드들

메소드 설명
Init ( ) : void

Inits this instance.

비공개 메소드들

메소드 설명
HasColor ( ) : bool

Determines whether this instance has color.

HasFont ( ) : bool

Determines whether this instance has font.

HasStyle ( ) : bool

Determines whether this instance has style.

HasXOffset ( ) : bool

Determines whether [has X offset].

HasYOffset ( ) : bool

Determines whether [has Y offset].

메소드 상세

GetAdvanceBits() 공개 메소드

Gets the advance bits.
public GetAdvanceBits ( ) : byte
리턴 byte

GetGlyphBits() 공개 메소드

Gets the glyph bits.
public GetGlyphBits ( ) : byte
리턴 byte

GetSizeOf() 공개 메소드

Gets the size of.
public GetSizeOf ( ) : int
리턴 int

Init() 보호된 메소드

Inits this instance.
protected Init ( ) : void
리턴 void

ReadData() 공개 메소드

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, bool &endOfRecordsFlag, TagCodeEnum tagCodeEnum ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
endOfRecordsFlag bool End of records flag.
tagCodeEnum TagCodeEnum Tag code enum.
리턴 void

Serialize() 공개 메소드

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

TextRecord() 공개 메소드

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

WriteTo() 공개 메소드

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