Re: math formulas in .NET
- From: "Richard Grimes" <richardg@xxxxxxxx>
- Date: Sat, 12 Nov 2005 12:53:35 -0000
Sehri wrote:
> writing math formulas like the following page:
>
> http://mathworld.wolfram.com/DirichletProblem.html
>
> basically, writing fractions, integrals, subscripts, superscripts,
> etc...
> Any help or direction is appreciated. I do need these for .NET
> Compact framework if possible, thanks,
If you chose a Unicode font you can print most of these on screen using
normal GDI. On the desktop Lucida Console is a Unicode font. For
example, the integral sign is 0x2202 (or 0x2320 and 0x2321), Greek
characters start at 0x3b1. Subscripting and superscripting is performed
by using a smaller font and adjusting the print position.
Richard
--
http://www.grimes.demon.co.uk/workshops/fusionWS.htm
http://www.grimes.demon.co.uk/workshops/securityWS.htm
.
- References:
- math formulas in .NET
- From: Sehri
- Re: math formulas in .NET
- From: Daniel O'Connell [C# MVP]
- math formulas in .NET
- Prev by Date: Re: .net resource extractor
- Next by Date: obsolete New Hashtable(New CaseInsensitiveHashCodeProvider, New CaseInsensitiveComparer), use IEqualityComparer instead
- Previous by thread: Re: math formulas in .NET
- Next by thread: Re: app.config issue
- Index(es):
Relevant Pages
|