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.
I am facing problem with font class when i am using "Monotype Corsiva" font family.Below in my c# code
Font drawFont = new Font("Monotype Corsiva", 14); exception generating "Font 'Monotype Corsiva' does not support style 'Regular'."
此字体可能只有斜体变体。尝试将字体样式设置为斜体。但请记住,当您按名称引用字体时,只有在客户端 PC 上安装了相同的字体时,它才会正确显示。