Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackoalan committed Jan 17, 2017
1 parent e961af1 commit 03e7124
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/FontCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,9 @@ FontCache::FontCache(const hecl::Runtime::FileStoreManager& fileMgr)
m_regFace(m_fontLib, DROIDSANS_PERMISSIVE, DROIDSANS_PERMISSIVE_SZ),
m_monoFace(m_fontLib, BMONOFONT, BMONOFONT_SZ),
m_curvesFace(m_fontLib, SPECTERCURVES, SPECTERCURVES_SZ)
{hecl::MakeDir(m_cacheRoot.c_str());}
{
hecl::MakeDir(m_cacheRoot.c_str());
}

FontTag FontCache::prepCustomFont(boo::IGraphicsDataFactory* gf, const std::string& name, FT_Face face,
FCharFilter filter, bool subpixel,
Expand Down

0 comments on commit 03e7124

Please sign in to comment.