sagacity/inc/vendor/phpoffice/phpspreadsheet/tests/data/Shared/FontSizeToPixels.php
Ryan Prather d52454d1bb Updates to 3rd party libraries
Add Dockerfile and specific docker-php.ini
2018-08-28 21:27:13 -04:00

69 lines
605 B
PHP

<?php
return [
[
8,
6,
],
[
9,
7,
],
[
10,
8,
],
[
12,
9,
],
[
13,
10,
],
[
14,
11,
],
[
16,
12,
],
[
18,
14,
],
[
21,
16,
],
[
24,
18,
],
[
26,
20,
],
[
29,
22,
],
[
32,
24,
],
[
48,
36,
],
[
64,
48,
],
[
80,
60,
],
];