fonts: Use Ume fonts instead of Source Han Sans Japanese.
They are metrically compatible with MS Gothic fonts. Attack on Titan 2 - A.O.T.2 - 進撃の巨人2 and Touhou Fuujinroku ~ Mountain of Faith are known to render better with Ume fonts. CW-Bug-Id: #19849 CW-Bug-Id: #19971
This commit is contained in:
parent
18f4555528
commit
7a46a3cf40
18 changed files with 385 additions and 180112 deletions
41
Makefile.in
41
Makefile.in
|
@ -343,7 +343,7 @@ $(DIST_FONTS): fonts
|
||||||
cp $(FONTS_OBJ)/*.ttf "$@"
|
cp $(FONTS_OBJ)/*.ttf "$@"
|
||||||
cp $(FONTS_OBJ)/source-han/msyh.ttf "$@"
|
cp $(FONTS_OBJ)/source-han/msyh.ttf "$@"
|
||||||
cp $(FONTS_OBJ)/source-han/simsun.ttc "$@"
|
cp $(FONTS_OBJ)/source-han/simsun.ttc "$@"
|
||||||
cp $(FONTS_OBJ)/source-han/msgothic.ttc "$@"
|
cp $(FONTS_OBJ)/ume-gothic/msgothic.ttc "$@"
|
||||||
cp $(FONTS_OBJ)/source-han/malgun.ttf "$@"
|
cp $(FONTS_OBJ)/source-han/malgun.ttf "$@"
|
||||||
|
|
||||||
.PHONY: dist
|
.PHONY: dist
|
||||||
|
@ -860,6 +860,7 @@ MERGEFONTSSCRIPT = $(FONTS)/scripts/mergefonts.pe
|
||||||
|
|
||||||
LIBERATION_SRCDIR = $(FONTS)/liberation-fonts/src
|
LIBERATION_SRCDIR = $(FONTS)/liberation-fonts/src
|
||||||
SOURCE_HAN_SANS_SRCDIR = $(FONTS)/source-han-sans
|
SOURCE_HAN_SANS_SRCDIR = $(FONTS)/source-han-sans
|
||||||
|
UME_DIR = $(FONTS)/ume
|
||||||
|
|
||||||
msyh.ttf_CIDFONTINFO = $(SOURCE_HAN_SANS_SRCDIR)/cidfontinfo.OTC.SC
|
msyh.ttf_CIDFONTINFO = $(SOURCE_HAN_SANS_SRCDIR)/cidfontinfo.OTC.SC
|
||||||
msyh.ttf_CIDFONT = $(SOURCE_HAN_SANS_SRCDIR)/cidfont.ps.OTC.SC
|
msyh.ttf_CIDFONT = $(SOURCE_HAN_SANS_SRCDIR)/cidfont.ps.OTC.SC
|
||||||
|
@ -885,29 +886,17 @@ nsimsun.ttf_UNISOURCE = $(SOURCE_HAN_SANS_SRCDIR)/UniSourceHanSansCN-UTF32-H
|
||||||
nsimsun.ttf_MENUNAMEDB = $(FONTS)/patches/NSimSun-FontMenuNameDB
|
nsimsun.ttf_MENUNAMEDB = $(FONTS)/patches/NSimSun-FontMenuNameDB
|
||||||
nsimsun.ttf = $(FONTS_OBJ)/source-han/nsimsun.ttf
|
nsimsun.ttf = $(FONTS_OBJ)/source-han/nsimsun.ttf
|
||||||
|
|
||||||
msgothic.ttf_CIDFONTINFO = $(SOURCE_HAN_SANS_SRCDIR)/cidfontinfo.OTC.J
|
msgothic.ttf_FONT = $(UME_DIR)/ume-tgo4.ttf
|
||||||
msgothic.ttf_CIDFONT = $(SOURCE_HAN_SANS_SRCDIR)/cidfont.ps.OTC.J
|
msgothic.ttf_NAMETABLE_PATCH = $(FONTS)/patches/UmeGothic-nametable.patch
|
||||||
msgothic.ttf_FEATURES = $(SOURCE_HAN_SANS_SRCDIR)/features.OTC.J
|
msgothic.ttf = $(FONTS_OBJ)/ume-gothic/msgothic.ttf
|
||||||
msgothic.ttf_SEQUENCES = $(SOURCE_HAN_SANS_SRCDIR)/SourceHanSans_JP_sequences.txt
|
|
||||||
msgothic.ttf_UNISOURCE = $(SOURCE_HAN_SANS_SRCDIR)/UniSourceHanSansJP-UTF32-H
|
|
||||||
msgothic.ttf_MENUNAMEDB = $(FONTS)/patches/MSGothic-FontMenuNameDB
|
|
||||||
msgothic.ttf = $(FONTS_OBJ)/source-han/msgothic.ttf
|
|
||||||
|
|
||||||
mspgothic.ttf_CIDFONTINFO = $(SOURCE_HAN_SANS_SRCDIR)/cidfontinfo.OTC.J
|
mspgothic.ttf_FONT = $(UME_DIR)/ume-pgo4.ttf
|
||||||
mspgothic.ttf_CIDFONT = $(SOURCE_HAN_SANS_SRCDIR)/cidfont.ps.OTC.J
|
mspgothic.ttf_NAMETABLE_PATCH = $(FONTS)/patches/UmePGothic-nametable.patch
|
||||||
mspgothic.ttf_FEATURES = $(SOURCE_HAN_SANS_SRCDIR)/features.OTC.J
|
mspgothic.ttf = $(FONTS_OBJ)/ume-gothic/mspgothic.ttf
|
||||||
mspgothic.ttf_SEQUENCES = $(SOURCE_HAN_SANS_SRCDIR)/SourceHanSans_JP_sequences.txt
|
|
||||||
mspgothic.ttf_UNISOURCE = $(SOURCE_HAN_SANS_SRCDIR)/UniSourceHanSansJP-UTF32-H
|
|
||||||
mspgothic.ttf_MENUNAMEDB = $(FONTS)/patches/MSPGothic-FontMenuNameDB
|
|
||||||
mspgothic.ttf = $(FONTS_OBJ)/source-han/mspgothic.ttf
|
|
||||||
|
|
||||||
msuigothic.ttf_CIDFONTINFO = $(SOURCE_HAN_SANS_SRCDIR)/cidfontinfo.OTC.J
|
msuigothic.ttf_FONT = $(UME_DIR)/ume-ugo4.ttf
|
||||||
msuigothic.ttf_CIDFONT = $(SOURCE_HAN_SANS_SRCDIR)/cidfont.ps.OTC.J
|
msuigothic.ttf_NAMETABLE_PATCH = $(FONTS)/patches/UmeUIGothic-nametable.patch
|
||||||
msuigothic.ttf_FEATURES = $(SOURCE_HAN_SANS_SRCDIR)/features.OTC.J
|
msuigothic.ttf = $(FONTS_OBJ)/ume-gothic/msuigothic.ttf
|
||||||
msuigothic.ttf_SEQUENCES = $(SOURCE_HAN_SANS_SRCDIR)/SourceHanSans_JP_sequences.txt
|
|
||||||
msuigothic.ttf_UNISOURCE = $(SOURCE_HAN_SANS_SRCDIR)/UniSourceHanSansJP-UTF32-H
|
|
||||||
msuigothic.ttf_MENUNAMEDB = $(FONTS)/patches/MSUIGothic-FontMenuNameDB
|
|
||||||
msuigothic.ttf = $(FONTS_OBJ)/source-han/msuigothic.ttf
|
|
||||||
|
|
||||||
malgun.ttf_CIDFONTINFO = $(SOURCE_HAN_SANS_SRCDIR)/cidfontinfo.OTC.K
|
malgun.ttf_CIDFONTINFO = $(SOURCE_HAN_SANS_SRCDIR)/cidfontinfo.OTC.K
|
||||||
malgun.ttf_CIDFONT = $(SOURCE_HAN_SANS_SRCDIR)/cidfont.ps.OTC.K
|
malgun.ttf_CIDFONT = $(SOURCE_HAN_SANS_SRCDIR)/cidfont.ps.OTC.K
|
||||||
|
@ -918,7 +907,7 @@ malgun.ttf_MENUNAMEDB = $(FONTS)/patches/Malgun-FontMenuNameDB
|
||||||
malgun.ttf = $(FONTS_OBJ)/source-han/malgun.ttf
|
malgun.ttf = $(FONTS_OBJ)/source-han/malgun.ttf
|
||||||
|
|
||||||
simsun.ttc = $(FONTS_OBJ)/source-han/simsun.ttc
|
simsun.ttc = $(FONTS_OBJ)/source-han/simsun.ttc
|
||||||
msgothic.ttc = $(FONTS_OBJ)/source-han/msgothic.ttc
|
msgothic.ttc = $(FONTS_OBJ)/ume-gothic/msgothic.ttc
|
||||||
|
|
||||||
noto_sans.ttf = $(FONTS)/noto/NotoSans-Regular.ttf
|
noto_sans.ttf = $(FONTS)/noto/NotoSans-Regular.ttf
|
||||||
noto_sans_arabic.ttf = $(FONTS)/noto/NotoSansArabic-Regular.ttf
|
noto_sans_arabic.ttf = $(FONTS)/noto/NotoSansArabic-Regular.ttf
|
||||||
|
@ -986,6 +975,12 @@ $(FONTS_OBJ)/source-han/%.ttf: $$(%.ttf_CIDFONTINFO) $$(%.ttf_CIDFONTINFO) $$(%.
|
||||||
(TEMP_DIR=`mktemp -d` && cd $$TEMP_DIR && $(AFDKO_VERB) sfntedit -a CFF=$(abspath $($(notdir $@)).cff) $(abspath $@.tmp) && rm -fr $$TEMP_DIR)
|
(TEMP_DIR=`mktemp -d` && cd $$TEMP_DIR && $(AFDKO_VERB) sfntedit -a CFF=$(abspath $($(notdir $@)).cff) $(abspath $@.tmp) && rm -fr $$TEMP_DIR)
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
$(FONTS_OBJ)/ume-gothic/%.ttf: $$(%.ttf_FONT) $$(%.ttf_NAMETABLE_PATCH)
|
||||||
|
mkdir -p $(FONTS_OBJ)/ume-gothic
|
||||||
|
ttx -o $(FONTS_OBJ)/ume-gothic/$(notdir $(basename $($(notdir $@)_NAMETABLE_PATCH))).ttx -t name $($(notdir $@)_FONT)
|
||||||
|
patch $(FONTS_OBJ)/ume-gothic/$(notdir $(basename $($(notdir $@)_NAMETABLE_PATCH))).ttx $($(notdir $@)_NAMETABLE_PATCH)
|
||||||
|
ttx -o $@ -m $($(notdir $@)_FONT) $(FONTS_OBJ)/ume-gothic/$(notdir $(basename $($(notdir $@)_NAMETABLE_PATCH))).ttx
|
||||||
|
|
||||||
$(simsun.ttc): $(simsun.ttf) $(nsimsun.ttf)
|
$(simsun.ttc): $(simsun.ttf) $(nsimsun.ttf)
|
||||||
$(AFDKO_VERB) otf2otc -o $@ $^
|
$(AFDKO_VERB) otf2otc -o $@ $^
|
||||||
|
|
||||||
|
|
13
dist.LICENSE
13
dist.LICENSE
|
@ -110,6 +110,19 @@ Visit Source Han Sans at
|
||||||
|
|
||||||
---- ---- ---- ----
|
---- ---- ---- ----
|
||||||
|
|
||||||
|
This software contains Ume fonts distributed under the following license:
|
||||||
|
|
||||||
|
These fonts are free software. Unlimited permission is granted to
|
||||||
|
use, copy, and distribute it, with or without modification, either
|
||||||
|
commercially and noncommercially. THESE FONTS ARE PROVIDED "AS
|
||||||
|
IS" WITHOUT WARRANTY.
|
||||||
|
|
||||||
|
Visit Ume fonts home page at
|
||||||
|
|
||||||
|
https://osdn.net/projects/ume-font/
|
||||||
|
|
||||||
|
---- ---- ---- ----
|
||||||
|
|
||||||
This software contains some fonts from the Google Noto collection, licensed under the SIL Open Font License, available at LICENSE.OFL. They are
|
This software contains some fonts from the Google Noto collection, licensed under the SIL Open Font License, available at LICENSE.OFL. They are
|
||||||
|
|
||||||
Copyright 2015 Google Inc.
|
Copyright 2015 Google Inc.
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
[SourceHanSans-Regular]
|
|
||||||
f=3,1,0x411,\FF2D\FF33 \30B4\30B7\30C3\30AF
|
|
||||||
s=3,1,0x411,\6A19\6E96
|
|
||||||
f=MS Gothic
|
|
||||||
s=Regular
|
|
|
@ -1,5 +0,0 @@
|
||||||
[SourceHanSans-Regular]
|
|
||||||
f=3,1,0x411,\FF2D\FF33 \FF30\30B4\30B7\30C3\30AF
|
|
||||||
s=3,1,0x411,\6A19\6E96
|
|
||||||
f=MS PGothic
|
|
||||||
s=Regular
|
|
|
@ -1,5 +0,0 @@
|
||||||
[SourceHanSans-Regular]
|
|
||||||
f=3,1,0x411,MS UI Gothic
|
|
||||||
s=3,1,0x411,\6A19\6E96
|
|
||||||
f=MS UI Gothic
|
|
||||||
s=Regular
|
|
86
fonts/patches/UmeGothic-nametable.patch
Normal file
86
fonts/patches/UmeGothic-nametable.patch
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
--- a/UmeGothic-nametable.ttx 2021-11-14 02:41:52.823198735 +0900
|
||||||
|
+++ b/UmeGothic-nametable.ttx 2021-11-14 02:44:50.269352384 +0900
|
||||||
|
@@ -5,8 +5,12 @@
|
||||||
|
<namerecord nameID="0" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Author: HORAI Wataru. License: This font is a free software. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
- Ume Gothic
|
||||||
|
+ MS Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Regular
|
||||||
|
@@ -14,8 +18,12 @@
|
||||||
|
<namerecord nameID="3" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Ume Gothic
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
- Ume Gothic
|
||||||
|
+ MS Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Look update time of this file.
|
||||||
|
@@ -29,8 +37,12 @@
|
||||||
|
<namerecord nameID="0" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Author: HORAI Wataru. License: This font is a free software. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
- Ume Gothic
|
||||||
|
+ MS Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Regular
|
||||||
|
@@ -38,8 +50,12 @@
|
||||||
|
<namerecord nameID="3" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Ume Gothic
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
- Ume Gothic
|
||||||
|
+ MS Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Look update time of this file.
|
||||||
|
@@ -53,8 +69,12 @@
|
||||||
|
<namerecord nameID="0" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
作者: 蓬莱和多流. ライセンス: このフォントはフリー(自由な)ソフトウエアです。あらゆる改変の有無に関わらず、また商業的な利用であっても、自由に利用、複製、再配布することができますが、全て無保証とさせていただきます。
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
- 梅ゴシック
|
||||||
|
+ MS ゴシック
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
Regular
|
||||||
|
@@ -62,8 +82,12 @@
|
||||||
|
<namerecord nameID="3" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
梅ゴシック
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
- 梅ゴシック
|
||||||
|
+ MS ゴシック
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
Look update time of this file.
|
86
fonts/patches/UmePGothic-nametable.patch
Normal file
86
fonts/patches/UmePGothic-nametable.patch
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
--- a/UmePGothic-nametable.ttx 2021-11-14 02:41:46.983127001 +0900
|
||||||
|
+++ b/UmePGothic-nametable.ttx 2021-11-14 02:44:42.413257975 +0900
|
||||||
|
@@ -5,8 +5,12 @@
|
||||||
|
<namerecord nameID="0" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Author: HORAI Wataru. License: This font is a free software. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
- Ume P Gothic
|
||||||
|
+ MS PGothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Regular
|
||||||
|
@@ -14,8 +18,12 @@
|
||||||
|
<namerecord nameID="3" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Ume P Gothic
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
- Ume P Gothic
|
||||||
|
+ MS PGothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Look update time of this file.
|
||||||
|
@@ -29,8 +37,12 @@
|
||||||
|
<namerecord nameID="0" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Author: HORAI Wataru. License: This font is a free software. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
- Ume P Gothic
|
||||||
|
+ MS PGothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Regular
|
||||||
|
@@ -38,8 +50,12 @@
|
||||||
|
<namerecord nameID="3" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Ume P Gothic
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
- Ume P Gothic
|
||||||
|
+ MS PGothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Look update time of this file.
|
||||||
|
@@ -53,8 +69,12 @@
|
||||||
|
<namerecord nameID="0" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
作者: 蓬莱和多流. ライセンス: このフォントはフリー(自由な)ソフトウエアです。あらゆる改変の有無に関わらず、また商業的な利用であっても、自由に利用、複製、再配布することができますが、全て無保証とさせていただきます。
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
- 梅Pゴシック
|
||||||
|
+ MS Pゴシック
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
Regular
|
||||||
|
@@ -62,8 +82,12 @@
|
||||||
|
<namerecord nameID="3" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
梅Pゴシック
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
- 梅Pゴシック
|
||||||
|
+ MS Pゴシック
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
Look update time of this file.
|
86
fonts/patches/UmeUIGothic-nametable.patch
Normal file
86
fonts/patches/UmeUIGothic-nametable.patch
Normal file
|
@ -0,0 +1,86 @@
|
||||||
|
--- a/UmeUIGothic-nametable.ttx 2021-11-14 02:41:57.955261726 +0900
|
||||||
|
+++ b/UmeUIGothic-nametable.ttx 2021-11-14 02:44:57.653441054 +0900
|
||||||
|
@@ -5,8 +5,12 @@
|
||||||
|
<namerecord nameID="0" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Author: HORAI Wataru. License: This font is a free software. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
- Ume UI Gothic
|
||||||
|
+ MS UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Regular
|
||||||
|
@@ -14,8 +18,12 @@
|
||||||
|
<namerecord nameID="3" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Ume UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
++ <!--
|
||||||
|
++ NameID=4 (Full)
|
||||||
|
++ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
++ -->
|
||||||
|
<namerecord nameID="4" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
- Ume UI Gothic
|
||||||
|
+ MS UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="1" platEncID="0" langID="0x411" unicode="True">
|
||||||
|
Look update time of this file.
|
||||||
|
@@ -29,8 +37,12 @@
|
||||||
|
<namerecord nameID="0" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Author: HORAI Wataru. License: This font is a free software. Unlimited permission is granted to use, copy, and distribute it, with or without modification, either commercially and noncommercially. THIS FONT IS PROVIDED "AS IS" WITHOUT WARRANTY.
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
- Ume UI Gothic
|
||||||
|
+ MS UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Regular
|
||||||
|
@@ -38,8 +50,12 @@
|
||||||
|
<namerecord nameID="3" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Ume UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
- Ume UI Gothic
|
||||||
|
+ MS UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x409">
|
||||||
|
Look update time of this file.
|
||||||
|
@@ -53,8 +69,12 @@
|
||||||
|
<namerecord nameID="0" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
作者: 蓬莱和多流. ライセンス: このフォントはフリー(自由な)ソフトウエアです。あらゆる改変の有無に関わらず、また商業的な利用であっても、自由に利用、複製、再配布することができますが、全て無保証とさせていただきます。
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=1 (Family)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="1" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
- 梅UIゴシック
|
||||||
|
+ MS UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="2" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
Regular
|
||||||
|
@@ -62,8 +82,12 @@
|
||||||
|
<namerecord nameID="3" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
梅UIゴシック
|
||||||
|
</namerecord>
|
||||||
|
+ <!--
|
||||||
|
+ NameID=4 (Full)
|
||||||
|
+ https://adobe-type-tools.github.io/font-tech-notes/pdfs/5149.OTFname_Tutorial.pdf
|
||||||
|
+ -->
|
||||||
|
<namerecord nameID="4" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
- 梅UIゴシック
|
||||||
|
+ MS UI Gothic
|
||||||
|
</namerecord>
|
||||||
|
<namerecord nameID="5" platformID="3" platEncID="1" langID="0x411">
|
||||||
|
Look update time of this file.
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,22 +0,0 @@
|
||||||
FontName (SourceHanSans-Regular)
|
|
||||||
FullName (Source Han Sans Regular)
|
|
||||||
FamilyName (Source Han Sans)
|
|
||||||
Weight (Regular)
|
|
||||||
version (2.001)
|
|
||||||
Registry (Adobe)
|
|
||||||
Ordering (Identity)
|
|
||||||
Supplement 0
|
|
||||||
Layout (AI0-SourceHanSans)
|
|
||||||
FSType 0
|
|
||||||
isFixedPitch false
|
|
||||||
UnderlinePosition -150
|
|
||||||
AdobeCopyright (Copyright 2014-2019 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'.)
|
|
||||||
Trademark (Source is a trademark of Adobe in the United States and/or other countries.)
|
|
||||||
Serif false
|
|
||||||
IsBoldStyle false
|
|
||||||
IsItalicStyle false
|
|
||||||
PreferOS/2TypoMetrics false
|
|
||||||
IsOS/2WidthWeigthSlopeOnly false
|
|
||||||
IsOS/2OBLIQUE false
|
|
||||||
UseOldNameID4 false
|
|
||||||
LicenseCode ADOBE
|
|
File diff suppressed because it is too large
Load diff
17
fonts/ume/PROTON_NOTE.md
Normal file
17
fonts/ume/PROTON_NOTE.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# UmeFont (version 670)
|
||||||
|
|
||||||
|
https://ja.osdn.net/projects/ume-font/
|
||||||
|
|
||||||
|
## Fonts
|
||||||
|
|
||||||
|
https://ja.osdn.net/projects/ume-font/downloads/22212/umefont_670.tar.xz/
|
||||||
|
|
||||||
|
- ume-tgo4.ttf: Ume Gothic
|
||||||
|
- ume-pgo4.ttf: Ume P Gothic
|
||||||
|
- ume-ugo4.ttf: Ume UI Gothic
|
||||||
|
|
||||||
|
## Why UmeFont?
|
||||||
|
|
||||||
|
UmeFont is metric-compatible fonts with MS Japanese fonts.
|
||||||
|
|
||||||
|
https://wiki.archlinux.org/title/Metric-compatible_fonts#Ume
|
79
fonts/ume/license.html
Normal file
79
fonts/ume/license.html
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
梅フォントのライセンス (日本語 UTF-8) (UmeFont license (In Japanese UTF-8))
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
本ライセンスは以下の梅フォントに共通のライセンスです。
|
||||||
|
|
||||||
|
* 梅ゴシック
|
||||||
|
* 梅ゴシックC4
|
||||||
|
* 梅ゴシックS4
|
||||||
|
* 梅ゴシックO5
|
||||||
|
* 梅ゴシックC5
|
||||||
|
* 梅ゴシックS5
|
||||||
|
* 梅Pゴシック
|
||||||
|
* 梅PゴシックC4
|
||||||
|
* 梅PゴシックS4
|
||||||
|
* 梅PゴシックO5
|
||||||
|
* 梅PゴシックC5
|
||||||
|
* 梅PゴシックS5
|
||||||
|
* 梅UIゴシック
|
||||||
|
* 梅UIゴシックO5
|
||||||
|
* 梅Hyゴシック
|
||||||
|
* 梅HyゴシックO5
|
||||||
|
* 梅明朝
|
||||||
|
* 梅明朝S3
|
||||||
|
* 梅P明朝
|
||||||
|
* 梅P明朝S3
|
||||||
|
|
||||||
|
|
||||||
|
これらのフォントはフリー(自由な)ソフトウエアです。
|
||||||
|
あらゆる改変の有無に関わらず、また商業的な利用であっても、自由にご利用、複製、
|
||||||
|
再配布することができますが、全て無保証とさせていただきます。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
UmeFont license (In English)
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
This is common license of the UmeFont family. UmeFont family provides the
|
||||||
|
following fonts:
|
||||||
|
|
||||||
|
* Ume Gothic
|
||||||
|
* Ume Gothic C4
|
||||||
|
* Ume Gothic S4
|
||||||
|
* Ume Gothic O5
|
||||||
|
* Ume Gothic C5
|
||||||
|
* Ume Gothic S5
|
||||||
|
* Ume P Gothic
|
||||||
|
* Ume P Gothic C4
|
||||||
|
* Ume P Gothic S4
|
||||||
|
* Ume P Gothic O5
|
||||||
|
* Ume P Gothic C5
|
||||||
|
* Ume P Gothic S5
|
||||||
|
* Ume UI Gothic
|
||||||
|
* Ume UI Gothic O5
|
||||||
|
* Ume Hy Gothic
|
||||||
|
* Ume Hy Gothic O5
|
||||||
|
* Ume Mincho
|
||||||
|
* Ume Mincho S3
|
||||||
|
* Ume P Mincho
|
||||||
|
* Ume P Mincho S3
|
||||||
|
|
||||||
|
|
||||||
|
These fonts are free software.
|
||||||
|
Unlimited permission is granted to use, copy, and distribute it,
|
||||||
|
with or without modification, either commercially and noncommercially.
|
||||||
|
THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
|
||||||
|
|
||||||
|
</pre>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
fonts/ume/ume-pgo4.ttf
Normal file
BIN
fonts/ume/ume-pgo4.ttf
Normal file
Binary file not shown.
BIN
fonts/ume/ume-tgo4.ttf
Normal file
BIN
fonts/ume/ume-tgo4.ttf
Normal file
Binary file not shown.
BIN
fonts/ume/ume-ugo4.ttf
Normal file
BIN
fonts/ume/ume-ugo4.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue