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

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

공개 메소드들

메소드 설명
GetSizeOf ( ) : int

Gets the size of.

KerningRecord ( ) : System

Creates a new KerningRecord instance.

KerningRecord ( bool fontFlagsWideCodes, ushort fontFlagsWideCode1, ushort fontFlagsWideCode2, short fontKerningAdjustement ) : System

Creates a new KerningRecord instance.

ReadData ( BufferedBinaryReader binaryReader, bool fontFlagsWideCodes ) : void

Reads the data.

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

WriteTo ( BinaryWriter writer ) : void

Writes to a binary writer.

메소드 상세

GetSizeOf() 공개 메소드

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

KerningRecord() 공개 메소드

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

KerningRecord() 공개 메소드

Creates a new KerningRecord instance.
public KerningRecord ( bool fontFlagsWideCodes, ushort fontFlagsWideCode1, ushort fontFlagsWideCode2, short fontKerningAdjustement ) : System
fontFlagsWideCodes bool Font flags wide codes.
fontFlagsWideCode1 ushort Font flags wide code1.
fontFlagsWideCode2 ushort Font flags wide code2.
fontKerningAdjustement short Font kerning adjustement.
리턴 System

ReadData() 공개 메소드

Reads the data.
public ReadData ( BufferedBinaryReader binaryReader, bool fontFlagsWideCodes ) : void
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
fontFlagsWideCodes bool Font flags wide codes.
리턴 void

Serialize() 공개 메소드

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

WriteTo() 공개 메소드

Writes to a binary writer.
public WriteTo ( BinaryWriter writer ) : void
writer System.IO.BinaryWriter Writer.
리턴 void