// Calculate text (GDI) size
Font font = new System.Drawing.Font("Arial", FONT_SIZE_PIXELS, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(238)));
SizeF sizeF = e.Graphics.MeasureString(this.Text, font);
Share:These icons link to social bookmarking sites where readers can share and discover new web pages.