font – matoken's blog https://matoken.org/blog Is there no plan B? Wed, 23 Mar 2022 14:01:34 +0000 ja hourly 1 https://wordpress.org/?v=7.0 https://matoken.org/blog/wp-content/uploads/2025/03/cropped-1865f695c4eecc844385acef2f078255036adccd42c254580ea3844543ab56d9-32x32.jpeg font – matoken's blog https://matoken.org/blog 32 32 Morisawa BIZ UDGothicとMorisawa BIZ UDMinchogがOpen Font License 1.1でGitHubで公開 https://matoken.org/blog/2022/03/23/morisawa-biz-ud-gothic-and-morisawa-biz-ud-minchog-released-on-github-with-open-font-license-1-1/ https://matoken.org/blog/2022/03/23/morisawa-biz-ud-gothic-and-morisawa-biz-ud-minchog-released-on-github-with-open-font-license-1-1/#respond Wed, 23 Mar 2022 13:58:21 +0000 http://matoken.org/blog/?p=3548

先日ユニバーサルデザインフォントを試したいなとMORISAWA BIZ+無償版のWindows用インストーラをWineで起動して少し試してみました.

その後Morisawa BIZ UDGothic と Morisawa BIZ UDMinchog が Open Font License 1.1でGitHubで公開されたのでこれを少し試してみました.

Releasesからダウンロードしてみると.ttfがあります.

$ wget https://github.com/googlefonts/morisawa-biz-ud-gothic/releases/download/v1.0.0-correctedBuild/morisawa-biz-ud-gothic-fonts.zip
$ sha512sum ./morisawa-biz-ud-gothic-fonts.zip
f857a3387572555d77e7bfbdf633bc5fe00f8a9eb8d2c1520146f9665c954576880e08d853a3b8afe797a8c2d9d0823fb2dcd13fc0e3ae1f895a4d724005e7b0  ./morisawa-biz-ud-gothic-fonts.zip
$ unzip -l ./morisawa-biz-ud-gothic-fonts.zip
Archive:  ./morisawa-biz-ud-gothic-fonts.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/fonts/
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/fonts/ttf/
  4624904  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/fonts/ttf/BIZUDGothic-Bold.ttf
  4627340  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/fonts/ttf/BIZUDPGothic-Bold.ttf
  4654420  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/fonts/ttf/BIZUDGothic-Regular.ttf
  4656704  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/fonts/ttf/BIZUDPGothic-Regular.ttf
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/badges/
     2264  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/badges/ShapingChecks.json
     2273  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/badges/OutlineCorrectnessChecks.json
     2259  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/badges/overall.json
     2256  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/badges/Universal.json
     2260  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/badges/GoogleFonts.json
      535  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/index.html
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/fontbakery/
    98531  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/fontbakery/fontbakery-report.html
    90747  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/fontbakery/fontbakery-report.md
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/
  1910710  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/glyphs.html
    18653  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/text.html
        0  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/fonts/
  4624904  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/fonts/BIZUDGothic-Bold.ttf
  4627340  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/fonts/BIZUDPGothic-Bold.ttf
  4654420  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/fonts/BIZUDGothic-Regular.ttf
  4656704  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/fonts/BIZUDPGothic-Regular.ttf
    15179  2022-03-16 03:26   morisawa-biz-ud-gothic-fonts/out/proof/waterfall.html
---------                     -------
 39272403                     27 files

Releaseページの.zipの中には.ttfしかないのですが,source treeの中には.otfがあるようです.

