mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
add some verbose logging for font loading
This commit is contained in:
parent
84b1dabbd2
commit
6d9b9a5eda
2 changed files with 21 additions and 1 deletions
|
|
@ -120,8 +120,11 @@ namespace Dalamud.Interface
|
|||
/// This will invoke any <see cref="OnBuildFonts"/> handlers and ensure that any loaded fonts are
|
||||
/// ready to be used on the next UI frame.
|
||||
/// </summary>
|
||||
public void RebuildFonts() =>
|
||||
public void RebuildFonts()
|
||||
{
|
||||
Log.Verbose("[FONT] {0} plugin is initiating FONT REBUILD", this.namespaceName);
|
||||
this.dalamud.InterfaceManager.RebuildFonts();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Event that is fired when the plugin should open its configuration interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue