This repository was archived by the owner on Dec 27, 2024. It is now read-only.
添加合并操作函数,文字绘制优化#9
Open
pb-cheung wants to merge 6 commits intowechat-miniprogram:masterfrom
Open
Conversation
added 6 commits
May 31, 2020 16:25
…nvas中重新测量宽度,换行判断优化
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
type=2d的canvas获取context为异步过程,添加获取上下文成功回调3. 文字宽度并没有真正动态布局,在canvas中重新计算文字宽度修改xom中的宽度,绘制时候判断不超出父元素允许换行(暂不添加)