yaze
0.2.0
Link to the Past ROM Editor
Loading...
Searching...
No Matches
font_loader.h
Go to the documentation of this file.
1
#ifndef YAZE_APP_CORE_PLATFORM_FONTLOADER_H
2
#define YAZE_APP_CORE_PLATFORM_FONTLOADER_H
3
4
#include "absl/status/status.h"
5
6
namespace
yaze
{
7
namespace
app {
8
namespace
core {
9
10
void
LoadSystemFonts
();
11
absl::Status
LoadPackageFonts
();
12
13
}
// namespace core
14
}
// namespace app
15
}
// namespace yaze
16
17
#endif
// YAZE_APP_CORE_PLATFORM_FONTLOADER_H
yaze::app::core::LoadSystemFonts
void LoadSystemFonts()
yaze::app::core::LoadPackageFonts
absl::Status LoadPackageFonts()
Definition
font_loader.cc:19
yaze
Definition
common.cc:22
src
app
core
platform
font_loader.h
Generated by
1.12.0