|
Posted by Mark Tempe on 01/10/08 21:23
Hello,
I've been trying to get Polish characters in my pdf which is generated
using dompdf class... Well, I've got them finally, but they aren't
displayed correctly. I know that it is a problem with their width, and
I've read that I can fix it using load_font.php and generating
correct .afm files. Did anybody use it before? I am using this
command:
php load_font.php Trebuc trebuc.ttf trebucbd.ttf trebucit.ttf
trebucbi.ttf
and I get:
'Generating .afm for trebuc.ttf...'
And after this a message which says that there is a syntax error in
this command. I think that command is correct and error is somewhere
else. I don't know where.
If anybody could help me, I will be very grateful because I've been
trying to solve this for days now...
And I'm tired..
________________________________________
Witam,
Wiem, że temat dompdf był już wałkowany i czytałem te posty - mam
polskie litery, tylko mam problem z ich szerokością. Znalazłem post na
forum, na którym użytkownik 'krokiet' tłumaczy sposób, w jaki on to
zrobił (http://forum.php.pl/index.php?
showtopic=67663&st=0&p=355199&#entry355199),
ale mnie on nie działa. Wpisuję w linię poleceń:
CODE
php load_font.php Trebuc trebuc.ttf trebucbd.ttf trebucit.ttf
trebucbi.ttf
I to powinno wygenerować pliki .afm.
Mam komunikat o kopiowaniu plików ttf, a potem:
Generating .afm for trebuc.ttf...
Składnia polecenia jest niepoprawna .
Ale składnię polecenia skopiowałem z przykładu.. Czcionki też
poumieszczałem tam gdzie trzeba. Naprawdę nie wiem co robić :/
Bardzo proszęo pomoc i pozdrawiam.
[Back to original message]
|