(PHP 4, PHP 5)
imagepsencodefont — �ı������е��ַ�����ʸ��
$font_index
, string $encodingfile
) : bool���ļ��м����ַ�����ʸ���������滻��������ı���ʸ�������� PostScript �����Ĭ��ʸ��ȱ�ٴ�������� 127 ���ַ�λ�ã�������ʹ��������Ӣ������ԵĻ��϶���Ҫ�ı����������ļ���ȷ�и�ʽ������ T1lib �ĵ��С�T1lib ����������������ʹ�õ��ļ���IsoLatin1.enc �� IsoLatin2.enc��
��������Լ�����Ҫ�ñ����������õĶ��������������������ļ��н� ps.default_encoding �趨Ϊָ����ȷ�ı����ļ����������ص���������ͻ��Զ�������ȷ�����ˡ�
Note: �˺������� PHP ����ʱָ���� --with-t1lib[=DIR] ʱ���á�
font_index
A font resource, returned by imagepsloadfont().
encodingfile
The exact format of this file is described in T1libs documentation. T1lib comes with two ready-to-use files, IsoLatin1.enc and IsoLatin2.enc.
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��
Example #1 imagepsencodefont() example
<?php
// Load a .pfb font file
$font = imagepsloadfont('./px3l.pfb');
// Tell T1lib to use ISO Latin 1 encoding
imagepsencode($font, './IsoLatin1.enc');
// Do any operations with the font here
// Free the font from memory
imagepsfreefont($font);
?>
Note: �˺������� PHP ����ʱָ���� --with-t1lib[=DIR] ʱ���á