mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Add some more examples to doc comments
This commit is contained in:
parent
47902f9770
commit
7eb4bf8ab4
4 changed files with 14 additions and 10 deletions
|
|
@ -360,8 +360,8 @@ internal sealed partial class FontAtlasFactory
|
|||
public IFontHandle NewGameFontHandle(GameFontStyle style) => this.gameFontHandleManager.NewFontHandle(style);
|
||||
|
||||
/// <inheritdoc/>
|
||||
public IFontHandle NewDelegateFontHandle(FontAtlasBuildStepDelegate @delegate) =>
|
||||
this.delegateFontHandleManager.NewFontHandle(@delegate);
|
||||
public IFontHandle NewDelegateFontHandle(FontAtlasBuildStepDelegate buildStepDelegate) =>
|
||||
this.delegateFontHandleManager.NewFontHandle(buildStepDelegate);
|
||||
|
||||
/// <inheritdoc/>
|
||||
public void FreeFontHandle(IFontHandle handle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue