mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
Switch the bundled mincho font from a Source Han Serif JP subset to a
subset of IPA Mincho, which has monospace ASCII glyphs.
IPA Mincho's hhea ascent/descent already match its OS/2 typo metrics, so
adjust_metrics.py is no longer needed. However, IPA Mincho is distributed
under the IPA Font License v1.0, under which a subset is a "Derived
Program"; Article 3.1(4) forbids the derived font's name from containing
the licensed program's name ("IPA"). Add rename_font.py to rewrite the
name table accordingly, and replace licenses/mincho.txt with the IPA Font
License.
22 lines
734 B
C
22 lines
734 B
C
#cmakedefine PACKAGE "@PACKAGE@"
|
|
#define VERSION "@XSYSTEM35_VERSION@"
|
|
|
|
#cmakedefine CACHE_TOTALSIZE @CACHE_TOTALSIZE@
|
|
|
|
#cmakedefine ENABLE_DEBUGGER @ENABLE_DEBUGGER@
|
|
#cmakedefine ENABLE_GTK @ENABLE_GTK@
|
|
#cmakedefine ENABLE_MIDI_SDLMIXER @ENABLE_MIDI_SDLMIXER@
|
|
#cmakedefine ENABLE_MIDI_PORTMIDI @ENABLE_MIDI_PORTMIDI@
|
|
#cmakedefine ENABLE_NLS @ENABLE_NLS@
|
|
|
|
#cmakedefine DEFAULT_PLAYLIST_PATH "@DEFAULT_PLAYLIST_PATH@"
|
|
#cmakedefine JOY_DEVICE "@JOY_DEVICE@"
|
|
|
|
#cmakedefine HAVE_GETLOGIN @HAVE_GETLOGIN@
|
|
#cmakedefine HAVE_MMAP @HAVE_MMAP@
|
|
#cmakedefine HAVE_SIGACTION @HAVE_SIGACTION@
|
|
#cmakedefine HAVE_WEBP @HAVE_WEBP@
|
|
|
|
#define DEFAULT_GOTHIC_TTF "@DEFAULT_FONT_PATH@MTLc3m.ttf"
|
|
#define DEFAULT_MINCHO_TTF "@DEFAULT_FONT_PATH@mincho.ttf"
|