Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-reese84
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
lcc-reese84
Commits
dfacf0a3
Commit
dfacf0a3
authored
Aug 14, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
45c39188
Pipeline
#455
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
reese84_bypass.py
src/reese84_bypass.py
+4
-4
run.js
src/run.js
+2
-2
vm_env.js
src/vm_env.js
+3
-3
No files found.
src/reese84_bypass.py
View file @
dfacf0a3
...
...
@@ -11,7 +11,7 @@ req_level = logger.level('REQU', no=100, color='<fg 34>')
js_level
=
logger
.
level
(
'VMJS'
,
no
=
100
,
color
=
'<fg 185>'
)
work_dir
=
'/data/log/lcc-y4/'
if
platform
.
platform
()
.
startswith
(
'mac'
):
work_dir
=
'/Users/wang/Documents/company/lcc-
y
4/'
work_dir
=
'/Users/wang/Documents/company/lcc-
reese8
4/'
class
Reese84ByPass
(
object
):
...
...
@@ -61,11 +61,11 @@ class Reese84ByPass(object):
r1
=
self
.
__session
.
get
(
'https://www.volaris.com/Germand-and-haue-lent-Layest-Lord-former-Guill-m'
)
self
.
log
.
log
(
'REQU'
,
f
'JSURL: code:{r1.status_code} cost:{(time.time() - t1):.3f}s'
)
envCode
=
open
(
'
run.js'
,
'r'
)
.
read
()
with
open
(
'
vm_env.js'
,
'w'
)
as
f
:
envCode
=
open
(
work_dir
+
'src/
run.js'
,
'r'
)
.
read
()
with
open
(
work_dir
+
'src/
vm_env.js'
,
'w'
)
as
f
:
f
.
write
(
envCode
+
r1
.
text
)
t2
=
time
.
time
()
p
=
subprocess
.
Popen
([
'node'
,
f
'vm_env.js'
],
stdin
=
subprocess
.
PIPE
,
stdout
=
subprocess
.
PIPE
,
p
=
subprocess
.
Popen
([
'node'
,
f
'
{work_dir}src/
vm_env.js'
],
stdin
=
subprocess
.
PIPE
,
stdout
=
subprocess
.
PIPE
,
stderr
=
subprocess
.
PIPE
)
output
,
err
=
p
.
communicate
(
timeout
=
10
)
if
p
.
returncode
==
0
:
...
...
src/run.js
View file @
dfacf0a3
...
...
@@ -8,10 +8,10 @@ var v_new = function (v) {
const
Canvas
=
require
(
"canvas"
);
const
fss
=
require
(
"fs"
);
_console
=
console
.
log
var
ENVS
=
JSON
.
parse
(
fss
.
readFileSync
(
'env.json'
).
toString
())
let
ENV
=
ENVS
[
0
]
let
ENV
=
{
"windowParams"
:{
"featurePolicy"
:{
"features"
:[
"geolocation"
,
"gamepad"
,
"ch-ect"
,
"midi"
,
"display-capture"
,
"usb"
,
"local-fonts"
,
"picture-in-picture"
,
"publickey-credentials-get"
,
"otp-credentials"
,
"encrypted-media"
,
"ch-save-data"
,
"ch-ua-full-version-list"
,
"ch-ua-wow64"
,
"ch-downlink"
,
"ch-prefers-color-scheme"
,
"sync-xhr"
,
"ch-ua-model"
,
"serial"
,
"camera"
,
"ch-prefers-reduced-motion"
,
"bluetooth"
,
"identity-credentials-get"
,
"ch-ua-full-version"
,
"fullscreen"
,
"ch-dpr"
,
"keyboard-map"
,
"ch-ua-platform"
,
"gyroscope"
,
"window-placement"
,
"ch-ua-mobile"
,
"ch-ua"
,
"magnetometer"
,
"accelerometer"
,
"ch-ua-arch"
,
"xr-spatial-tracking"
,
"idle-detection"
,
"ch-ua-platform-version"
,
"ch-width"
,
"clipboard-read"
,
"ch-viewport-width"
,
"payment"
,
"ch-viewport-height"
,
"ch-rtt"
,
"autoplay"
,
"cross-origin-isolated"
,
"hid"
,
"ch-ua-bitness"
,
"screen-wake-lock"
,
"clipboard-write"
,
"ch-device-memory"
,
"microphone"
],
"allowedFeatures"
:[
"geolocation"
,
"gamepad"
,
"ch-ect"
,
"midi"
,
"display-capture"
,
"usb"
,
"local-fonts"
,
"picture-in-picture"
,
"publickey-credentials-get"
,
"otp-credentials"
,
"encrypted-media"
,
"ch-save-data"
,
"ch-ua-full-version-list"
,
"ch-ua-wow64"
,
"ch-downlink"
,
"ch-prefers-color-scheme"
,
"sync-xhr"
,
"ch-ua-model"
,
"serial"
,
"camera"
,
"ch-prefers-reduced-motion"
,
"bluetooth"
,
"identity-credentials-get"
,
"ch-ua-full-version"
,
"fullscreen"
,
"ch-dpr"
,
"keyboard-map"
,
"ch-ua-platform"
,
"gyroscope"
,
"window-placement"
,
"ch-ua-mobile"
,
"ch-ua"
,
"magnetometer"
,
"accelerometer"
,
"ch-ua-arch"
,
"xr-spatial-tracking"
,
"idle-detection"
,
"ch-ua-platform-version"
,
"ch-width"
,
"clipboard-read"
,
"ch-viewport-width"
,
"payment"
,
"ch-viewport-height"
,
"ch-rtt"
,
"autoplay"
,
"cross-origin-isolated"
,
"hid"
,
"ch-ua-bitness"
,
"screen-wake-lock"
,
"clipboard-write"
,
"ch-device-memory"
,
"microphone"
],
"getAllowlistForFeature"
:
"url"
},
"innerHeight"
:
858
,
"innerWidth"
:
2560
,
"outerHeight"
:
969
,
"outerWidth"
:
2560
,
"screenX"
:
0
,
"screenY"
:
25
,
"pageYOffset"
:
0
,
"devicePixelRatio"
:
1
},
"screenParams"
:{
"height"
:
1080
,
"width"
:
2560
,
"availHeight"
:
970
,
"availWidth"
:
2560
,
"pixelDepth"
:
24
,
"colorDepth"
:
24
},
"navigatorParams"
:{
"appName"
:
"Netscape"
,
"appVersion"
:
"5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
,
"hardwareConcurrency"
:
20
,
"maxTouchPoints"
:
0
,
"platform"
:
"MacIntel"
,
"product"
:
"Gecko"
,
"productSub"
:
"20030107"
,
"userAgent"
:
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
,
"vendor"
:
"Google Inc."
,
"vendorSub"
:
""
,
"doNotTrack"
:
null
},
"plugins"
:{
"0"
:{
"0"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"1"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"application/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"text/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"description"
:
"Portable Document Format"
,
"filename"
:
"internal-pdf-viewer"
,
"length"
:
2
,
"name"
:
"PDF Viewer"
},
"1"
:{
"0"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"1"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"application/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"text/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"description"
:
"Portable Document Format"
,
"filename"
:
"internal-pdf-viewer"
,
"length"
:
2
,
"name"
:
"Chrome PDF Viewer"
},
"2"
:{
"0"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"1"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"application/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"text/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"description"
:
"Portable Document Format"
,
"filename"
:
"internal-pdf-viewer"
,
"length"
:
2
,
"name"
:
"Chromium PDF Viewer"
},
"3"
:{
"0"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"1"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"application/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"text/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"description"
:
"Portable Document Format"
,
"filename"
:
"internal-pdf-viewer"
,
"length"
:
2
,
"name"
:
"Microsoft Edge PDF Viewer"
},
"4"
:{
"0"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"1"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"application/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
,
"enabledPlugin"
:[]},
"text/pdf"
:{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
,
"enabledPlugin"
:[]},
"description"
:
"Portable Document Format"
,
"filename"
:
"internal-pdf-viewer"
,
"length"
:
2
,
"name"
:
"WebKit built-in PDF"
}},
"mimeTypes"
:[{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"application/pdf"
},{
"description"
:
"Portable Document Format"
,
"suffixes"
:
"pdf"
,
"type"
:
"text/pdf"
}],
"fontsRes"
:{
"72px monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px ARNOPRO, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px ARNOPRO, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px ARNOPRO, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px AgencyFB, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px AgencyFB, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px AgencyFB, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px ArabicTypesetting, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px ArabicTypesetting, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px ArabicTypesetting, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px ArialUnicodeMS, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
527.80078125
,
"actualBoundingBoxAscent"
:
-
4.3515625
,
"actualBoundingBoxLeft"
:
-
4.67578125
,
"actualBoundingBoxRight"
:
522.94921875
,
"fontBoundingBoxAscent"
:
21.109375
,
"actualBoundingBoxDescent"
:
55.890625
}},
"72px ArialUnicodeMS, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
527.80078125
,
"actualBoundingBoxAscent"
:
-
4.3515625
,
"actualBoundingBoxLeft"
:
-
4.67578125
,
"actualBoundingBoxRight"
:
522.94921875
,
"fontBoundingBoxAscent"
:
21.109375
,
"actualBoundingBoxDescent"
:
55.890625
}},
"72px ArialUnicodeMS, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
527.80078125
,
"actualBoundingBoxAscent"
:
-
4.3515625
,
"actualBoundingBoxLeft"
:
-
4.67578125
,
"actualBoundingBoxRight"
:
522.94921875
,
"fontBoundingBoxAscent"
:
21.109375
,
"actualBoundingBoxDescent"
:
55.890625
}},
"72px AvantGardeBkBT, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px AvantGardeBkBT, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px AvantGardeBkBT, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px BankGothicMdBT, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px BankGothicMdBT, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px BankGothicMdBT, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Batang, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Batang, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Batang, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px BitstreamVeraSansMono, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px BitstreamVeraSansMono, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px BitstreamVeraSansMono, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Calibri, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Calibri, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Calibri, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Century, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Century, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Century, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px CenturyGothic, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px CenturyGothic, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px CenturyGothic, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Clarendon, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Clarendon, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Clarendon, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px EUROSTILE, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px EUROSTILE, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px EUROSTILE, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px FranklinGothic, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px FranklinGothic, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px FranklinGothic, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px FuturaBkBT, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px FuturaBkBT, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px FuturaBkBT, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px FuturaMdBT, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px FuturaMdBT, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px FuturaMdBT, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px GOTHAM, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px GOTHAM, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px GOTHAM, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px GillSans, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
491.44921875
,
"actualBoundingBoxAscent"
:
-
4.90234375
,
"actualBoundingBoxLeft"
:
-
4.25390625
,
"actualBoundingBoxRight"
:
487.3359375
,
"fontBoundingBoxAscent"
:
11.984375
,
"actualBoundingBoxDescent"
:
54.015625
}},
"72px GillSans, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
491.44921875
,
"actualBoundingBoxAscent"
:
-
4.90234375
,
"actualBoundingBoxLeft"
:
-
4.25390625
,
"actualBoundingBoxRight"
:
487.3359375
,
"fontBoundingBoxAscent"
:
11.984375
,
"actualBoundingBoxDescent"
:
54.015625
}},
"72px GillSans, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
491.44921875
,
"actualBoundingBoxAscent"
:
-
4.90234375
,
"actualBoundingBoxLeft"
:
-
4.25390625
,
"actualBoundingBoxRight"
:
487.3359375
,
"fontBoundingBoxAscent"
:
11.984375
,
"actualBoundingBoxDescent"
:
54.015625
}},
"72px HELV, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px HELV, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px HELV, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Haettenschweiler, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Haettenschweiler, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Haettenschweiler, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px HelveticaNeue, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
539.2800903320312
,
"actualBoundingBoxAscent"
:
-
7.435752868652344
,
"actualBoundingBoxLeft"
:
-
4.6080002784729
,
"actualBoundingBoxRight"
:
534.3840942382812
,
"fontBoundingBoxAscent"
:
10.15625
,
"actualBoundingBoxDescent"
:
58.84375
}},
"72px HelveticaNeue, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
539.2800903320312
,
"actualBoundingBoxAscent"
:
-
7.435752868652344
,
"actualBoundingBoxLeft"
:
-
4.6080002784729
,
"actualBoundingBoxRight"
:
534.3840942382812
,
"fontBoundingBoxAscent"
:
10.15625
,
"actualBoundingBoxDescent"
:
58.84375
}},
"72px HelveticaNeue, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
539.2800903320312
,
"actualBoundingBoxAscent"
:
-
7.435752868652344
,
"actualBoundingBoxLeft"
:
-
4.6080002784729
,
"actualBoundingBoxRight"
:
534.3840942382812
,
"fontBoundingBoxAscent"
:
10.15625
,
"actualBoundingBoxDescent"
:
58.84375
}},
"72px Humanst521BT, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Humanst521BT, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Humanst521BT, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Leelawadee, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Leelawadee, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Leelawadee, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px LetterGothic, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px LetterGothic, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px LetterGothic, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px LevenimMT, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px LevenimMT, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px LevenimMT, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px LucidaBright, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px LucidaBright, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px LucidaBright, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px LucidaSans, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px LucidaSans, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px LucidaSans, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MSMincho, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MSMincho, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MSMincho, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MSOutlook, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MSOutlook, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MSOutlook, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MSReferenceSpecialty, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MSReferenceSpecialty, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MSReferenceSpecialty, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MSUIGothic, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MSUIGothic, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MSUIGothic, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MTExtra, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MTExtra, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MTExtra, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MYRIADPRO, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MYRIADPRO, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MYRIADPRO, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Marlett, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Marlett, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Marlett, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MeiryoUI, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MeiryoUI, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MeiryoUI, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MicrosoftUighur, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MicrosoftUighur, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MicrosoftUighur, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MinionPro, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MinionPro, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MinionPro, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px MonotypeCorsiva, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px MonotypeCorsiva, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px MonotypeCorsiva, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px PMingLiU, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px PMingLiU, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px PMingLiU, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Pristina, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Pristina, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Pristina, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px SCRIPTINA, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px SCRIPTINA, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px SCRIPTINA, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px SegoeUILight, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px SegoeUILight, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px SegoeUILight, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Serifa, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Serifa, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Serifa, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px SimHei, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px SimHei, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px SimHei, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px SmallFonts, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px SmallFonts, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px SmallFonts, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Staccato222BT, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Staccato222BT, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Staccato222BT, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px TRAJANPRO, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px TRAJANPRO, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px TRAJANPRO, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px UniversCE55Medium, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px UniversCE55Medium, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px UniversCE55Medium, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px Vrinda, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px Vrinda, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px Vrinda, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}},
"72px ZWAdobeF, monospace"
:{
"mmmmmmmmlli"
:{
"width"
:
475.27734375
,
"actualBoundingBoxAscent"
:
-
8.015625
,
"actualBoundingBoxLeft"
:
0.0703125
,
"actualBoundingBoxRight"
:
470.8828125
,
"fontBoundingBoxAscent"
:
8.609375
,
"actualBoundingBoxDescent"
:
56.390625
}},
"72px ZWAdobeF, sans-serif"
:{
"mmmmmmmmlli"
:{
"width"
:
544.751953125
,
"actualBoundingBoxAscent"
:
-
9.505874633789062
,
"actualBoundingBoxLeft"
:
-
4.4639997482299805
,
"actualBoundingBoxRight"
:
539.9279174804688
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
61.921875
}},
"72px ZWAdobeF, serif"
:{
"mmmmmmmmlli"
:{
"width"
:
510.76788330078125
,
"actualBoundingBoxAscent"
:
-
10.081871032714844
,
"actualBoundingBoxLeft"
:
-
1.7280000448226929
,
"actualBoundingBoxRight"
:
509.0398864746094
,
"fontBoundingBoxAscent"
:
14.078125
,
"actualBoundingBoxDescent"
:
57.88987731933594
}}},
"imgsRes"
:{
"94px sans-serif"
:{
"18,90,1,1"
:
"214,122,6,255"
,
"38,77,1,1"
:
"255,255,255,255"
,
"48,28,1,1"
:
"0,0,0,0"
,
"94,23,1,1"
:
"0,0,0,0"
,
"26,46,1,1"
:
"253,243,245,255"
,
"47,23,1,1"
:
"0,0,0,0"
,
"37,17,1,1"
:
"0,0,0,255"
,
"62,28,1,1"
:
"204,131,217,255"
}},
"glRes"
:{
"3379"
:
16384
,
"3410"
:
8
,
"3411"
:
8
,
"3412"
:
8
,
"3413"
:
8
,
"3414"
:
24
,
"3415"
:
0
,
"7936"
:
"WebKit"
,
"7937"
:
"WebKit WebGL"
,
"7938"
:
"WebGL 1.0 (OpenGL ES 2.0 Chromium)"
,
"34024"
:
16384
,
"34047"
:
16
,
"34076"
:
16384
,
"34921"
:
16
,
"34930"
:
16
,
"35660"
:
16
,
"35661"
:
32
,
"35724"
:
"WebGL GLSL ES 1.0 (OpenGL ES GLSL ES 1.0 Chromium)"
,
"36347"
:
1024
,
"36348"
:
32
,
"36349"
:
1024
,
"37445"
:
"Google Inc. (ATI Technologies Inc.)"
,
"37446"
:
"ANGLE (ATI Technologies Inc., AMD Radeon RX 560 OpenGL Engine, OpenGL 4.1)"
},
"jpg"
:
"data:image/png;base64,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"
,
"jpg2"
:{
"data"
:
"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
,
"url"
:
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAAA9JREFUGFdjZMACGGkgCAABpAAGvg7NcwAAAABJRU5ErkJggg=="
},
"canPlay"
:{
"audio/aac; codecs=
\"
flac
\"
"
:
""
,
"audio/flac"
:
"probably"
,
"audio/mpeg; codecs=
\"
mp3
\"
"
:
"probably"
,
"audio/mpeg; codecs=
\"
vp9
\"
"
:
""
,
"audio/webm; codecs=
\"
vp8
\"
"
:
""
,
"audio/webz"
:
""
,
"audio/x-m4a; codecs=
\"
mp3
\"
"
:
""
,
"audio/x-m4a; codecs=
\"
vp8, mp4a.40
\"
"
:
""
,
"audio/x-m4a; codecs=
\"
vp9, mp4a.40.2
\"
"
:
""
,
"video/mp4"
:
"maybe"
,
"video/mp4; codecs=
\"
ac-3
\"
"
:
""
,
"video/mp4; codecs=
\"
avc1.42011E
\"
"
:
""
,
"video/mp4; codecs=
\"
avc1.42E009
\"
"
:
"maybe"
,
"video/mp4; codecs=
\"
avc1.42E034
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
avc1.42F01E
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
avc1.4D001E
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
avc3.42001E
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
avc3.42E01E, mp4a.40.29
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
flac
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
hev1
\"
"
:
""
,
"video/mp4; codecs=
\"
hvc1x
\"
"
:
""
,
"video/mp4; codecs=
\"
lavc1337
\"
"
:
""
,
"video/mp4; codecs=
\"
mp4a.40.02
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
mp4a.40.5
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
mp4a.67
\"
"
:
"probably"
,
"video/mp4; codecs=
\"
opus
\"
"
:
"probably"
,
"video/ogg; codecs=
\"
flac
\"
"
:
"probably"
,
"video/ogg; codecs=
\"
opus
\"
"
:
"probably"
,
"video/ogg; codecs=
\"
vp8
\"
"
:
"probably"
,
"video/webm"
:
"maybe"
,
"video/webm; codecs=
\"
av01.0.04M.08
\"
"
:
"probably"
,
"video/webm; codecs=
\"
vp09.02.10.08
\"
"
:
"probably"
,
"video/x-dv"
:
""
,
"video/x-m4v; codecs=
\"
avc1.42AC23
\"
"
:
"maybe"
}}
let
randomEvent
=
false
;
let
timeout
=
true
;
let
imgRes
=
{}
...
...
src/vm_env.js
View file @
dfacf0a3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment