Skip to main content
Version: 13.x (API 13) [Legacy]

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
View Source
Declaration
public interface ILockedImFont : IDisposable

Properties

ImFont

Gets the associated Dalamud.Bindings.ImGui.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.