[ros-bugs] [Bug 894] ROS Win32k doesnt support FON or SBIT data from FreeType

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Oct 11 20:03:09 CEST 2005


http://www.reactos.org/bugzilla/show_bug.cgi?id=894





------- Additional Comments From wierd_w at yahoo.com  2005-10-11 20:03 CET -------
Some additional notes, to help resolve this bug, and bug 309:

SBIT data is essentially the same kind of data as is held in a .FON archive.  
A .fon file is a wrapper, containing several .FNT files. Each .FNT file 
contains a set of bitmaps for a specific point size.  Simmilarly, TTF file can 
contain .FNT data, which trumps the rendering engine for the specified glyph.

This means that if freetype is behaving properly, freetype should return the 
data in the FNT formatted SBIT feild of the TTF file, should one be discovered, 
and skip rendering the outline completely.  This is why I can use SBITs to 
avoid the Apple bytecode patent issue, but it is not very elegant.

It should be pointed out that this needs to be fixed anyway, since a TTF file 
can litterally have a null glyph set, and be SBIT only! There is a document 
about this on the Microsoft Typography page, here:  
http://www.microsoft.com/typography/tt/sbit.aspx

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list