freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freetype] Using ROM in order to save memory on the Face object


From: David Turner
Subject: Re: [Freetype] Using ROM in order to save memory on the Face object
Date: Fri, 07 Dec 2001 01:16:26 +0100

Hi again,

Nir Rostoker a écrit :
> 
> Hi !
> I would like to know what is the best way to save Heap memory while using
> FreeType2.
> for instance I would like to have the font file to be load only on my ROM,
> and not allocate memory to it on the heap.
>
Use FT_New_Memory_Face to use memory-based font files. The engine will
need to allocate some data in the heap anyway, as this is more or less
mandated by the font format themselves..

Regards,

- David

 
> Can anyone tell me what is the best way to do it ? should it reduce
> seriously the  memory usage ?
> 
> Thanks
> Nir
> 
> 
> 
> _______________________________________________
> Freetype mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/freetype



reply via email to

[Prev in Thread] Current Thread [Next in Thread]