mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* net-current-v30plus-md.md * net-current-v40plus-md.md * tla2sharptla-ui-md.md * tla2sharptla-uiautomation-md.md * tla2sharptla-winclient-md.md * tla2sharptla-xaml-md.md * tlasharptla-ui-md.md * tlasharptla-uiautomation-md.md * tlasharptla-winclient-md.md * tlasharptla-xaml-md.md * fix warnings
1.1 KiB
1.1 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |||
|---|---|---|---|---|---|---|
| Draw Text Using Glyphs | 03/30/2017 |
|
587ab17e-a419-4ad5-b6da-8933a8e83d97 |
Draw Text Using Glyphs
This topic explains how to use the low-level xref:System.Windows.Documents.Glyphs object to display text in Extensible Application Markup Language (XAML).
Example
The following examples show how to define properties for a xref:System.Windows.Documents.Glyphs object in XAML. The examples assume that the Arial, Courier New, and Times New Roman fonts are installed in the C:\WINDOWS\Fonts folder on the local computer.
[!code-xamlGlyphsOvwSample1#1]
This example shows how to define other properties of xref:System.Windows.Documents.Glyphs objects in XAML.
[!code-xamlGlyphsOvwSamp2#1]