| 
Rank: Member
 Groups: Guest
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 | 
	
    | 
             | 
            
         | 
    |  | 
        
        
        
         
		   
        
            
            
	
    | 
Rank: Advanced Member
 Groups: Guest
Joined: 8/3/2003(UTC)
 Posts: 1,070
 
 Thanks: 1 timesWas thanked: 12 time(s) in 12 post(s)
 
 | 
            
	      
                Hello,
 We have acknowledged your issue and reply to you as soon as possible.
 | 
|  | 
	
    | 
             | 
            
         | 
    |  | 
        
        
        
    
		
        
            
            
	
    | 
Rank: Advanced Member
 Groups: Guest
Joined: 8/3/2003(UTC)
 Posts: 1,070
 
 Thanks: 1 timesWas 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.
 | 
|  | 
	
    | 
             | 
            
         | 
    |  | 
        
        
        
         
		   
        
            
            
	
    | 
Rank: Member
 Groups: Guest
Joined: 6/26/2006(UTC)
 Posts: 4
 
 | 
            
	      
                OK, thank you for your answer.
 Mat
 | 
	
    | 
             | 
            
         | 
    |  | 
        
        
        
    
    
        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.