Table of Contents

Class WpfGlyphTextBuilder

Namespace
SharpVectors.Renderers.Texts
Assembly
SharpVectors.Rendering.Wpf.dll
public sealed class WpfGlyphTextBuilder : WpfTextBuilder
Inheritance
WpfGlyphTextBuilder
Inherited Members

Constructors

WpfGlyphTextBuilder(WpfFontFamilyInfo, CultureInfo, double)
WpfGlyphTextBuilder(CultureInfo, double)
WpfGlyphTextBuilder(CultureInfo, string, double, Uri)
WpfGlyphTextBuilder(FontFamily, CultureInfo, double)
WpfGlyphTextBuilder(FontFamily, FontStyle, FontWeight, CultureInfo, double)

Properties

Alphabetic
Ascent
Baseline

Gets the distance from the top of the first line to the baseline of the first line of a WpfTextBuilder object.

BidiLevel

Gets or sets the bidirectional nesting level of Glyphs.

DeviceFontName

Gets or sets the specific device font for which the Glyphs object has been optimized.

FontFamilyType
IsBoldSimulated

Gets a value that determines whether to simulate a bold weight for the glyphs represented by the typeface.

IsObliqueSimulated

Gets a value that determines whether to simulate an italic style for the glyphs represented by the typeface.

IsSideways
OverlinePosition

Gets a value that indicates the distance of the overline from the baseline for the typeface.

OverlineThickness

Gets a value that indicates the thickness of the overline relative to the font em size for the typeface.

StrikethroughPosition

Gets a value that indicates the distance from the baseline to the strikethrough for the typeface.

StrikethroughThickness

Gets a value that indicates the thickness of the strikethrough relative to the font em size.

UnderlinePosition

Gets a value that indicates the distance of the underline from the baseline for the typeface.

UnderlineThickness

Gets a value that indicates the thickness of the underline relative to the font em size for the typeface.

Width
XHeight

Gets the distance from the baseline to the top of an English lowercase letter for a typeface. The distance excludes ascenders.

Methods

Build(SvgTextContentElement, string, double, double)
MeasureChars(SvgTextContentElement, string, bool)
MeasureText(SvgTextContentElement, string, bool)