Example #1
0
 public TuningGlyph(float x, float y,
                    float scale, RenderingResources resources,
                    Tuning tuning) : base(x, y)
 {
     _scale     = scale;
     _resources = resources;
     CreateGlyphs(tuning);
 }
Example #2
0
 public TuningGlyph(float x, float y,
     float scale, RenderingResources resources,
     Tuning tuning)
     : base(x, y)
 {
     _scale = scale;
     _resources = resources;
     CreateGlyphs(tuning);
 }