used FontInfoList instead of FontMap
This commit is contained in:
@@ -50,7 +50,7 @@ namespace hgl
|
||||
}
|
||||
};
|
||||
|
||||
using FontMap=ObjectMap<OSString,FontInfo>;
|
||||
using FontInfoList=List<FontInfo>;
|
||||
|
||||
void EnumOSFonts(FontMap *);
|
||||
void EnumOSFonts(FontInfoList *);
|
||||
}//namespace hgl
|
||||
|
Reference in New Issue
Block a user