On 2020/11/21 18:12, Christopher Zimmermann wrote:
> Ok,
>
> I imported the font. Now I'm wondering which combinations of the variants
> should be enabled by default.
> Looking at terminus people seem to use centered tilde and I suspect most
> people would want an invisible no-breaking-space.
> Any other popular combinations ? OK as is ?
>
>
> Christopher
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/fonts/Makefile,v
> retrieving revision 1.71
> diff -u -p -r1.71 Makefile
> --- Makefile 6 Aug 2020 09:09:49 -0000 1.71
> +++ Makefile 21 Nov 2020 17:07:49 -0000
> @@ -94,6 +94,9 @@
> SUBDIR += terminus-font,symquotes
> SUBDIR += terminus-font,symquotes,centered_tilde
> SUBDIR += terminus-font,centered_tilde
> + SUBDIR += ttyp0-font
> + SUBDIR += ttyp0-font,nbs
> + SUBDIR += ttyp0-font,nbs,ct
at least all of the single flavours:
SUBDIR += ttyp0-font,sq
SUBDIR += ttyp0-font,ct
SUBDIR += ttyp0-font,nbd
SUBDIR += ttyp0-font,sz
others by request I guess?