Hi! We've just released django-rendertext 0.1, a Django app for using custom fonts on a web page for headings and the like. It works by dynamically creating images out of text snippets with a template tag, e.g. {{ "Hello world!"|rendertext:"gentium"}}. The images are cached in the file system and size, color and rotation is supported.
Home page: http://code.google.com/p/django-rendertext/ Blog announcement: http://ole-laursen.blogspot.com/2007/09/django-rendertext-01-is-out.html Credits go to Andrew Gwozdziewycz, Jacob Kaplan-Moss and "derelm", the app is originally based on this snippet: http://www.djangosnippets.org/snippets/117/ And also to the Drupal Signwriter module which follows a similar approach. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---