freetype-devel
[Top][All Lists]
Advanced

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

Re: Set_Pixel_Sizes for TTF


From: Yamano-uchi, Hidetoshi
Subject: Re: Set_Pixel_Sizes for TTF
Date: Mon, 09 Oct 2000 23:07:25 +0900

Hi Werner,

From: Werner LEMBERG <address@hidden>
Subject: Set_Pixel_Sizes for TTF
Date: Thu, 28 Sep 2000 23:24:02 +0200 (CEST)
Message-ID: <address@hidden>

> I have the impression that Set_Pixel_Sizes() in ttdriver.c does
> nothing.  Is this a bug?

I don't think so.

> AFAIK, there exist TTFs which contain only
> embedded bitmaps and no outlines, so it may be useful to have this
> function working (similar to the Winfont driver).

Winfont(.FON) has no scalable glyphs.  But TTF does not.

Set_Pixel_Sizes is useful for following types.
1. outlines with all sbits(a.k.a. embedded bitmaps).
2. sbits without outlines.

But it is confused if two API(Set_Pixel and Set_Point) is
available for following cases.
3. outlines without sbits.
4. outlines with a few sbits. (e.g. Monotype Courier New)
5. outlines with many (but not all) sbits. (e.g. MS mincho)

Any good solutions?

----- Yamano-uchi, Hidetoshi


reply via email to

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