Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 20, 2025
1 parent c36f9f4 commit 577c189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Vips/VipsDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public function insert(ImageDriver|string $otherImage, AlignPosition $position =

public function text(string $text, int $fontSize, string $color = '000000', int $x = 0, int $y = 0, int $angle = 0, string $fontPath = '', int $width = 0): static
{
// TODO: Implement text() method.
// TODO: Implement text() method. Maybe try this method: https://github.com/libvips/php-vips/issues/94
}

public function wrapText(string $text, int $fontSize, string $fontPath = '', int $angle = 0, int $width = 0): string
Expand Down

0 comments on commit 577c189

Please sign in to comment.