• R/O
  • HTTP
  • 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

Revisionfa5678babf9c748224b3acc8172115ac1938c5dd (tree)
Time2016-05-06 20:05:44
AuthorHironori Kitagawa <h_kitagawa2001@yaho...>
CommiterHironori Kitagawa

Log Message

partially revert the previous commit (I've lost the minimal example of an error)

Change Summary

Incremental Difference

--- a/src/ltj-jfont.lua
+++ b/src/ltj-jfont.lua
@@ -914,7 +914,7 @@ luatexbase.add_to_callback(
914914 local vorg = {}; fmtable.v_origin = vorg
915915 local ft = font_getfont(fnum)
916916 local subtables = {}
917- if false and ft.specification then
917+ if ft.specification then
918918 for feat_name,v in pairs(ft.specification.features.normal) do
919919 if v==true then
920920 for _,i in pairs(ft.resources.sequences) do