Examples: Simplified font examples comments.

This commit is contained in:
ocornut
2015-07-15 07:05:34 -06:00
parent 815168c7ef
commit fcec337061
5 changed files with 25 additions and 25 deletions

View File

@ -11231,7 +11231,7 @@ void ImGui::ShowTestWindow(bool* opened)
if (ImGui::TreeNode("Fonts", "Fonts (%d)", ImGui::GetIO().Fonts->Fonts.Size))
{
ImGui::TextWrapped("Tip: Load fonts with GetIO().Fonts->AddFontFromFileTTF().");
ImGui::TextWrapped("Tip: Load fonts with io.Fonts->AddFontFromFileTTF().");
ImFontAtlas* atlas = ImGui::GetIO().Fonts;
if (ImGui::TreeNode("Atlas texture"))
{