shithub: freetype+ttf2subf

Download patch

ref: dd8676b2779a5c2130d6265a4e966515ff0509f6
parent: 56d182a74d90cde8753d5ec28d37f748f909c729
author: Alexei Podtelezhnikov <apodtele@gmail.com>
date: Thu Feb 3 09:32:50 EST 2022

* src/winfonts/winfnt.c (fnt_face_get_dll_font): Trace font resources.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/winfonts/winfnt.c
+++ b/src/winfonts/winfnt.c
@@ -352,6 +352,10 @@
 
           count = FT_GET_USHORT_LE();
 
+          FT_TRACE2(( type_id == 0x8007U ? "RT_FONTDIR count %hu\n" :
+                      type_id == 0x8008U ? "RT_FONT count %hu\n" : "",
+                                           count ));
+
           if ( type_id == 0x8008U )
           {
             font_count  = count;