I have been using the GlyphRun
class to do low-level display of text on a Canvas panel. I just recently became aware of the Glyphs
class. I do not understand the reason for the existence of the Glyphs class, given that the GlyphRun class is already available.
I have not tried using the Glyphs class. I have not been able to find a non-XAML sample, but that is really not the reason why I haven't tried it. Even if I did get a Glyphs-based sample working, I don't understand its utility over GlyphRun, based on the very little documentation there is in MSDN.
C#, Windows 7, WPF, any .NET version.