⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psfonts.ph

📁 开源的nasm编译器源码,研究编译器原理很有帮且
💻 PH
字号:
#!/usr/bin/perl## Font metrics for the PS code generator## These files are generated from AFM filesrequire 'metrics/ptmr8a.ph';	# Times-Romanrequire 'metrics/ptmb8a.ph';	# Times-Boldrequire 'metrics/ptmri8a.ph';	# Times-Italicrequire 'metrics/ptmbi8a.ph';	# Times-BoldItalicrequire 'metrics/pcrr8a.ph';	# Courierrequire 'metrics/pcrb8a.ph';	# Courier-Boldrequire 'metrics/phvb8a.ph';	# Helvetica-Boldrequire 'metrics/phvbo8a.ph';	# Helvetica-BoldOblique# The fonts we want to use for various things# The order is: <normal> <emphatic> <code>%TitlFont = (name => 'tfont',	     leading => 20,	     fonts => [[20,\%PS_Times_Bold],		       [20,\%PS_Times_BoldItalic],		       [20,\%PS_Courier_Bold]]);%ChapFont = (name => 'cfont',             leading => 18,	     fonts => [[18,\%PS_Times_Bold],		       [18,\%PS_Times_BoldItalic],		       [18,\%PS_Courier_Bold]]);%HeadFont = (name => 'hfont',	     leading => 14,	     fonts => [[14,\%PS_Times_Bold],		       [14,\%PS_Times_BoldItalic],		       [14,\%PS_Courier_Bold]]);%SubhFont = (name => 'sfont',	     leading => 12,	     fonts => [[12,\%PS_Times_Bold],		       [12,\%PS_Times_BoldItalic],		       [12,\%PS_Courier_Bold]]);%BodyFont = (name => 'bfont',	     leading => 11,	     fonts => [[11,\%PS_Times_Roman],		       [11,\%PS_Times_Italic],		       [11,\%PS_Courier]]);## List of all fontsets; used to compute the list of fonts needed#@AllFonts = ( \%TitlFont, \%ChapFont, \%HeadFont, \%SubhFont, \%BodyFont );# OK1;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -