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 };
21
23 }
24}
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
FontDefinition definition
Definition of the Font resource.
Definition: IFontLoader.h:19