SPIP-Contrib

SPIP-Contrib

عربي | Deutsch | English | Español | français | italiano

273 Plugins, 191 contribs On SPIP-Zone, 29 visitors now

Homepage > Tools for editing > Assistants de rédaction > Ecriture > How to turn a text string into an image

How to turn a text string into an image

14 December 2007 – by Corrobori

All the versions of this article: [English] [français]

All contributions published for previous SPIP versions

A model, as spip means it, designed to transform a text string into an image is one of the many features we needed to release our template EVA 3 last september. It has been designed and developped thanks to the helpfull people on spip IRC chanel. As a Spip global feature, this is not specifically linked to our templates and that’s why we feel free to explain it here, out of it’s initial context.

Warning ! After a little more than three years of good and faithful service and almost 30000 visits this tutorial retires. Long life to its substitute

What is the purpose ?

Sometimes a writer may need to use a different font for one part of his text and in the meantime he doesn’t want this change to occur on all or on any other texts.

For the needs of EVA 3 we had to find a way to use hand writting fonts for such partial texts.

What is the problem ?

A Spip feature aldready allows to turn a single text string into an image, wich easily increases creativity. It’s the typographical image filter.

[(#TITRE|image_typo)] turns a text string into an image .

[(#TITRE|image_typo{police=my_font.ttf})] turns a text string into an image using the specified font.

This is exactely what we need; although it can’t work with #TEXT unless we want to turn all the text into an image .

Here is the solution

It comes from spip’s models. As a matter of fact spip comes with the features we need.

<imagetypo|texte=my partial text>

This code lets us change font in a partial text, actually returning an image img of the writtings, and that’s exactly what we need.

Setting up

Since we only need a part of text to be processed by imagetypo we are going to let spip do the work elsewhere _that will be a task for ecriture.html_ and then return the final img.

Let’s begin by specifying exactly what we want. If we mean to change only the first sentence of a text, then we need to write the following code in our body text:

<ecriture1|texte=My first sentence|police=my_font.ttf|left>

[(#ENV{texte}|image_typo{police=#ENV**{police}})]

Technically speaking

You will need to place the file ecriture.html in the /modeles directory of your templates folder : /modeles/ecriture.html

Then of course, make sure you’ll add the fonts you need in your template’s fonts directory [1] at the root of your site : /polices/my_font.ttf, or in the templates directory : /your_templates/polices/my_font.ttf

Make sure to create those directories if they do not already exist.

Footnotes

[1Warning: unless you protect the folder (with an htaccess for example), anyone will be able to download your font files. If you use commercial fonts, beware you do not inadvertently distribute them without any authorisation.

Back to top

Comment on this article

Who are you?
  • [Log in]

To show your avatar with your message, register it first on gravatar.com (free et painless) and don't forget to indicate your Email addresse here.

Enter your comment here Les choses à faire avant de poser une question (Prolégomènes aux rapports de bugs. )
Add a document

Back to top

Here they're talking

  • (fr) Zpip-dist en HTML5

    15 juin 2010 – 10 <blink style='color:red;'>public|spip|ecrire:commentaires</blink>

    Une surcharge des squelettes Zpip-dist qui tire parti des nouvelles balises offertes par la spécification HTML5. Attention, ce plugin n’est plus compatible avec les nouvelles versions de Zpip, qui a connu plusieurs incompatibilités de nomenclature (...)

  • (fr) Une licence pour un article

    18 avril 2007 – 25 <blink style='color:red;'>public|spip|ecrire:commentaires</blink>

    Sur une idée originale de erational, voici un plugin permettant de lier une licence à un article.

  • (fr) Plugin Parrainage

    6 novembre 2011 – <blink style='color:red;'>public|spip|ecrire:commentaire</blink>

    Permettre aux utilisateurs d’inviter leurs contacts à s’inscrire sur le site. Description Vous connaissez le web moderne et son cortège d’applis toujours en version « beta » et de buzz sur le dernier réseau à la mode ? Vous voulez vous aussi vous y (...)

  • (fr) Formulaire de contact libre

    27 avril 2011 – 36 <blink style='color:red;'>public|spip|ecrire:commentaires</blink>

    Dans SPIP il n’y a pas un formulaire de contact, mais autant de formulaires de contact que d’auteurs. Cette phrase de Romy, dans son article Une page de contact dans mon SPIP, pointe un petit manque de SPIP. La possibilité d’insérer rapidement un (...)

  • (fr) Plugin Mot de Passe Compliqué

    2 novembre 2007 – 16 <blink style='color:red;'>public|spip|ecrire:commentaires</blink>

    Ce plugin ajoute un testeur de complexité de mot de passes dans les formulaires de choix de mot de passe de SPIP.