On Fri, 26 Sep 2008 07:09:28 -0600, Alan Stone
<software.list.1es9s@gmail.com> wrote:
> Please explain "use fallbacks".
http://archive.contextgarden.net/message/20080611.094746.07de5882.en.html
>>> \definefontfallback [whatever] [Slanted] [0x0060-0x007F]
>>> \definefontfallback [whatever] [Bold] [0x0080-0x00FF,0x00A0-0x00AF]
>>> \definefontfallback [whatever] [BoldSlanted] [0x00C0-0x00C7]
>>
>> What's the meaning of the third parameter? Unicode ranges?
>>
>takes chars 0x0060-0x007F from Slanted (whatever it resolves to)
And what are these thingies: 0x0060-0x007F ?