]> granicus.if.org Git - libass/commitdiff
Print debug message when loading a memory font
authorwm4 <wm4@nowhere>
Sat, 15 Nov 2014 19:24:04 +0000 (20:24 +0100)
committerwm4 <wm4@nowhere>
Sat, 15 Nov 2014 19:24:04 +0000 (20:24 +0100)
libass/ass_fontconfig.c

index fc564cc41adb3b51e8be8b96c4b2b4720d788119..c44e4dec56eb494c984bd6eeddb637c5fd9a32b8 100644 (file)
@@ -392,6 +392,8 @@ static void process_fontdata(FCInstance *priv, ASS_Library *library,
     int face_index, num_faces = 1;
 
     for (face_index = 0; face_index < num_faces; ++face_index) {
+        ass_msg(library, MSGL_V, "Adding memory font '%s'", name);
+
         rc = FT_New_Memory_Face(ftlibrary, (unsigned char *) data,
                                 data_size, face_index, &face);
         if (rc) {