User Tools

Site Tools


jwlua:enigmastrings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jwlua:enigmastrings [2013/10/18 20:33]
jariw [Examples]
jwlua:enigmastrings [2014/11/30 10:26]
jariw [Fonts]
Line 11: Line 11:
 Full Enigma string might look like this: Full Enigma string might look like this:
  
-| ''​^fontMus(Font0,​0)^size(24)^nfx(0)F''​ | mf marking using the category'​s default font name. | +| ''​^fontMus(Font0,​0)^size(24)^nfx(0)F''​ | "mf" (mezzoforte) text expression ​marking using the category'​s default font name. | 
-| ''​^fontTxt(Times New Roman,​4096)^size(12)^nfx(2)subito ^fontMus(Font0,​0)^size(24)^nfx(0)p''​ | "​subito p" (with font change before "​p"​) |+| ''​^fontTxt(Times New Roman,​4096)^size(12)^nfx(2)subito ^fontMus(Font0,​0)^size(24)^nfx(0)p''​ | "​subito p" ​text expression ​(with font change before "​p"​) |
 | ''​^font(Times New Roman,​4096)^size(12)^nfx(0)^title()''​ | A text with a "​title"​ text insert. | | ''​^font(Times New Roman,​4096)^size(12)^nfx(0)^title()''​ | A text with a "​title"​ text insert. |
 ===== Text Storage ===== ===== Text Storage =====
Line 31: Line 31:
  
 ''​^nfx(0)''​ would mean a plain font style. ''​^nfx(0)''​ would mean a plain font style.
 +
 +Other bit style numbers are:
 +^ Decimal ^ Hexadecimal ^ Font style ^
 +| 1 | 0x01 | Bold |
 +| 2 | 0x02 | Italic |
 +| 4 | 0x04 | Underline |
 +| 32 | 0x20 | Strikeout |
 +| 64 | 0x40 | Fixed font size |
 +| 128 | 0x80 | Hidden |
  
 === ^size(integer) === === ^size(integer) ===
jwlua/enigmastrings.txt · Last modified: 2014/11/30 10:26 by jariw