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

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

Remarks

Asian 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 Asian text on the Regional tab in the Options dialog box (Tools menu).

The number 0 means no font is specified. The Latin font or default fonts are used if they contain the necessary characters.

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

Cell name:

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

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

visCharacterAsianFont