comparison Core/Images/Font.cpp @ 2140:aa4b8895cd23

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 09 Nov 2016 16:12:47 +0100
parents b1291df2f780
children fd5875662670
comparison
equal deleted inserted replaced
2139:764c9157301b 2140:aa4b8895cd23
133 133
134 134
135 void Font::LoadFromFile(const std::string& path) 135 void Font::LoadFromFile(const std::string& path)
136 { 136 {
137 std::string font; 137 std::string font;
138 Toolbox::ReadFile(font, path); 138 SystemToolbox::ReadFile(font, path);
139 LoadFromMemory(font); 139 LoadFromMemory(font);
140 } 140 }
141 141
142 142
143 static unsigned int MyMin(unsigned int a, 143 static unsigned int MyMin(unsigned int a,