From b814839458ce9d045308f7a62a6fff1ffedbe0c9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 28 Sep 2020 20:38:56 +0200 Subject: [PATCH] made GenericFont a GenericDataHolder --- MLEM/Font/GenericFont.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MLEM/Font/GenericFont.cs b/MLEM/Font/GenericFont.cs index 04ae4a2..9ef8178 100644 --- a/MLEM/Font/GenericFont.cs +++ b/MLEM/Font/GenericFont.cs @@ -2,13 +2,14 @@ using System.Text; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using MLEM.Formatting.Codes; +using MLEM.Misc; namespace MLEM.Font { /// /// Represents a font with additional abilities. /// /// - public abstract class GenericFont { + public abstract class GenericFont : GenericDataHolder { /// /// This field holds a special, private use area code point for a one em space.