Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/glyphs.md
T
Andy (Steve) De George be103da07e Replace various WPF include files with content (#1335)
* 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
2022-03-16 12:14:11 -04:00

28 lines
972 B
Markdown

---
title: "Glyphs"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "Glyphs elements [WPF]"
- "GlyphRun object [WPF]"
- "text [WPF], glyphs"
- "GlyphRunDrawing objects [WPF]"
- "glyphs [WPF]"
ms.assetid: d5d9274c-23b3-4859-8869-6e64403c9ca7
---
# Glyphs
Glyphs are a low-level depiction of a character to be drawn on-screen. Windows Presentation Foundation (WPF) provides direct access to glyphs for customers who want to intercept and persist text after formatting.
## In This Section
[Introduction to the GlyphRun Object and Glyphs Element](introduction-to-the-glyphrun-object-and-glyphs-element.md)
[How to: Draw Text Using Glyphs](draw-text-using-glyphs.md)
## See also
- <xref:System.Windows.Media.GlyphRun>
- <xref:System.Windows.Media.DrawingContext.DrawText%2A>
- <xref:System.Windows.Documents.Glyphs>
- [Documents in WPF](documents-in-wpf.md)
- [Typography in WPF](typography-in-wpf.md)