Merge remote-tracking branch 'hwhw/master'

This commit is contained in:
traycold
2012-03-06 22:14:12 +01:00
9 changed files with 99 additions and 21 deletions

View File

@@ -44,6 +44,10 @@ function clearglyphcache()
end
function renderUtf8Text(buffer, x, y, face, facehash, text, kerning)
if text == nil then
print("# renderUtf8Text called without text");
return
end
-- may still need more adaptive pen placement when kerning,
-- see: http://freetype.org/freetype2/docs/glyphs/glyphs-4.html
local pen_x = 0