Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
size.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 /**
7  * Size font and image definition
8  *
9  * @author Anakeen
10  * @version $Id: size.php,v 1.3 2006/09/15 12:05:36 eric Exp $
11  * @package FDL
12  */
13 /**
14  */
15 $size = array(
16  "normal" => array(
17  "xx-small" => "6pt",
18  "x-small" => "7pt",
19  "small" => "8pt",
20  "medium" => "9pt",
21  "large" => "10pt",
22  "x-large" => "12pt",
23  "xx-large" => "14pt",
24  "img-xxx-small" => "12px",
25  "img-xx-small" => "16px",
26  "img-x-small" => "20px",
27  "img-small" => "32px",
28  "img-medium" => "48px",
29  "img-large" => "64px",
30  "img-x-large" => "128px",
31  "img-xx-large" => "128px"
32  ) ,
33  "small" => array(
34  "xx-small" => "5pt",
35  "x-small" => "6pt",
36  "small" => "7pt",
37  "medium" => "8pt",
38  "large" => "9pt",
39  "x-large" => "11pt",
40  "xx-large" => "12pt",
41  "img-xxx-small" => "9px",
42  "img-xx-small" => "12px",
43  "img-x-small" => "16px",
44  "img-small" => "24px",
45  "img-medium" => "32px",
46  "img-large" => "48px",
47  "img-x-large" => "64px",
48  "img-xx-large" => "128px"
49  ) ,
50  "large" => array(
51  "xx-small" => "7pt",
52  "x-small" => "8pt",
53  "small" => "9pt",
54  "medium" => "10pt",
55  "large" => "12pt",
56  "x-large" => "14pt",
57  "xx-large" => "18pt",
58  "img-xxx-small" => "12px",
59  "img-xx-small" => "18px",
60  "img-x-small" => "24px",
61  "img-small" => "40px",
62  "img-medium" => "54px",
63  "img-large" => "128px",
64  "img-x-large" => "128px",
65  "img-xx-large" => "128px"
66  ) ,
67  "x-large" => array(
68  "xx-small" => "8pt",
69  "x-small" => "10pt",
70  "small" => "12pt",
71  "medium" => "14pt",
72  "large" => "16pt",
73  "x-large" => "18pt",
74  "xx-large" => "24pt",
75  "img-xxx-small" => "14px",
76  "img-xx-small" => "20px",
77  "img-x-small" => "32px",
78  "img-small" => "48px",
79  "img-medium" => "64px",
80  "img-large" => "128px",
81  "img-x-large" => "128px",
82  "img-xx-large" => "128px"
83  )
84 );
85 ?>
$size
Definition: size.php:15
← centre documentaire © anakeen