Skip to content

Commit

Permalink
offset is 258
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Dec 29, 2008
1 parent 776d714 commit 7362354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ttfunk/table/post/format20.rb
Expand Up @@ -12,7 +12,7 @@ def glyph_for(code)
if index <= 257
POSTSCRIPT_GLYPHS[index]
else
@names[index - 257] || ".notdef"
@names[index - 258] || ".notdef"
end
end

Expand Down

0 comments on commit 7362354

Please sign in to comment.