public class WmfSetTextCharExtra extends WmfObject
The META_SETTEXTCHAREXTRA record defines inter-character spacing for text justification in the playback device context. Spacing is added to the white space between each character, including characters, when a line of justified text is output.
Constructor and Description |
---|
WmfSetTextCharExtra() |
Modifier and Type | Method and Description |
---|---|
int |
getCharExtra()
Gets or sets the character extra.
|
void |
setCharExtra(int value)
Gets or sets the character extra.
|
public int getCharExtra()
Gets or sets the character extra.
Value: The amount of extra space, in logical units, to be added to each character. If the current mapping mode is not MM_TEXT, this value is transformed and rounded to the nearest pixel. For details about setting the mapping mode, see META_SETMAPMODE (section 2.3.5.17).public void setCharExtra(int value)
Gets or sets the character extra.
Value: The amount of extra space, in logical units, to be added to each character. If the current mapping mode is not MM_TEXT, this value is transformed and rounded to the nearest pixel. For details about setting the mapping mode, see META_SETMAPMODE (section 2.3.5.17).