13 lines
266 B
Ucode
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
|
|
}
|