Interface IMultipleMaster
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/font/MultipleMaster.html
public interface IMultipleMaster
Properties
DesignAxisDefaults
float[] DesignAxisDefaults { get; }
Property Value
- float[]
DesignAxisNames
String[] DesignAxisNames { get; }
Property Value
- String[]
DesignAxisRanges
float[] DesignAxisRanges { get; }
Property Value
- float[]
NumDesignAxes
int NumDesignAxes { get; }
Property Value
Methods
DeriveMMFont(float[])
Font DeriveMMFont(float[] arg0)
Parameters
Returns
DeriveMMFont(float[], float, float, float, float)
Font DeriveMMFont(float[] arg0, float arg1, float arg2, float arg3, float arg4)