Gets and sets how a font is scaled relative to an images vertical resolution DPI (dots per inch).
Read-write property
Visual Basic |
---|
Public Property FontScaling As NX_FontScalingType |
The type of font scaling to apply.
The size of the text is determined in the Fonts size member. How that size is rendered is determined by this property.
When this property is set to NX_FontScaling_Normal, a font is simply scaled by the current zoom percentage of the image.
When this property is set to NX_FontScaling_IResY, and ImagXpress contains a valid value for the IResY property, a font is scaled to take this vertical dpi value into account.