Files
docs-desktop/dotnet-desktop-guide/framework/wpf/advanced/glyphs.md
T
Andy De George da363692ff Initial WPF content migrated (#17)
* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
2020-09-04 09:46:28 -07:00

28 lines
1011 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. [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] 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)