This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/////////////////////////////// | |
// All Weights | |
let weights = []; | |
/////////////////////////////// | |
// All core weights | |
const coreWeights = ["Hairline", "Thin", "Mager", "Maigre", "Light", "Chiaro", "Lite", "Leicht", "Demi", "Book", "Buch", "Regular", "Normal", "Medium", "Stark", "Thick", "Kräftig", "Viertelfett", "Halbfett", "Dreiviertelfett", "Dark", "Bold", "Neretto", "Gras", "Fett", "Extrafett", "Black", "Nero", "Heavy", "Nerissimo", "Ultra", "Fat", "Poster"]; | |
/////////////////////////////// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hi test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var OPT = false | |
each opt in data.OPT | |
if (typeof(opt) !== 'undefined') | |
if (typeof(opt.displayText) !== 'undefined') | |
OPT = true | |
if (OPT == true) | |
include ../partials/opt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function compiled(){ | |
??? | |
} | |
function exFunc(path){ | |
var url = path.replace(/[_]/g, '/'); | |
var index = path; | |
if (path == "home") { | |
url = ''; | |
index = "intro"; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
function get_client_ip() { | |
$ipaddress = ''; | |
if (getenv('HTTP_CLIENT_IP')) | |
$ipaddress = getenv('HTTP_CLIENT_IP'); | |
else if(getenv('HTTP_X_FORWARDED_FOR')) | |
$ipaddress = getenv('HTTP_X_FORWARDED_FOR'); | |
else if(getenv('HTTP_X_FORWARDED')) | |
$ipaddress = getenv('HTTP_X_FORWARDED'); | |
else if(getenv('HTTP_FORWARDED_FOR')) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [email protected] | |
### requires an icon file toolGoMetrics.pdf in the same folder | |
# download it from www.theharrietseries.com/crypt/robofont/toolGoMetrics.pdf | |
### updated 2013/03/10 — linked to didfontopen observers, just set as a startup script | |
### updated 2013/07/16 — fixed lame selection traceback and broken spacecenter adjustments | |
# to do: adjust by percent, uniform adjust, remember last setting | |
import os | |
from vanilla import * | |
from mojo.UI import CurrentFontWindow, CurrentSpaceCenter |