the error message probably means that someone has freed the glyph bitmap. this could happen if you do things like copying the face->glyph->bitmap.buffer pointer to your own application objects, instead of copying the bitmap's content itself.
there is nothing we can do if you nail down the problem to a small code snippet that demonstrate the problem you have. Regards, - David Turner - The FreeType Project (www.freetype.org) On Wed, 16 May 2007 14:03:06 +0530, [EMAIL PROTECTED] said: > > Hi, > > Iam facing a problem when trying to render english fonts using > freetype-2.3.1 . > The application get killed at some point displaying the following error > message attached. > > Kindly help me out in this . > > Observations: > > The character spacing is more than required . > The application gets killed after navigating through the menus for a > long time. > > > Thanks > Padmasuba.K > > > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) > and may contain proprietary, confidential or privileged information. If > you are not the intended recipient, you should not disseminate, > distribute or copy this e-mail. Please notify the sender immediately and > destroy all copies of this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. > The company accepts no liability for any damage caused by any virus > transmitted by this email. > > www.wipro.com _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
