mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Docs
This commit is contained in:
parent
8afe277c02
commit
7c1ca4001d
1 changed files with 4 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ public interface IFontHandle : IDisposable
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns>A disposable object that will call <see cref="ImGui.PopFont"/>(1) on dispose.</returns>
|
/// <returns>A disposable object that will call <see cref="ImGui.PopFont"/>(1) on dispose.</returns>
|
||||||
/// <exception cref="InvalidOperationException">If called outside of the main thread.</exception>
|
/// <exception cref="InvalidOperationException">If called outside of the main thread.</exception>
|
||||||
|
/// <remarks>
|
||||||
|
/// Only intended for use with <c>using</c> keywords, such as <c>using (handle.Push())</c>.<br />
|
||||||
|
/// Should you store or transfer the return value to somewhere else, use <see cref="IDisposable"/> as the type.
|
||||||
|
/// </remarks>
|
||||||
FontPopper Push();
|
FontPopper Push();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue