[JW Lua] Enigma strings in the Wiki
Jari Williamsson
jari.williamsson at mailbox.swipnet.se
Sun Nov 30 11:33:10 CET 2014
Bruce,
I've now added the font style numbers to the Wiki as well.
Best regards,
Jari Williamsson
On 2014-11-29 05:34, Bruce Olson wrote:
> Back on Fri Oct 18 22:33:55 CEST 2013 Jari wrote:
> I've now created an wiki article about Enigma strings:
> http://jwmusic.nu/jwplugins/wiki/doku.php?id=jwlua:enigmastrings
>
> Let me know if you're missing something or if something seems incorrect.
>
> It would be nice to expand the section on ^nfx(integer) by adding a table of
> useful values beyond the one item presented there. I have created a list
> based on Charles post to the list around the same time.
>
> -- Bit values for nfx()
> -- 0 - bold
> -- 1 - italics
> -- 2 - underlined
> -- 3 - ?
> -- 4 - ?
> -- 5 - strikeout
> -- 6 - Fixed Size
> -- 7 - hidden
>
> local FontStyles = {
> ["Plain"] = {^nfx(0)}
> [""] = {^nfx(1)}
> ["Bold"] = {^nfx(2)}
> ["Italic"] = {^nfx(3)}
> ["Bold Italic"] = {^nfx(4)}
> ["Underlined"] = {^nfx(5)}
> ["Bold Underlined"] = {^nfx(6)}
> ["Italic Underlined"] = {^nfx(7)}
> ["Bold Italic Underlined"] = {^nfx(8)}
> ["Strikeout"] = {^nfx(32)}
> ["Bold Strikeout"] = {^nfx(33)}
> ["Italic Strikeout"] = {^nfx(34)}
> ["Bold Italic Strikeout"] = {^nfx(35)}
> ["Fixed Size (font size)"] = {^nfx(64)}
> ["Hidden"] = {^nfx(-128)}
> ["Bold Hidden"] = {^nfx(-127)}
> ["Italic Hidden"] = {^nfx(-126)}
> ["Bold Italic Hidden"] = {^nfx(-125)}
> }
>
>
More information about the JWLua
mailing list