TdxFontOptions.ChangeScale(Integer,Integer) Method
In This Article
Scales the current font height according to the specified scale factor.
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
M | Integer | The target scale factor’s numerator. |
D | Integer | The target scale factor’s denominator. |
#Remarks
DevExpress components call the ChangeScale
procedure internally to scale font height according to the target monitor DPI.
Warning
Call the Change
procedure only if you use the Tdx
See Also