|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-19 23:18 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 10:00:02 2025 UTC |
OSes: Windows 2000 Professional / SP1 (English and German) PHP: php 4.2.0 binary zip (non-install) from php.net Fonts: all windows standard fonts are in opentype format (Arial, Times, etc.) used custom fonts are in truetype format $font = printer_create_font('Arial',20,0,PRINTER_FW_REGULER,false,false,0) does not give 'Arial' but some unknown serif type this also happens with any installed opentype font ! given the installed fonts 'PaxSans', 'PaxSans Italic', 'PaxSans Bold' and 'PaxSans Bold Italic' $font = printer_create_font('PaxSans',20,0,PRINTER_FW_REGULER,false,false,0) will resolve to 'PaxSans Italic' rather than 'PaxSans'