Hi, I have a new project assigned to me today. I need to load a TTF file and then write the specified string to a bitmap using that font. However, I do not have much information about the TTF structure. Is there any library specifically for this job?
                
                A: 
                
                
              
                  jsumners
                   2010-06-30 13:43:38
                
              First hit is FreeType library, what I used once for the job.
                  Dummy00001
                   2010-06-30 14:22:09
                thank you, FreeType does not provide a function to draw bitmap. How can I do that?
                  
                   2010-06-30 14:40:10