Skip to content

Instantly share code, notes, and snippets.

@KN4CK3R
KN4CK3R / CSGOFont.cpp
Last active June 30, 2025 23:34
OSHGui::Drawing::Renderer implementation with Source Engine
#include "CSGOFont.hpp"
using namespace OSHGui;
using namespace OSHGui::Drawing;
//---------------------------------------------------------------------------
//Constructor Test
//---------------------------------------------------------------------------
CSGOFont::CSGOFont(Classes::IMatSystemSurface *surface_, const Misc::AnsiString &name, int size)
: surface(surface_),