Blobishthing
Programmer
i am making a text editor but i cant work out how to make a list box change the fonts. please help!
Thanx in advanced
Thanx in advanced
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
with FontDialog1 do
if execute then
RichEdit1.SelAttributes.assign( Font );
with FontDialog1 do
if execute then
RichEdit1.Font := Font;