Share via


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

Indicates how the shape text should be translated.

Value Display Mode Automation constant

0

Localize the font only if it is Arial or Symbol (the default).

visLocFontIfArialOrSym

1

Always localize the font.

visLocFontAlways

2

Never localize the font.

visLocFontNever

Remarks

You can use the LocalizeFont cell to explicitly manage translation of a shape's text when writing shape localization utilities.

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

Cell name:

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

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

visCharacterLocalizeFont