figuring out whether a given font has Unicode Canadian Aboriginal Syllabics glyphs

Devin Asay devin_asay at byu.edu
Fri Aug 8 12:20:40 EDT 2008


On Aug 8, 2008, at 10:09 AM, Devin Asay wrote:
>
>    set the useunicode to true
>    set the unicodetext of fld "unicode_tester" to numtochar(5169)
>    put the textFont of char 1 of fld "unicode_tester" into tFont1
>    replace item 1 of tFont1 with pChosen
>    set the unicodeText of char 1 of fld "unicode_tester" to tFont1

   	    xxxxxxxxxxxx

That should be
    set the textFont of char 1 of fld "unicode_tester" to tFont1
	   --------
Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University




More information about the use-livecode mailing list