M
Michael Böckinghoff
Hello NG!
The code below shows a label with the text "label1" with the fontzise 72.
On the regular framework 2.0 this text is shown antialised. (the round
shapes are looking better using some grey dots on the corners)
http://de.wikipedia.org/wiki/Antialiasing
But in the compact framework 2.0 this text is alised.
Is their any way to show this text antialised in the compatframework?
TIA!
Michael
#####################################################
Codesnipet:
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 72F,
System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(165, 102);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(393, 228);
this.label1.Text = "label1";
The code below shows a label with the text "label1" with the fontzise 72.
On the regular framework 2.0 this text is shown antialised. (the round
shapes are looking better using some grey dots on the corners)
http://de.wikipedia.org/wiki/Antialiasing
But in the compact framework 2.0 this text is alised.
Is their any way to show this text antialised in the compatframework?
TIA!
Michael
#####################################################
Codesnipet:
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 72F,
System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(165, 102);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(393, 228);
this.label1.Text = "label1";