mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Add .Pop() to the doc about fontHandle examples (#2021)
This commit is contained in:
parent
8822810229
commit
84fd82aa80
1 changed files with 1 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue