Just find a the post from Scott Hanselmans said that we are able to use the font that embedded into our resource file in WinForms development. That is cool~However, we are needed to use the pinvoke way to do it and those functions are from gdi32.dll. Anyway, you may goto the Scott Hanselmans's post and read it:
http://www.hanselman.com/blog/CustomCulturesWinFormsFontEmbeddingCodeWithEthiopianAmharicForVistaAndXP.aspxFor details, you can read the details code here:
http://blogs.msdn.com/michkap/archive/2005/11/20/494829.aspx.I think I will go and try out it later.