Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.1 KB

File metadata and controls

30 lines (25 loc) · 1.1 KB
title description ms.date f1_keywords helpviewer_keywords ms.assetid
Glyphs
Learn how to use glyphs in Windows Presentation Foundation (WPF) applications. A glyph is a low-level depiction of a character drawn on-screen.
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