On Fri, Dec 01, 2006 at 11:45:07PM -0000, [EMAIL PROTECTED] wrote: > Author: younes > Date: Sat Dec 2 00:45:06 2006 > New Revision: 16129 > > URL: http://www.lyx.org/trac/changeset/16129 > Log: > CharMetrics: use short int instead of int. This halves the memory required > for the font metrics cache.
Given that glyphs are rarely larger than 256 pixel you may consider using 'unsigned char'.... Andre'