1
0
KF2-Dev-Scripts/Engine/Classes/UIDataStore_Fonts.uc

13 lines
266 B
Ucode
Raw Permalink Normal View History

2020-12-13 15:01:13 +00:00
/**
* This data store class is responsible for parsing and applying inline font changes.
*
* Copyright 1998-2013 Epic Games, Inc. All Rights Reserved.
*/
class UIDataStore_Fonts extends UIDataStore
native(inherit);
DefaultProperties
{
Tag=Fonts
}