PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Change font family of HTML control on Android
Change font family of HTML control on Android
Débuté par HECTOR, 10 fév. 2017 11:58 - 1 réponse
Membre enregistré
26 messages
Posté le 10 février 2017 - 11:58
Hello, I want to change the font of a text in a HTML Control, I tried serveral ways that succeeed in the simulator and fail on a live android machine.

For example:

<HTML>
<BODY>
<font face="consolas">
<br>asdfasdf
<br><u>parragraph</u>
</font>
</BODY>





asdfasdf

parragraph
Membre enregistré
794 messages
Popularité : +40 (42 votes)
Posté le 16 février 2017 - 15:14
Hi. The simulator use the font families installed in PC machine. Did you install the font in your Android device?

Rubén