Is it posible in Delphi to raise or lower text? For example - X(lg) ; (text in bracket would be a little bit smaller and raised/lowered) I hope, question is understandable!
Do you mean Superscript( small characters in high position) and Subscript( small charaters in low position) a and a (TGML allows us to do this here)
There might be third party componets that do this, but as far as I know its not built in (up to D4) as it is with Uppercase and Lowercase conversion.
There are several online Delphi sites, many do downloadable components, many (but not all) of these are free, Torrys, Delphi Deli, spring to mind, do a web search for Delphi components or Delphi VCL.
As a further note. Some char sets have superscript charaters most don't, the conversion would have to be done, at a bit level, but I still think that someone will have had a go at encapsulating this, have a search round.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.