HTML font size in percentages
J. Landman Gay
jacque at hyperactivesw.com
Fri May 20 16:30:04 EDT 2022
Thanks for verifying it Paul, that's what I was thinking too. I'm looking at replacing the
sizes via the style runs, I have a handler Mark Waddingham gave me/us on the list last year
that I think I can modify.
But I'd be grateful to see yours too. No big hurry, I just need to get an idea of how to
estimate my time at this point. Thank you very much.
On 5/20/22 2:08 PM, Paul Dupuis via use-livecode wrote:
> You have to do replacement of the size value in the field's htmlText (or perhaps styledText)
>
> I have code that does this. I can provide it to you if you like. I don't claim it is the bets
> or most effiecent. Unfortunately, I am gone for the rest of today, s tomorrow is the earliest I
> could send code to you.
>
>
>
> On 5/20/2022 12:32 PM, J. Landman Gay via use-livecode wrote:
>> I have a field whose HTMLtext is set to a heavily tagged HTML file that changes the font size
>> repeatedly. We want to allow the user to adjust the size of the text. The easiest way would
>> be to use percentages for the font sizes so that changing the field's textsize would change
>> the markup proportionally, but LC fields don't seem to support that. Is there a trick or do I
>> need to do a series of replacements? I'm afraid that will be too slow, there's a lot of text.
>>
>> --
>> Jacqueline Landman Gay | jacque at hyperactivesw.com
>> HyperActive Software | http://www.hyperactivesw.com
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list