Hi Paige.
To be 100% honest, I'm not sure how it worked.
The first track that it (font=) could help was this part of the documentation:
So I've started with simple:
title font='Arial' height=11pt "Mischungsverhältnis Erbse : Gerste (%)";
which didn't work:
Then using good old "by try&error" approach I added:
title font='Arial' "ABC" height=11pt "Mischungsverhältnis Erbse : Gerste (%)";
Which gave:
And then by replacing ABC with space the final version popped up.
But... I did some more experiments after you asked about explanation and here what I'v got:
When I add "/bold" to the font name it "does not work" again:
title font='Arial/bold' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";
Result:
What's even more interesting adding, adding "/italic" (only) makes it BOTH italic and bold:
title font='Arial/italic' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";
But when you make it like this:
title font='Arial/italic' " " height=11pt font='Arial' "Mischungsverhältnis Erbse : Gerste (%)";
works again (!)...
Another "interesting" behaviour, when I play with multiple different fonts, e.g.,
title font='Arial' " " font='Times New Roman' "Mischungsverhältnis Erbse : Gerste (%)";
the "Gesamt-Pflanzen-TM_25-4-24_NStufe.html" file has Arial in it, but the "default" SAS html document generated in WORK's sashtml1.htm file is Times...
(even if there is no Arial at all...
title font='Times New Roman' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";
it displays Arial)
All the best
Bart
... View more