From d7a35d9fac56419c943549368af8b32870201296 Mon Sep 17 00:00:00 2001 From: kvii <13721952202@163.com> Date: Thu, 11 Jun 2026 10:19:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E5=85=AD=E7=AB=A0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A=E7=AC=A6=E4=BB=A5?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E6=8C=87=E4=BB=A4=E5=92=8C=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chapter6.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter6.md b/chapter6.md index fc4cafd..926a2a4 100644 --- a/chapter6.md +++ b/chapter6.md @@ -53,11 +53,11 @@ PDF采用中间立场 - 保留了字体和小尺寸文本布局的思想, 举个例子,我们回到第2章中的“Hello,World!”文件: ``` -1. 0. 0. 1. 50. 700. cm Position at (50, 700) -BT Begin text block - /F0 36. Tf Select /F0 font at 36pt - (Hello, World!) Tj Place the text string -ET End text block +1. 0. 0. 1. 50. 700. cm % Position at (50, 700) +BT % Begin text block + /F0 36. Tf % Select /F0 font at 36pt + (Hello, World!) Tj % Place the text string +ET % End text block ``` 在这里,我们使用带有字体名称和大小运算符的Tf运算符来选择字体,使用Tj运算符来显示文本字符串。