From 7948a2594555e6393d59be4c89f3804c93ac8723 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Mon, 5 Jul 2021 17:56:48 +0200 Subject: [PATCH] Added FT_Property_Get wrapped function (for #17, #30) --- src/wrapped/wrappedfreetype_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wrapped/wrappedfreetype_private.h b/src/wrapped/wrappedfreetype_private.h index 34c610bb8..3bc297547 100755 --- a/src/wrapped/wrappedfreetype_private.h +++ b/src/wrapped/wrappedfreetype_private.h @@ -147,7 +147,7 @@ GO(FT_Outline_Render, iFppp) GO(FT_Outline_Reverse, vFp) GO(FT_Outline_Transform, vFpp) GO(FT_Outline_Translate, vFpll) -//GO(FT_Property_Get, +GO(FT_Property_Get, iFpppp) GO(FT_Property_Set, iFpppp) GO(FT_Reference_Face, iFp) //GO(FT_Reference_Library,