freetype
[Top][All Lists]
Advanced

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

RE: [Freetype] Font distribution woes


From: Pedriana, Paul
Subject: RE: [Freetype] Font distribution woes
Date: Fri, 6 Jul 2001 15:59:20 -0700

      > In looking at the docs for FT_New_Memory_Face, 
      > it seems to  work by you providing a pointer 
      > to memory. If that's correct then I can't use 
      > this technique because some of  the fonts we  
      > want to use are megabytes in size, due to 
      > Asian glyphs.
 
   >> Read the mmap(2) manual page.

I presume you are talking about memory mapped files.
Ideally, I'd like to stay away from them, as they are 
not portable and our code needs to potentially run on 
some rather nonstandard computers (e.g. PlayStation).
But maybe there is some hybrid solution that can work
with memory mapped files for when they are available.

Thanks.






reply via email to

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