Re: How to Drawstring with a character drawn "partially"?
From: James Westgate [Crainiate] (james_at_nospam.crainiate.com)
Date: 06/05/04
- Next message: kjon: "Re: How to Drawstring with a character drawn "partially"?"
- Previous message: kjon: "How to Drawstring with a character drawn "partially"?"
- In reply to: kjon: "How to Drawstring with a character drawn "partially"?"
- Next in thread: kjon: "Re: How to Drawstring with a character drawn "partially"?"
- Reply: kjon: "Re: How to Drawstring with a character drawn "partially"?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 5 Jun 2004 10:37:43 +0100
DrawString(String, Font, Brush, RectangleF, StringFormat)
Use the stringformat class and set stringtrimming to none.
Otherwise use a region instead of a textrectangle.
James
-- Create interactive diagrams and flowcharts with ERM Diagram at http://www.crainiate.net "kjon" <y@y.co> wrote in message news:%23WwTNBsSEHA.1308@TK2MSFTNGP10.phx.gbl... > Hi, I'm trying to use Drawstring to draw a text which can let the rightmost > character of the text only shown partially. > > Have tried on DrawString(String, Font, Brush, RectangleF), which I can size > the rectangle with the text that fit into the rectangle will only be drawn. > > But I find that if a character cannot fit into the rectangle, the whole > character will not be drawn unless the size of the rectange increase, the > character just cannot be drawn partially according to the rectangle size. > > Is it possible to do this with drawstring? Or is there any other methods > should I use to achieve this effect? Please advice. Thanks in advance. > >
- Next message: kjon: "Re: How to Drawstring with a character drawn "partially"?"
- Previous message: kjon: "How to Drawstring with a character drawn "partially"?"
- In reply to: kjon: "How to Drawstring with a character drawn "partially"?"
- Next in thread: kjon: "Re: How to Drawstring with a character drawn "partially"?"
- Reply: kjon: "Re: How to Drawstring with a character drawn "partially"?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|