Add .Pop() to the doc about fontHandle examples (#2021)

This commit is contained in:
Infi 2024-08-25 15:06:39 +02:00 committed by GitHub
parent 8822810229
commit 84fd82aa80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,7 @@ public interface IFontHandle : IDisposable
/// <code>
/// fontHandle.Push();
/// ImGui.TextUnformatted("Test 2");
/// fontHandle.Pop();
/// </code>
/// <b>Push a font between two choices.</b>
/// <code>