ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / NumberSubstitution Class / Create Method
A reference to a DirectWrite factory Factory
A value that specifies how to apply number substitution on digits and related punctuation.
The name of the locale to be used in the numberSubstitution object.
A Boolean flag that indicates whether to ignore user overrides.

In This Topic
    Create Method (NumberSubstitution)
    In This Topic
    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).
    Syntax
    'Declaration
     
    Public Shared Function Create( _
       ByVal factory As Factory, _
       ByVal substitutionMethod As NumberSubstitutionMethod, _
       ByVal localeName As String, _
       ByVal ignoreUserOverride As Boolean _
    ) As NumberSubstitution

    Parameters

    factory
    A reference to a DirectWrite factory Factory
    substitutionMethod
    A value that specifies how to apply number substitution on digits and related punctuation.
    localeName
    The name of the locale to be used in the numberSubstitution object.
    ignoreUserOverride
    A Boolean flag that indicates whether to ignore user overrides.
    See Also