Skip to main content

TextExportSettings.SetFontFamily(DependencyObject, FontFamily) Method

Sets the value of the TextExportSettings.FontFamily attached property to a specified DependencyObject.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static void SetFontFamily(
    DependencyObject obj,
    FontFamily value
)

Parameters

Name Type Description
obj DependencyObject

The object to which the attached property is written.

value FontFamily

The required FontFamily value.

See Also