diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2007-01-07 11:48:58 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2007-01-07 11:48:58 +0000 |
| commit | 2a37bd613db88aeb4f35373d88e38fea7f71b2a8 (patch) | |
| tree | 481c46766c50281ecfef3fddcb7851f83af33bd5 /paper.h | |
| parent | fc100d7c4c2202f70b9550f6c00ceb0a40ba7c09 (diff) | |
| download | halibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.zip halibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.tar.gz halibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.tar.bz2 halibut-2a37bd613db88aeb4f35373d88e38fea7f71b2a8.tar.xz | |
Add a mechanism for disabling ligature substitution for an entire paragraph
and apply it to code paragraphs.
[originally from svn r7069]
Diffstat (limited to 'paper.h')
| -rw-r--r-- | paper.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -225,6 +225,11 @@ struct para_data_Tag { JUST, LEFT, RIGHT } justification; /* + * Sometimes (in code paragraphs) we want to override the flags + * passed to render_string(). + */ + unsigned extraflags; + /* * For constructing the page outline. */ int outline_level; /* 0=title 1=C 2=H 3=S 4=S2... */ |