LocalizeFont Cell (Character Section)
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 tools.
To get a reference to the LocalizeFont cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Char.LocalizeFont[i] |
To get a reference to the LocalizeFont cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionCharacter |
Row index: |
visRowCharacter + i |
Cell index: |
visCharacterLocalizeFont |