Table of Contents

Method AddFontFamilyName

Namespace
SharpVectors.Renderers.Wpf
Assembly
SharpVectors.Rendering.Wpf.dll

AddFontFamilyName(string, string)

This adds a mapped font family name. A mapped name can be a localized name of a font family or an alternative font family name.

public void AddFontFamilyName(string mappedName, string fontName)

Parameters

mappedName string

The mapped or alternative font family name.

fontName string

The target font family name.

Remarks

The font family name mapping applies to both system and private fonts.

Both the mappedName and the fontName values must not be null or empty string.