Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/80.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
打印HTML生成的文本问题:某些字母未完全打印_Html_Css_Printing_Fonts - Fatal编程技术网

打印HTML生成的文本问题:某些字母未完全打印

打印HTML生成的文本问题:某些字母未完全打印,html,css,printing,fonts,Html,Css,Printing,Fonts,我正在生成一个HTML文档,在div中有一些文本 <div style="font-size:8pt; font-weight:normal> <table cellpadding='0' cellspacing='0'> <tr><td> My text @@ pgt </td></tr> </table> </div> 如果您在使用Times New Roman Font fa

我正在生成一个HTML文档,在div中有一些文本

<div style="font-size:8pt; font-weight:normal>
<table cellpadding='0' cellspacing='0'>
  <tr><td>
     My text @@ pgt
  </td></tr>
</table>
</div>

如果您在使用
Times New Roman Font family
@KheemaPandey时减少了
行高
字间距
,该怎么办?谢谢您的回答。我没有设置任何线条高度。Times new roman 8pt的正确值是多少?我不知道该如何帮助您…但是看看这个链接可能会对您有所帮助。我也试过100%,8pt,但问题是一样的。但现在有110%的效果:)谢谢:)