Browse Source

Text can be nullable.

pull/7516/head
Dariusz Komosinski 5 years ago
parent
commit
af97568819
  1. 2
      src/Avalonia.Visuals/Media/TextFormatting/TextLayout.cs

2
src/Avalonia.Visuals/Media/TextFormatting/TextLayout.cs

@ -35,7 +35,7 @@ namespace Avalonia.Media.TextFormatting
/// <param name="maxLines">The maximum number of text lines.</param>
/// <param name="textStyleOverrides">The text style overrides.</param>
public TextLayout(
string text,
string? text,
Typeface typeface,
double fontSize,
IBrush foreground,

Loading…
Cancel
Save