Unicode Font List (Was Re: Revolution vs Visual Basic)
Richard Gaskin
ambassador at fourthworld.com
Wed Mar 8 21:41:37 EST 2006
Devin Asay wrote:
> Okay, this is the FINAL final version. I've been programming in
> Revolution for almost five years, and today is the first time I've
> noticed the fontLanguage function. I love this language!
>
> on mouseUp
> put empty into fld "fontList"
> put the fontNames into fNames
> sort lines of fNames by word 1 of each
> put fnames
> repeat for each line tLine in fNames
> put uniencode(tLine,the fontlanguage of tLine) &
> uniencode(cr,"ANSI") after fld "fontList"
> end repeat
> delete char -2 to -1 of fld "fontList"
> set the textFont of line 1 to -1 of fld "fontList" to the textFont of
> fld "fontList","Unicode"
> set the scroll of fld "fontList" to 0
> end mouseUp
>
Good work. Now what do we do to get a Font menu to display the font
names correctly?
--
Richard Gaskin
Managing Editor, revJournal
_______________________________________________________
Rev tips, tutorials and more: http://www.revJournal.com
More information about the use-livecode
mailing list