Interface IOpenType
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/font/OpenType.html
public interface IOpenType
Properties
Version
int Version { get; }
Property Value
Methods
GetFontTable(String)
byte[] GetFontTable(String arg0)
Parameters
Returns
GetFontTable(String, int, int)
byte[] GetFontTable(String arg0, int arg1, int arg2)
Parameters
Returns
GetFontTable(int)
byte[] GetFontTable(int arg0)
Parameters
Returns
GetFontTable(int, int, int)
byte[] GetFontTable(int arg0, int arg1, int arg2)
Parameters
Returns
GetFontTableSize(String)
int GetFontTableSize(String arg0)
Parameters
Returns
GetFontTableSize(int)
int GetFontTableSize(int arg0)