home *** CD-ROM | disk | FTP | other *** search
- \name {res.HTMLStyle}
- \class {generic}
- \parent {}
- \script {
- /**
- *** A makeshift HTML Style sheet resource object
- **/
- switch (arg[0]) {
- case "id":
- return interpret("return " + arg[1] + ";");
- break;
- case "init":
- /* tag wrap first right after
- * font align free left before
- */
- S = "normal left 1 1 0 0 0 1 1";
- P = "normal left 1 0 31 32 32 1 1";
- UL = "normal left 1 0 32 32 8 1 0";
- ULC = "normal left 1 0 32 32 32 1 0";
- DL = "normal left 1 0 32 150 32 1 0";
- DLC = "normal left 1 0 32 150 8 1 0";
- LI = "normal left 1 0 32 32 32 1 0";
- DIR = "normal left 1 0 32 32 32 1 0";
- MENU = "normal left 1 0 32 32 32 1 0";
- HP = "normal left 1 0 0 0 0 1 0";
- XMP = "normal left 0 1 32 32 1 1 0";
- XMPA = "fixed left 0 1 32 32 32 1 1";
- LISTING = "normal left 0 0 32 32 32 1 0";
- ADDRESS = "bold_largest right 0 0 0 0 32 1 0";
- H1 = "bold left 1 0 0 0 0 1 0";
- H2 = "bold left 1 0 0 0 0 1 0";
- H3 = "bold left 1 0 32 32 0 1 0";
- H4 = "bold left 1 0 32 32 0 1 0";
- H5 = "bold left 1 0 64 64 0 1 0";
- H6 = "bold left 1 0 128 128 0 1 0";
- H7 = "bold left 1 0 160 170 0 1 0";
- return 1;
- break;
- case "queryFontID":
- return getVariable(arg[1]);
- break;
- }
- usual();
- }
- \
-
-