I have a Xojo Cloud web app and am playing around with the different fonts that are now included in the Fonts folder.
What is the correct FontName for Dejavu? I tried each of the following, but none displayed the text I am trying to display, so I am assuming I have the wrong font name
g.FontName = "DejaVuSansMono"
g.FontName = "DejaVuSans"
g.FontName = "DejaVu"
4 posts - 3 participants