freetype
[Top][All Lists]
Advanced

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

[ft] How to get the glyph whose index is greater than 0x110000


From: wei wenjing
Subject: [ft] How to get the glyph whose index is greater than 0x110000
Date: Sat, 4 Mar 2017 02:45:47 +0000

Hi,

I am using the font "latinmodern-math.otf" in my program.

I have tried two ways to get the glyph whose index is greater than 0x110000 :

1、using FT_Get_First_CharFT_Get_Next_Char to iterate over all glyphs

2、try  FT_Face_GetCharVariantIndex to get the glyph index  and then load the glyph

but all failed.


Is there anything I am missing?


Thanks


reply via email to

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