Cogs.Core
IFontLoader.h
1#pragma once
2
3#include "IResourceLoader.h"
4
5#include "ResourceLoadInfo.h"
6
7#include "Font.h"
8
9namespace Cogs
10{
11 namespace Core
12 {
17 {
20
22 bool preloading = false;
23 };
24
26 }
27}
Contains all Cogs related functionality.
Definition: FieldSetter.h:23
Defines a Font.
Definition: Font.h:91
Defines information used to load a Font resource.
Definition: IFontLoader.h:17
bool preloading
If the resource is currently preloading, and is not ready for loading yet.
Definition: IFontLoader.h:22
FontDefinition definition
Definition of the Font resource.
Definition: IFontLoader.h:19