1
0
KF2-Dev-Scripts/Engine/Classes/UIDataStore_Fonts.uc
2020-12-13 18:01:13 +03:00

13 lines
266 B
Ucode

/**
* 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
}