[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] mkfontscale and freetype2
From: |
Juliusz Chroboczek |
Subject: |
Re: [Freetype] mkfontscale and freetype2 |
Date: |
23 Aug 2004 18:07:21 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
> When people launch mkfontscale, I am wondering what API(s) in
> freetype2 is called to acquire the
> slant/weight/name for the fonts in the current directory? Thank you.
A lot of various stuff, using a number of heuristics when the
information is not readily available. I suggest you check the source.
You should feel free to take out the code you need and use it in your
projects.
Juliusz