Plasma Engine  2.0
Loading...
Searching...
No Matches
SimpleASCIIFont.h
1#pragma once
2
3#include <RendererCore/RendererCoreDLL.h>
4#include <Texture/Image/Image.h>
5
6namespace plGraphicsUtils
7{
16 PL_RENDERERCORE_DLL void CreateSimpleASCIIFontTexture(plImage& ref_img, bool bSetEmptyToUnknown = false);
17} // namespace plGraphicsUtils
A class containing image data and associated meta data.
Definition Image.h:103