[MPlayer-dev-eng] [PATCH] freetype fixes

Arpi arpi at thot.banki.hu
Thu Aug 29 20:50:19 CEST 2002


Hi,

> 
> malloc fail. om=0x84d67f0  omt=0x84d8788  tmp=(nil)  w*h=2100043*2561027
> Cannot generate tables.
> 
> width and height are strange a bit

font_load_ft.c: check_font()

    ymax = (double)(face->bbox.yMax)/(double)face->units_per_EM*ppem+1;
    ymin = (double)(face->bbox.yMin)/(double)face->units_per_EM*ppem-1;

here:

Vface->bbox.yMax=53084160 face->bbox.yMin=-655360 face->units_per_EM=1000
ppem=39.078
ymax=2074424 ymin=-25611 padding=4  height=7

something seems to be broken there :(


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list