Platform  3.1
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  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * Size font and image definition
9  *
10  * @author Anakeen 2006
11  * @version $Id: size.php,v 1.3 2006/09/15 12:05:36 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  */
15 /**
16  */
17 $size = array(
18  "normal" => array(
19  "xx-small" => "6pt",
20  "x-small" => "7pt",
21  "small" => "8pt",
22  "medium" => "9pt",
23  "large" => "10pt",
24  "x-large" => "12pt",
25  "xx-large" => "14pt",
26  "img-xxx-small" => "12px",
27  "img-xx-small" => "16px",
28  "img-x-small" => "20px",
29  "img-small" => "32px",
30  "img-medium" => "48px",
31  "img-large" => "64px",
32  "img-x-large" => "128px",
33  "img-xx-large" => "128px"
34  ) ,
35  "small" => array(
36  "xx-small" => "5pt",
37  "x-small" => "6pt",
38  "small" => "7pt",
39  "medium" => "8pt",
40  "large" => "9pt",
41  "x-large" => "11pt",
42  "xx-large" => "12pt",
43  "img-xxx-small" => "9px",
44  "img-xx-small" => "12px",
45  "img-x-small" => "16px",
46  "img-small" => "24px",
47  "img-medium" => "32px",
48  "img-large" => "48px",
49  "img-x-large" => "64px",
50  "img-xx-large" => "128px"
51  ) ,
52  "large" => array(
53  "xx-small" => "7pt",
54  "x-small" => "8pt",
55  "small" => "9pt",
56  "medium" => "10pt",
57  "large" => "12pt",
58  "x-large" => "14pt",
59  "xx-large" => "18pt",
60  "img-xxx-small" => "12px",
61  "img-xx-small" => "18px",
62  "img-x-small" => "24px",
63  "img-small" => "40px",
64  "img-medium" => "54px",
65  "img-large" => "128px",
66  "img-x-large" => "128px",
67  "img-xx-large" => "128px"
68  ) ,
69  "x-large" => array(
70  "xx-small" => "8pt",
71  "x-small" => "10pt",
72  "small" => "12pt",
73  "medium" => "14pt",
74  "large" => "16pt",
75  "x-large" => "18pt",
76  "xx-large" => "24pt",
77  "img-xxx-small" => "14px",
78  "img-xx-small" => "20px",
79  "img-x-small" => "32px",
80  "img-small" => "48px",
81  "img-medium" => "64px",
82  "img-large" => "128px",
83  "img-x-large" => "128px",
84  "img-xx-large" => "128px"
85  )
86 );
87 ?>
← centre documentaire © anakeen - published under CC License - Dynacase