ComplexScriptSize Cell (Character Section) [Visio 2003 SDK Documentation]

The size of the font used to format text composed of complex script characters.

Remarks

Complex script font sizes are listed on the Font tab in the Text dialog box (Format menu). This list appears only if the application is set to show complex scripts text on the Regional tab in the Options dialog box (Tools menu).

You can enter this value as an explicit point size or as a percentage. If you specify a percentage, the value is based on the value in the Size cell. A default value of 0 (zero) means 100%.

To reference the ComplexScriptSize cell by name from another formula, or from a program using the CellsU property, use:

Cell name:

Char.ComplexScriptSize[i]
where i = <1>, 2, 3...

To reference the ComplexScriptSize cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionCharacter

Row index:

visRowCharacter + i
where i = 0, 1, 2...

Cell index:

visCharacterComplexScriptSize