我想在窗体上写不是正立的字,可以倾斜任意角度(用户可控),谁能告我怎么弄下?

解决方案 »

  1.   

    把字写在图片上,然后把图片bitblt上去!
      

  2.   

    第三方库?  有专门的小dll吗,   opengl 不想要
      

  3.   

    GDI+ 貌似很强大,而且是原配  :D
    ————————————————————————————————
    基于CSDN论坛提供的插件扩展功能,自己做了个签名档工具,分享给大家,欢迎技术交流 :)
      

  4.   

    CreateFont看具体参数,可以设置
      

  5.   

    LOGFONT 结构体中的 lfEscapement 参数
    Specifies the angle, in tenths of degrees, between the escapement vector and the x-axis of the device. The escapement vector is parallel to the base line of a row of text. 
      

  6.   

    设置字体与水平线的夹角   MSDN上有介绍
      

  7.   

    createfont 的第三和第四个参数, 注意如果需要倾斜90度, 应将值定义为900