Skip to main content

Interface ILockedImFont

The wrapper for ImGuiNET.ImFontPtr, guaranteeing that the associated data will be available as long as this struct is not disposed.

Not intended for plugins to implement.

Assembly: Dalamud.dll
View Source
Declaration
public interface ILockedImFont : IDisposable

Properties

ImFont

Gets the associated ImGuiNET.ImFontPtr.

View Source
Declaration
ImFontPtr ImFont { get; }

Methods

NewRef()

Creates a new instance of Dalamud.Interface.ManagedFontAtlas.ILockedImFont with an additional reference to the owner.

View Source
Declaration
ILockedImFont NewRef()
Returns

Dalamud.Interface.ManagedFontAtlas.ILockedImFont: The new locked instance.