Return to FunctionReference page
Function
float Ming_getScale(void);
Purpose
- Get the global scaling factor.
Parameters
None
Returns
- The presently set global scaling factor. This is the number of twips that values in other functions will be multiplied by.
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