+ Instance Drawing + Text and Font ~ Made "DrawBackground" forced Background for 2D - DrawEmpty
16 lines
No EOL
279 B
C#
16 lines
No EOL
279 B
C#
using System;
|
|
using System.Configuration.Assemblies;
|
|
using OpenTK;
|
|
|
|
namespace SM.Data.Fonts
|
|
{
|
|
[Serializable]
|
|
public class CharParameter
|
|
{
|
|
public int X;
|
|
public float Width;
|
|
|
|
public float RelativeX;
|
|
public float RelativeWidth;
|
|
}
|
|
} |