RGraphicsMeasureString 方法 |
名称 | 说明 | |
---|---|---|
![]() | MeasureString(String, RFont) |
Measure the width and height of string str when drawn on device context HDC
using the given font font.
|
![]() | MeasureString(String, RFont, Double, Int32, Double) |
Measure the width of string under max width restriction calculating the number of characters that can fit and the width those characters take. Not relevant for platforms that don't render HTML on UI element. |