Share via


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

Contains the number of the font used to format text composed of complex script characters. Font numbers vary according to the fonts installed on your system.

Remarks

Complex script fonts 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).

The number 0 (zero) means no font is specified. The Latin font or default fonts are used.

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

Cell name:

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

To reference the ComplexScriptFont 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:

visCharacterComplexScriptFont