Skip to content

Commit

Permalink
Renamed set_font_mode -> set_custom_font
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesugb committed Nov 30, 2023
1 parent abe6b91 commit 503e77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_vk_toolkit/include/imgui_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ namespace avk
/** Configure imgui_manager which font to use.
* @param aPathToTtfFont Path to a custom TTF font file to be used, or empty for using ImGui's bundled default font.
*/
void set_font_mode(std::string aPathToTtfFont = {}) {
void set_custom_font(std::string aPathToTtfFont = {}) {
mCustomTtfFont = std::move(aPathToTtfFont);
}

Expand Down

0 comments on commit 503e77d

Please sign in to comment.