[AccessD] Moving on to Fonts

John Colby jwcolby at gmail.com
Tue Jul 12 21:31:29 CDT 2022


yesy but... mod it with the editor and then try to get back whatever is now
being rendered!

On Tue, Jul 12, 2022 at 10:05 PM Stuart McLachlan <stuart at lexacorp.com.pg>
wrote:

> 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.
> >
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>


-- 
John W. Colby
Colby Consulting


More information about the AccessD mailing list