Hi,
Was trying to use Colored Bitmap fonts with FreeType 2.5.0.1 release, but facing following issues
1. FT_Set_Char_Size , returns Error code 23
2. If i skip call to "FT_Set_Char_Size" as Colored Emoji will be bitmap then search for Unicode returns zero (default glyph). Unicode passed is working on Android Kitkat messaging.
FreeType Settings:
Font: NotoColoredEmoji (Got from Android source)
Font Size: 16
Following Macro are ON:
1. TT_CONFIG_OPTION_EMBEDDED_BITMAP
2. FT_CONFIG_OPTION_USE_PNG
Pls suggest if some other setting is required or I am missing something.
Thanx
Himanshu