[Prev][Next][Index][Thread]
Re: DUIM font question
johncwhi@my-deja.com wrote in message <8jdfib$md8$1@nnrp1.deja.com>...
>How would you --or is it even possible--select a Windows-specific font
>in DUIM for a text field or editor? The choices offered by the
><text-style> class, since it is device independent, don't include the
>Windows fonts. And I don't fathom any way to use the <device-font>
>subclass. Thanks for any help.
I tried this in the Playground and it worked fine for me:
contain(make(<text-field>,
text-style: make-text-style(#"fix", #f, #"bold",
#"roman", #"normal"),
value: "hello"));
Follow-Ups:
References: