mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-26 18:39:20 +01:00
Revert "IFontAtlas: font atlas per plugin"
This commit is contained in:
parent
14c5ad1605
commit
b5696afe94
44 changed files with 1499 additions and 7943 deletions
|
|
@ -1,26 +0,0 @@
|
|||
using Dalamud.Interface.Internal;
|
||||
|
||||
using ImGuiNET;
|
||||
|
||||
namespace Dalamud.Interface.ManagedFontAtlas;
|
||||
|
||||
/// <summary>
|
||||
/// Toolkit for use when the build state is <see cref="FontAtlasBuildStep.PostBuild"/>.
|
||||
/// </summary>
|
||||
public interface IFontAtlasBuildToolkitPostBuild : IFontAtlasBuildToolkit
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets whether global scaling is ignored for the given font.
|
||||
/// </summary>
|
||||
/// <param name="fontPtr">The font.</param>
|
||||
/// <returns>True if ignored.</returns>
|
||||
bool IsGlobalScaleIgnored(ImFontPtr fontPtr);
|
||||
|
||||
/// <summary>
|
||||
/// Stores a texture to be managed with the atlas.
|
||||
/// </summary>
|
||||
/// <param name="textureWrap">The texture wrap.</param>
|
||||
/// <param name="disposeOnError">Dispose the wrap on error.</param>
|
||||
/// <returns>The texture index.</returns>
|
||||
int StoreTexture(IDalamudTextureWrap textureWrap, bool disposeOnError);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue