如何勾勒中风c#?

时间:2016-07-29 19:53:04

标签: c# winforms contour stroke outline

我们想要概述字体。但是我们不能给出笔画(轮廓轮廓)。

轮廓内部是正确的。我们应该怎么做到外面的中风?

示例:

enter image description here

1 个答案:

答案 0 :(得分:0)

有没有理由将此标记为C#?或者像这样的前端解决方案会起作用吗?

body {
       background-color: red;
     }

    .outlined {
        font-size: 75px;
        font-weight: bold;
        font-family: 'Arial';
        color: white;
        text-shadow:
          -2px -2px 0 #000,  
           2px -2px 0 #000,
          -2px 2px 0 #000,
           2px 2px 0 #000;
        }
<p class="outlined">Example</p>