Re: Font ctor throws exception, how?
- From: "PT" <pault@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 30 Nov 2006 10:29:29 -0000
[DllImport("gdiplus.dll", CharSet=CharSet.Unicode, SetLastError=true,
ExactSpelling=true)]
internal static extern int GdipCreateFont(HandleRef fontFamily, float
emSize, FontStyle style, GraphicsUnit unit, out IntPtr font);
Lutz Roeder's .NET Reflector is a very good tool to have :)
.
- References:
- Re: Font ctor throws exception, how?
- From: Bart
- Re: Font ctor throws exception, how?
- Prev by Date: Re: Font ctor throws exception, how?
- Next by Date: Re: Bitmap Strip and Animation
- Previous by thread: Re: Font ctor throws exception, how?
- Next by thread: Trying To Print Multiple Pages
- Index(es):
Relevant Pages
|