Return to FunctionReference page
Function
void Ming_setScale(float scale);
Purpose
- Set the global scaling factor.
Parameters
float scale - The new global scaling factor to set. This is the number of twips that values in other functions will be multiplied by.
Returns
void - No return value
Language
- C
Ming version
- (unknown). At least 0.4.0 and onwards, possibly earlier versions as well.
Notes
- The default scaling factor is 20.
Example
None as yet