ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / FontSubSet Class / ResolveAmbiguousEastAsianWidths Method
The source and destination array of CodePointFlags elements.
Number of code points.

In This Topic
    ResolveAmbiguousEastAsianWidths Method (FontSubSet)
    In This Topic
    Resolves characters with ambiguous East Asian width to either narrow or wide.
    Syntax
    'Declaration
     
    Protected Overridable Sub ResolveAmbiguousEastAsianWidths( _
       ByVal cpFlags() As FontSubSet.CodePointFlags, _
       ByVal length As System.Integer _
    ) 
    protected virtual void ResolveAmbiguousEastAsianWidths( 
       FontSubSet.CodePointFlags[] cpFlags,
       System.int length
    )

    Parameters

    cpFlags
    The source and destination array of CodePointFlags elements.
    length
    Number of code points.
    See Also