C2017-036 Use Arial instead of Arial Unicode MS – as of Word16 Microsoft is no longer suppling Arial Unicode MS
This commit is contained in:
@@ -74,7 +74,7 @@ namespace VEPROMS
|
||||
// pg
|
||||
//
|
||||
this.pg.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.pg.Font = new System.Drawing.Font("Arial Unicode MS", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.pg.Font = new System.Drawing.Font("Arial", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||
this.pg.Location = new System.Drawing.Point(0, 0);
|
||||
this.pg.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
||||
this.pg.Name = "pg";
|
||||
|
Reference in New Issue
Block a user