No Comments to "Dynamic Text Replacement"

  1. Daniel

    Cool. I knew that PHP could dynamically create images like that, but I didn’t know it would take a normal TTF font file. Nice.

  2. Tim

    Yah…now…if only i had time to implement it…

  3. Tim

    If the .ttf file is large, does that signifcantly slow down the download time and rendering of pages? We’ll have to do some tests.

  4. Daniel

    The size of the .ttf file shouldn’t affect the download size, because what the browser is downloading is the final image, not the font. Overall this technique probably does slow down the download and page rendering time, though.

Thoughts? Comments?