[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] Font distribution woes
|
From: |
Peter Sakhno |
|
Subject: |
Re: [Freetype] Font distribution woes |
|
Date: |
Fri, 6 Jul 2001 09:03:04 +0400 |
In our app we put all TrueType font files in a single file, we call it
Font Package. Than we use FT_New_Memory_Face to render a single font
from that package. Font Package is simple concatenation of TrueType
fonts with preceding simple catalog table containing offset to font
file and its size.