From a69404a169eef1e34c1751a625ba2545f7d78c84 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 10 Jan 2009 13:24:18 +0000 Subject: voice-family svn path=/trunk/libcss/; revision=6015 --- src/parse/propstrings.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/parse/propstrings.h') diff --git a/src/parse/propstrings.h b/src/parse/propstrings.h index 79e4586..0bcbe33 100644 --- a/src/parse/propstrings.h +++ b/src/parse/propstrings.h @@ -67,7 +67,7 @@ enum { NO_OPEN_QUOTE, NO_CLOSE_QUOTE, ATTR, COUNTER, COUNTERS, CROSSHAIR, DEFAULT, POINTER, MOVE, E_RESIZE, NE_RESIZE, NW_RESIZE, N_RESIZE, SE_RESIZE, SW_RESIZE, S_RESIZE, W_RESIZE, TEXT, WAIT, HELP, PROGRESS, - SERIF, SANS_SERIF, CURSIVE, FANTASY, MONOSPACE, + SERIF, SANS_SERIF, CURSIVE, FANTASY, MONOSPACE, MALE, FEMALE, CHILD, LAST_KNOWN }; @@ -345,6 +345,9 @@ static struct { { "cursive", SLEN("cursive") }, { "fantasy", SLEN("fantasy") }, { "monospace", SLEN("monospace") }, + { "male", SLEN("male") }, + { "female", SLEN("female") }, + { "child", SLEN("child") } }; #endif -- cgit v1.2.3