From 74bd7e8bcebe17c1b8376778b9c547453787d1ea Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 30 Jul 2024 14:07:44 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index f1561dc..cfbf225 100644 --- a/Home.md +++ b/Home.md @@ -25,8 +25,8 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. - [Notable branches](#notable-branches) - [Features](#features) - [Debug Tools](#debug-tools) - - [Images](#images) - - [Fonts/Text](#fontstext) + - [Textures / Images](#textures--images) + - [Fonts / Text](#fonts--text) - [Tables](#tables) - [Multi-Select](#multi-Select) - [Docking](#docking) @@ -111,11 +111,11 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. - See [[Debug Tools|Debug-Tools]] wiki page explaining `ShowMetricsWindow()`, `ShowDebugLogWindow()`, `ShowIdStackToolWindow()`, Item Picker.. -### Images +### Textures / Images -- Tutorial: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`). +- Article: [[Image Loading and Displaying Examples|Image-Loading-and-Displaying-Examples]] (helpful if you are confused about `ImTextureID`). -### Fonts/Text +### Fonts / Text - Read: [Using Fonts](https://github.com/ocornut/imgui/blob/master/docs/FONTS.md) (docs/FONTS.md) - Search in Issues: [font/text](https://github.com/ocornut/imgui/issues?q=label%3Afont%2Ftext+)