Tweak default ID types processing order, step 14: Fonts.

Move Font type toward the end of the list, this is a file-wrapper type
with typically no dependency to any other ID.
This commit is contained in:
Bastien Montagne
2021-03-24 11:39:45 +01:00
parent 55683fafc5
commit 7db4ef98fe

View File

@@ -770,6 +770,7 @@ enum {
INDEX_ID_PAL,
INDEX_ID_GD,
INDEX_ID_NT,
INDEX_ID_VF,
INDEX_ID_TXT,
INDEX_ID_SO,
INDEX_ID_MSK,
@@ -782,7 +783,6 @@ enum {
INDEX_ID_CF,
INDEX_ID_SIM,
INDEX_ID_PA,
INDEX_ID_VF,
INDEX_ID_AR,
INDEX_ID_ME,
INDEX_ID_CU,