FontData.h 5.58 KB
/*****************************************************************************
*  Copyright Statement:
*  --------------------
*  This software is protected by Copyright and the information contained
*  herein is confidential. The software may not be copied and the information
*  contained herein may not be used or disclosed except with the written
*  permission of MediaTek Inc. (C) 2005
*
*  BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
*  THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
*  RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
*  AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
*  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
*  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
*  NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
*  SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
*  SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
*  THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
*  NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
*  SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
*
*  BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
*  LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
*  AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
*  OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
*  MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE. 
*
*  THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
*  WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
*  LAWS PRINCIPLES.  ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
*  RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
*  THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
*
*****************************************************************************/

/*******************************************************************************
 * Filename:
 * ---------
 *  FontData.h
 *
 * Project:
 * --------
 *  MAUI
 *
 * Description:
 * ------------
 *  
 *
 * Author:
 * -------
 *  
 *
 *==============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *------------------------------------------------------------------------------
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!! 
 *==============================================================================
 *******************************************************************************/

/**
 * Copyright Notice
 * ?2002 - 2003, Pixtel Communications, Inc., 1489 43rd Ave. W.,
 * Vancouver, B.C. V6M 4K8 Canada. All Rights Reserved.
 *  (It is illegal to remove this copyright notice from this software or any
 *  portion of it)
 */

/**************************************************************

   FILENAME : FontData.h

   PURPOSE     : This includes all fontdata files.

   REMARKS     : nil

   AUTHOR      : Magesh k

   DATE     : Aug' 06, 2002

**************************************************************/
#include "PixcomFontengine.h"

//#include "PixcomFontA9.h"*/ // amitm5
//#include "PixcomFontA10.h"
/*
 * #include "PixcomFontA11.h"
 * #include "PixcomFontA12.h"  // amitm5
 * #include "PixcomFontA13.h"
 * #include "PixcomFontA14.h"
 * #include "PixcomFontA15.h"
 */
//#include "PixcomFontAN8.h"
//#include "PixcomFontAN9.h"
/*
 * #include "PixcomFontAN10.h"
 * #include "PixcomFontAN11.h"
 * #include "PixcomFontAN12.h"
 * #include "PixcomFontAN13.h"
 * #include "PixcomFontAN14.h"
 * #include "PixcomFontAN15.h"
 * 
 * #include "PixcomFontLSU8.h"
 * #include "PixcomFontLSU9.h"
 * #include "PixcomFontLSU10.h"
 * #include "PixcomFontLSU11.h"
 * #include "PixcomFontLSU12.h"
 * #include "PixcomFontLSU13.h"
 * #include "PixcomFontLSU14.h"
 * #include "PixcomFontLSU15.h"
 * 
 * #include "PixcomFontCN8.h"
 * #include "PixcomFontCN9.h"
 * #include "PixcomFontCN10.h"
 * #include "PixcomFontCN11.h"
 * #include "PixcomFontCN12.h"
 * #include "PixcomFontCN13.h"
 * #include "PixcomFontCN14.h"
 * #include "PixcomFontCN15.h"
 * 
 * #include "PixcomFontCSMS8.h"
 * #include "PixcomFontCSMS9.h"
 * #include "PixcomFontCSMS10.h"
 * #include "PixcomFontCSMS11.h"
 * #include "PixcomFontCSMS12.h"
 * #include "PixcomFontCSMS13.h"
 * #include "PixcomFontCSMS14.h"
 * #include "PixcomFontCSMS15.h"
 * 
 * #include "PixcomFontVER8.h"
 * #include "PixcomFontVER9.h"
 * #include "PixcomFontVER10.h"
 * #include "PixcomFontVER11.h"
 * #include "PixcomFontVER12.h"
 * #include "PixcomFontVER13.h"
 * #include "PixcomFontVER14.h"
 * #include "PixcomFontVER15.h"
 */

#define  ARIAL             1
#define  COURIER_NEW          2
#define  LUCIDA_SANS_UNICODE     3
#define  COMIC_SANS_MS        4
#define  VERDANA              5
#define ARIAL_NARROW       6

#define  FONT_SIZE_8       8
#define  FONT_SIZE_9       9
#define  FONT_SIZE_10      10
#define  FONT_SIZE_11      11
#define  FONT_SIZE_12      12
#define  FONT_SIZE_13      13
#define  FONT_SIZE_14      14
#define  FONT_SIZE_15      15

/*-----------------------------------------------------------------------*/
/*--------------------------- *** End *** -------------------------------*/
/*-----------------------------------------------------------------------*/