Exemplo n.º 1
0
 public static void DrawTextLayout(this IUGContext context, IUGTextLayout textLayout, Vector2 point, UGColor color)
 => context.DrawTextLayout(textLayout, point.X, point.Y, color);
Exemplo n.º 2
0
		private void DrawText(IUGContext context, IUGTextLayout layout)
		{
			context.DrawTextLayout(layout, MARGIN, MARGIN, BLACK);
		}