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');