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