From ca3f7eb55f9e4c1fad44993b70a473f8e3c2ed00 Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Thu, 15 Jun 2023 15:27:57 +0800 Subject: [PATCH] used FontInfoList instead of FontMap --- inc/hgl/text/FontInfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/hgl/text/FontInfo.h b/inc/hgl/text/FontInfo.h index f8691c4..8db20d6 100644 --- a/inc/hgl/text/FontInfo.h +++ b/inc/hgl/text/FontInfo.h @@ -50,7 +50,7 @@ namespace hgl } }; - using FontMap=ObjectMap; + using FontInfoList=List; - void EnumOSFonts(FontMap *); + void EnumOSFonts(FontInfoList *); }//namespace hgl