public static abstract sealed class TextRendering
static Texture GetOrCreateTexture(Scope scope, Vector2 clip = null, TextFlag flag = 33)
Create a texture from the scope. The texture will either be a cached version or will be rendered immediately
Sandbox.Engine
Sandbox.TextRendering