728x90
728x170
■ Typography 엘리먼트의 Variants 첨부 속성을 사용해 윗 첨자를 설정하는 방법을 보여준다.
▶ MainWindow.xaml
<Window x:Class="TestProject.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="800"
Height="600"
Title="TestProject"
FontFamily="나눔고딕코딩"
FontSize="16">
<FlowDocumentReader>
<FlowDocument>
<Paragraph
FontFamily="Palatino Linotype"
FontSize="24">
2<Run Typography.Variants="Superscript">3</Run>
14<Run Typography.Variants="Superscript">th</Run>
</Paragraph>
</FlowDocument>
</FlowDocumentReader>
</Window>
728x90
그리드형(광고전용)
'C# > WPF' 카테고리의 다른 글
[C#/WPF/.NET6] Typography 엘리먼트 : HistoricalForms 첨부 속성을 사용해 역사적 합자 글리프 설정하기 (0) | 2022.12.15 |
---|---|
[C#/WPF/.NET6] Typography 엘리먼트 : StandardLigatures 첨부 속성을 사용해 표준 합자 글리프 비활성화하기 (0) | 2022.12.15 |
[C#/WPF/.NET6] Typography 엘리먼트 : CapitalSpacing 첨부 속성을 사용해 대문자 간격 설정하기 (0) | 2022.12.15 |
[C#/WPF/.NET6] Typography 엘리먼트 : Capitals 첨부 속성을 사용해 대문자 스타일 설정하기 (0) | 2022.12.14 |
[C#/WPF/.NET6] Typography 엘리먼트 : Variants 첨부 속성을 사용해 아래 첨자 설정하기 (0) | 2022.12.14 |
[C#/WPF] FormattedText 클래스 사용하기 (0) | 2022.12.13 |
[C#/WPF] FlowDocument 엘리먼트 : ColumnWidth/ColumnGap/ColumnRuleWidth/ColumnRuleBrush 속성을 사용해 컬럼 구분 기능 사용하기 (0) | 2022.12.12 |
[C#/WPF] FlowDocument 엘리먼트 : 유동 컨텐츠 엘리먼트 사용하기 (0) | 2022.12.12 |
[C#/WPF] Table 클래스 : RowGroups 속성을 사용해 행 그룹 모두 지우기 (0) | 2022.12.12 |
[C#/WPF] Table 클래스 : RowGroups 속성을 사용해 특정 위치 행 그룹 제거하기 (0) | 2022.12.12 |