Windows API Textfield with offset characters
Posted
by genesys
on Stack Overflow
See other posts from Stack Overflow
or by genesys
Published on 2010-05-07T09:47:23Z
Indexed on
2010/05/07
9:58 UTC
Read the original article
Hit count: 206
Hi there!
Is it possible using the Windows API, to create a textfield that lets me offset characters by exact pixels? if so - how?
for example, I would like to place two O letters on top of each other, such that they form something like an 8 ?
context is an application for a language where most of the glyphs are written left to right, but sometimes some of the glyphs are stacket on top of each other.
Windows API because the framework we're using already uses the Windows API for the whole GUI.
Thanks!
© Stack Overflow or respective owner