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
FactoryA reference to a DirectWrite factory Factory
substitutionMethod
NumberSubstitutionMethodA value that specifies how to apply number substitution on digits and related punctuation.
localeName
stringThe name of the locale to be used in the numberSubstitution object.
ignoreUserOverride
boolA 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