MCPcopy Create free account
hub / github.com/microsoft/SandDance / getDefaultCharacterSet

Function getDefaultCharacterSet

docs/app/js/sanddance-app.js:105530–105534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105528 return arr2;
105529}
105530function getDefaultCharacterSet() {
105531 var charSet = [];
105532 for(var i = 32; i < 128; i++)charSet.push(String.fromCharCode(i));
105533 return charSet;
105534}
105535var DEFAULT_CHAR_SET = getDefaultCharacterSet();
105536var DEFAULT_FONT_FAMILY = "Monaco, monospace";
105537var DEFAULT_FONT_WEIGHT = "normal";

Callers 1

sanddance-app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected