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

显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
ID int
Keys FSO.Files.Formats.OTF.OTFTableKey[]
Name string

Public Methods

Method Description
GetKey ( int id ) : OTFTableKey

Method Details

GetKey() public method

public GetKey ( int id ) : OTFTableKey
id int
return OTFTableKey

Property Details

ID public_oe property

public int ID
return int

Keys public_oe property

public OTFTableKey[],FSO.Files.Formats.OTF Keys
return FSO.Files.Formats.OTF.OTFTableKey[]

Name public_oe property

public string Name
return string