1 | <?php |
||
7 | class FieldParserFixedText extends AbstractFieldParser implements FieldParserInterface |
||
8 | { |
||
9 | /** |
||
10 | * @return float |
||
11 | */ |
||
12 | public function getFontSize() |
||
16 | |||
17 | /** |
||
18 | * @return string |
||
19 | */ |
||
20 | public function getFontFace() |
||
24 | |||
25 | /** |
||
26 | * @return int |
||
27 | */ |
||
28 | public function getOrientation() |
||
32 | |||
33 | /** |
||
34 | * @return string |
||
35 | */ |
||
36 | public function getText() |
||
54 | } |
||
55 |