ios - 为什么 CGContextSetStrokeColorWithColor 不将文本颜色设置为黑色?
<p><p>我使用 iOS Core Graphics 在圆弧前绘制了文本标签。我试图理解为什么 <strong>CGContextSetStrokeColorWithColor</strong> 在下面的两个示例中没有将文本颜色设置为黑色。</p>
<p> <img src="/image/4qlOc.png" alt="labels are black when all circles are outlined"/> </p>
<p>如果点是轮廓的,则文本标签为黑色。但是当图像被填充时,文本变为点颜色。 </p>
<p>编辑:*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p >
<p>Ben Zotto 的建议帮助解决了这个问题。在下面的原始代码中,解决方案是替换 </p>
<p></p><div class="snippet"data-lang="js"data-hide="false"data-console="false"data-babel="false">
<div class="snippet-code">
<pre class="snippet-code-html lang-html prettyprint-override"><code>CGContextSetStrokeColorWithColor(context, [ CGColor]);</code></pre>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>在绘制文本之前使用 <code>CGContextSetFillColorWithColor</code>(填充)而不是 <code>CGContextSetStrokeColorWithColor</code>(描边)。</p></p>
<p style="font-size: 20px;">关于ios - 为什么 CGContextSetStrokeColorWithColor 不将文本颜色设置为黑色?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/28262330/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/28262330/
</a>
</p>
页:
[1]