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.
DirectWrite でテキスト範囲を取得するにはどうすればよいですか? たとえば、 .Net はFormattedText クラス の一部として提供します。
IDWriteTextLayout必要な方法でセットアップを作成し、DetermineMinWidth()やなどのメソッドGetMetrics()を使用してレイアウト計算を取得します。
IDWriteTextLayout
DetermineMinWidth()
GetMetrics()