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.
win2d drawtext メソッドを使用してデフォルトのフォントを変更するには? Courier New のような等幅フォントである必要があります。
args.DrawingSession.DrawText("ユーザー: " + UNAME, 10, 350,Colors.White);
フォントは (他のフォーマット情報と共に) CanvasTextFormat 型によって指定されます。テキスト形式パラメーターを受け取る多数の DrawText オーバーロードのいずれかを使用します。