stil / gd-text

PHP class making it easy to type text on pictures. Supports multi-lined text, horizontal and vertical alignment.
400 stars 131 forks source link

Font size dependent on image size (px) #48

Open Kwarcek opened 5 years ago

Kwarcek commented 5 years ago

Is there any function to setFontSize dependent on image size (px) ? I want the text to be extended (fontsize set) over the whole width of the image (and height - multiline)

Lukasss93 commented 5 years ago

Hi, check this pull request: https://github.com/stil/gd-text/pull/30

Kwarcek commented 5 years ago

Hi, check this pull request: #30

Can you tell me how to download version with fitfontsize ? I used composer and don't know how to connect with fitfontsize ? Default box.php don't have this method ;/

Lukasss93 commented 5 years ago
  1. Download this library and manually include it in your project.
  2. Open this pull request: https://github.com/stil/gd-text/pull/30
  3. Open the tab "Files changed"
  4. Click the "View file" button from the "src/Box.php" panel
  5. Click the "Raw" button
  6. Copy the raw content and replace it in your Box.php content
  7. Enjoy

PS. successfully tested by me.