[JW Lua] Enigma strings in the Wiki

Bruce Olson Finale at web.YOSound.com
Sun Nov 30 18:50:59 CET 2014


Jari,

Very nice, thanks. 

-- 
Regards,
Bruce


-----Original Message-----
From: JWLua [mailto:jwlua-bounces at jwmusic.nu] On Behalf Of Jari Williamsson
Sent: Sunday, November 30, 2014 4:33 AM
To: The JW Lua script plug-in.
Subject: Re: [JW Lua] Enigma strings in the Wiki

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)} }
>
>



_______________________________________________
JWLua mailing list
JWLua at jwmusic.nu
http://jwmusic.nu/mailman/listinfo/jwlua_jwmusic.nu





More information about the JWLua mailing list