/[gnue]/gnue-reports/doc/technotes/00002.txt
ViewVC logotype

Diff of /gnue-reports/doc/technotes/00002.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jcater, Tue May 13 23:28:48 2003 UTC revision 1.4 by jcater, Wed Nov 26 21:27:55 2003 UTC
# Line 13  Our style system is influenced heavily b Line 13  Our style system is influenced heavily b
13  Supported style attributes  Supported style attributes
14  --------------------------  --------------------------
15    
16  font_family: <font>|serif|sans-serif|cursive|monospace[,[...]]  font-family: <font>|serif|sans-serif|cursive|monospace[,[...]]
17  font_style: normal|oblique|italics  font-style: normal|oblique|italics
18  font_weight: normal|bold|100-900|light  font-weight: normal|bold|100-900|light
19  font_scale: 100%     # Horizontal scale... 80% would create tall, narrow text  font-scale: 100%     # Horizontal scale... 80% would create tall, narrow text
20    
21  text_size: 11pt  text-size: 11pt
22  text_underline: none|single|double  text-underline: none|single|double
23  text_underline_color: auto  text-underline-color: auto
24  text_underline_size: 1pt  text-underline-size: 1pt
25  text_overline: none|single|double  text-overline: none|single|double
26  text_overline_color: auto  text-overline-color: auto
27  text_overline_size: 1pt  text-overline-size: 1pt
28  text_strikeout: none|single|double  text-strikeout: none|single|double
29  text_strikeout_color: auto  text-strikeout-color: auto
30  text_strikeout_size: 1pt  text-strikeout-size: 1pt
31  text_case: normal|lower|upper|smallcaps  text-case: normal|lower|upper|smallcaps
32  text_color: color  text-color: color
33  text_leading: auto   # Standard space between lines (defaults to font_size+3)  text-leading: auto   # Standard space between lines (defaults to font-size+3)
34  text_tracking: auto|tight|loose|%  # Space between letters  text-tracking: auto|tight|loose|%  # Space between letters
35  text_indent: .5in  text-indent: .5in
36  text_justification: left|right|center|justified  text-justification: left|right|center|justified
37    
38  word_spacing = auto  # Space between words  word-spacing = auto  # Space between words
39    
40  line_spacing: single|double|1.5|% # based on text_leading  line-spacing: single|double|1.5|% # based on text-leading
41    
42    
43  background_color: color  background-color: color
44    
45  margin_*: measurement  margin-*: measurement
46  padding_*: measurement  padding-*: measurement
47    
48  border_*color: color  border-*color: color
49  border_*size: measurement  border-*size: measurement
50  border_*:  none | dotted | dashed | solid | double | groove | ridge | inset | outset  border-*:  none | dotted | dashed | solid | double | groove | ridge | inset | outset
51             custom:?;?;?"             custom:?;?;?"
52    
53    
54  *left_  *left-
55  *right_  *right-
56  *top_  *top-
57  *bottom_  *bottom-
58  *vert_  *vert-
59  *horiz_  *horiz-

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26