@@ -58,6 +58,9 @@ |
||
| 58 | 58 | return $this; |
| 59 | 59 | } |
| 60 | 60 | |
| 61 | + /** |
|
| 62 | + * @param string $message |
|
| 63 | + */ |
|
| 61 | 64 | public function log($message, $level = MonologLogger::INFO, array $context = array()) |
| 62 | 65 | { |
| 63 | 66 | if (!$this->outputChosen) { |
@@ -95,6 +95,12 @@ |
||
| 95 | 95 | return false; |
| 96 | 96 | } |
| 97 | 97 | |
| 98 | + /** |
|
| 99 | + * @param string $word |
|
| 100 | + * @param string $font |
|
| 101 | + * @param Box $size |
|
| 102 | + * @param integer $angle |
|
| 103 | + */ |
|
| 98 | 104 | public function addWordToMask($word, Box $place, $font, $size, $angle) |
| 99 | 105 | { |
| 100 | 106 | $base = $this->metrics->calculateSize($word, $font, $size, $angle); |