111,120
社区成员
发帖
与我相关
我的任务
分享System.Drawing.Text.PrivateFontCollection FM = new System.Drawing.Text.PrivateFontCollection();
FM.AddFontFile("y:\\Unintended.ttf");
FontFamily FML = FM.Families[0];
Font F = new Font(FML, 18, FontStyle.Regular, GraphicsUnit.Point);
Label1.Font = F;