TCustomRVFontInfo.SubSuperScriptType

<< Click to display table of contents >>

TCustomRVFontInfo.SubSuperScriptType

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:

VShift.