Skip to content

Commit

Permalink
добавил примитивный автосайз
Browse files Browse the repository at this point in the history
  • Loading branch information
joye-ramone committed Dec 21, 2023
1 parent 21afb9a commit da26311
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 272 deletions.
2 changes: 1 addition & 1 deletion _sources/FireflyCore/Core/StringDescape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static string Formats(this string This, object arg0, object arg1, object
return string.Format(This, arg0, arg1, arg2);
}
/// <summary>将指定 String 中的格式项替换为指定数组中相应 Object 实例的值的文本等效项。</summary>
public static string Formats(this string This, params object[] args)
public static string Formats(this string This, params string[][] args)
{
return string.Format(This, args);
}
Expand Down
90 changes: 53 additions & 37 deletions _sources/FontGen/FontGenForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da26311

Please sign in to comment.