Variable Font and FT_Load_Sfnt_Table

Rajeev Pahuja via FreeType users <[email protected]> Wed, 10 May 2023 01:58:24 +0000
Newsgroups gmane.comp.fonts.freetype.user
Message-ID <BY3PR05MB8129B930411FF2CE770EBD1ACD779@BY3PR05MB8129.namprd05.prod.outlook.com>
Hi,

If variable font is set using FT_Set_Var_Design_Coordinates(ftFace, ... ) or FT_Set_Named_Instance(ftFace, ...) and then call to FT_Load_Sfnt_Table(ftFace,...) is made, does it return table data specific to variation set on ftFace or whole data of variable font ?

Any help is appreciated ?

Thanks
Rajeev