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

972 B

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Glyphs 03/30/2017
AutoGeneratedOrientationPage
Glyphs elements [WPF]
GlyphRun object [WPF]
text [WPF], glyphs
GlyphRunDrawing objects [WPF]
glyphs [WPF]
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
How to: Draw Text Using Glyphs

See also