forked from mia/Aegisub
Added a proper "interface" to tell furigana pseudo-syllables from actual syllables.
Originally committed to SVN as r1195.
This commit is contained in:
parent
3a9f5995e9
commit
5d81aa760a
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ function karaskel.preproc_line_text(meta, styles, line)
|
||||||
furi.prespace = ""
|
furi.prespace = ""
|
||||||
furi.postspace = ""
|
furi.postspace = ""
|
||||||
furi.highlights = { n=1, [1]=hl }
|
furi.highlights = { n=1, [1]=hl }
|
||||||
|
furi.isfuri = true
|
||||||
|
|
||||||
line.furi.n = line.furi.n + 1
|
line.furi.n = line.furi.n + 1
|
||||||
line.furi[line.furi.n] = furi
|
line.furi[line.furi.n] = furi
|
||||||
|
|
Loading…
Reference in a new issue