Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个代码,可以在其中绘制一个字符串到屏幕上。假设我需要画两个相邻的单词,每个单词可能有不同的字体。如何检索打印文本的宽度,以便我可以调整轴以开始在第一个单词旁边绘制第二个单词?
这是你想要的? http://msdn.microsoft.com/en-us/library/9bt8ty58.aspx
你想要Graphics.MeasureCharacterRanges。