Move FreeType handling into the Platform dll.
This commit is contained in:
@@ -24,5 +24,10 @@ namespace OpenRA.Platforms.Default
|
||||
{
|
||||
return new OpenAlSoundEngine(device);
|
||||
}
|
||||
|
||||
public IFont CreateFont(byte[] data)
|
||||
{
|
||||
return new FreeTypeFont(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user