ResolveAmbiguousEastAsianWidths Method
In This Topic
Resolves characters with ambiguous East Asian width to either narrow or wide.
Syntax
'Declaration
Protected Overridable Sub ResolveAmbiguousEastAsianWidths( _
ByVal () As FontSubSet.CodePointFlags, _
ByVal As System.Integer _
)
protected virtual void ResolveAmbiguousEastAsianWidths(
FontSubSet.CodePointFlags[] ,
System.int
)
Parameters
- cpFlags
- The source and destination array of CodePointFlags elements.
- length
- Number of code points.
See Also