freetype
[Top][All Lists]
Advanced

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

[ft] Problem using Apple sbix format ttf file


From: Nick P
Subject: [ft] Problem using Apple sbix format ttf file
Date: Tue, 18 Mar 2014 11:19:52 +0000

Using the latest freetype 2.5.3 the Apple Color Emoji.ttf file on a Mac works fine. However freetype fails to load the glyphs using an iPhone's address@hidden file.

Example code:

error = FT_New_Face(library_, "/System/Library/Fonts/Cache/address@hidden", 0, &face_);

...

// Error happens here
error = FT_Load_Glyph(face_, glyph_index, FT_LOAD_COLOR);


It looks like either the iphone sbix format used is slightly different, or the png format has been customized...?

Thanks
Nick


reply via email to

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