2

在此处输入链接描述是否有人知道反别名字体的代码,以便项目看起来更专业。告诉我代码以及将其插入项目的位置。截至目前,字体看起来锯齿状编程语言是视觉 C# 4.0 .net 和 IDE 是 VS 2010

例如,这是一个标签1,我需要将什么插入到反别名中

this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(189, 187);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(31, 13);
this.label1.TabIndex = 0;
this.label1.Text = "from";

为什么这种字体看起来如此清晰和流畅,而 Windows 形式的字体看起来不那么好

4

0 回答 0