Go to the source code of this file.
|
sdl2::Renderer | pu::ui::render::GetMainRenderer () |
|
sdl2::Window | pu::ui::render::GetMainWindow () |
|
sdl2::Surface | pu::ui::render::GetMainSurface () |
|
std::pair< u32, u32 > | pu::ui::render::GetDimensions () |
|
bool | pu::ui::render::AddSharedFont (const std::string &font_name, const u32 font_size, const PlSharedFontType type) |
|
bool | pu::ui::render::AddAllSharedFonts (const std::string &font_name, const u32 font_size) |
|
bool | pu::ui::render::AddFontFile (const std::string &font_name, const u32 font_size, const std::string &path) |
|
void | pu::ui::render::AddDefaultFontFromShared (const u32 font_size) |
|
void | pu::ui::render::AddDefaultFontFromFile (const u32 font_size, const std::string &path) |
|
sdl2::Texture | pu::ui::render::RenderText (const std::string &font_name, const std::string &text, const Color clr) |
|
i32 | pu::ui::render::GetTextWidth (const std::string &font_name, const std::string &text) |
|
i32 | pu::ui::render::GetTextHeight (const std::string &font_name, const std::string &text) |
|