From 84fd82aa80386f9b3d04d11044cd57f82d38a3e6 Mon Sep 17 00:00:00 2001 From: Infi Date: Sun, 25 Aug 2024 15:06:39 +0200 Subject: [PATCH] Add .Pop() to the doc about fontHandle examples (#2021) --- Dalamud/Interface/ManagedFontAtlas/IFontHandle.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Dalamud/Interface/ManagedFontAtlas/IFontHandle.cs b/Dalamud/Interface/ManagedFontAtlas/IFontHandle.cs index 0a9e9072e..803f6b82c 100644 --- a/Dalamud/Interface/ManagedFontAtlas/IFontHandle.cs +++ b/Dalamud/Interface/ManagedFontAtlas/IFontHandle.cs @@ -72,6 +72,7 @@ public interface IFontHandle : IDisposable /// /// fontHandle.Push(); /// ImGui.TextUnformatted("Test 2"); + /// fontHandle.Pop(); /// /// Push a font between two choices. ///