Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Mathieu  
#1 Posted : Monday, September 18, 2006 7:13:49 PM(UTC)
Mathieu

Rank: Member

Groups: Member
Joined: 6/26/2006(UTC)
Posts: 4

Hi

I'm trying to put strings on a bitmap using the DrawString method and it seems like I can't use the Euro symbol in these strings.

Strings are well printed on the bitmap exept this symbol.
I've tried with some fonts like Arial or Verdana which have this symbol in their charset, but it doesn't work...

here is a sample of the code :

Code:
Aurigma.GraphicsMill.Bitmap bmpTarget = new Aurigma.GraphicsMill.Bitmap(HttpContext.Current.Server.MapPath("img/jpg_template1.jpg"));
Aurigma.GraphicsMill.Drawing.Font prixFont = new Aurigma.GraphicsMill.Drawing.Font("Arial", 62, true, false);
Aurigma.GraphicsMill.Drawing.SolidBrush brush = new Aurigma.GraphicsMill.Drawing.SolidBrush(Aurigma.GraphicsMill.RgbColor.White);
Aurigma.GraphicsMill.Drawing.GdiGraphics graphics = bmpTarget.GetGdiGraphics();
string prix = "520 €";
graphics.DrawString(prix, prixFont, brush, 1752, 2150);


Thanks,

Mat

Edited by user Wednesday, December 19, 2007 2:19:04 PM(UTC)  | Reason: Not specified

Dmitry  
#2 Posted : Tuesday, September 19, 2006 8:32:44 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

We have acknowledged your issue and reply to you as soon as possible.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Dmitry  
#3 Posted : Wednesday, September 20, 2006 4:31:22 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

Thanks: 1 times
Was thanked: 12 time(s) in 12 post(s)
Hello,

Thanks for your report. We confirm the problem, this issue will be resolved by the next release of the product.
Sincerely yours,
Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!
Mathieu  
#4 Posted : Wednesday, September 20, 2006 5:40:01 PM(UTC)
Mathieu

Rank: Member

Groups: Member
Joined: 6/26/2006(UTC)
Posts: 4

OK, thank you for your answer.

Mat
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.