This commit is contained in:
Soreepeong 2024-01-21 04:12:40 +09:00
parent 0701d7805a
commit 127b91f4b0

View file

@ -140,9 +140,9 @@ public sealed class UiBuilder : IDisposable
/// * <see cref="Interface.Internal.Windows.Data.Widgets.GamePrebakedFontsTestWidget"/>.<br /> /// * <see cref="Interface.Internal.Windows.Data.Widgets.GamePrebakedFontsTestWidget"/>.<br />
/// * <see cref="Interface.Internal.Windows.TitleScreenMenuWindow"/> ctor.<br /> /// * <see cref="Interface.Internal.Windows.TitleScreenMenuWindow"/> ctor.<br />
/// * <see cref="Interface.Internal.Windows.Settings.Tabs.SettingsTabAbout"/>: /// * <see cref="Interface.Internal.Windows.Settings.Tabs.SettingsTabAbout"/>:
/// note how a new instance of <see cref="IFontAtlas"/> is constructed, and /// note how the construction of a new instance of <see cref="IFontAtlas"/> and
/// <see cref="IFontAtlas.NewGameFontHandle"/> is called from another function, without having to manually /// call of <see cref="IFontAtlas.NewGameFontHandle"/> are done in different functions,
/// initialize font rebuild process. /// without having to manually initiate font rebuild process.
/// </remarks> /// </remarks>
[Obsolete("See remarks.", false)] [Obsolete("See remarks.", false)]
[Api10ToDo(Api10ToDoAttribute.DeleteCompatBehavior)] [Api10ToDo(Api10ToDoAttribute.DeleteCompatBehavior)]