<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"><a name="inbdy"></a>First I ran mkluatexfontdb with no error messages. <br />Then I ran this test program using luatex: <br />------------------------------------------------------------------- <br />\input luaotfload.sty % works for plain despite the .sty <br />\font\pagella={name:TeX Gyre Pagella:script=latn;+onum} at 10pt <br />\font\termes={file:texgyretermes-regular.otf:script=latn} at 10pt <br />\font\foo={file:SyrCOMJerusalem.otf:script=latn} at 20bp <br />\font\barr={file:georgia.ttf} at 30bp <br />\pagella some text 12345\par <br />\termes other text\par <br />\foo my test font. <br />\barr Georgia 978! <br />\bye <br />------------------------------------------------------------- <br />When I ran luatex on this file the first two fonts worked but the last <br />two did not. <br />Let's take georgia.ttf in more detail. The database file <br />/home/safe/.texlive2010/texmf-var/luatex-cache/generic/names/otfl- <br />names.lua <br />shows: <br />--------------------------------------------------------------------------- <br />{ <br />   ["familyname"]="Georgia", <br />   ["filename"]={ "/usr/share/fonts/TTF/georgia.ttf", false }, <br />   ["fontname"]="Georgia", <br />   ["fullname"]="Georgia", <br />   ["names"]={ <br />    ["family"]="Georgia", <br />    ["fullname"]="Georgia", <br />    ["psname"]="Georgia", <br />    ["subfamily"]="Regular", <br />   }, <br />   ["size"]={}, <br />   ["slant"]=0, <br />   ["weight"]=400, <br />   ["width"]=5, <br />  }, <br />------------------------------------------------------ <br />I am using TeXLive 2010 on Slackware Linux 13.0 <br /><br>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">John Culleton <br /></p><p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p></body></html>