FontProxyLowString
 
 
 

The FontProxyLowString keyword, along with the FontProxyHighString keword, specifies which characters to draw in font proxies. By default, the proxy string is “Aa”. You can override the default string for non-extended character sets by uncommenting and editing the FontProxyLowString keyword option.

Both FontProxyLowString and FontProxyHighString keyword options can be uncommented at the same time. Extended character sets try the FontProxyHighString keyword first. If the values in the FontProxyHighString keyword option do not apply to the font, the FontProxyLowString keyword option is used instead.

The FontProxyLowString keyword uses the following syntax

FontProxyLowString <code>[, ...]

Where: Is:
<code> The Unicode value associated with the character that you want to display.
... Up to four (for a total of five) more Unicode values for the font proxy string.

Example of use

FontProxyLowString 0x41, 0x61

This example displays the default proxy string, “Aa”.