C# Class FSO.Files.Formats.OTF.OTFFile

Object Tuning File (OTF) is an SGML format which defines tuning constants.
显示文件 Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Tables FSO.Files.Formats.OTF.OTFTable[]

Public Methods

Method Description
GetTable ( int ID ) : OTFTable

Gets an OTFTable instance from an ID.

OTFFile ( ) : System
OTFFile ( string filepath ) : System

Constructs an OTF instance from a filepath.

Read ( Stream stream ) : void

Reads an OTF from a stream.

Method Details

GetTable() public method

Gets an OTFTable instance from an ID.
public GetTable ( int ID ) : OTFTable
ID int The ID of the table.
return OTFTable

OTFFile() public method

public OTFFile ( ) : System
return System

OTFFile() public method

Constructs an OTF instance from a filepath.
public OTFFile ( string filepath ) : System
filepath string Path to the OTF.
return System

Read() public method

Reads an OTF from a stream.
public Read ( Stream stream ) : void
stream Stream The stream to read from.
return void

Property Details

Tables public_oe property

public OTFTable[],FSO.Files.Formats.OTF Tables
return FSO.Files.Formats.OTF.OTFTable[]