在C#.NET中获取多种字体 [英] Getting Multiple Font in C#.NET

查看:91
本文介绍了在C#.NET中获取多种字体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我需要在Windows应用程序中使用马拉雅拉姆语和英语字体.
用户应该启用选择字体的方法.有什么方法可以做到呢?

Hi I need to have malayalam and english font in my windows application.
User should enable to select the font.is there any way to do it

推荐答案

没有Malayalam字体,没有英语字体.有Unicode和字体支持Unicode 代码点的一个或另一个子集.没有诸如选择"字体之类的东西.通常,一种字体适用于您的应用程序使用的所有区域性.你是石器时代的人吗?

阅读以了解基础知识:
http://en.wikipedia.org/wiki/Unicode [ http://unicode.org/ [ ^ ],
http://unicode.org/faq/utf_bom.html [
了解全球化和本地化并应用以下知识:
http://msdn.microsoft.com/en-us/library/aa292205%28v = vs.71%29.aspx [ ^ ],
http://msdn.microsoft.com/en-us/library/ms788718.aspx [ ^ ],
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx [ ^ ].

—SA
There is no such thing as Malayalam font, no such thing as English font. There is Unicode and fonts supporting one or another subset of Unicode code points. There is no such thing as "select" a font. Normally, one font works for all the cultures your application uses. Are you from stone age?

Read the to learn the basics:
http://en.wikipedia.org/wiki/Unicode[^],
http://unicode.org/[^],
http://unicode.org/faq/utf_bom.html[^].

Use the application "Character Map" (CHARMAP.EXE) bundled with every version of Windows to see what fonts are currently installed and which font supports what. Find and install additional fonts if you need to.

Learn about globalization and localization and apply this knowledge:
http://msdn.microsoft.com/en-us/library/aa292205%28v=vs.71%29.aspx[^],
http://msdn.microsoft.com/en-us/library/ms788718.aspx[^],
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx[^].

—SA


您可能会从regedit中获取并设置字体.
或表单属性-> language
you may get and then set fonts from regedit.
or form property ->language


可能会获得,然后从regedit设置字体.
或表单属性->语言
你能解释一下吗
you may get and then set fonts from regedit.
or form property ->language
can you please explain it


这篇关于在C#.NET中获取多种字体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