Ejemplo n.º 1
0
 public SoftwareGuiTextRenderer(GuiElementDrawCommandCollection guiElementDrawCommands)
 {
     this.guiElementDrawCommands = guiElementDrawCommands;
 }
Ejemplo n.º 2
0
 public SoftwareGuiRenderer(SoftwareGuiTextRenderer softwareTextRenderer, GuiElementDrawCommandCollection guiElementDrawCommands)
 {
     this.softwareTextRenderer   = softwareTextRenderer;
     this.guiElementDrawCommands = guiElementDrawCommands;
 }