Skip to content

Commit

Permalink
Generate needed glyph images when non-existent
Browse files Browse the repository at this point in the history
  • Loading branch information
hagabaka committed Jan 26, 2011
1 parent afe555a commit 9e29d66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -158,8 +158,7 @@ LANGUAGES.each_pair do |language, font|
File.read(character_list).chars.each do |character|
glyph = glyph_image(style, language, character)
glyphs[glyph] = character
file font_texture(style, language) => glyph
file font_cfg_snippet(style, language) => glyph
Rake::Task[glyph].invoke
end
end

Expand Down

0 comments on commit 9e29d66

Please sign in to comment.