#include "app/platform/font_loader.h"#include <filesystem>#include <string>#include <vector>#include <cstring>#include "absl/status/status.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "util/file_util.h"#include "app/gui/core/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::anonymous_namespace{font_loader.cc} |
Functions | |
| std::string | yaze::anonymous_namespace{font_loader.cc}::SetFontPath (const std::string &font_path) |
| absl::Status | yaze::anonymous_namespace{font_loader.cc}::LoadFont (const FontConfig &font_config) |
| absl::Status | yaze::anonymous_namespace{font_loader.cc}::AddIconFont (const FontConfig &) |
| absl::Status | yaze::anonymous_namespace{font_loader.cc}::AddJapaneseFont (const FontConfig &) |
| absl::Status | yaze::LoadPackageFonts () |
| absl::Status | yaze::ReloadPackageFont (const FontConfig &config) |