我有一个formattedText,我使用DrawText方法放置在WPF画布上。
FormattedText formattedText = new FormattedText(
drawString,
CultureInfo.GetCultureInfo("en-us"),
FlowDirection.LeftToRight,
new Typeface(fontName),
numeralHeight,
Brushes.Black);
现在,我的问题是我要以mm为单位计算此文本的宽度(例如:我想计算1000或Test-Text的宽度)但FormattedText.Width的文本宽度与原始宽度不同