Its off topic here. You can subscribe SDL mailing list [ http://www.libsdl.org/mailing-list.php ]
FYI, SDL_ttf is a simple library wrapped around an opensource font rasterization library called FreeType. SDL_ttf supports loading fonts from TrueType font files (ttf) . I am sure you can get lots of Nepali ttf font. Load it from SDL_ttf function and display it as you do it in DirectX. Please refer user friendly manual at libsdl.org, learn how to work with libsdl first. Good luck. -- Sarose On Jun 5, 4:23 pm, [EMAIL PROTECTED] wrote: > HI Sarose, > thank u for your suggestion. > > if the SDL_ttf font that u have talked about works fine. DO you have > a nepali font in that format, please provide me. Also tell me how to > use it in C. Do I need any other header file or not. > > are there any software to convert the ttf file to SDL_ttf > > On May 27, 11:59 am, sarose <[EMAIL PROTECTED]> wrote: > > > Hi Karun, > > > Are You are referring CHR, a font format of Borland's graphics library > > (BGI)? > > I recommend trying some new platform agnostic graphics library like > > SDL, Allegro or OpenGL. > > I have used SDL_ttf and it works fine. There are third party library > > like libttf, freetype support TTF. > > > -- > > Sarose > > > On May 26, 5:00 pm, "Karun Poudel" <[EMAIL PROTECTED]> wrote: > > > > hi. i am karun, > > > > i am thinking of developing a C program which can convert TTF font > > > format to CHR font format but i don't have enough information about > > > them. like what are their difference, why C don't support TTF format. > > > if you have some information about them please help. > > > > Also i you have some nepali fonts in CHR format, please provide me. > > > > Thank You.- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ FOSS Nepal mailing list: [email protected] http://groups.google.com/group/foss-nepal To unsubscribe, e-mail: [EMAIL PROTECTED] Community website: http://www.fossnepal.org/ -~----------~----~----~----~------~----~------~--~---
