|
TCustomRVFontInfo.SubSuperScriptType |
Top Previous Next |
|
Specifies whether this style is a normal text, a subscript, or a superscript. type TRVSubSuperScriptType = (rvsssNormal, rvsssSubscript, rvsssSuperScript); property SubSuperScriptType: TRVSubSuperScriptType; (introduced in version 10) Subscripts and superscripts are displayed with smaller font than specified in Size. Default value: rvsssNormal
See also properties:
|