used FontInfoList instead of FontMap

This commit is contained in:
2023-06-15 15:27:57 +08:00
parent 71cf591287
commit ca3f7eb55f

View File

@@ -50,7 +50,7 @@ namespace hgl
}
};
using FontMap=ObjectMap<OSString,FontInfo>;
using FontInfoList=List<FontInfo>;
void EnumOSFonts(FontMap *);
void EnumOSFonts(FontInfoList *);
}//namespace hgl