#include "app/core/platform/font_loader.h"
#include <filesystem>
#include <string>
#include <unordered_set>
#include <vector>
#include "absl/status/status.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "app/core/platform/file_dialog.h"
#include "app/gui/icons.h"
#include "imgui/imgui.h"
#include "util/macro.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::core |
namespace | yaze::core::anonymous_namespace{font_loader.cc} |
Functions | |
std::string | yaze::core::anonymous_namespace{font_loader.cc}::SetFontPath (const std::string &font_path) |
absl::Status | yaze::core::anonymous_namespace{font_loader.cc}::LoadFont (const FontConfig &font_config) |
absl::Status | yaze::core::anonymous_namespace{font_loader.cc}::AddIconFont () |
absl::Status | yaze::core::anonymous_namespace{font_loader.cc}::AddJapaneseFont () |
absl::Status | yaze::core::LoadPackageFonts () |
absl::Status | yaze::core::ReloadPackageFont (const FontConfig &config) |