Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirgamalyan committed May 16, 2020
2 parents 27e2003 + fe8b862 commit 38152ec
Show file tree
Hide file tree
Showing 5 changed files with 256 additions and 244 deletions.
2 changes: 2 additions & 0 deletions src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ void App::writeFontInfoFile(const Glyphs& glyphs, const Config& config, const st
f.info.face = fonts[0].getFamilyNameOr("unknown");
f.info.size = config.fontSize;
f.info.unicode = true;
f.info.bold = fonts[0].isBold();
f.info.italic = fonts[0].isItalic();
f.info.aa = 1;
f.info.padding.up = static_cast<std::uint8_t>(config.padding.up);
f.info.padding.right = static_cast<std::uint8_t>(config.padding.right);
Expand Down
Loading

0 comments on commit 38152ec

Please sign in to comment.