C1.Win.8 Assembly / C1.Util Namespace / RawFontSubSet Class / ResolveAmbiguousEastAsianWidths Method
The source and destination array of CodePointFlags elements.
Number of code points.

In This Topic
ResolveAmbiguousEastAsianWidths Method (RawFontSubSet)
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 Integer _
) 
 

Parameters

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