Can you make an alpha transparent PNG with C#?

后端 未结 9 1739
陌清茗
陌清茗 2020-12-02 14:31

I have a multi-browser page that shows vertical text.

As an ugly hack to get text to render vertically in all browsers I\'ve created a custom page handler that retur

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-02 15:10

    For text antialiasing play around with values in Graphics.TextRenderingHint. I'd advise not to use ClearType, because that will only show up nice on LCD monitors (not CRT), and might not work due to the rotation.

    P.S. It's Vilx-, not Vlix. :D

提交回复
热议问题