o.maptext = "<font size=\"[size]\" face=\"[font]\" color=\"#[color]\">[text]</font>"
Problem description:
is it possible to do this?
Currently it just makes the text completely disappear.
Code:
o.maptext = "<font size=\"[size]\" face=\"[font]\" color=\"#[color]\">[text]</font>" Problem description: is it possible to do this? Currently it just makes the text completely disappear. |
maptext = "<span style=font-size:30pt>hello!</span>"
Alternatively you can look up the html sizing parameters (they go by relative sizes, so you would do font size=+1 or -1 to increase/decrease from the default).