Re: Font representation
- From: "Kevin Spencer" <uce@xxxxxxx>
- Date: Wed, 21 Jun 2006 11:35:11 -0400
No need to ask:
http://msdn2.microsoft.com/en-us/system.drawing.stringformat.aspx
http://msdn2.microsoft.com/en-us/library/system.windows.forms.textformatflags.aspx
--
HTH,
Kevin Spencer
Microsoft MVP
Professional Chicken Salad Alchemist
I recycle.
I send everything back to the planet it came from.
"Andrey Dzizenko" <A.Dzizenko@xxxxxxxxxxxxxxxxxx> wrote in message
news:op.tbhrnbtwdn0034@xxxxxxxxxxxxxxxxxxx
Both DrawString and DrawText don't take as a parameter char width or char
spacing. Ain't I right?
On Wed, 21 Jun 2006 13:54:00 +0400, Kevin Spencer <uce@xxxxxxx> wrote:
You'll have to be more specific. You can draw text in all sorts of ways.
For
example, the Graphics.DrawString method has several overloads that take a
StringFormat instance as a parameter. The StringFormat class is used to
tweak the formatting of the string being drawn. The TextRenderer.DrawText
method has several overloads that take a TxtFormatFlags parameter that
allows tweaking of the text being drawn.
.
- References:
- Font representation
- From: Andrey Dzizenko
- Re: Font representation
- From: Kevin Spencer
- Re: Font representation
- From: Andrey Dzizenko
- Font representation
- Prev by Date: Re: GC and dispose
- Next by Date: Re: GC and dispose
- Previous by thread: Re: Font representation
- Next by thread: Re: Font representation
- Index(es):
Relevant Pages
|