2016-07-29 5 views
-1

글꼴을 윤곽선 처리하려고합니다. 그러나 우리는 뇌졸중 (윤곽 윤곽선)을 줄 수 없습니다.스트로크 C#을 개략하는 법?

윤곽 내부가 정확했습니다. 우리가 외부에 치기 위해 무엇을해야합니까?

예 :

enter image description here

답변

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>

+0

윈도우 응용 프로그램 @Tyler 로퍼가 – Erdil

+0

이 참조 형태 : http://stackoverflow.com/questions/19842722/setting-a-font-with-outline-color-in-c- 날카로운 – Santi