Re: Variable Font and FT_Load_Sfnt_Table

2023-05-09 Thread Werner LEMBERG
> 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 ? No, as Lawrence

Re: Variable Font and FT_Load_Sfnt_Table

2023-05-09 Thread Lawrence D'Oliveiro
On Wed, 10 May 2023 01:58:24 +, Rajeev Pahuja via FreeType users wrote: > 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

Variable Font and FT_Load_Sfnt_Table

2023-05-09 Thread Rajeev Pahuja via FreeType users
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 ?

Need help compiling freetype demos

2023-05-09 Thread Craig White
I am trying to compile the freetype demo programs using meson, and I get this linker error: https://hastebin.com/share/utuhanafik.bash it appears to be complaining about cairo. I am running ubuntu 22 LTS and have the latest "libcairo2-dev" installed. How can I fix this? Thanks

Re: Need help compiling freetype demos

2023-05-09 Thread Hugh McMaster
On Wed, 10 May 2023 at 10:48, Craig White wrote: > > I am trying to compile the freetype demo programs using meson, and I get this > linker error: > https://hastebin.com/share/utuhanafik.bash > it appears to be complaining about cairo. I am running ubuntu 22 LTS and > have the latest

Re: Need help compiling freetype demos

2023-05-09 Thread Craig White
I'm subscribed already and getting emails from the mailing list. https://hastebin.com/share/gejakiluli.yaml Here's the output of meson setup. I did not set --prefix I ran ldconfig with no arguments and it gave no output. I also confirmed that `usr/local/lib/` is mentioned in `/etc/ld.so.conf`.

Re: Need help compiling freetype demos

2023-05-09 Thread Werner LEMBERG
> I'm subscribed already and getting emails from the mailing list. Indeed, you are, sorry. For some reason, I got a mailman admin message... > https://hastebin.com/share/gejakiluli.yaml > Here's the output of meson setup. I get approximately the same, except the 'lrelease' warning for Qt5,

Re: Need help compiling freetype demos

2023-05-09 Thread Werner LEMBERG
[Please subscribe to the 'freetype-devel' mailing list!] Hello Craig, > I am trying to compile the freetype demo programs using meson, and I get > this linker error: > https://hastebin.com/share/utuhanafik.bash > it appears to be complaining about cairo. I am running ubuntu 22 LTS and >