| Reference information | |
|---|---|
| Applies to | Windows Installer |
| Related topics | System information variables |
| External links | |
Windows Installer sets this variable to the height, in logical units, of text on the target system.
Note: The Windows Installer dcumentation does not specify which font or font size is used to determine the text size.
| Usage | |
|---|---|
| How to set | Do not set this variable directly; it is set automatically when the installer runs. |
| How to use | You can refer to it as <TextHeight> (Tarma native syntax, preferred) or [TextHeight] (Windows Installer syntax). In conditional expressions you can omit the brackets and use tests like TextHeight > 6. |