зеркало из https://github.com/mozilla/pjs.git
Added text_align_default for better direction handling
This commit is contained in:
Родитель
9bb34c6d9a
Коммит
561790394f
|
@ -170,10 +170,11 @@
|
||||||
#define NS_STYLE_SPACING_NORMAL 0
|
#define NS_STYLE_SPACING_NORMAL 0
|
||||||
|
|
||||||
// See nsStyleText
|
// See nsStyleText
|
||||||
#define NS_STYLE_TEXT_ALIGN_LEFT 0
|
#define NS_STYLE_TEXT_ALIGN_DEFAULT 0
|
||||||
#define NS_STYLE_TEXT_ALIGN_RIGHT 1
|
#define NS_STYLE_TEXT_ALIGN_LEFT 1
|
||||||
#define NS_STYLE_TEXT_ALIGN_CENTER 2
|
#define NS_STYLE_TEXT_ALIGN_RIGHT 2
|
||||||
#define NS_STYLE_TEXT_ALIGN_JUSTIFY 3
|
#define NS_STYLE_TEXT_ALIGN_CENTER 3
|
||||||
|
#define NS_STYLE_TEXT_ALIGN_JUSTIFY 4
|
||||||
|
|
||||||
// See nsStyleText, nsStyleFont
|
// See nsStyleText, nsStyleFont
|
||||||
#define NS_STYLE_TEXT_DECORATION_NONE 0
|
#define NS_STYLE_TEXT_DECORATION_NONE 0
|
||||||
|
|
Загрузка…
Ссылка в новой задаче