On 07/13/2013 02:54 PM, in...@kenjikojima.com wrote:
> Richmond,
>
> I found my problem.
> When I set a unicode label of pulldown menu, menu items are garbage
> characters.
>
> I typed Japanese characters "フォント" in field 1.
>
> set the unicodeLabel of btn "pulldown Menu" to the unicodeText of fl
Richmond,
I found my problem.
When I set a unicode label of pulldown menu, menu items are garbage characters.
I typed Japanese characters "フォント" in field 1.
set the unicodeLabel of btn "pulldown Menu" to the unicodeText of fld 1
Then set them in btn "pulldown Menu".
> on mouseDown
> if the
Richmond,
I tried many times same script all day, but could not make. Strange.
Anyway I could. Thanks.
on mouseDown
if the platform is "MacOS" then
set the textFont of me to "Osaka"
else
set the textFont of me to "Tahoma"
end if
get the fontNames
repeat for each line tL
On 07/12/2013 10:16 PM, in...@kenjikojima.com wrote:
> Hi,
> Can anybody set unicode font names of the fontNames to the menu items of
> pulldown menu?
>
> Thanks,
> --
> Kenji Kojima / 小島健治
> http://www.kenjikojima.com/
>
>
>
>
Well, I work with Unicode fonts all the time, and find that
on mouse