Delphi 实现倾斜文字.rar
Delphi 实现文字倾斜效果,在窗体上显示出倾斜的文字, //设置字高 LogicFont.lfWidth := 40; //设置字宽 LogicFont.lfWeight := 10; //设置字体笔划粗细程度 LogicFont.lfUnderline := 0; //设置下划线为没有 LogicFont.lfStrikeOut := 0; //设置没有删除线 LogicFont.lfItalic := 0; //设置不为斜体 LogicFont.lfCharSet := GB
下载地址
用户评论