From e927d5eaa021c5bc6e68aa55879fe12946813268 Mon Sep 17 00:00:00 2001 From: sloop Date: Wed, 4 May 2016 22:19:36 +0800 Subject: [PATCH] Update --- CustomView/Fix/DrawText.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CustomView/Fix/DrawText.md b/CustomView/Fix/DrawText.md index 27c1ebd..2bb72c2 100644 --- a/CustomView/Fix/DrawText.md +++ b/CustomView/Fix/DrawText.md @@ -14,6 +14,10 @@ 在默认情况下基线如下图所示: +> PS:基准线(以下简称基线)并不是文字中最低的部分。 + +![](http://ww3.sinaimg.cn/large/005Xtdi2gw1f3jppylp6zj30dw08c74v.jpg) + ## 分析这样设计的原因 **Q: 为何要采用底部基线对齐方式?**