freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] incorrect types for some arguments in the TrueType driver


From: Steve Hartwell
Subject: Re: [Devel] incorrect types for some arguments in the TrueType driver
Date: Sat, 17 Apr 2004 09:46:01 -0700

On Apr 17, 2004, at 8:08 AM, Graham Asher wrote:

The argument glyph_index in TT_Load_Glyph should be FT_UInt, not FT_UShort.

The argument glyph_index in Load_Glyph should be FT_Uint, not FT_UShort.

TrueType glyph indexes are limited to unsigned 16-bit values; by specification, there cannot be more than 65,536 glyphs in a TrueType font.

How are you defining 'incorrect'? Have you found other parts of the API where glyph indexes are FT_UInt?

Regards,

Steve Hartwell




reply via email to

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