$ w3m -dump https://github.com/googlefonts/morisawa-biz-ud-gothic/tree/main/sources/extensions/otf | grep "\.otf"
BIZ-UDGothic-Bold.otf
BIZ-UDGothic.otf
BIZ-UDPGothic-Bold.otf
BIZ-UDPGothic.otf
otfを自分用に導入してみます.
$ wget https://github.com/googlefonts/morisawa-biz-ud-gothic/raw/main/sources/extensions/otf/BIZ-UDGothic-Bold.otf \
       https://github.com/googlefonts/morisawa-biz-ud-gothic/raw/main/sources/extensions/otf/BIZ-UDGothic.otf \
       https://github.com/googlefonts/morisawa-biz-ud-gothic/raw/main/sources/extensions/otf/BIZ-UDPGothic-Bold.otf \
       https://github.com/googlefonts/morisawa-biz-ud-gothic/raw/main/sources/extensions/otf/BIZ-UDPGothic.otf
$ mkdir ~/.local/share/fonts/morisawa-biz-ud-gothic
$ mv *.otf ~/.local/share/fonts/morisawa-biz-ud-gothic
$ fc-cache -v ~/.local/share/fonts
$ fc-list | grep BIZ
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDPGothic.otf: BIZ UDPゴシック,BIZ UDPGothic:style=Regular
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDPGothic-Bold.otf: BIZ UDPゴシック,BIZ UDPGothic:style=Bold
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDGothic.otf: BIZ UDゴシック,BIZ UDGothic:style=Regular
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDGothic-Bold.otf: BIZ UDゴシック,BIZ UDGothic:style=Bold

同様に Morisawa BIZ UDMincho も

$ $ wget https://github.com/googlefonts/morisawa-biz-ud-mincho/raw/main/sources/extensions/otf/BIZ-UDMincho-Medium.otf \
         https://github.com/googlefonts/morisawa-biz-ud-mincho/raw/main/sources/extensions/otf/BIZ-UDPMincho-Medium.otf
$ mkdir ~/.local/share/fonts/morisawa-biz-ud-mincho
$ mv *.otf ~/.local/share/fonts/morisawa-biz-ud-mincho/
$ fc-cache -v ~/.local/share/fonts/morisawa-biz-ud-mincho/
$ fc-list | grep BIZ
/home/matoken/.local/share/fonts/morisawa-biz-ud-mincho/BIZ-UDPMincho-Medium.otf: BIZ UDP明朝,BIZ UDPMincho,BIZ UDPMincho Medium,BIZ UDP明朝 Medium:style=Medium,Regular
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDPGothic.otf: BIZ UDPゴシック,BIZ UDPGothic:style=Regular
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDPGothic-Bold.otf: BIZ UDPゴシック,BIZ UDPGothic:style=Bold
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDGothic.otf: BIZ UDゴシック,BIZ UDGothic:style=Regular
/home/matoken/.local/share/fonts/morisawa-biz-ud-gothic/BIZ-UDGothic-Bold.otf: BIZ UDゴシック,BIZ UDGothic:style=Bold
/home/matoken/.local/share/fonts/morisawa-biz-ud-mincho/BIZ-UDMincho-Medium.otf: BIZ UD明朝,BIZ UDMincho,BIZ UDMincho Medium,BIZ UD明朝 Medium:style=Medium,Regular


BIZ_UD_Gothic_Bold.jpg


BIZ_UD_Gothic_Regular.jpg


BIZ_UDP_Gothic_Bold.jpg


BIZ_UDP_Gothic_Regular.jpg


BIZ_UD_Mincho_Medium.jpg


BIZ_UDP_Mincho_Medium.jpg

以前と違いライセンスが一般的なものになって安心して使えるのがいいですね.まずはスライドに使ってみようと思います.

環境
$ dpkg-query -W fontconfig gnome-font-viewer
fontconfig      2.13.1-4.4
gnome-font-viewer       42.0-1
$ lsb_release -dr
Description:    Debian GNU/Linux bookworm/sid
Release:        unstable
$ arch
x86_64
]]>
https://matoken.org/blog/2022/03/23/morisawa-biz-ud-gothic-and-morisawa-biz-ud-minchog-released-on-github-with-open-font-license-1-1/feed/ 0
MORISAWA BIZ+無償版をLinuxで使う https://matoken.org/blog/2022/03/08/use-morisawa-biz-charge-free-edition-on-linux/ https://matoken.org/blog/2022/03/08/use-morisawa-biz-charge-free-edition-on-linux/#respond Tue, 08 Mar 2022 14:40:39 +0000 http://matoken.org/blog/?p=3521

ユニバーサルデザインフォントを試してみたいなと思い少し探すとWindows 10だと「UDデジタル教科書体」が入っているようですがLinuxで使う場合には有料だと思います.

「MORISAWA BIZ+無償版」というものが3書体配布されているようなのでこれを試してみました.

入手にはユーザ登録(要氏名,メールアドレス)が必要です.

Windows用,macOS用のそれぞれのインストーラーがダウンロードできます.それぞれダウンロードしてみるとどちらもインストーラーを起動して導入するもののよう.

Windows用
$ unzip -l BIZFontInstaller.zip
Archive:  BIZFontInstaller.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2019-10-07 16:38   BIZFontInstaller/
     6148  2019-10-07 16:37   BIZFontInstaller/.DS_Store
      484  2019-10-04 13:20   BIZFontInstaller/bizfontlist.dat
        0  2019-08-28 14:15   BIZFontInstaller/mpa/
  4996864  2019-08-28 05:15   BIZFontInstaller/mpa/99998
     6148  2019-08-28 14:19   BIZFontInstaller/mpa/.DS_Store
  6506804  2019-08-28 05:15   BIZFontInstaller/mpa/99997
  5026308  2019-08-28 05:14   BIZFontInstaller/mpa/99999
   941288  2018-10-12 10:19   BIZFontInstaller/BIZFontinstaller.exe
        0  2018-10-23 13:13   BIZFontInstaller/tdm/
    25104  2018-01-12 11:06   BIZFontInstaller/tdm/Uninstall TypeSquare Desktop Manager.exe
---------                     -------
 17509148                     11 files
macOS版
$ 7z l ./BIZFontInstaller.dmg

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=ja_JP.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz (306A9),ASM,AES-NI)

Scanning the drive for archives:
1 file, 18143105 bytes (18 MiB)

Listing archive: ./BIZFontInstaller.dmg

--
Path = ./BIZFontInstaller.dmg
Type = Dmg
Physical Size = 18143105
Method = Zero0 Copy Zero2 ZLIB CRC
Blocks = 40
\----
Path = 4 - disk image(Apple_HFS: 4)
Size = 23339008
Packed Size = 17060508
Comment = disk image(Apple_HFS: 4)
Method = Zero0 Copy Zero2 ZLIB CRC
--
Path = 4 - disk image(Apple_HFS: 4)
Type = HFS
Physical Size = 23339008
Method = HFS+
Cluster Size = 4096
Free Space = 4751360
Created = 2019-11-22 11:39:06
Modified = 2019-11-22 11:39:07

   Date      Time    Attr         Size   Compressed  Name
------------------- ----- ------------ ------------  ------------------------
2019-11-22 11:39:06 D....                            BIZFontInstaller
2019-11-22 11:39:06 D....                            BIZFontInstaller/.HFS+ Private Directory Data
2019-10-03 14:18:09 D....                            BIZFontInstaller/BIZFontInstaller.app
2019-11-22 11:39:06 D....                            BIZFontInstaller/[HFS+ Private Data]
2019-11-22 11:38:49 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents
2019-10-03 14:18:09 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/_CodeSignature
2019-11-22 11:38:49 .....         1736         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/CodeResources
2019-10-03 14:18:05 .....         1714         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Info.plist
2019-11-22 11:34:46 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/MacOS
2019-10-03 14:18:05 .....            8         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/PkgInfo
2019-11-22 11:31:24 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources
2019-11-22 11:34:45 .....        22280        24576  BIZFontInstaller/BIZFontInstaller.app/Contents/_CodeSignature/CodeResources
2019-11-22 11:34:46 .....       261632       262144  BIZFontInstaller/BIZFontInstaller.app/Contents/MacOS/BIZFontInstaller
2019-10-03 14:17:55 .....      6506804      6508544  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/99997
2019-10-03 14:17:55 .....      4996864      4997120  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/99998
2019-10-03 14:17:55 .....      5026308      5029888  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/99999
2019-10-03 14:18:02 .....         9138        12288  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/AlertWindow.nib
2019-10-03 14:17:55 .....        56686        57344  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/BIZFontInstaller.icns
2019-10-04 13:20:51 .....          484         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/bizfontlist.dat
2019-10-03 14:18:04 .....        14974        16384  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/FontListWindow.nib
2019-10-03 14:18:03 .....        16940        20480  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/FontListWindowBIZ.nib
2019-10-03 14:17:55 .....          288         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/FontMedia.plist
2019-10-03 14:18:05 .....        11381        12288  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/InstallKeyInputWindow.nib
2019-10-03 14:18:05 .....        10189        12288  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/InstallProgressWindow.nib
2019-10-03 14:18:02 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Japanese.lproj
2019-10-03 14:17:55 .....          164         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/License.strings
2019-10-03 14:17:55 .....          161         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/License.txt
2019-10-03 14:18:03 .....        16609        20480  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/LisenceWindow.nib
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app
2019-10-03 14:18:02 .....         8162         8192  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/UninstallProgressWindow.nib
2019-10-03 14:18:05 .....         9106        12288  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/WaitFontMediaChangeWindow.nib
2019-10-03 14:18:00 .....         9106        12288  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/WaitFontMediaWindow.nib
2019-10-03 14:18:02 .....         9960        12288  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/WelcomeWindow.nib
2019-11-22 11:29:46 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/_CodeSignature
2019-11-22 11:29:46 .....         1715         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/CodeResources
2018-10-12 08:41:26 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks
2018-10-12 08:41:26 .....         1856         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Info.plist
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Library
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/MacOS
2018-10-12 08:41:26 .....            8         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/PkgInfo
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources
2018-10-12 08:41:25 .....         9774        12288  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/_CodeSignature/CodeResources
2018-10-12 08:41:25 .....        73632        73728  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/MacOS/Uninstall TypeSquare Desktop Manager
2018-10-12 08:41:25 .....        60218        61440  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/AppIcon.icns
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/Base.lproj
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/ja.lproj
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/ko.lproj
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant-HK.lproj
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant-TW.lproj
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant.lproj
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh_TW.lproj
2018-10-12 08:41:25 .....          566         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant-TW.lproj/Localizable.strings
2018-10-12 08:41:25 .....        27635        28672  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant-TW.lproj/MainMenu.nib
2018-10-12 08:41:25 .....          664         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/ja.lproj/Localizable.strings
2018-10-12 08:41:25 .....        27675        28672  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/ja.lproj/MainMenu.nib
2018-10-12 08:41:25 .....          566         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant-HK.lproj/Localizable.strings
2018-10-12 08:41:25 .....        27635        28672  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant-HK.lproj/MainMenu.nib
2018-10-12 08:41:25 .....          686         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/ko.lproj/Localizable.strings
2018-10-12 08:41:25 .....        27641        28672  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/ko.lproj/MainMenu.nib
2018-10-12 08:41:25 .....          770         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/Base.lproj/Localizable.strings
2018-10-12 08:41:25 .....        35380        36864  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/Base.lproj/MainMenu.nib
2018-10-12 08:41:25 .....          566         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant.lproj/Localizable.strings
2018-10-12 08:41:25 .....        27635        28672  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh-Hant.lproj/MainMenu.nib
2018-10-12 08:41:25 .....          566         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh_TW.lproj/Localizable.strings
2018-10-12 08:41:25 .....        27635        28672  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Resources/zh_TW.lproj/MainMenu.nib
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Library/LaunchServices
2018-10-12 08:41:25 .....        90448        94208  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Library/LaunchServices/jp.co.morisawa.TypeSquareDesktopManagerUninstaller.Helper
2018-10-12 08:41:26 .....       141648       143360  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/mscp.dylib
2018-10-12 08:45:35 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework
2019-11-22 11:39:06 .....           34         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/NHRCopyProtection
2019-11-22 11:39:06 .....           26         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Resources
2018-10-12 08:45:35 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions/A
2019-11-22 11:39:06 .....            1         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions/Current
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions/A/_CodeSignature
2018-10-12 08:41:25 .....       145408       147456  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions/A/NHRCopyProtection
2018-10-12 08:41:25 D....                            BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions/A/Resources
2018-10-12 08:41:25 .....         2514         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions/A/_CodeSignature/CodeResources
2018-10-12 08:41:25 .....         1380         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Uninstall TypeSquare Desktop Manager.app/Contents/Frameworks/NHRCopyProtection.framework/Versions/A/Resources/Info.plist
2019-10-03 14:17:55 .....           92         4096  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Japanese.lproj/InfoPlist.strings
2019-10-03 14:18:02 .....         4941         8192  BIZFontInstaller/BIZFontInstaller.app/Contents/Resources/Japanese.lproj/MainMenu.nib
------------------- ----- ------------ ------------  ------------------------
2019-11-22 11:39:06           17730009     17862656  53 files, 29 folders

Windows版を展開してWineでインストーラーを実行,Linuxにcpしてみる.(ぱっと見ライセンス的には問題ないと思うけど少し不安)

$ unzip BIZFontInstaller.zip
$ WINEPREFIX=$(mktemp -d) wine ./BIZFontInstaller/BIZFontinstaller.exe

MORISAWA BIZ 01
MORISAWA BIZ 02
MORISAWA BIZ 03

$ ls -lA /tmp/tmp.GJlgJMvtUN/dosdevices/c\:/windows/Fonts/
-rw-r--r-- 1 matoken matoken  6506796 Mar  7 00:01 BIZ-UDMinchoM.ttc
-rw-r--r-- 1 matoken matoken  5026300 Mar  7 00:01 BIZ-UDGothicR.ttc
-rw-r--r-- 1 matoken matoken  4996856 Mar  7 00:01 BIZ-UDGothicB.ttc
$ mkdir ~/.local/share/fonts/BIZ-UD/
$ install -m644 /tmp/tmp.GJlgJMvtUN/drive_c/windows/Fonts/BIZ-UD*.ttc ~/.local/share/fonts/BIZ-UD/
$ fc-cache -v ~/.local/share/fonts
$ fc-list | grep BIZ
/home/matoken/.local/share/fonts/BIZ-UD/BIZ-UDGothicR.ttc: BIZ UDゴシック,BIZ UDGothic:style=Regular
/home/matoken/.local/share/fonts/BIZ-UD/BIZ-UDGothicR.ttc: BIZ UDPゴシック,BIZ UDPGothic:style=Regular
/home/matoken/.local/share/fonts/BIZ-UD/BIZ-UDMinchoM.ttc: BIZ UD明朝,BIZ UDMincho,BIZ UDMincho Medium,BIZ UD明朝 Medium:style=Medium,Regular
/home/matoken/.local/share/fonts/BIZ-UD/BIZ-UDMinchoM.ttc: BIZ UDP明朝,BIZ UDPMincho,BIZ UDPMincho Medium,BIZ UDP明朝 Medium:style=Medium,Regular
/home/matoken/.local/share/fonts/BIZ-UD/BIZ-UDGothicB.ttc: BIZ UDPゴシック,BIZ UDPGothic:style=Bold
/home/matoken/.local/share/fonts/BIZ-UD/BIZ-UDGothicB.ttc: BIZ UDゴシック,BIZ UDGothic:style=Bold

問題無さそうです.

MORISAWA BIZ fomtvewer Mincho Medium
MORISAWA BIZ fomtvewer Gothic Regular
MORISAWA BIZ fomtvewer Gothic Bold

フォント削除
$ rm -r ~/.local/share/fonts/BIZ-UD
$ fc-cache -v ~/.local/share/fonts
$ fc-list | grep BIZ
環境
$ dpkg-query -W fontconfig gnome-font-viewer wine
fontconfig      2.13.1-4.4
gnome-font-viewer       41.0-2
wine    6.0.2~repack-3
$ lsb_release -dr
Description:    Debian GNU/Linux bookworm/sid
Release:        unstable
$ arch
x86_64
]]>
https://matoken.org/blog/2022/03/08/use-morisawa-biz-charge-free-edition-on-linux/feed/ 0
フォントワークスのOFL-1.1 LicenseのフォントをLinuxデスクトップで利用する https://matoken.org/blog/2021/01/22/use-fontworks-ofl-1-1-license-fonts-on-linux-desktops/ https://matoken.org/blog/2021/01/22/use-fontworks-ofl-1-1-license-fonts-on-linux-desktops/#respond Thu, 21 Jan 2021 15:31:40 +0000 http://matoken.org/blog/?p=2932

ライセンスは著作権表示などを行なうことで商用/非商用を問わず無料で利用可能な「SIL Open Font License 1.1」。Google Fontsへの提供に伴い、GitHubでもフォントの公開を開始している。

この記事を書いている現在はまだGoogle Fontsでは公開されていないようです.

GitHubからは.ttfが入手できるので試してみます.

$ wget \ (1)
https://github.com/fontworks-fonts/Klee/raw/master/fonts/ttf/KleeOne-Regular.ttf \
https://github.com/fontworks-fonts/Klee/raw/master/fonts/ttf/KleeOne-SemiBold.ttf \
https://github.com/fontworks-fonts/Train/raw/master/fonts/ttf/TrainOne-Regular.ttf \
https://github.com/fontworks-fonts/Stick/raw/master/fonts/ttf/Stick-Regular.ttf \
https://github.com/fontworks-fonts/RocknRoll/raw/master/fonts/ttf/RocknRollOne-Regular.ttf \
https://github.com/fontworks-fonts/Reggae/raw/master/fonts/ttf/ReggaeOne-Regular.ttf \
https://github.com/fontworks-fonts/Rampart/raw/master/fonts/ttf/RampartOne-Regular.ttf \
https://github.com/fontworks-fonts/DotGothic16/raw/master/fonts/ttf/DotGothic16-Regular.ttf
$ mkdir -p ~/.local/share/fonts/fontworks (2)
$ mv *.ttf ~/.local/share/fonts/fontworks/ (3)
$ fc-cache -fv (4)
$ fc-list | grep -i fontworks (5)
/home/matoken/.local/share/fonts/fontworks/Stick-Regular.ttf: ステッキ,Stick:style=Regular
/home/matoken/.local/share/fonts/fontworks/DotGothic16-Regular.ttf: ドットゴシック16,DotGothic16:style=Regular
/home/matoken/.local/share/fonts/fontworks/TrainOne-Regular.ttf: トレイン One,Train One:style=Regular
/home/matoken/.local/share/fonts/fontworks/RampartOne-Regular.ttf: ランパート One,Rampart One:style=Regular
/home/matoken/.local/share/fonts/fontworks/KleeOne-Regular.ttf: クレー One,Klee One:style=Regular
/home/matoken/.local/share/fonts/fontworks/KleeOne-SemiBold.ttf: クレー One,Klee One,Klee One SemiBold:style=SemiBold,Regular
/home/matoken/.local/share/fonts/fontworks/RocknRollOne-Regular.ttf: ロックンロール One,RocknRoll One:style=Regular
/home/matoken/.local/share/fonts/fontworks/ReggaeOne-Regular.ttf: レゲエ One,Reggae One:style=Regular
  1. 利用したいフォントをダウンロード(ここではすべて)
  2. フォント格納ディレクトリ作成
  3. ダウンロードしたフォントを移動
  4. フォントが使えるようにキャッシュファイルを更新
  5. フォントが登録されているか確認
Note
システムワイドの場合は /usr/share/fonts/ 以下にフォントを配置します.
$ sudo mkdir /usr/share/fonts/truetype/fontworks
$ sudo mv *.ttf /usr/share/fonts/truetype/fontworks

早速試してみます.LibreOffice Writerで表示したところです.普通に使えていそうです :)

fontworks

さて,ライセンス的には著作権表示をすれば商用,非商用問わず無料で利用できるようなのですが,記憶力に自信がないのでしばらくすると著作編表示を忘れて使ってしまいそうです.ということで一旦消しておきます…….

$ rm -r ~/.local/share/fonts/fontworks
$ fc-cache -fv
$ fc-list | grep -i fontworks
環境
$ dpkg-query -W fontconfig
fontconfig      2.13.1-4.2
$ lsb_release -dr
Description:    Debian GNU/Linux bullseye/sid
Release:        unstable
$ uname -m
x86_64

追記 2021-02-07

Debian sid adm64にDebianパッケージとして提供されました.

apt installで簡単に導入できるようになりました :)

パッケージでの導入例
$ sudo apt update (1)
$ apt-cache search fontworks (2)
fonts-dotgothic16 - TrueType font based on the old 16x16 Gothic bitmap
fonts-klee - script font handwritten by pencil or pen
fonts-rampart - unique outline shadow font made in the image of 3-D blocks
fonts-reggae - display font often used in Japanese boys' magazines and digital content
fonts-rocknroll - pop-style font
fonts-stick - font designed with straight lines, wide versatility for use
fonts-train - gothic-style typeface made with an outer and inner line
$ sudo apt install fonts-dotgothic16 fonts-klee fonts-rampart fonts-reggae fonts-rocknroll fonts-stick fonts-train (3)
$ dpkg-query -W fonts-dotgothic16 fonts-klee fonts-rampart fonts-reggae fonts-rocknroll fonts-stick fonts-train  (4)
fonts-dotgothic16       1.000-20210120-2
fonts-klee      1.000-20210121-2
fonts-rampart   1.000-20210120-2
fonts-reggae    1.000-20210120-2
fonts-rocknroll 1.000-20210120-2
fonts-stick     1.000-20210120-2
fonts-train     1.000-20210120-2
$ fc-list | grep -i fontworks (5)
/home/matoken/.local/share/fonts/fontworks/Stick-Regular.ttf: ステッキ,Stick:style=Regular
/home/matoken/.local/share/fonts/fontworks/DotGothic16-Regular.ttf: ドットゴシック16,DotGothic16:style=Regular
/home/matoken/.local/share/fonts/fontworks/TrainOne-Regular.ttf: トレイン One,Train One:style=Regular
/home/matoken/.local/share/fonts/fontworks/RampartOne-Regular.ttf: ランパート One,Rampart One:style=Regular
/home/matoken/.local/share/fonts/fontworks/KleeOne-Regular.ttf: クレー One,Klee One:style=Regular
/home/matoken/.local/share/fonts/fontworks/KleeOne-SemiBold.ttf: クレー One,Klee One,Klee One SemiBold:style=SemiBold,Regular
/home/matoken/.local/share/fonts/fontworks/RocknRollOne-Regular.ttf: ロックンロール One,RocknRoll One:style=Regular
/home/matoken/.local/share/fonts/fontworks/ReggaeOne-Regular.ttf: レゲエ One,Reggae One:style=Regular
  1. パッケージ情報の更新
  2. フォントの検索
  3. フォントパッケージの導入
  4. フォントパッケージの確認
  5. フォントの確認

]]>
https://matoken.org/blog/2021/01/22/use-fontworks-ofl-1-1-license-fonts-on-linux-desktops/feed/ 0
system fontが汎用CJKになっていた https://matoken.org/blog/2018/05/21/system-font-was-a-general-cjk/ https://matoken.org/blog/2018/05/21/system-font-was-a-general-cjk/#respond Sun, 20 May 2018 22:00:09 +0000 http://matoken.org/blog/?p=1888 なんかPCを再起動してからフォントが変になっていました.中国語混じりのような汎用CJKらしきフォントになっています.今のフォントを調べるのは何だろうと探すと以下のページを見つけました.

