Symbol insertion in richedit
Symbol insertion in richedit
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 ?
Re: Symbol insertion in richedit
Try with
It only works if it has a previous character, but it does not work if the previous and subsequent character is blank ( space )
Code: Select all | Expand
oRTF:SetSuperInd( .T. ), oRTF:InsertRTF( "H" ), oRTF:SetSuperInd( .F. )
It only works if it has a previous character, but it does not work if the previous and subsequent character is blank ( space )
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces