Smoothen character edges
| Visual Basic |
|---|
Public Sub SmoothCharacters( _ ByVal Type As ESmoothType _ ) |
- Type
Value Description ciSmoothDarkenEdges Make character edges darker ciSmoothLightenEdges Make character edges lighter
!MISSING PHRASE '_COLORFAIL'!
| VB Example (Visual Basic) | Copy Code |
|---|---|
Public Sub T_SmoothCharacters(ByRef Rep As CiRepair) Rep.SmoothCharacters ciSmoothDarkenEdges End Sub | |