Table of Contents

Class NumberSubstitution

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll
[Guid("14885CC9-BAB0-4f90-B6ED-5C366A2CD03D")]
public class NumberSubstitution : ComObject
Inheritance
NumberSubstitution

Constructors

NumberSubstitution(Factory, NumberSubstitutionMethod, string, bool)

Creates a number substitution object using a locale name, substitution method, and an indicator whether to ignore user overrides (use NLS defaults for the given culture instead).

public NumberSubstitution(Factory factory, NumberSubstitutionMethod substitutionMethod, string localeName, bool ignoreUserOverride)

Parameters

factory Factory

A reference to a DirectWrite factory Factory

substitutionMethod NumberSubstitutionMethod

A value that specifies how to apply number substitution on digits and related punctuation.

localeName string

The name of the locale to be used in the numberSubstitution object.

ignoreUserOverride bool

A Boolean flag that indicates whether to ignore user overrides.

NumberSubstitution(nint)

public NumberSubstitution(nint nativePtr)

Parameters

nativePtr nint

Operators

explicit operator NumberSubstitution(nint)

public static explicit operator NumberSubstitution(nint nativePtr)

Parameters

nativePtr nint

Returns

NumberSubstitution