mirror of https://github.com/KLayout/klayout.git
Implemented #394: now there is 'XLarge', 'XXLarge' and 'XXXLarge' for default fonts as well.
This commit is contained in:
parent
5a288b7224
commit
5ba657b790
|
|
@ -29,6 +29,8 @@
|
|||
#include <stdio.h>
|
||||
|
||||
// The system font to use
|
||||
// NOTE: "Libration Mono" works only well for Ubuntu 16. The version from
|
||||
// Ubuntu 18++ does not come with good hinting and is bad without AA.
|
||||
static const char *font_name = "Liberation Mono";
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue