Develop and Download Open Source Software
Login
Create Account
Help
MY SF.JP
Find Software
Magazine
Develop
Git
Software
People
PersonalForge
Magazine
Wiki
SourceForge.JP
>
Find Software
>
mixfont-mplus-ipa
>
View Message
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
Feed list
Statistics
History
Project Images
Search Keywords
Downloads
List Files
Help
Source Code
Guide
Browse CVS
Help
Wiki
show FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List Forums
公開討議 (148)
Help
Back to Forum List
Back to this Forum
RSS for this Forum
RSS for this Thread
Discussion Forums:
公開討議
Search this forum:
Thread Title:
LinuxでMigu 1Mの表示がずれる件
Subject:[#60115] LinuxでMigu 1Mの表示がずれる件
Date:2011-10-19 08:05
By:
MihailJP
はじめまして。読みやすく、愛用いたしております。
コーディング向け(テキストエディタ)にMigu 1Mを使っているのですが、
当方のLinux環境下(OpenSUSE 11.4、KDE 4.6)では等幅フォントなのに
何故か幅が不揃いになります。(参考画像
http://twitpic.com/72cyuq
)
これはどうやらM+フォントの時点で発生している問題のようですが、
色々試行錯誤の結果、解決方法がわかったので報告させていただきます。
次のFontForgeスクリプトをファイルに保存して(仮にmpfix.peとする)、
(ここから)
#!/usr/local/bin/fontforge -lang=ff
if ($argc > 1)
Open($1)
Select(".notdef")
DetachAndRemoveGlyphs()
if ($1:e == ".sfd")
Save($1)
else
Generate($1)
endif
else
Print("Usage: ",$0," fontfile")
endif
(ここまで)
その後
$ chmod +x mpfix.pe
$ ./mpfix.pe migu-1m-regular.ttf
で正しい幅になります。
Thread
Author
Date
[#60115]
LinuxでMigu 1Mの表示がずれる件
MihailJP
2011-10-19 08:05
[#60164] RE: LinuxでMigu 1Mの表示がずれる件
itouhiro
2011-10-22 19:06
[#60365] RE: LinuxでMigu 1Mの表示がずれる件
MihailJP
2011-11-06 21:32
Post a followup to message [#60115] LinuxでMigu 1Mの表示がずれる件:
Subject:
Name for poster:
Non-login user's post can not identify who are you. If you want to display your name on the post, please input your name.
(If you leave this blank, your message's author will display as
Anonymous
.)
Message:
HTML tags will display in your post as text
You are posting anonymously because you are not
[logged in]
You need to input post key "Amna1pi" to this box:
OpenSource Downloads
1
7-Zip (4,252)
2
Tera Term (2,377)
3
CrystalDiskInfo (1,879)
4
HandBrake Japanese Language Version (1,346)
5
BathyScaphe (1,292)
6
mixfont-mplus-ipa (930)
7
CrystalDiskMark (790)
8
TortoiseSVN (776)
9
FFFTP (737)
10
MergeDoc (697)
11
Media Player Classic - Home Cinema (674)
12
ffdshow (594)
13
Wireshark (479)
14
FreeMind (432)
15
FileZilla (393)
More >>
Subject:[#60115] LinuxでMigu 1Mの表示がずれる件
Date:2011-10-19 08:05By:MihailJPコーディング向け(テキストエディタ)にMigu 1Mを使っているのですが、
当方のLinux環境下(OpenSUSE 11.4、KDE 4.6)では等幅フォントなのに
何故か幅が不揃いになります。(参考画像 http://twitpic.com/72cyuq )
これはどうやらM+フォントの時点で発生している問題のようですが、
色々試行錯誤の結果、解決方法がわかったので報告させていただきます。
次のFontForgeスクリプトをファイルに保存して(仮にmpfix.peとする)、
(ここから)
#!/usr/local/bin/fontforge -lang=ff
if ($argc > 1)
Open($1)
Select(".notdef")
DetachAndRemoveGlyphs()
if ($1:e == ".sfd")
Save($1)
else
Generate($1)
endif
else
Print("Usage: ",$0," fontfile")
endif
(ここまで)
その後
$ chmod +x mpfix.pe
$ ./mpfix.pe migu-1m-regular.ttf
で正しい幅になります。