Bonjour,

Dans la construction de mon PDF, je souhaite insérer un symbole "téléphone"
Je prends donc la font "wingdings"

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
require('fpdf/makefont/makefont.php');
MakeFont('ttf/wingding.ttf');
j'ai l'erreur suivante: No Unicode encoding found

Même chose lorsque j'utilise ce lien
http://www.fpdf.org/makefont/

Comment faut il faire?