Is there a way to create jpeg, gif image from text/html? What library to use?

Thanks

    Sorry?

    Are you trying to create an image?
    Look for the gd functions in PHP.

      Yes. How to generate font for GD library?

        You want to generate a font.
        Do you mean, just get a font you can use for GD functions?
        Or do you actually want to create a font?

          I installed GD and it works.

          I need to generate exact font.

          $font = 'arial.ttf';

          How to generate 'ttf' or 'gdf' file?

            Write a Reply...