Symbol insertion in richedit
Posted: Tue Jun 05, 2018 12:27 pm
To insert a symbol into richedit, I use the method :InsertRTF. Everything's normal. How can I insert a symbol having a Superscript / Subscript location ?
www.FiveTechSoft.com
https://forums.fivetechsupport.com/
Code: Select all | Expand
oRTF:SetSuperInd( .T. ), oRTF:InsertRTF( "H" ), oRTF:SetSuperInd( .F. )