mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-08-03 12:30:38 +08:00
added stroke text
This commit is contained in:
+9
-1
@@ -82,7 +82,15 @@
|
||||
(Boolean) - auto font size to fill text container
|
||||
<ul class="values">
|
||||
<li>"true" - ignore given font size and resize text to fill its padded container</li>
|
||||
<li>"true" - use specified or default font size</li>
|
||||
<li>"false" - use specified or default font size</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<div class="emph">strokeText</div>
|
||||
(Boolean) - text outline based on context configuration (make sure it doesn't contradict with other context settings such as globalCompositeOperation, etc)
|
||||
<ul class="values">
|
||||
<li>"true" - enable text outline</li>
|
||||
<li>"false" - enable text outline</li>
|
||||
</ul>
|
||||
</li>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user