2 references to EmojiWidth
aspire (1)
Utils\ConsoleHelpers.cs (1)
22
var cellLength =
EmojiWidth
.GetCachedCellWidth(emoji.Name, console);
Aspire.Cli.Tests (1)
Utils\EmojiWidthTests.cs (1)
43
var width =
EmojiWidth
.GetCellWidth(emojiName, console);