Skip to main content

Interface ILockedImFont

The wrapper for Dalamud.Bindings.ImGui.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
Declaration
public interface ILockedImFont : IDisposable

Properties

ImFont

Gets the associated Dalamud.Bindings.ImGui.ImFontPtr.

Declaration
ImFontPtr ImFont { get; }

Methods

NewRef()

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

Declaration
ILockedImFont NewRef()
Returns

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