[JW Lua] Enigma strings in the Wiki

Bruce Olson Finale at web.YOSound.com
Sat Nov 29 05:34:39 CET 2014


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


-- 
Olson Sound Design, LLC
Bruce C. Olson
8717 Humboldt Avenue North
Brooklyn Park, MN  55444-1320

+1 (763) 493-5835 Office
+1 (763) 300-3893 Cell

Web Page: 	http://www.OlsonSound.com
Business: 	mailto:BCOlson at OlsonSound.com
Big Band: 	http://www.BRBB.org






More information about the JWLua mailing list