1 <?php /* vim: set binary expandtab tabstop=4 shiftwidth=4 textwidth=80 foldmethod=marker:
2 -------------------------------------------------------------------------------
4 -------------------------------------------------------------------------------
5 This file is part of mlib.
7 mlib is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free
9 Software Foundation; either version 2 of the License, or (at your option)
12 mlib is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
16 You should have received a copy of the GNU General Public License; if not,
17 write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
18 Boston, MA 02111-1307 USA
19 -------------------------------------------------------------------------------
20 Creado: mar abr 27 12:44:27 ART 2004
21 Autor: Martin Marrese <mmarre@mecon.gov.ar>
22 -------------------------------------------------------------------------------
24 -----------------------------------------------------------------------------*/
27 * Este archivo contiene las coordenadas y estilos de los diferentes componentes
28 * de MLIB_PDF_Marco. Las cordenadas Arrancan en (0,0)
40 0 +------------+----->
46 * Medidas para cada formato de pagina.
54 'encabezado' => array ( //Encabezado de cada pagina
58 'Yf' => 700, //Siempre debe representar la altura maxima de la pagina
63 '/var/www/mlib/www/images/pdf_logo_portrait.jpg',
79 'font' => 'Helvetica-Bold',
82 'subseccion' => array (
84 'font' => 'Helvetica',
87 'paginador' => array (
89 'font' => 'Helvetica',
94 'font' => 'Helvetica',
102 'landscape' => array (
104 'encabezado' => array ( //Encabezado de cada pagina
113 '/var/www/mlib/www/images/pdf_logo_portrait.jpg',
129 'font' => 'Helvetica-Bold',
132 'subseccion' => array (
134 'font' => 'Helvetica',
137 'paginador' => array (
139 'font' => 'Helvetica',
144 'font' => 'Helvetica',
156 'portrait' => array (
158 'encabezado' => array ( //Encabezado de cada pagina
162 'Yf' => 864, //Siempre debe representar la altura maxima de la pagina
167 '/var/www/mlib/www/images/pdf_logo_portrait.jpg',
183 'font' => 'Helvetica-Bold',
186 'subseccion' => array (
188 'font' => 'Helvetica',
191 'paginador' => array (
193 'font' => 'Helvetica',
198 'font' => 'Helvetica',
206 'landscape' => array (
208 'encabezado' => array ( //Encabezado de cada pagina
217 '/var/www/mlib/www/images/pdf_logo_portrait.jpg',
233 'font' => 'Helvetica-Bold',
236 'subseccion' => array (
238 'font' => 'Helvetica',
241 'paginador' => array (
243 'font' => 'Helvetica',
248 'font' => 'Helvetica',