• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión6 (tree)
Tiempo2015-01-09 02:51:56
Autormm-rounded

Log Message

生成スクリプトの修正

Cambiar Resumen

Diferencia incremental

--- trunk/cygwinhome/genshin/generate_genshin.py (revision 5)
+++ trunk/cygwinhome/genshin/generate_genshin.py (revision 6)
@@ -1091,12 +1091,17 @@
10911091 # font['cid63156'].vwidth = 1024
10921092
10931093 # 「“」(U+201C) の位置修正
1094+ # 1.001 では修正済みのため不要
1095+ """
10941096 c = get_glyph_by_name(font, 'uni201C.dup2')
10951097 tmp = c.left_side_bearing
10961098 c.left_side_bearing = c.right_side_bearing
10971099 c.right_side_bearing = tmp
1100+ """
10981101
10991102 # 濁点の位置修正
1103+ # 1.001 では修正済みのため不要
1104+ """
11001105 c = get_glyph_by_name(font, 'uni309B') # U+309B
11011106 c.left_side_bearing = 100
11021107 c.width = 1024
@@ -1103,6 +1108,7 @@
11031108 c = get_glyph_by_name(font, 'uni309C') # U+309C
11041109 c.left_side_bearing = 100
11051110 c.width = 1024
1111+ """
11061112
11071113 # 波ダッシュのコピー
11081114 font.selection.select("uni301C")
--- trunk/cygwinhome/genshin/rounded_exportsvg.py (revision 5)
+++ trunk/cygwinhome/genshin/rounded_exportsvg.py (revision 6)
@@ -6,7 +6,7 @@
66 # 源柔ゴシック加工用に、源ノ角ゴシックのグリフをすべて
77 # svg として出力します。
88 # -----------------------------------------------------------------
9-# [使用方法] rounded_exportsvg.py weight
9+# [使用方法] rounded_exportsvg.py generate_all weight
1010 # weight : ExtraLight, Light, Normal, Regular, Medium, Bold, Heavy
1111 # ******************************************************************
1212
@@ -14,7 +14,7 @@
1414 import argparse
1515 from mmutils import *
1616
17-generate_all = False
17+generate_all = True
1818
1919 genelate_uni_list = [
2020 0x21D1,