1

テキストをレンダリングするためのグリフを含む XAML ドキュメントを作成しました。実際には TextBlocks を使用してこれらをレンダリングしたいので、結果の文字列を

<Glyphs" UnicodeString="Test string" Fill="#ff000000" FontUri="http://localhost:20450/simplesilverlightxpsviewer/Intro.xps/96081314-55DD-46FB-BF29-F998D2A1B156.odttf" FontRenderingEmSize="21.2397" StyleSimulations="None" OriginX="144" OriginY="534.56" Indices=" />

の中へ

<TextBlock Text="Test String" Font="Arial" Foreground="#ff000000" />

どうすればこれを達成できますか?

4

1 に答える 1