// Styles for Scripter
//
// STYLE_01  Normal body text:  Trinity.Medium, 12pt, no indent, justified.
//
// STYLE_02  Introduction text: Trinity.Medium, 12pt, 30mm indent, justified.
//                              This is used in scriptsetup mode.
//
// STYLE_03  Script body text:  Trinity.Medium, 13pt, 30mm indent, justified.
//
// STYLE_04  Dialogue header:   Corpus.Bold, 14pt, underlined, centred.
//
// STYLE_05  Dialogue body:     Corpus.Medium, 13pt, 50mm indent, ragged
//                              right. [for maximum clarity]
//
// STYLE_06  Directive 'dir':   Homerton.Bold, 12pt. Is 1pt smaller than
//                              script body text as Homerton is a visually
//                              'larger' font. For <dir> ... </dir>.
//
// STYLE_07  Directive 'loc':   Homerton. 12pt. 1pt smaller, again.
//                              For <loc> ... </loc>.
//
// STYLE_08  Directive 'prop':  Italic. For <prop> ... </prop>.
//
// STYLE_09  Directive 'sfx':   Homerton.Italic, 12pt. 1pt smaller, again.
//                              For <sfx> ... </sfx>.
//
// STYLE_10  Actor name:        Homerton. For in-lined actor/actress names.
//
// STYLE_11  Typewriter style:  For 'flattened' script markup.
//                              (not currently used)
//

STYLE_01={style "Bodytext"
{keypress "C_F1"}
{scope 0}
{bold 0}
{italic 0}
{underline 0 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0} {wordunderline 0} {doubleunderline 0}}
{reverse 0}
{super 0}{sub 0}
{strikeout 0 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0}}
{verticalrule {leftrule 0 0} {rightrule 0 0} {thickness 0} {colourvalue COL_001 0x10000 0}}
{horizontalrule {aboverule 0 0} {belowrule 0 0} {thickness 0} {colourvalue COL_001 0x10000 0}}
{font "Trinity.Medium"}
{foreground COL_001 0x10000 0}
{background COL_003 0x10000 0}
{textsize 12000}
{scale 0x10000}
{track 0x0}
{baseshift 0x0}
{align 3}
{spacebefore 0}
{spaceafter 0}
{leading 2 13107}
{leftindent 1 0}
{rightindent 1 0}
{firstindent 0}
{case 0}
{drop 0 3}
{bullet 0 {bulletbefore ""} {bulletafter ""} {bulletstyle ""} {bullettab 1} {bulletstart 1}{bulletformat 0}}
{hyphenation 0 {hpminsize 5} {hpminbefore 2} {hpminafter 2} {hpmaxconsecutive 3} {hpzone 0} {hpbreakpara 0} {hpbreakcaps 0}}
{autokern 1}
{wordwrap 1}
{index 0}
{contents 0}
{level 0}
{baselinelock 0}
{smallcaps 0}
{keeplines 0 0}
{keeppara 0}
{keepnext 0}
{language 0}
{angle 0x0}
{skew 0x0}
{justification 1 {justminletter 0x0} {justmaxletter 0x4000} {justminword 0xc000} {justmaxword 0x14000} {justflushzone 0} {justsinglewords 0}}
{tabruler {tableader ""} }

}

STYLE_02={style "Script introtext"
{keypress "C_F2"}
{scope 0}
{bold 0}
{italic 0}
{font "Trinity.Medium"}
{textsize 12000}
{align 3}
{leading 2 9830}
{leftindent 1 85039}
{autokern 1}
{justification 1 {justminletter 0x0} {justmaxletter 0x4000} {justminword 0xc000} {justmaxword 0x14000} {justflushzone 0} {justsinglewords 0}}
}

STYLE_03={style "Script bodytext"
{keypress "C_F3"}
{scope 0}
{bold 0}
{italic 0}
{font "Trinity.Medium"}
{textsize 13000}
{align 3}
{leading 2 13107}
{leftindent 1 85039}
{autokern 1}
{justification 1 {justminletter 0x0} {justmaxletter 0x4000} {justminword 0xc000} {justmaxword 0x14000} {justflushzone 0} {justsinglewords 0}}
}

STYLE_04={style "Script dia-headr"
{keypress "C_F4"}
{scope 0}
{bold 1}
{italic 0}
{underline 1 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0} {wordunderline 0} {doubleunderline 0}}
{font "Corpus.Bold"}
{foreground COL_001 0x10000 0}
{background COL_003 0x10000 0}
{textsize 14000}
{scale 0x10000}
{track 0x0}
{baseshift 0x0}
{align 1}
{spacebefore 0}
{leading 2 13107}
{leftindent 1 0}
{firstindent 0}
{case 0}
{angle 0x0}
{skew 0x0}
}

STYLE_05={style "Script dia-body"
{keypress "C_F5"}
{scope 0}
{bold 0}
{italic 0}
{underline 0 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0} {wordunderline 0} {doubleunderline 0}}
{font "Corpus.Medium"}
{foreground COL_001 0x10000 0}
{background COL_003 0x10000 0}
{textsize 13000}
{align 0}
{spacebefore 0}
{spaceafter 0}
{leading 2 13107}
{leftindent 1 141732}
{rightindent 1 0}
{firstindent 0}
{case 0}
}

STYLE_06={style "Directive 'dir'"
{keypress ""}
{scope 0}
{bold 1}
{font "Homerton.Bold"}
{textsize 12000}
}

STYLE_07={style "Directive 'loc'"
{keypress ""}
{scope 0}
{font "Homerton.Bold"}
{textsize 12000}
}

STYLE_08={style "Directive 'prop'"
{keypress ""}
{scope 0}
{italic 1}
}

STYLE_09={style "Directive 'sfx'"
{keypress ""}
{scope 0}
{italic 1}
{font "Homerton.Medium.Oblique"}
{textsize 12000}
}

STYLE_10={style "Actor name"
{keypress ""}
{scope 0}
{bold 0}
{italic 0}
{font "Homerton.Medium"}
{textsize 12000}
}

STYLE_11={style "Typewriter style"
{scope 0}
{bold 0}
{italic 0}
{underline 0 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0} {wordunderline 0} {doubleunderline 0}}
{reverse 0}
{super 0}{sub 0}
{strikeout 0 {type 1} {thickness 1310} {colourvalue COL_003 0x10000 0}}
{font "Corpus.Medium"}
{foreground COL_001 0x10000 0}
{background COL_002 0x10000 0}
{textsize 12000}
{scale 0x10000}
{align 0}
{leading 2 13107}
{case 0}
{smallcaps 0}
{autokern 0}
{justification 0}
}

