/** * @(#) $RCSfile: FlashFontData.as,v $ $Revision: 1.5 $ $Date: 2003/02/10 02:11:23 $ * * Copyright 2003 Orgdot AS. All Rights Reserved. * http://dev.swfit.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /** * This list contains the data (font name, file name, description etc.) for * the truetype font suite that is included in the swfit publishing system. * * @author Olaf Havnes * @version $Revision: 1.5 $ $Date: 2003/02/10 02:11:23 $ * @since SWFIT1.0 */ mac_file_ending = ".sit"; win_file_ending = ".zip"; font_folder = "fonts/"; num_font = 19; cur_font = 0; font_name_0 = "Kharon Regular"; font_file_0 = "kharon"; font_desc_0 = "Font used in our online flash game Kharon 4A"; font_link_0 = "http://www.kharon4a.com"; font_name_1 = "Kharon Bold"; font_file_1 = "kharonb"; font_desc_1 = "Bold version of the font used in our online flash game Kharon 4A"; font_link_1 = "http://www.kharon4a.com"; font_name_2 = "Kharon Mini"; font_file_2 = "k4amini"; font_desc_2 = "Mini version of the font used in our online flash game Kharon 4A"; font_link_2 = "http://www.kharon4a.com"; font_name_3 = "Swfit"; font_file_3 = "swfit"; font_desc_3 = "The font used in the interface of the first version of our flash publishing system."; font_link_3 = "http://www.wonderville.ca/"; font_name_4 = "swfit2 - Fixed Width"; font_file_4 = "swfit2"; font_desc_4 = "If you click the link you can see another nice example of this font in use"; font_link_4 = "http://www.egillhardar.com/dreams/001002.htm"; font_name_5 = "swfit3 - Fixed Width"; font_file_5 = "swfit3"; font_desc_5 = "Swfit 3 is more narrow than Swfit 2 ut it is also fixed width which makes it useful for scripted animation"; font_link_5 = ""; font_name_6 = "fixed bold extended"; font_file_6 = "fixedb"; font_desc_6 = "Fixed (fixed width) was a series made for scripted animations and is useful for body text"; font_link_6 = ""; font_name_7 = "fixed_01 - Tiny fix"; font_file_7 = "fixed_01"; font_desc_7 = "If you need a small body text that is fixed width we can recommend this one"; font_link_7 = ""; font_name_8 = "fixed5"; font_file_8 = "fixed5"; font_desc_8 = "fixed5 is a more experimental FW font"; font_link_8 = ""; font_name_9 = "fixed_03 - fixed extended"; font_file_9 = "fixed_03"; font_desc_9 = "Fixed extended is the originl font in the fixed series - useful for animated headlines"; font_link_9 = ""; font_name_10 = "fixed_02 - fixed Big"; font_file_10 = "fixed_02"; font_desc_10 = "Here is a scaled version of fixed, also useful for headlines"; font_link_10 = ""; font_name_11 = "serif_01 - Tiny fix serif"; font_file_11 = "serif_01"; font_desc_11 = "This is a seriffed version of fixed 01 Tinyfix"; font_link_11 = ""; font_name_12 = "org_01"; font_file_12 = "org_01"; font_desc_12 = "Our first font made from the letters spelling orgdot - comact yet readable..."; font_link_12 = "http://www.orgdot.com"; font_name_13 = "genown"; font_file_13 = "genown"; font_desc_13 = "Genown is an evil company making hardcore biotec products living inside Orgdot game, Kharon4a"; font_link_13 = "http://www.kharon4a.com"; font_name_14 = "PIXELPUNCH"; font_file_14 = "pp"; font_desc_14 = "Pixelpunch is a headerfont designed to look big and crisp at a screen near you..."; font_link_14 = "http://www.nrk.no/urort/"; font_name_15 = "Teachers pet"; font_file_15 = "tp"; font_desc_15 = "Teachers pet is a pixel script type font useful for bodytext"; font_link_15 = ""; font_name_16 = "Teachers pet - bold"; font_file_16 = "tpb"; font_desc_16 = "Teachers pet became so useful that we made it in bold as well"; font_link_16 = ""; font_name_17 = "Teachers pet Sans Serif"; font_file_17 = "tpss"; font_desc_17 = "This is one of our most useful body fonts. The capitals are good for headers and menues as well"; font_link_17 = ""; font_name_18 = "Teachers pet Sans Serif BOLD"; font_file_18 = "tpssb"; font_desc_18 = "Complementary to Teachers Pet ss, this one is good for menues and subtexts"; font_link_18 = "";