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