I have a small Delphi 10.3.3 app that has some text editing functions, using a TMemo where the user type the text.
I'm trying to include some formatting options, something as this site provides :
http://qaz.wtf/u/convert.cgi?text=How%20do%20it%20on%20Delphi
When i copy the 'circled' text from the site above and paste on my memo, it works, appears 'circled'. But i want to give my user the ability to apply the formatting inside my app.
For instance, i want to have a speedbutton to apply the 'circle' formatting to the current TMemo selected text : the user selects a text , click on this speedbutton and then the selected text gets the 'circled' formatting.