Lines Matching defs:justify
40 int justify; /* Justification style for text. */
502 styleValues.justify = TK_JUSTIFY_LEFT;
547 styleValues.justify = tagPtr->justify;
733 int justify; /* How to justify line: taken from
789 justify = TK_JUSTIFY_LEFT;
830 justify = chunkPtr->stylePtr->sValuePtr->justify;
854 if (justify == TK_JUSTIFY_LEFT) {
1013 if (justify == TK_JUSTIFY_LEFT) {
1015 } else if (justify == TK_JUSTIFY_RIGHT) {
4735 * There wasn't a decimal point. Right justify the text.