public final class LettersPositioningMethods
extends com.aspose.ms.System.Enum
It enumerates possible modes of positioning of letters in words in result HTML
Modifier and Type | Field and Description |
---|---|
static int |
UseEmUnitsAndCompensationOfRoundingErrorsInCss
It's default method.
|
static int |
UsePixelUnitsInCssLetterSpacingForIE
It allows to get sometimes more precise results in old IE browser versions
|
public static final int UseEmUnitsAndCompensationOfRoundingErrorsInCss
It's default method. It uses EM-units and special algorithm of compensation of rounding errors It's preferable for usage in IE10.0 and more fresh versions and gives better scaling of captions when scaling is necessary
public static final int UsePixelUnitsInCssLetterSpacingForIE
It allows to get sometimes more precise results in old IE browser versions