[AccessD] Moving on to Fonts

Stuart McLachlan stuart at lexacorp.com.pg
Tue Jul 12 21:05:48 CDT 2022


This works fine for me to set a Rich Text Texbox content to multiple  HTML fots.
(watch for word wrap :)

Private Sub Command5_Click()
txtRTF2 = "<div><font face=Algerian>This is a rich </font><font face=Calibri 
color=""#ED1C24"">text</font><font face=Algerian> field</font></div>"
End Sub

and this works fine afterwards to display the above string
Private Sub Command6_Click()
Debug.print txtRTF2
End Sub

-- 
Stuart

On 12 Jul 2022 at 20:41, John Colby wrote:

> 
> My question to those more knowledgeable than I, Is there any way to
> actually use those other fancy fonts with my <font face = FontX> tag. 
> I understand the limitations of "what is on MY computer" but still.  I
> am totally unable to display things other than bog standard.
> 



More information about the AccessD mailing list