[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks
From: |
Alexei Podtelezhnikov |
Subject: |
Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks |
Date: |
Mon, 8 Jul 2019 23:28:48 -0400 |
On Mon, Jul 8, 2019 at 7:58 AM Moazin Khatri <address@hidden> wrote:
>>
>> This is how it is supposed to work
>> FT_Render_Glyph_Internal loops though all renderers that support
>> slot->format [...]
>
>
> Hi Alexei, I removed the unnecessary code from
> `FT_Render_Glyph_Internal' and it's back in its original
> form. Everything worked great.
Outstanding!
> Everything works, but the build process
> is hackish.
>
> What would be the right way to do the following things:
>
> 1. Provide the necessary `*.h' file of the `resvg' library
> when the SVG module is being compiled.
> 2. When the shared library is being built, declare
> `libresvg' as a dependency.
AC_CHECK_LIB? I am not sure but t the module needs to be compiled and
included in modules.cfg conditionally Werner knows how to enable
modules better.
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, (continued)
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Werner LEMBERG, 2019/07/06
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Werner LEMBERG, 2019/07/06
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Alexei Podtelezhnikov, 2019/07/06
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Moazin Khatri, 2019/07/07
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Alexei Podtelezhnikov, 2019/07/07
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Moazin Khatri, 2019/07/07
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Alexei Podtelezhnikov, 2019/07/07
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Moazin Khatri, 2019/07/07
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Alexei Podtelezhnikov, 2019/07/07
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Moazin Khatri, 2019/07/08
- Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks,
Alexei Podtelezhnikov <=
Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Werner LEMBERG, 2019/07/06
Re: [ft-devel] Accessing `ft_mem_*' from OT-SVG hooks, Behdad Esfahbod, 2019/07/07