Community Scoring

Was this page helpful?

Tag Tags0

This page has no tags

Page statistics

1746 views1 edit(s)3833 characters(s) Page last modified 13:15, 7 Apr 2011 by zvi999
How to add your knowledge

FontProxyLowString

    Table of contents
    No headers

    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”.