00001 /* 00002 NPlot - A charting library for .NET 00003 00004 FontScaler.cs 00005 Copyright (C) 2003 00006 Matt Howlett 00007 00008 Redistribution and use in source and binary forms, with or without 00009 modification, are permitted provided that the following conditions 00010 are met: 00011 00012 1. Redistributions of source code must retain the above copyright 00013 notice, this list of conditions and the following disclaimer. 00014 00015 2. Redistributions in binary form must reproduce the following text in 00016 the documentation and / or other materials provided with the 00017 distribution: 00018 00019 "This product includes software developed as part of 00020 the NPlot charting library project available from: 00021 http://www.nplot.com/" 00022 00023 ------------------------------------------------------------------------ 00024 00025 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 00026 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 00027 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 00028 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 00029 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 00030 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 00031 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 00032 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00033 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 00034 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 00035 00036 $Id: FontScaler.cs,v 1.10 2004/11/04 12:18:24 mhowlett Exp $ 00037 00038 */ 00039 00040 using System; 00041 using System.Drawing; 00042 00043 namespace NPlot 00044 { 00045 00046 }