Re: styled text
Re: styled text
- Subject: Re: styled text
- From: ehsan saffari <email@hidden>
- Date: Sun, 20 Jan 2002 01:12:06 -0600
QuoEdit ($10 shareware available from version tracker) has a little gem
called "Text Jobs". An OSAX that makes styled text from text.
----
create styled text of: Make styled text of the specified text (defined
in:Text Jobs)
create styled text of string -- the original text
[with properties record] -- the style information for the new text
Result: styled text
----
(only on styles need be defined)
but then there is a catch. AS 1.3.7 has these style runs defined:
plain/bold/italic/outline/shadow/underline/superscript/subscript/strikethro
ugh/small caps/all caps/all lowercase/condensed/expanded/hidden
but these styles seem to be inaccessible (why?):
superscript/subscript/strikethrough/small caps/all caps/all
lowercase/hidden
cheers
ehsan