Functions | |
std::string | SetFontPath (const std::string &font_path) |
absl::Status | LoadFont (const FontConfig &font_config) |
absl::Status | AddIconFont () |
absl::Status | AddJapaneseFont () |
std::string yaze::core::anonymous_namespace{font_loader.cc}::SetFontPath | ( | const std::string & | font_path | ) |
Definition at line 32 of file font_loader.cc.
References yaze::core::GetBundleResourcePath(), and SetFontPath().
Referenced by AddIconFont(), AddJapaneseFont(), LoadFont(), and SetFontPath().
absl::Status yaze::core::anonymous_namespace{font_loader.cc}::LoadFont | ( | const FontConfig & | font_config | ) |
Definition at line 46 of file font_loader.cc.
References yaze::core::FontConfig::font_path, yaze::core::FontConfig::font_size, LoadFont(), and SetFontPath().
Referenced by LoadFont().
absl::Status yaze::core::anonymous_namespace{font_loader.cc}::AddIconFont | ( | ) |
Definition at line 64 of file font_loader.cc.
References AddIconFont(), FONT_ICON_FILE_NAME_MD, ICON_MIN_MD, and SetFontPath().
Referenced by AddIconFont().
absl::Status yaze::core::anonymous_namespace{font_loader.cc}::AddJapaneseFont | ( | ) |
Definition at line 80 of file font_loader.cc.
References AddJapaneseFont(), and SetFontPath().
Referenced by AddJapaneseFont().