|
TCustomRVFontInfo.CharSpacing |
Top Previous Next |
|
Specifies intercharacter spacing for text of this style. property CharSpacing : Integer; (introduced in version 1.6) This property defines expansion (if positive) or compression (if negative) of space between characters, in "screen" pixels (when printing, it will be recalculated according to the printer resolution). This property is ignored, if text bi-di mode is not equal to rvbdUnspecified. Example: This example shows text formatted with CharSpacing = 0, 5, and -3.
Default value: 0 |