#include <vector>#include "absl/status/status.h"#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
| struct | yaze::FontConfig |
| struct | yaze::FontState |
Namespaces | |
| namespace | yaze |
Functions | |
| absl::Status | yaze::LoadPackageFonts () |
| absl::Status | yaze::ReloadPackageFont (const FontConfig &config) |
| absl::Status | yaze::LoadFontFromMemory (const std::string &name, const std::string &data, float size_pixels) |
| void | yaze::LoadSystemFonts () |