[Solved] Paste special characters
-
- Posts: 392
- Joined: 01.12.2020 13:46
-
- Posts: 392
- Joined: 01.12.2020 13:46
about '⋮' char.
this cannot be solved. it seems that Notepad uses some other API than Lazarus uses. eg it can use Uniscribe Win32 API which cannot be used in Lazarus (w/o using some 3rd party helpers). Lazarus uses 'usual DrawText/TextOut api' and it fails here.
with some fonts even the current version can render that--
https://www.fileformat.info/info/unicod ... /index.htm
this cannot be solved. it seems that Notepad uses some other API than Lazarus uses. eg it can use Uniscribe Win32 API which cannot be used in Lazarus (w/o using some 3rd party helpers). Lazarus uses 'usual DrawText/TextOut api' and it fails here.
with some fonts even the current version can render that--
https://www.fileformat.info/info/unicod ... /index.htm
Last edited by uvviewsoft on 30.04.2021 11:24, edited 1 time in total.
Thank you all for researching this. While you were figuring out the real causes, I went back and tried to select more fonts for the user text. Originally, when you suggested this was a font issue, I chose over 10 different fonts (very common fonts!) and none of them worked. After trying an additional 20 or so fonts this morning, I finally discovered that the various Microsoft fonts (Microsoft YaHei, Microsoft JhengHei, etc.) display this character correctly.
I'm not really prepared to change my user text to one of those Microsoft fonts, I guess I'll have to live without seeing the vertical ellipsis.
Thanks again.
I'm not really prepared to change my user text to one of those Microsoft fonts, I guess I'll have to live without seeing the vertical ellipsis.

Thanks again.