I am needing to embed a regular, but special font within normal fonts such as New Times Roman etc.
This needs to be done within a webview HTML.
On the PC, I can successfully embed these together and a browser show them correctly.
I've made this work well with the
using a label or view that has a typeface member.
Is there a way to load multiple fonts and display them in a webview?
Thanks,
This needs to be done within a webview HTML.
On the PC, I can successfully embed these together and a browser show them correctly.
I've made this work well with the
B4X:
SpeclFont = typeface.LoadFromAssets("special.ttf")
Is there a way to load multiple fonts and display them in a webview?
Thanks,