On Thu, Dec 6, 2018 at 4:22 PM LM <lme...@gmail.com> wrote:

> I'm trying to convert some old programs I wrote a long time ago from
> box drawing with OEM fonts to uses PDCurses with SDL2 and UTF-8 box
> drawing and block element characters (
> https://www.utf8-chartable.de/unicode-utf8-table.pl ).


(Not the link you intended, I think.)


> Was just wondering what's been investigated for improving lining up of font
> characters.  I noticed the _grprint routine in pdcdisp.c drawing some
> box drawing characters with FillRect.
>

Have you not actually tried it? I think it would fully meet your request,
unless I’m misinterpreting you. You do have to use the ACS_* macros (or
equivalent), not the Unicode characters. I think that’s the right thing.

Only 16 of the ACS_* codes are handled currently (others would be more
complex), but they include all of the box-drawing characters.

Reply via email to