How to use SetTextCharacterExtra in TEdit or TMemo?
Posted
by lyborko
on Stack Overflow
See other posts from Stack Overflow
or by lyborko
Published on 2010-04-19T06:41:30Z
Indexed on
2010/04/19
6:53 UTC
Read the original article
Hit count: 203
delphi
Hi,
Does anybody know any component based on TEdit or TMemo, in which is possible to set different intercharacter spacing? Win API SetTextCharacterExtra solves the problem for Tcanvas, but I tried hard to implement this behavior as a property for my own TEdit Component (a year ago) and despite of my various desperate attempts to do this, I failed.
Thanx in advance.
© Stack Overflow or respective owner