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

Object Tuning File (OTF) is an SGML format which defines tuning constants.
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Tables FSO.Files.Formats.OTF.OTFTable[]

Méthodes publiques

Méthode 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 méthode

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

OTFFile() public méthode

public OTFFile ( ) : System
Résultat System

OTFFile() public méthode

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

Read() public méthode

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

Property Details

Tables public_oe property

public OTFTable[],FSO.Files.Formats.OTF Tables
Résultat FSO.Files.Formats.OTF.OTFTable[]