fc-matchコマンドで確認するとWenQuanYi Zen Heiというフォントが設定されている状態のようです.パッケージを確認するとfonts-wqy-microheiのようです.おまけにfonts-wqy-zenheiという中国語フォントも入っていたのでこれらを削除しました.(fonts-notoも入っているのでもし中国語を表示する必要が出ても問題ないはず)

$ fc-match :lang=ja
wqy-zenhei.ttc: "WenQuanYi Zen Hei" "Regular"
$ apt-cache search WenQuanYi
fonts-wqy-microhei - Sans-serif style CJK font derived from Droid
fonts-wqy-zenhei - "WenQuanYi Zen Hei" A Hei-Ti Style (sans-serif) Chinese font
xfonts-wqy - WenQuanYi Bitmap Song CJK font for X
$ dpkg -l|grep -i  fonts-wqy
ii  fonts-wqy-microhei                            0.2.0-beta-3                            all          Sans-serif style CJK font derived from Droid
ii  fonts-wqy-zenhei                              0.9.45-7                                all          "WenQuanYi Zen Hei" A Hei-Ti Style (sans-serif) Chinese font
$ sudo apt purge fonts-wqy-microhei fonts-wqy-zenhei

dgm3を再起動してログインし直すと以前設定したフォントになっていました.

$ fc-match 
umeplus-p-gothic.ttf: "UmePlus P Gothic" "Regular"

logを見るとfonts-wqy-microheiの0.2.0-beta-3 で0.2.0-beta-2をアップデートしたものが見つかりました.恐らくこのタイミングで置き換わったのではないかと思います.それ以前の1年ほどのログの中にはなかったのでそれ以前に導入されたパッケージのようです.

中を見るとこのような設定が.

$ find fonts-wqy-microhei_0.2.0-beta-3_all -type f -print | grep etc
fonts-wqy-microhei_0.2.0-beta-3_all/etc/fonts/conf.avail/65-wqy-microhei.conf

以下を見ると標準より大きい数字なので手動で設定したフォントより優先度が高いので置き換わったのでしょうか?だとすると中途半端に設定をいじっていた自分のせいのようですorz

  1. 各日本語フォントパッケージは、/usr/share/fonts/truetype/

ttf-japanese-mincho.ttf または ttf-japanese-gothic.ttf をalternativesパスとして登録する。alternatives優先順位は次のように 規定する。

100より上: サードパーティまたはユーザ作成のフォント(IPA フォントなどはこのカテゴリに入る)
60: vl-gothic(標準)
50: ttf-sazanami-mincho, ttf-sazanami-gothic
20: ttf-kochi-mincho, ttf-kochi-gothic
20より下: 日本語を字形に含むがunified領域で中国語字形が使われているなど
日本語の表現には使いにくいフォント

とりあえず使わないであろうフォントが削除できてディスクスペースが開いたので良かったとしましょう.

環境

$ uname -m
x86_64
$ lsb_release -d
Description:    Debian GNU/Linux unstable (sid)
$ dpkg-query -W fontconfig
fontconfig      2.13.0-5
]]>
https://matoken.org/blog/2018/05/21/system-font-was-a-general-cjk/feed/ 0