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