字体的问题(100分)

  • 主题发起人 主题发起人 网络浏览器
  • 开始时间 开始时间

网络浏览器

Unregistered / Unconfirmed
GUEST, unregistred user!
我在画板(image)上textout输入一段文字,但通过什么办法都是一样的字体类型,怎么样才
可以来改变字体的类型呢?
 
指定image.canvas.font.name和image.canvas.font.size就可以了
 
不行,我试过了的!
 
我刚刚才试过可以的!
把你的代码贴出来看看!
 
Edit_Image.canvas.Font.Name := 'Times New Roman';
Edit_Image.canvas.Font.size := 72;
Edit_Image.canvas.Font.style := [fsItalic, fsBold];
begin
path(Edit_Image.canvas.handle);
Edit_Image.canvas.textout(Cur_x, Cur_y, LblEdttext.Text);
endpath(Edit_Image.canvas.handle);
 
不好意思,我对begin
Path和EndPath不太了解
不知道他们用来干嘛的
可是去掉这两句话是可以正常显示的
不好意思帮不了你
 
to siyan
谢谢你了,你的QQ号可以告诉我吗?我想和你交个朋友!
 
14181048
可是我很少上线!
 
to siyan
没有关系的!
 
后退
顶部