public final class AutoKerning
extends com.aspose.ms.System.Enum
The Photoshop auto kerning mode (distance between symbols).
| Modifier and Type | Field and Description |
|---|---|
static int |
Manual
Manual kerning value.
|
static int |
Metric
Metrics kerning uses kern pairs, which are included with most fonts (from their designers).
|
static int |
Optical
Optical kerning adjusts the spacing between adjacent characters based on their shapes.
|
public static final int Manual
Manual kerning value.
public static final int Metric
Metrics kerning uses kern pairs, which are included with most fonts (from their designers).
public static final int Optical
Optical kerning adjusts the spacing between adjacent characters based on their shapes.
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.