Renamed font_file to font_config
parent
054d1c3e54
commit
dd9439aed2
|
@ -106,8 +106,8 @@ set(BASE_SOURCES
|
||||||
common/error.h
|
common/error.h
|
||||||
common/event.cpp
|
common/event.cpp
|
||||||
common/event.h
|
common/event.h
|
||||||
common/font_file.h
|
common/font_config.h
|
||||||
common/font_file.cpp
|
common/font_config.cpp
|
||||||
common/global.h
|
common/global.h
|
||||||
common/image.cpp
|
common/image.cpp
|
||||||
common/image.h
|
common/image.h
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* along with this program. If not, see http://gnu.org/licenses
|
* along with this program. If not, see http://gnu.org/licenses
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common/font_file.h"
|
#include "common/font_config.h"
|
||||||
|
|
||||||
#include "common/logger.h"
|
#include "common/logger.h"
|
||||||
#include "common/make_unique.h"
|
#include "common/make_unique.h"
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file common/font_file.h
|
* \file common/font_config.h
|
||||||
* \brief Class for loading fonts from /data/fonts/fonts.ini
|
* \brief Class for loading fonts from /data/fonts/fonts.ini
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include "app/app.h"
|
#include "app/app.h"
|
||||||
|
|
||||||
#include "common/font_file.h"
|
#include "common/font_config.h"
|
||||||
#include "common/image.h"
|
#include "common/image.h"
|
||||||
#include "common/logger.h"
|
#include "common/logger.h"
|
||||||
#include "common/stringutils.h"
|
#include "common/stringutils.h"
|
||||||
|
|
Loading…
Reference in New Issue