# Source files
gdioctx_wrapper.h
gdgen_text.h
+ gd_psfontResolve.h
gvdevice_gd.c
gvloadimage_gd.c
gvplugin_gd.c
endif
endif
-noinst_HEADERS = gdioctx_wrapper.h gdgen_text.h
+noinst_HEADERS = gdioctx_wrapper.h gdgen_text.h gd_psfontResolve.h
libgvplugin_gd_C_la_SOURCES = \
gvplugin_gd.c \
gvrender_gd.c \
--- /dev/null
+#pragma once
+
+#include <common/geom.h>
+#include <common/textspan.h>
+
+char *gd_psfontResolve(PostscriptAlias *pa);
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="gdgen_text.h" />
+ <ClInclude Include="gd_psfontResolve.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="gvdevice_gd.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="gdgen_text.h" />
+ <ClInclude Include="gd_psfontResolve.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="gvdevice_gd.c">
#include "config.h"
#include "gdioctx_wrapper.h"
#include "gdgen_text.h"
+#include "gd_psfontResolve.h"
#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
}
}
-extern char* gd_psfontResolve (PostscriptAlias* pa);
-
static void gdgen_textspan(GVJ_t * job, pointf p, textspan_t * span)
{
gdImagePtr im = job->context;
*************************************************************************/
#include "config.h"
-
+#include "gd_psfontResolve.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>