emacs-devel
[Top][All Lists]
Advanced

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

Re: How to link new libraries when building emacs


From: Elijah G
Subject: Re: How to link new libraries when building emacs
Date: Thu, 4 Apr 2024 16:47:07 -0600

On Thu, Apr 4, 2024 at 12:47 AM Eli Zaretskii <eliz@gnu.org> wrote:
>
> I'm guessing that using Direct2D will need a whole new font back-end,
> since we'd need a different implementation of the main drawing methods
> exported by the font driver.

I guess so, Also it needs DirectDraw (dwrite.h) which sadly most
of their functions to draw are made in C++ AFAIS,
i think I'll need to create a new header like w32direct2d.h
I wonder how to import another C header, do i need to modify
autoconf files or something like that?.



reply via email to

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