I had to use a full path to the font file or else I received errors from t1lib. Using just a filename, I received error 14. Using ./filename I received error 2.
![]() |
|
||||||||||
|
imagepsloadfontОписаниеresource imagepsloadfont ( string filename )
Load a PostScript Type 1 font from the given
Возвращаемые значенияIn the case everything went right, a valid font index will be returned and can be used for further purposes. Otherwise the function returns FALSE. Примеры
Примечания
imagepsloadfont
seymour at itsyourdomain dot com
11-Feb-2004 05:45
I had to use a full path to the font file or else I received errors from t1lib. Using just a filename, I received error 14. Using ./filename I received error 2.
|