3 references to EmojiWidth
aspire (1)
Interaction\ConsoleInteractionService.cs (1)
354
var cellLength =
EmojiWidth
.GetCachedCellWidth(emojiName, MessageConsole);
Aspire.Cli.Tests (2)
Utils\EmojiWidthTests.cs (2)
31
var width =
EmojiWidth
.GetCellWidth(emojiName, console);
64
var width =
EmojiWidth
.GetCellWidth(emojiName, console);