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.
TextOut()を使用してTCanvasにテキストを描画していますが、より大きなフォントが必要です。
私に何ができる?
これを試してみてください
Canvas.Font.Size := <set your size>; Canvas.TextOut(0,0,'Sample Text');