mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 23:43:07 +02:00
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
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user