Merge lp:~trb143/openlp/svg into lp:openlp

Proposed by Tim Bentley
Status: Merged
Merged at revision: 2826
Proposed branch: lp:~trb143/openlp/svg
Merge into: lp:openlp
Diff against target: 53532 lines (+49957/-617) (has conflicts)
81 files modified
.bzrignore (+1/-1)
openlp/core/api/tab.py (+3/-39)
openlp/core/app.py (+1/-0)
openlp/core/common/i18n.py (+2/-1)
openlp/core/common/registry.py (+1/-0)
openlp/core/lib/mediamanageritem.py (+16/-18)
openlp/core/lib/serviceitem.py (+16/-8)
openlp/core/lib/ui.py (+3/-2)
openlp/core/projectors/editform.py (+2/-2)
openlp/core/projectors/manager.py (+51/-49)
openlp/core/projectors/tab.py (+2/-1)
openlp/core/server.py (+7/-6)
openlp/core/ui/__init__.py (+1/-1)
openlp/core/ui/aboutdialog.py (+3/-3)
openlp/core/ui/advancedtab.py (+4/-3)
openlp/core/ui/exceptiondialog.py (+7/-7)
openlp/core/ui/filerenamedialog.py (+2/-2)
openlp/core/ui/firsttimelanguagedialog.py (+2/-2)
openlp/core/ui/firsttimewizard.py (+3/-3)
openlp/core/ui/fonts/openlp-charmap.json (+11/-0)
openlp/core/ui/fonts/openlp.sfd (+49283/-0)
openlp/core/ui/formattingtagdialog.py (+5/-5)
openlp/core/ui/icons.py (+190/-0)
openlp/core/ui/maindisplay.py (+2/-1)
openlp/core/ui/mainwindow.py (+31/-30)
openlp/core/ui/media/mediacontroller.py (+5/-4)
openlp/core/ui/media/playertab.py (+2/-1)
openlp/core/ui/plugindialog.py (+2/-2)
openlp/core/ui/printservicedialog.py (+9/-9)
openlp/core/ui/printserviceform.py (+22/-21)
openlp/core/ui/serviceitemeditdialog.py (+2/-2)
openlp/core/ui/servicemanager.py (+33/-33)
openlp/core/ui/settingsdialog.py (+2/-2)
openlp/core/ui/shortcutlistdialog.py (+6/-6)
openlp/core/ui/slidecontroller.py (+24/-23)
openlp/core/ui/starttimedialog.py (+2/-2)
openlp/core/ui/themelayoutdialog.py (+2/-2)
openlp/core/ui/thememanager.py (+12/-11)
openlp/core/ui/themestab.py (+2/-1)
openlp/core/ui/themewizard.py (+2/-2)
openlp/core/version.py (+1/-1)
openlp/core/widgets/buttons.py (+3/-3)
openlp/core/widgets/edits.py (+5/-4)
openlp/core/widgets/wizard.py (+6/-5)
openlp/plugins/alerts/alertsplugin.py (+5/-4)
openlp/plugins/alerts/forms/alertdialog.py (+6/-7)
openlp/plugins/bibles/bibleplugin.py (+3/-2)
openlp/plugins/bibles/forms/booknamedialog.py (+2/-2)
openlp/plugins/bibles/forms/editbibledialog.py (+2/-2)
openlp/plugins/bibles/forms/languagedialog.py (+2/-2)
openlp/plugins/bibles/lib/mediaitem.py (+8/-7)
openlp/plugins/custom/customplugin.py (+2/-1)
openlp/plugins/custom/forms/editcustomdialog.py (+2/-2)
openlp/plugins/custom/forms/editcustomslidedialog.py (+4/-5)
openlp/plugins/custom/lib/mediaitem.py (+4/-3)
openlp/plugins/images/imageplugin.py (+2/-1)
openlp/plugins/images/lib/mediaitem.py (+16/-16)
openlp/plugins/media/forms/mediaclipselectordialog.py (+2/-2)
openlp/plugins/media/forms/mediaclipselectorform.py (+4/-7)
openlp/plugins/media/lib/mediaitem.py (+13/-15)
openlp/plugins/media/mediaplugin.py (+2/-1)
openlp/plugins/presentations/lib/mediaitem.py (+4/-6)
openlp/plugins/presentations/lib/messagelistener.py (+1/-1)
openlp/plugins/presentations/presentationplugin.py (+2/-1)
openlp/plugins/songs/forms/authorsdialog.py (+2/-2)
openlp/plugins/songs/forms/editsongdialog.py (+2/-2)
openlp/plugins/songs/forms/editversedialog.py (+7/-7)
openlp/plugins/songs/forms/mediafilesdialog.py (+2/-2)
openlp/plugins/songs/forms/songbookdialog.py (+2/-2)
openlp/plugins/songs/forms/songmaintenancedialog.py (+14/-14)
openlp/plugins/songs/forms/songreviewwidget.py (+2/-2)
openlp/plugins/songs/forms/songselectdialog.py (+8/-8)
openlp/plugins/songs/forms/topicsdialog.py (+2/-2)
openlp/plugins/songs/lib/mediaitem.py (+12/-11)
openlp/plugins/songs/songsplugin.py (+3/-2)
openlp/plugins/songusage/forms/songusagedeletedialog.py (+2/-2)
openlp/plugins/songusage/forms/songusagedetaildialog.py (+2/-2)
openlp/plugins/songusage/songusageplugin.py (+5/-6)
resources/images/openlp-2.qrc (+12/-145)
scripts/check_dependencies.py (+2/-1)
tests/functional/openlp_plugins/bibles/test_mediaitem.py (+1/-2)
Text conflict in openlp/core/projectors/manager.py
To merge this branch: bzr merge lp:~trb143/openlp/svg
Reviewer Review Type Date Requested Status
OpenLP Core Pending
Review via email: mp+343242@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Raoul Snyman (raoul-snyman) wrote :

Some initial thoughts:

1. Load/open needs to use "folder-open"
2. The New Group icon can use "folder"
3. The "live" icon should not be a camera. Maybe "desktop" - at least until we have a custom icon

There are some custom icons we need.

Also, a designer has been in contact with me, and he might be able to make an icon set for us -- though I'm not holding out for it

Revision history for this message
Tim Bentley (trb143) wrote :

Thanks will make the changes.
I have broken print preview with my changes so needed to have a look at the delta.
Hunt the icon is an interesting game.

lp:~trb143/openlp/svg updated
2837. By Tim Bentley

fix up service print

2838. By Tim Bentley

head

2839. By Tim Bentley

more cleanups print finished

2840. By Tim Bentley

more cleanups

2841. By Tim Bentley

more cleanups

2842. By Tim Bentley

fix code errors

2843. By Tim Bentley

more bits

2844. By Tim Bentley

more gone

2845. By Tim Bentley

add attributes

2846. By Tim Bentley

more bits

2847. By Tim Bentley

more bits

2848. By Tim Bentley

fix color

2849. By Tim Bentley

Add custom font file and handling

2850. By Tim Bentley

Yet more updates

2851. By Tim Bentley

More icons

2852. By Tim Bentley

more icons

2853. By Tim Bentley

start projector

2854. By Tim Bentley

more projector

2855. By Tim Bentley

remove more and fix code

2856. By Tim Bentley

finish projector

2857. By Tim Bentley

Conversion finished

2858. By Tim Bentley

update ignore

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2017-12-29 10:40:07 +0000
3+++ .bzrignore 2018-06-25 19:53:37 +0000
4@@ -16,7 +16,6 @@
5 build
6 resources/innosetup/Output
7 .pylint.d
8-*.qm
9 openlp/core/resources.py.old
10 *.qm
11 resources/windows/warnOpenLP.txt
12@@ -46,3 +45,4 @@
13 htmlcov
14 openlp-test-projectordb.sqlite
15 .cache
16+.pytest_cache
17
18=== modified file 'openlp/core/api/tab.py'
19--- openlp/core/api/tab.py 2018-02-11 21:52:04 +0000
20+++ openlp/core/api/tab.py 2018-06-25 19:53:37 +0000
21@@ -22,13 +22,14 @@
22 """
23 The :mod:`~openlp.core.api.tab` module contains the settings tab for the API
24 """
25-from PyQt5 import QtCore, QtGui, QtNetwork, QtWidgets
26+from PyQt5 import QtCore, QtGui, QtWidgets
27
28 from openlp.core.common import get_local_ip4
29 from openlp.core.common.i18n import UiStrings, translate
30 from openlp.core.common.registry import Registry
31 from openlp.core.common.settings import Settings
32 from openlp.core.lib import SettingsTab
33+from openlp.core.ui.icons import UiIcons
34
35 ZERO_URL = '0.0.0.0'
36
37@@ -38,11 +39,9 @@
38 RemoteTab is the Remotes settings tab in the settings dialog.
39 """
40 def __init__(self, parent):
41- self.icon_path = ':/plugins/plugin_remote.png'
42+ self.icon_path = UiIcons().remote
43 advanced_translated = translate('OpenLP.AdvancedTab', 'Advanced')
44 super(ApiTab, self).__init__(parent, 'api', advanced_translated)
45- self.define_main_window_icon()
46- self.generate_icon()
47
48 def setupUi(self):
49 self.setObjectName('ApiTab')
50@@ -155,24 +154,6 @@
51 self.thumbnails_check_box.stateChanged.connect(self.on_thumbnails_check_box_changed)
52 self.address_edit.textChanged.connect(self.set_urls)
53
54- def define_main_window_icon(self):
55- """
56- Define an icon on the main window to show the state of the server
57- :return:
58- """
59- self.remote_server_icon = QtWidgets.QLabel(self.main_window.status_bar)
60- size_policy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
61- size_policy.setHorizontalStretch(0)
62- size_policy.setVerticalStretch(0)
63- size_policy.setHeightForWidth(self.remote_server_icon.sizePolicy().hasHeightForWidth())
64- self.remote_server_icon.setSizePolicy(size_policy)
65- self.remote_server_icon.setFrameShadow(QtWidgets.QFrame.Plain)
66- self.remote_server_icon.setLineWidth(1)
67- self.remote_server_icon.setScaledContents(True)
68- self.remote_server_icon.setFixedSize(20, 20)
69- self.remote_server_icon.setObjectName('remote_server_icon')
70- self.main_window.status_bar.insertPermanentWidget(2, self.remote_server_icon)
71-
72 def retranslateUi(self):
73 self.tab_title_visible = translate('RemotePlugin.RemoteTab', 'Remote Interface')
74 self.server_settings_group_box.setTitle(translate('RemotePlugin.RemoteTab', 'Server Settings'))
75@@ -259,7 +240,6 @@
76 Settings().setValue(self.settings_section + '/authentication enabled', self.user_login_group_box.isChecked())
77 Settings().setValue(self.settings_section + '/user id', self.user_id.text())
78 Settings().setValue(self.settings_section + '/password', self.password.text())
79- self.generate_icon()
80 if self.update_site_group_box.isChecked():
81 self.settings_form.register_post_process('download_website')
82
83@@ -280,19 +260,3 @@
84 # we have a set value convert to True/False
85 if check_state == QtCore.Qt.Checked:
86 self.thumbnails = True
87-
88- def generate_icon(self):
89- """
90- Generate icon for main window
91- """
92- self.remote_server_icon.hide()
93- icon = QtGui.QImage(':/remote/network_server.png')
94- icon = icon.scaled(80, 80, QtCore.Qt.KeepAspectRatio, QtCore.Qt.SmoothTransformation)
95- if Settings().value(self.settings_section + '/authentication enabled'):
96- overlay = QtGui.QImage(':/remote/network_auth.png')
97- overlay = overlay.scaled(60, 60, QtCore.Qt.KeepAspectRatio, QtCore.Qt.SmoothTransformation)
98- painter = QtGui.QPainter(icon)
99- painter.drawImage(20, 0, overlay)
100- painter.end()
101- self.remote_server_icon.setPixmap(QtGui.QPixmap.fromImage(icon))
102- self.remote_server_icon.show()
103
104=== modified file 'openlp/core/app.py'
105--- openlp/core/app.py 2018-03-29 16:25:10 +0000
106+++ openlp/core/app.py 2018-06-25 19:53:37 +0000
107@@ -404,6 +404,7 @@
108 if not Settings().value('core/has run wizard'):
109 if not FirstTimeLanguageForm().exec():
110 # if cancel then stop processing
111+ server.close_server()
112 sys.exit()
113 # i18n Set Language
114 language = LanguageManager.get_language()
115
116=== modified file 'openlp/core/common/i18n.py'
117--- openlp/core/common/i18n.py 2018-03-29 15:16:55 +0000
118+++ openlp/core/common/i18n.py 2018-06-25 19:53:37 +0000
119@@ -339,9 +339,10 @@
120 """
121 if not cls.__instance__:
122 cls.__instance__ = object.__new__(cls)
123+ cls.load(cls)
124 return cls.__instance__
125
126- def __init__(self):
127+ def load(self):
128 """
129 These strings should need a good reason to be retranslated elsewhere.
130 Should some/more/less of these have an & attached?
131
132=== modified file 'openlp/core/common/registry.py'
133--- openlp/core/common/registry.py 2017-12-29 09:15:48 +0000
134+++ openlp/core/common/registry.py 2018-06-25 19:53:37 +0000
135@@ -58,6 +58,7 @@
136 registry.working_flags = {}
137 # Allow the tests to remove Registry entries but not the live system
138 registry.running_under_test = 'nose' in sys.argv[0]
139+ registry.running_under_test = 'pytest' in sys.argv[0]
140 registry.initialising = True
141 return registry
142
143
144=== modified file 'openlp/core/lib/mediamanageritem.py'
145--- openlp/core/lib/mediamanageritem.py 2017-12-29 09:15:48 +0000
146+++ openlp/core/lib/mediamanageritem.py 2018-06-25 19:53:37 +0000
147@@ -28,6 +28,7 @@
148 from PyQt5 import QtCore, QtWidgets
149
150 from openlp.core.common.i18n import UiStrings, translate
151+from openlp.core.ui.icons import UiIcons
152 from openlp.core.common.mixins import RegistryProperties
153 from openlp.core.common.path import path_to_str, str_to_path
154 from openlp.core.common.registry import Registry
155@@ -165,28 +166,25 @@
156 toolbar_actions = []
157 # Import Button
158 if self.has_import_icon:
159- toolbar_actions.append(['Import', StringContent.Import,
160- ':/general/general_import.png', self.on_import_click])
161+ toolbar_actions.append(['Import', StringContent.Import, UiIcons().download, self.on_import_click])
162 # Load Button
163 if self.has_file_icon:
164- toolbar_actions.append(['Load', StringContent.Load, ':/general/general_open.png', self.on_file_click])
165+ toolbar_actions.append(['Load', StringContent.Load, UiIcons().open, self.on_file_click])
166 # New Button
167 if self.has_new_icon:
168- toolbar_actions.append(['New', StringContent.New, ':/general/general_new.png', self.on_new_click])
169+ toolbar_actions.append(['New', StringContent.New, UiIcons().new, self.on_new_click])
170 # Edit Button
171 if self.has_edit_icon:
172- toolbar_actions.append(['Edit', StringContent.Edit, ':/general/general_edit.png', self.on_edit_click])
173+ toolbar_actions.append(['Edit', StringContent.Edit, UiIcons().edit, self.on_edit_click])
174 # Delete Button
175 if self.has_delete_icon:
176- toolbar_actions.append(['Delete', StringContent.Delete,
177- ':/general/general_delete.png', self.on_delete_click])
178+ toolbar_actions.append(['Delete', StringContent.Delete, UiIcons().delete, self.on_delete_click])
179 # Preview
180- toolbar_actions.append(['Preview', StringContent.Preview,
181- ':/general/general_preview.png', self.on_preview_click])
182+ toolbar_actions.append(['Preview', StringContent.Preview, UiIcons().preview, self.on_preview_click])
183 # Live Button
184- toolbar_actions.append(['Live', StringContent.Live, ':/general/general_live.png', self.on_live_click])
185+ toolbar_actions.append(['Live', StringContent.Live, UiIcons().live, self.on_live_click])
186 # Add to service Button
187- toolbar_actions.append(['Service', StringContent.Service, ':/general/general_add.png', self.on_add_click])
188+ toolbar_actions.append(['Service', StringContent.Service, UiIcons().add, self.on_add_click])
189 for action in toolbar_actions:
190 if action[0] == StringContent.Preview:
191 self.toolbar.addSeparator()
192@@ -207,21 +205,21 @@
193 if self.has_edit_icon:
194 create_widget_action(self.list_view,
195 text=self.plugin.get_string(StringContent.Edit)['title'],
196- icon=':/general/general_edit.png',
197+ icon=UiIcons().edit,
198 triggers=self.on_edit_click)
199 create_widget_action(self.list_view, separator=True)
200 create_widget_action(self.list_view,
201 'listView{plugin}{preview}Item'.format(plugin=self.plugin.name.title(),
202 preview=StringContent.Preview.title()),
203 text=self.plugin.get_string(StringContent.Preview)['title'],
204- icon=':/general/general_preview.png',
205+ icon=UiIcons().preview,
206 can_shortcuts=True,
207 triggers=self.on_preview_click)
208 create_widget_action(self.list_view,
209 'listView{plugin}{live}Item'.format(plugin=self.plugin.name.title(),
210 live=StringContent.Live.title()),
211 text=self.plugin.get_string(StringContent.Live)['title'],
212- icon=':/general/general_live.png',
213+ icon=UiIcons().live,
214 can_shortcuts=True,
215 triggers=self.on_live_click)
216 create_widget_action(self.list_view,
217@@ -229,7 +227,7 @@
218 service=StringContent.Service.title()),
219 can_shortcuts=True,
220 text=self.plugin.get_string(StringContent.Service)['title'],
221- icon=':/general/general_add.png',
222+ icon=UiIcons().add,
223 triggers=self.on_add_click)
224 if self.has_delete_icon:
225 create_widget_action(self.list_view, separator=True)
226@@ -237,13 +235,13 @@
227 'listView{plugin}{delete}Item'.format(plugin=self.plugin.name.title(),
228 delete=StringContent.Delete.title()),
229 text=self.plugin.get_string(StringContent.Delete)['title'],
230- icon=':/general/general_delete.png',
231+ icon=UiIcons().delete,
232 can_shortcuts=True, triggers=self.on_delete_click)
233 if self.add_to_service_item:
234 create_widget_action(self.list_view, separator=True)
235 create_widget_action(self.list_view,
236 text=translate('OpenLP.MediaManagerItem', '&Add to selected Service Item'),
237- icon=':/general/general_add.png',
238+ icon=UiIcons().add,
239 triggers=self.on_add_edit_click)
240 self.add_custom_context_actions()
241 # Create the context menu and add all actions from the list_view.
242@@ -621,7 +619,7 @@
243 :param context: The context on which this is called
244 """
245 service_item = ServiceItem(self.plugin)
246- service_item.add_icon(self.plugin.icon_path)
247+ service_item.add_icon()
248 if self.generate_slide_data(service_item, item, xml_version, remote, context):
249 return service_item
250 else:
251
252=== modified file 'openlp/core/lib/serviceitem.py'
253--- openlp/core/lib/serviceitem.py 2018-02-18 16:16:52 +0000
254+++ openlp/core/lib/serviceitem.py 2018-06-25 19:53:37 +0000
255@@ -35,6 +35,7 @@
256 from openlp.core.common import md5_hash
257 from openlp.core.common.applocation import AppLocation
258 from openlp.core.common.i18n import translate
259+from openlp.core.ui.icons import UiIcons
260 from openlp.core.common.mixins import RegistryProperties
261 from openlp.core.common.path import Path
262 from openlp.core.common.settings import Settings
263@@ -169,7 +170,7 @@
264 self.processor = None
265 self.audit = ''
266 self.items = []
267- self.iconic_representation = None
268+ self.icon = UiIcons().default
269 self.raw_footer = []
270 self.foot_text = ''
271 self.theme = None
272@@ -229,14 +230,22 @@
273 """
274 return capability in self.capabilities
275
276- def add_icon(self, icon):
277+ def add_icon(self):
278 """
279 Add an icon to the service item. This is used when displaying the service item in the service manager.
280-
281- :param icon: A string to an icon in the resources or on disk.
282 """
283- self.icon = icon
284- self.iconic_representation = build_icon(icon)
285+ if self.name == 'songs':
286+ self.icon = UiIcons().music
287+ elif self.name == 'bibles':
288+ self.icon = UiIcons().bible
289+ elif self.name == 'presentations':
290+ self.icon = UiIcons().presentation
291+ elif self.name == 'images':
292+ self.icon = UiIcons().picture
293+ elif self.name == 'media':
294+ self.icon = UiIcons().video
295+ else:
296+ self.icon = UiIcons().clone
297
298 def render(self, provides_own_theme_data=False):
299 """
300@@ -361,7 +370,6 @@
301 'plugin': self.name,
302 'theme': self.theme,
303 'title': self.title,
304- 'icon': self.icon,
305 'footer': self.raw_footer,
306 'type': self.service_item_type,
307 'audit': self.audit,
308@@ -413,7 +421,7 @@
309 self.name = header['name']
310 self.service_item_type = header['type']
311 self.theme = header['theme']
312- self.add_icon(header['icon'])
313+ self.add_icon()
314 self.raw_footer = header['footer']
315 self.audit = header['audit']
316 self.notes = header['notes']
317
318=== modified file 'openlp/core/lib/ui.py'
319--- openlp/core/lib/ui.py 2017-12-29 09:15:48 +0000
320+++ openlp/core/lib/ui.py 2018-06-25 19:53:37 +0000
321@@ -31,6 +31,7 @@
322 from openlp.core.common.i18n import UiStrings, translate
323 from openlp.core.common.registry import Registry
324 from openlp.core.lib import build_icon
325+from openlp.core.ui.icons import UiIcons
326
327 log = logging.getLogger(__name__)
328
329@@ -161,10 +162,10 @@
330 kwargs.setdefault('text', UiStrings().Delete)
331 kwargs.setdefault('tooltip', translate('OpenLP.Ui', 'Delete the selected item.'))
332 elif role == 'up':
333- kwargs.setdefault('icon', ':/services/service_up.png')
334+ kwargs.setdefault('icon', UiIcons().arrow_up)
335 kwargs.setdefault('tooltip', translate('OpenLP.Ui', 'Move selection up one position.'))
336 elif role == 'down':
337- kwargs.setdefault('icon', ':/services/service_down.png')
338+ kwargs.setdefault('icon', UiIcons().arrow_down)
339 kwargs.setdefault('tooltip', translate('OpenLP.Ui', 'Move selection down one position.'))
340 else:
341 log.warning('The role "{role}" is not defined in create_push_button().'.format(role=role))
342
343=== modified file 'openlp/core/projectors/editform.py'
344--- openlp/core/projectors/editform.py 2018-04-20 06:04:43 +0000
345+++ openlp/core/projectors/editform.py 2018-06-25 19:53:37 +0000
346@@ -29,7 +29,7 @@
347
348 from openlp.core.common import verify_ip_address
349 from openlp.core.common.i18n import translate
350-from openlp.core.lib import build_icon
351+from openlp.core.ui.icons import UiIcons
352 from openlp.core.projectors.constants import PJLINK_PORT
353 from openlp.core.projectors.db import Projector
354
355@@ -47,7 +47,7 @@
356 Create the interface layout.
357 """
358 edit_projector_dialog.setObjectName('edit_projector_dialog')
359- edit_projector_dialog.setWindowIcon(build_icon(':/icon/openlp-logo.svg'))
360+ edit_projector_dialog.setWindowIcon(UiIcons().main_icon)
361 edit_projector_dialog.setMinimumWidth(400)
362 edit_projector_dialog.setModal(True)
363 # Define the basic layout
364
365=== modified file 'openlp/core/projectors/manager.py'
366--- openlp/core/projectors/manager.py 2018-05-19 00:48:33 +0000
367+++ openlp/core/projectors/manager.py 2018-06-25 19:53:37 +0000
368@@ -30,6 +30,7 @@
369 from PyQt5 import QtCore, QtGui, QtWidgets
370
371 from openlp.core.common.i18n import translate
372+from openlp.core.ui.icons import UiIcons
373 from openlp.core.common.mixins import LogMixin, RegistryProperties
374 from openlp.core.common.registry import RegistryBase
375 from openlp.core.common.settings import Settings
376@@ -49,25 +50,6 @@
377 log.debug('projectormanager loaded')
378
379
380-# Dict for matching projector status to display icon
381-STATUS_ICONS = {
382- S_NOT_CONNECTED: ':/projector/projector_item_disconnect.png',
383- S_CONNECTING: ':/projector/projector_item_connect.png',
384- S_CONNECTED: ':/projector/projector_off.png',
385- S_OFF: ':/projector/projector_off.png',
386- S_INITIALIZE: ':/projector/projector_off.png',
387- S_STANDBY: ':/projector/projector_off.png',
388- S_WARMUP: ':/projector/projector_warmup.png',
389- S_ON: ':/projector/projector_on.png',
390- S_COOLDOWN: ':/projector/projector_cooldown.png',
391- E_ERROR: ':/projector/projector_error.png',
392- E_NETWORK: ':/projector/projector_not_connected_error.png',
393- E_AUTHENTICATION: ':/projector/projector_not_connected_error.png',
394- E_UNKNOWN_SOCKET_ERROR: ':/projector/projector_not_connected_error.png',
395- E_NOT_CONNECTED: ':/projector/projector_not_connected_error.png'
396-}
397-
398-
399 class UiProjectorManager(object):
400 """
401 UI part of the Projector Manager
402@@ -88,30 +70,30 @@
403 self.one_toolbar = OpenLPToolbar(widget)
404 self.one_toolbar.add_toolbar_action('new_projector',
405 text=translate('OpenLP.ProjectorManager', 'Add Projector'),
406- icon=':/projector/projector_new.png',
407+ icon=UiIcons().new,
408 tooltip=translate('OpenLP.ProjectorManager', 'Add a new projector.'),
409 triggers=self.on_add_projector)
410 # Show edit/delete when projector not connected
411 self.one_toolbar.add_toolbar_action('edit_projector',
412 text=translate('OpenLP.ProjectorManager', 'Edit Projector'),
413- icon=':/general/general_edit.png',
414+ icon=UiIcons().edit,
415 tooltip=translate('OpenLP.ProjectorManager', 'Edit selected projector.'),
416 triggers=self.on_edit_projector)
417 self.one_toolbar.add_toolbar_action('delete_projector',
418 text=translate('OpenLP.ProjectorManager', 'Delete Projector'),
419- icon=':/general/general_delete.png',
420+ icon=UiIcons().delete,
421 tooltip=translate('OpenLP.ProjectorManager', 'Delete selected projector.'),
422 triggers=self.on_delete_projector)
423 # Show source/view when projector connected
424 self.one_toolbar.add_toolbar_action('source_view_projector',
425 text=translate('OpenLP.ProjectorManager', 'Select Input Source'),
426- icon=':/projector/projector_hdmi.png',
427+ icon=UiIcons().projector_hdmi,
428 tooltip=translate('OpenLP.ProjectorManager',
429 'Choose input source on selected projector.'),
430 triggers=self.on_select_input)
431 self.one_toolbar.add_toolbar_action('view_projector',
432 text=translate('OpenLP.ProjectorManager', 'View Projector'),
433- icon=':/system/system_about.png',
434+ icon=UiIcons().info,
435 tooltip=translate('OpenLP.ProjectorManager',
436 'View selected projector information.'),
437 triggers=self.on_status_projector)
438@@ -119,28 +101,28 @@
439 self.one_toolbar.add_toolbar_action('connect_projector',
440 text=translate('OpenLP.ProjectorManager',
441 'Connect to selected projector.'),
442- icon=':/projector/projector_connect.png',
443+ icon=UiIcons().projector_connect,
444 tooltip=translate('OpenLP.ProjectorManager',
445 'Connect to selected projector.'),
446 triggers=self.on_connect_projector)
447 self.one_toolbar.add_toolbar_action('connect_projector_multiple',
448 text=translate('OpenLP.ProjectorManager',
449 'Connect to selected projectors'),
450- icon=':/projector/projector_connect_tiled.png',
451+ icon=UiIcons().projector_connect,
452 tooltip=translate('OpenLP.ProjectorManager',
453 'Connect to selected projectors.'),
454 triggers=self.on_connect_projector)
455 self.one_toolbar.add_toolbar_action('disconnect_projector',
456 text=translate('OpenLP.ProjectorManager',
457 'Disconnect from selected projectors'),
458- icon=':/projector/projector_disconnect.png',
459+ icon=UiIcons().projector_disconnect,
460 tooltip=translate('OpenLP.ProjectorManager',
461 'Disconnect from selected projector.'),
462 triggers=self.on_disconnect_projector)
463 self.one_toolbar.add_toolbar_action('disconnect_projector_multiple',
464 text=translate('OpenLP.ProjectorManager',
465 'Disconnect from selected projector'),
466- icon=':/projector/projector_disconnect_tiled.png',
467+ icon=UiIcons().projector_disconnect,
468 tooltip=translate('OpenLP.ProjectorManager',
469 'Disconnect from selected projectors.'),
470 triggers=self.on_disconnect_projector)
471@@ -148,26 +130,26 @@
472 self.one_toolbar.add_toolbar_action('poweron_projector',
473 text=translate('OpenLP.ProjectorManager',
474 'Power on selected projector'),
475- icon=':/projector/projector_power_on.png',
476+ icon=UiIcons().projector_on,
477 tooltip=translate('OpenLP.ProjectorManager',
478 'Power on selected projector.'),
479 triggers=self.on_poweron_projector)
480 self.one_toolbar.add_toolbar_action('poweron_projector_multiple',
481 text=translate('OpenLP.ProjectorManager',
482 'Power on selected projector'),
483- icon=':/projector/projector_power_on_tiled.png',
484+ icon=UiIcons().projector_on,
485 tooltip=translate('OpenLP.ProjectorManager',
486 'Power on selected projectors.'),
487 triggers=self.on_poweron_projector)
488 self.one_toolbar.add_toolbar_action('poweroff_projector',
489 text=translate('OpenLP.ProjectorManager', 'Standby selected projector'),
490- icon=':/projector/projector_power_off.png',
491+ icon=UiIcons().projector_off,
492 tooltip=translate('OpenLP.ProjectorManager',
493 'Put selected projector in standby.'),
494 triggers=self.on_poweroff_projector)
495 self.one_toolbar.add_toolbar_action('poweroff_projector_multiple',
496 text=translate('OpenLP.ProjectorManager', 'Standby selected projector'),
497- icon=':/projector/projector_power_off_tiled.png',
498+ icon=UiIcons().projector_off,
499 tooltip=translate('OpenLP.ProjectorManager',
500 'Put selected projectors in standby.'),
501 triggers=self.on_poweroff_projector)
502@@ -175,28 +157,28 @@
503 self.one_toolbar.add_toolbar_action('blank_projector',
504 text=translate('OpenLP.ProjectorManager',
505 'Blank selected projector screen'),
506- icon=':/projector/projector_blank.png',
507+ icon=UiIcons().blank,
508 tooltip=translate('OpenLP.ProjectorManager',
509 'Blank selected projector screen'),
510 triggers=self.on_blank_projector)
511 self.one_toolbar.add_toolbar_action('blank_projector_multiple',
512 text=translate('OpenLP.ProjectorManager',
513 'Blank selected projectors screen'),
514- icon=':/projector/projector_blank_tiled.png',
515+ icon=UiIcons().blank,
516 tooltip=translate('OpenLP.ProjectorManager',
517 'Blank selected projectors screen.'),
518 triggers=self.on_blank_projector)
519 self.one_toolbar.add_toolbar_action('show_projector',
520 text=translate('OpenLP.ProjectorManager',
521 'Show selected projector screen'),
522- icon=':/projector/projector_show.png',
523+ icon=UiIcons().desktop,
524 tooltip=translate('OpenLP.ProjectorManager',
525 'Show selected projector screen.'),
526 triggers=self.on_show_projector)
527 self.one_toolbar.add_toolbar_action('show_projector_multiple',
528 text=translate('OpenLP.ProjectorManager',
529 'Show selected projector screen'),
530- icon=':/projector/projector_show_tiled.png',
531+ icon=UiIcons().desktop,
532 tooltip=translate('OpenLP.ProjectorManager',
533 'Show selected projectors screen.'),
534 triggers=self.on_show_projector)
535@@ -218,61 +200,61 @@
536 self.status_action = create_widget_action(self.menu,
537 text=translate('OpenLP.ProjectorManager',
538 '&View Projector Information'),
539- icon=':/system/system_about.png',
540+ icon=UiIcons().info,
541 triggers=self.on_status_projector)
542 self.edit_action = create_widget_action(self.menu,
543 text=translate('OpenLP.ProjectorManager',
544 '&Edit Projector'),
545- icon=':/projector/projector_edit.png',
546+ icon=UiIcons().edit,
547 triggers=self.on_edit_projector)
548 self.menu.addSeparator()
549 self.connect_action = create_widget_action(self.menu,
550 text=translate('OpenLP.ProjectorManager',
551 '&Connect Projector'),
552- icon=':/projector/projector_connect.png',
553+ icon=UiIcons().projector_connect,
554 triggers=self.on_connect_projector)
555 self.disconnect_action = create_widget_action(self.menu,
556 text=translate('OpenLP.ProjectorManager',
557 'D&isconnect Projector'),
558- icon=':/projector/projector_disconnect.png',
559+ icon=UiIcons().projector_off,
560 triggers=self.on_disconnect_projector)
561 self.menu.addSeparator()
562 self.poweron_action = create_widget_action(self.menu,
563 text=translate('OpenLP.ProjectorManager',
564 'Power &On Projector'),
565- icon=':/projector/projector_power_on.png',
566+ icon=UiIcons().projector_on,
567 triggers=self.on_poweron_projector)
568 self.poweroff_action = create_widget_action(self.menu,
569 text=translate('OpenLP.ProjectorManager',
570 'Power O&ff Projector'),
571- icon=':/projector/projector_power_off.png',
572+ icon=UiIcons().projector_off,
573 triggers=self.on_poweroff_projector)
574 self.menu.addSeparator()
575 self.select_input_action = create_widget_action(self.menu,
576 text=translate('OpenLP.ProjectorManager',
577 'Select &Input'),
578- icon=':/projector/projector_hdmi.png',
579+ icon=UiIcons().projector_hdmi,
580 triggers=self.on_select_input)
581 self.edit_input_action = create_widget_action(self.menu,
582 text=translate('OpenLP.ProjectorManager',
583 'Edit Input Source'),
584- icon=':/general/general_edit.png',
585+ icon=UiIcons().edit,
586 triggers=self.on_edit_input)
587 self.blank_action = create_widget_action(self.menu,
588 text=translate('OpenLP.ProjectorManager',
589 '&Blank Projector Screen'),
590- icon=':/projector/projector_blank.png',
591+ icon=UiIcons().blank,
592 triggers=self.on_blank_projector)
593 self.show_action = create_widget_action(self.menu,
594 text=translate('OpenLP.ProjectorManager',
595 '&Show Projector Screen'),
596- icon=':/projector/projector_show.png',
597+ icon=UiIcons().projector,
598 triggers=self.on_show_projector)
599 self.menu.addSeparator()
600 self.delete_action = create_widget_action(self.menu,
601 text=translate('OpenLP.ProjectorManager',
602 '&Delete Projector'),
603- icon=':/general/general_delete.png',
604+ icon=UiIcons().delete,
605 triggers=self.on_delete_projector)
606 self.update_icons()
607
608@@ -294,9 +276,29 @@
609 self.projectordb = projectordb
610 self.projector_list = []
611 self.source_select_form = None
612+<<<<<<< TREE
613 # Dictionary of PJLinkUDP objects to listen for UDP broadcasts from PJLink 2+ projectors.
614 # Key is port number that projectors use
615 self.pjlink_udp = {}
616+=======
617+ # Dict for matching projector status to display icon
618+ self.status_icons = {
619+ S_NOT_CONNECTED: UiIcons().projector_disconnect,
620+ S_CONNECTING: UiIcons().projector_connect,
621+ S_CONNECTED: UiIcons().projector_off,
622+ S_OFF: UiIcons().projector_off,
623+ S_INITIALIZE: UiIcons().projector_on,
624+ S_STANDBY: UiIcons().projector_off,
625+ S_WARMUP: UiIcons().projector_warmup,
626+ S_ON: UiIcons().projector_off,
627+ S_COOLDOWN: UiIcons().projector_cooldown,
628+ E_ERROR: UiIcons().projector_error,
629+ E_NETWORK: UiIcons().error,
630+ E_AUTHENTICATION: UiIcons().authentication,
631+ E_UNKNOWN_SOCKET_ERROR: UiIcons().error,
632+ E_NOT_CONNECTED: UiIcons().projector_disconnect
633+ }
634+>>>>>>> MERGE-SOURCE
635
636 def bootstrap_initialise(self):
637 """
638@@ -724,7 +726,7 @@
639 """
640 item = ProjectorItem(link=self._add_projector(projector))
641 item.db_item = projector
642- item.icon = QtGui.QIcon(QtGui.QPixmap(STATUS_ICONS[S_NOT_CONNECTED]))
643+ item.icon = QtGui.QIcon(self.status_icons[S_NOT_CONNECTED])
644 widget = QtWidgets.QListWidgetItem(item.icon,
645 item.link.name,
646 self.projector_list_widget
647@@ -820,7 +822,7 @@
648 return
649
650 item.status = status
651- item.icon = QtGui.QIcon(QtGui.QPixmap(STATUS_ICONS[status]))
652+ item.icon = self.status_icons[status]
653 log.debug('({name}) Updating icon with {code}'.format(name=item.link.name, code=STATUS_CODE[status]))
654 item.widget.setIcon(item.icon)
655 return self.update_icons()
656
657=== modified file 'openlp/core/projectors/tab.py'
658--- openlp/core/projectors/tab.py 2018-05-19 00:48:33 +0000
659+++ openlp/core/projectors/tab.py 2018-06-25 19:53:37 +0000
660@@ -29,6 +29,7 @@
661 from openlp.core.common.i18n import UiStrings, translate
662 from openlp.core.common.settings import Settings
663 from openlp.core.lib import SettingsTab
664+from openlp.core.ui.icons import UiIcons
665 from openlp.core.projectors import DialogSourceStyle
666
667 log = logging.getLogger(__name__)
668@@ -45,7 +46,7 @@
669
670 :param parent: Parent widget
671 """
672- self.icon_path = ':/projector/projector_manager.png'
673+ self.icon_path = UiIcons().projector
674 projector_translated = translate('OpenLP.ProjectorTab', 'Projector')
675 super(ProjectorTab, self).__init__(parent, 'Projector', projector_translated)
676
677
678=== modified file 'openlp/core/server.py'
679--- openlp/core/server.py 2018-03-29 19:52:59 +0000
680+++ openlp/core/server.py 2018-06-25 19:53:37 +0000
681@@ -53,12 +53,13 @@
682 if 'OpenLP' in args:
683 args.remove('OpenLP')
684 # Yes, there is.
685- self.out_stream = QtCore.QTextStream(self.out_socket)
686- self.out_stream.setCodec('UTF-8')
687- self.out_socket.write(str.encode("".join(args)))
688- if not self.out_socket.waitForBytesWritten(10):
689- raise Exception(str(self.out_socket.errorString()))
690- self.out_socket.disconnectFromServer()
691+ if len(args):
692+ self.out_stream = QtCore.QTextStream(self.out_socket)
693+ self.out_stream.setCodec('UTF-8')
694+ self.out_socket.write(str.encode("".join(args)))
695+ if not self.out_socket.waitForBytesWritten(10):
696+ raise Exception(str(self.out_socket.errorString()))
697+ self.out_socket.disconnectFromServer()
698
699 def start_server(self):
700 """
701
702=== modified file 'openlp/core/ui/__init__.py'
703--- openlp/core/ui/__init__.py 2017-12-29 09:15:48 +0000
704+++ openlp/core/ui/__init__.py 2018-06-25 19:53:37 +0000
705@@ -125,4 +125,4 @@
706 'ServiceNoteForm', 'ThemeLayoutForm', 'FileRenameForm', 'StartTimeForm', 'MainDisplay',
707 'SlideController', 'DisplayController', 'GeneralTab', 'ThemesTab', 'AdvancedTab', 'PluginForm',
708 'FormattingTagForm', 'ShortcutListForm', 'FormattingTagController', 'SingleColumnTableWidget',
709- 'ProjectorManager', 'ProjectorTab', 'ProjectorEditForm']
710+ 'ProjectorManager', 'ProjectorTab', 'ProjectorEditForm', 'LiveController', 'PreviewController']
711
712=== modified file 'openlp/core/ui/aboutdialog.py'
713--- openlp/core/ui/aboutdialog.py 2018-02-02 21:33:41 +0000
714+++ openlp/core/ui/aboutdialog.py 2018-06-25 19:53:37 +0000
715@@ -24,8 +24,8 @@
716 from PyQt5 import QtGui, QtWidgets
717
718 from openlp.core.common.i18n import UiStrings, translate
719-from openlp.core.lib import build_icon
720 from openlp.core.lib.ui import create_button, create_button_box
721+from openlp.core.ui.icons import UiIcons
722
723
724 class UiAboutDialog(object):
725@@ -40,7 +40,7 @@
726 :param about_dialog: The QDialog object to set up.
727 """
728 about_dialog.setObjectName('about_dialog')
729- about_dialog.setWindowIcon(build_icon(':/icon/openlp-logo.svg'))
730+ about_dialog.setWindowIcon(UiIcons().main_icon)
731 self.about_dialog_layout = QtWidgets.QVBoxLayout(about_dialog)
732 self.about_dialog_layout.setContentsMargins(8, 8, 8, 8)
733 self.about_dialog_layout.setObjectName('about_dialog_layout')
734@@ -78,7 +78,7 @@
735 self.license_tab_layout.addWidget(self.license_text_edit)
736 self.about_notebook.addTab(self.license_tab, '')
737 self.about_dialog_layout.addWidget(self.about_notebook)
738- self.volunteer_button = create_button(None, 'volunteer_button', icon=':/system/system_volunteer.png')
739+ self.volunteer_button = create_button(None, 'volunteer_button', icon=UiIcons().volunteer)
740 self.button_box = create_button_box(about_dialog, 'button_box', ['close'], [self.volunteer_button])
741 self.about_dialog_layout.addWidget(self.button_box)
742 self.retranslate_ui(about_dialog)
743
744=== modified file 'openlp/core/ui/advancedtab.py'
745--- openlp/core/ui/advancedtab.py 2017-12-29 09:15:48 +0000
746+++ openlp/core/ui/advancedtab.py 2018-06-25 19:53:37 +0000
747@@ -33,6 +33,7 @@
748 from openlp.core.common.settings import Settings
749 from openlp.core.lib import SettingsTab, build_icon
750 from openlp.core.ui.style import HAS_DARK_STYLE
751+from openlp.core.ui.icons import UiIcons
752 from openlp.core.widgets.edits import PathEdit
753 from openlp.core.widgets.enums import PathEditType
754
755@@ -49,7 +50,7 @@
756 Initialise the settings tab
757 """
758 self.data_exists = False
759- self.icon_path = ':/system/system_settings.png'
760+ self.icon_path = UiIcons().settings
761 self.autoscroll_map = [None, {'dist': -1, 'pos': 0}, {'dist': -1, 'pos': 1}, {'dist': -1, 'pos': 2},
762 {'dist': 0, 'pos': 0}, {'dist': 0, 'pos': 1}, {'dist': 0, 'pos': 2},
763 {'dist': 0, 'pos': 3}, {'dist': 1, 'pos': 0}, {'dist': 1, 'pos': 1},
764@@ -131,7 +132,7 @@
765 self.new_data_directory_has_files_label.setWordWrap(True)
766 self.data_directory_cancel_button = QtWidgets.QToolButton(self.data_directory_group_box)
767 self.data_directory_cancel_button.setObjectName('data_directory_cancel_button')
768- self.data_directory_cancel_button.setIcon(build_icon(':/general/general_delete.png'))
769+ self.data_directory_cancel_button.setIcon(UiIcons().delete)
770 self.data_directory_copy_check_layout = QtWidgets.QHBoxLayout()
771 self.data_directory_copy_check_layout.setObjectName('data_directory_copy_check_layout')
772 self.data_directory_copy_check_box = QtWidgets.QCheckBox(self.data_directory_group_box)
773@@ -211,7 +212,7 @@
774 self.service_name_edit.setValidator(QtGui.QRegExpValidator(QtCore.QRegExp(r'[^/\\?*|<>\[\]":+]+'), self))
775 self.service_name_revert_button = QtWidgets.QToolButton(self.service_name_group_box)
776 self.service_name_revert_button.setObjectName('service_name_revert_button')
777- self.service_name_revert_button.setIcon(build_icon(':/general/general_revert.png'))
778+ self.service_name_revert_button.setIcon(UiIcons().undo)
779 self.service_name_button_layout = QtWidgets.QHBoxLayout()
780 self.service_name_button_layout.setObjectName('service_name_button_layout')
781 self.service_name_button_layout.addWidget(self.service_name_edit)
782
783=== modified file 'openlp/core/ui/exceptiondialog.py'
784--- openlp/core/ui/exceptiondialog.py 2017-12-29 09:15:48 +0000
785+++ openlp/core/ui/exceptiondialog.py 2018-06-25 19:53:37 +0000
786@@ -26,7 +26,7 @@
787 from PyQt5 import QtGui, QtWidgets
788
789 from openlp.core.common.i18n import translate
790-from openlp.core.lib import build_icon
791+from openlp.core.ui.icons import UiIcons
792 from openlp.core.lib.ui import create_button, create_button_box
793
794
795@@ -39,7 +39,7 @@
796 Set up the UI.
797 """
798 exception_dialog.setObjectName('exception_dialog')
799- exception_dialog.setWindowIcon(build_icon(':/icon/openlp-logo.svg'))
800+ exception_dialog.setWindowIcon(UiIcons().main_icon)
801 self.exception_layout = QtWidgets.QVBoxLayout(exception_dialog)
802 self.exception_layout.setObjectName('exception_layout')
803 self.message_layout = QtWidgets.QHBoxLayout()
804@@ -48,7 +48,7 @@
805 self.message_layout.setContentsMargins(0, 0, 50, 0)
806 self.message_layout.addSpacing(12)
807 self.bug_label = QtWidgets.QLabel(exception_dialog)
808- self.bug_label.setPixmap(QtGui.QPixmap(':/graphics/exception.png'))
809+ self.bug_label.setPixmap(UiIcons().exception.pixmap(40, 40))
810 self.bug_label.setSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Fixed)
811 self.bug_label.setObjectName('bug_label')
812 self.message_layout.addWidget(self.bug_label)
813@@ -72,13 +72,13 @@
814 self.exception_text_edit.setObjectName('exception_text_edit')
815 self.exception_layout.addWidget(self.exception_text_edit)
816 self.send_report_button = create_button(exception_dialog, 'send_report_button',
817- icon=':/general/general_email.png',
818+ icon=UiIcons().email,
819 click=self.on_send_report_button_clicked)
820 self.save_report_button = create_button(exception_dialog, 'save_report_button',
821- icon=':/general/general_save.png',
822+ icon=UiIcons().save,
823 click=self.on_save_report_button_clicked)
824 self.attach_tile_button = create_button(exception_dialog, 'attach_tile_button',
825- icon=':/general/general_open.png',
826+ icon=UiIcons().open,
827 click=self.on_attach_file_button_clicked)
828 self.button_box = create_button_box(exception_dialog, 'button_box', ['close'],
829 [self.send_report_button, self.save_report_button, self.attach_tile_button])
830@@ -91,7 +91,7 @@
831 """
832 Translate the widgets on the fly.
833 """
834- # Note that bugs mail is not clicable, but it adds the blue color and underlining and makes the test copyable.
835+ # Note that bugs mail is not clickable, but it adds the blue color and underlining and makes the test copyable.
836 exception_dialog.setWindowTitle(translate('OpenLP.ExceptionDialog', 'Error Occurred'))
837 # Explanation text, &nbsp; adds a small space before: If possible, write in English.
838 self.description_explanation.setText(
839
840=== modified file 'openlp/core/ui/filerenamedialog.py'
841--- openlp/core/ui/filerenamedialog.py 2017-12-29 09:15:48 +0000
842+++ openlp/core/ui/filerenamedialog.py 2018-06-25 19:53:37 +0000
843@@ -25,8 +25,8 @@
844 from PyQt5 import QtCore, QtGui, QtWidgets
845
846 from openlp.core.common.i18n import translate
847-from openlp.core.lib import build_icon
848 from openlp.core.lib.ui import create_button_box
849+from openlp.core.ui.icons import UiIcons
850
851
852 class Ui_FileRenameDialog(object):
853@@ -38,7 +38,7 @@
854 Set up the UI
855 """
856 file_rename_dialog.setObjectName('file_rename_dialog')
857- file_rename_dialog.setWindowIcon(build_icon(':/icon/openlp-logo.svg'))
858+ file_rename_dialog.setWindowIcon(UiIcons().main_icon)
859 file_rename_dialog.resize(300, 10)
860 self.dialog_layout = QtWidgets.QGridLayout(file_rename_dialog)
861 self.dialog_layout.setObjectName('dialog_layout')
862
863=== modified file 'openlp/core/ui/firsttimelanguagedialog.py'
864--- openlp/core/ui/firsttimelanguagedialog.py 2017-12-29 09:15:48 +0000
865+++ openlp/core/ui/firsttimelanguagedialog.py 2018-06-25 19:53:37 +0000
866@@ -25,8 +25,8 @@
867 from PyQt5 import QtWidgets
868
869 from openlp.core.common.i18n import translate
870-from openlp.core.lib import build_icon
871 from openlp.core.lib.ui import create_button_box
872+from openlp.core.ui.icons import UiIcons
873
874
875 class Ui_FirstTimeLanguageDialog(object):
876@@ -38,7 +38,7 @@
877 Set up the UI.
878 """
879 language_dialog.setObjectName('language_dialog')
880- language_dialog.setWindowIcon(build_icon(':/icon/openlp-logo.svg'))
881+ language_dialog.setWindowIcon(UiIcons().main_icon)
882 language_dialog.resize(300, 50)
883 self.dialog_layout = QtWidgets.QVBoxLayout(language_dialog)
884 self.dialog_layout.setContentsMargins(8, 8, 8, 8)
885
886=== modified file 'openlp/core/ui/firsttimewizard.py'
887--- openlp/core/ui/firsttimewizard.py 2018-02-11 18:15:24 +0000
888+++ openlp/core/ui/firsttimewizard.py 2018-06-25 19:53:37 +0000
889@@ -25,10 +25,10 @@
890 from PyQt5 import QtCore, QtGui, QtWidgets
891
892 from openlp.core.common import is_macosx, clean_button_text
893-from openlp.core.common.i18n import UiStrings, translate
894+from openlp.core.common.i18n import translate
895 from openlp.core.common.settings import Settings
896-from openlp.core.lib import build_icon
897 from openlp.core.lib.ui import add_welcome_page
898+from openlp.core.ui.icons import UiIcons
899
900
901 class FirstTimePage(object):
902@@ -57,7 +57,7 @@
903 :param first_time_wizard: The wizard form
904 """
905 first_time_wizard.setObjectName('first_time_wizard')
906- first_time_wizard.setWindowIcon(build_icon(':/icon/openlp-logo.svg'))
907+ first_time_wizard.setWindowIcon(UiIcons().main_icon)
908 first_time_wizard.resize(550, 386)
909 first_time_wizard.setModal(True)
910 first_time_wizard.setOptions(QtWidgets.QWizard.IndependentPages | QtWidgets.QWizard.NoBackButtonOnStartPage |
911
912=== added directory 'openlp/core/ui/fonts'
913=== added file 'openlp/core/ui/fonts/OpenLP.ttf'
914Binary files openlp/core/ui/fonts/OpenLP.ttf 1970-01-01 00:00:00 +0000 and openlp/core/ui/fonts/OpenLP.ttf 2018-06-25 19:53:37 +0000 differ
915=== added file 'openlp/core/ui/fonts/openlp-charmap.json'
916--- openlp/core/ui/fonts/openlp-charmap.json 1970-01-01 00:00:00 +0000
917+++ openlp/core/ui/fonts/openlp-charmap.json 2018-06-25 19:53:37 +0000
918@@ -0,0 +1,11 @@
919+{
920+ "users": "0041",
921+ "file-text": "0042",
922+ "search-text": "0043",
923+ "search-lyrcs": "0044",
924+ "search-CCLI": "0045",
925+ "hdmi": "0046",
926+ "video": "0047",
927+ "plus_sign": "0048",
928+ "minus_sign": "0049"
929+}
930
931=== added file 'openlp/core/ui/fonts/openlp.sfd'
932--- openlp/core/ui/fonts/openlp.sfd 1970-01-01 00:00:00 +0000
933+++ openlp/core/ui/fonts/openlp.sfd 2018-06-25 19:53:37 +0000
934@@ -0,0 +1,49283 @@
935+SplineFontDB: 3.0
936+FontName: OpenLP
937+FullName: OpenLP
938+FamilyName: OpenLP
939+Weight: Book
940+Copyright: Based on copyright Dave Gandy 2016. All rights reserved.
941+Version: 0.1
942+ItalicAngle: 0
943+UnderlinePosition: 0
944+UnderlineWidth: 0
945+Ascent: 1536
946+Descent: 256
947+InvalidEm: 0
948+sfntRevision: 0x0000199a
949+LayerCount: 2
950+Layer: 0 1 "Back" 1
951+Layer: 1 1 "Fore" 0
952+XUID: [1021 1022 -174774970 15243101]
953+StyleMap: 0x0040
954+FSType: 0
955+OS2Version: 3
956+OS2_WeightWidthSlopeOnly: 0
957+OS2_UseTypoMetrics: 0
958+CreationTime: 1328122800
959+ModificationTime: 1529821956
960+PfmFamily: 81
961+TTFWeight: 400
962+TTFWidth: 5
963+LineGap: 0
964+VLineGap: 0
965+Panose: 0 0 0 0 0 0 0 0 0 0
966+OS2TypoAscent: 1536
967+OS2TypoAOffset: 0
968+OS2TypoDescent: -256
969+OS2TypoDOffset: 0
970+OS2TypoLinegap: 0
971+OS2WinAscent: 1536
972+OS2WinAOffset: 0
973+OS2WinDescent: 256
974+OS2WinDOffset: 0
975+HheadAscent: 1536
976+HheadAOffset: 0
977+HheadDescent: -256
978+HheadDOffset: 0
979+OS2SubXSize: 1164
980+OS2SubYSize: 1075
981+OS2SubXOff: 0
982+OS2SubYOff: 134
983+OS2SupXSize: 1164
984+OS2SupYSize: 1075
985+OS2SupXOff: 0
986+OS2SupYOff: 627
987+OS2StrikeYSize: 0
988+OS2StrikeYPos: 394
989+OS2Vendor: 'pyrs'
990+OS2CodePages: 00000001.00000000
991+OS2UnicodeRanges: 00000000.00000000.00000000.00000000
992+MarkAttachClasses: 1
993+DEI: 91125
994+ShortTable: maxp 16
995+ 1
996+ 0
997+ 707
998+ 537
999+ 39
1000+ 0
1001+ 0
1002+ 2
1003+ 0
1004+ 1
1005+ 1
1006+ 0
1007+ 64
1008+ 0
1009+ 0
1010+ 0
1011+EndShort
1012+LangName: 1033 "" "" "Regular" "" "" "Version 4.7.0 2016" "" "Please refer to the Copyright section for the font trademark attribution notices." "Fort Awesome" "Dave Gandy" "" "http://fontawesome.io" "" "" "http://fontawesome.io/license/"
1013+GaspTable: 1 65535 2 0
1014+Encoding: UnicodeBmp
1015+UnicodeInterp: none
1016+NameList: AGL For New Fonts
1017+DisplaySize: -48
1018+AntiAlias: 1
1019+FitToEm: 0
1020+WinInfo: 61560 27 9
1021+BeginPrivate: 0
1022+EndPrivate
1023+BeginChars: 65539 716
1024+
1025+StartChar: .notdef
1026+Encoding: 65536 -1 0
1027+Width: 896
1028+Flags: W
1029+LayerCount: 2
1030+Fore
1031+SplineSet
1032+224 112 m 1,0,-1
1033+ 672 112 l 1,1,-1
1034+ 672 1424 l 1,2,-1
1035+ 224 1424 l 1,3,-1
1036+ 224 112 l 1,0,-1
1037+112 0 m 1,4,-1
1038+ 112 1536 l 1,5,-1
1039+ 784 1536 l 1,6,-1
1040+ 784 0 l 1,7,-1
1041+ 112 0 l 1,4,-1
1042+EndSplineSet
1043+Validated: 1
1044+EndChar
1045+
1046+StartChar: .null
1047+Encoding: 65537 -1 1
1048+Width: 0
1049+GlyphClass: 2
1050+Flags: W
1051+LayerCount: 2
1052+Fore
1053+Validated: 1
1054+EndChar
1055+
1056+StartChar: nonmarkingreturn
1057+Encoding: 65538 -1 2
1058+Width: 597
1059+GlyphClass: 2
1060+Flags: W
1061+LayerCount: 2
1062+Fore
1063+Validated: 1
1064+EndChar
1065+
1066+StartChar: space
1067+Encoding: 32 32 3
1068+Width: 448
1069+GlyphClass: 2
1070+Flags: W
1071+LayerCount: 2
1072+Fore
1073+Validated: 1
1074+EndChar
1075+
1076+StartChar: dieresis
1077+Encoding: 168 168 4
1078+Width: 1792
1079+GlyphClass: 2
1080+Flags: W
1081+LayerCount: 2
1082+Fore
1083+Validated: 1
1084+EndChar
1085+
1086+StartChar: copyright
1087+Encoding: 169 169 5
1088+Width: 1792
1089+GlyphClass: 2
1090+Flags: W
1091+LayerCount: 2
1092+Fore
1093+Validated: 1
1094+EndChar
1095+
1096+StartChar: registered
1097+Encoding: 174 174 6
1098+Width: 1792
1099+GlyphClass: 2
1100+Flags: W
1101+LayerCount: 2
1102+Fore
1103+Validated: 1
1104+EndChar
1105+
1106+StartChar: acute
1107+Encoding: 180 180 7
1108+Width: 1792
1109+GlyphClass: 2
1110+Flags: W
1111+LayerCount: 2
1112+Fore
1113+Validated: 1
1114+EndChar
1115+
1116+StartChar: AE
1117+Encoding: 198 198 8
1118+Width: 1792
1119+GlyphClass: 2
1120+Flags: W
1121+LayerCount: 2
1122+Fore
1123+Validated: 1
1124+EndChar
1125+
1126+StartChar: Oslash
1127+Encoding: 216 216 9
1128+Width: 1792
1129+GlyphClass: 2
1130+Flags: W
1131+LayerCount: 2
1132+Fore
1133+Validated: 1
1134+EndChar
1135+
1136+StartChar: trademark
1137+Encoding: 8482 8482 10
1138+Width: 1792
1139+GlyphClass: 2
1140+Flags: W
1141+LayerCount: 2
1142+Fore
1143+Validated: 1
1144+EndChar
1145+
1146+StartChar: infinity
1147+Encoding: 8734 8734 11
1148+Width: 1792
1149+GlyphClass: 2
1150+Flags: W
1151+LayerCount: 2
1152+Fore
1153+Validated: 1
1154+EndChar
1155+
1156+StartChar: notequal
1157+Encoding: 8800 8800 12
1158+Width: 1792
1159+GlyphClass: 2
1160+Flags: W
1161+LayerCount: 2
1162+Fore
1163+Validated: 1
1164+EndChar
1165+
1166+StartChar: glass
1167+Encoding: 61440 61440 13
1168+Width: 1792
1169+GlyphClass: 2
1170+Flags: W
1171+LayerCount: 2
1172+Fore
1173+SplineSet
1174+1699 1350 m 0,0,1
1175+ 1699 1315 1699 1315 1656 1272 c 2,2,-1
1176+ 1024 640 l 1,3,-1
1177+ 1024 -128 l 1,4,-1
1178+ 1344 -128 l 2,5,6
1179+ 1370 -128 1370 -128 1389 -147 c 128,-1,7
1180+ 1408 -166 1408 -166 1408 -192 c 128,-1,8
1181+ 1408 -218 1408 -218 1389 -237 c 128,-1,9
1182+ 1370 -256 1370 -256 1344 -256 c 2,10,-1
1183+ 448 -256 l 2,11,12
1184+ 422 -256 422 -256 403 -237 c 128,-1,13
1185+ 384 -218 384 -218 384 -192 c 128,-1,14
1186+ 384 -166 384 -166 403 -147 c 128,-1,15
1187+ 422 -128 422 -128 448 -128 c 2,16,-1
1188+ 768 -128 l 1,17,-1
1189+ 768 640 l 1,18,-1
1190+ 136 1272 l 2,19,20
1191+ 93 1315 93 1315 93 1350 c 0,21,22
1192+ 93 1373 93 1373 111 1386.5 c 128,-1,23
1193+ 129 1400 129 1400 149 1404 c 128,-1,24
1194+ 169 1408 169 1408 192 1408 c 2,25,-1
1195+ 1600 1408 l 2,26,27
1196+ 1623 1408 1623 1408 1643 1404 c 128,-1,28
1197+ 1663 1400 1663 1400 1681 1386.5 c 128,-1,29
1198+ 1699 1373 1699 1373 1699 1350 c 0,0,1
1199+EndSplineSet
1200+Validated: 1
1201+EndChar
1202+
1203+StartChar: music
1204+Encoding: 61441 61441 14
1205+Width: 1536
1206+GlyphClass: 2
1207+Flags: W
1208+LayerCount: 2
1209+Fore
1210+SplineSet
1211+1536 1312 m 2,0,-1
1212+ 1536 192 l 2,1,2
1213+ 1536 142 1536 142 1502 103 c 128,-1,3
1214+ 1468 64 1468 64 1416 42.5 c 128,-1,4
1215+ 1364 21 1364 21 1312.5 10.5 c 128,-1,5
1216+ 1261 0 1261 0 1216 0 c 128,-1,6
1217+ 1171 0 1171 0 1119.5 10.5 c 128,-1,7
1218+ 1068 21 1068 21 1016 42.5 c 128,-1,8
1219+ 964 64 964 64 930 103 c 128,-1,9
1220+ 896 142 896 142 896 192 c 128,-1,10
1221+ 896 242 896 242 930 281 c 128,-1,11
1222+ 964 320 964 320 1016 341.5 c 128,-1,12
1223+ 1068 363 1068 363 1119.5 373.5 c 128,-1,13
1224+ 1171 384 1171 384 1216 384 c 0,14,15
1225+ 1321 384 1321 384 1408 345 c 1,16,-1
1226+ 1408 882 l 1,17,-1
1227+ 640 645 l 1,18,-1
1228+ 640 -64 l 2,19,20
1229+ 640 -114 640 -114 606 -153 c 128,-1,21
1230+ 572 -192 572 -192 520 -213.5 c 128,-1,22
1231+ 468 -235 468 -235 416.5 -245.5 c 128,-1,23
1232+ 365 -256 365 -256 320 -256 c 128,-1,24
1233+ 275 -256 275 -256 223.5 -245.5 c 128,-1,25
1234+ 172 -235 172 -235 120 -213.5 c 128,-1,26
1235+ 68 -192 68 -192 34 -153 c 128,-1,27
1236+ 0 -114 0 -114 0 -64 c 128,-1,28
1237+ 0 -14 0 -14 34 25 c 128,-1,29
1238+ 68 64 68 64 120 85.5 c 128,-1,30
1239+ 172 107 172 107 223.5 117.5 c 128,-1,31
1240+ 275 128 275 128 320 128 c 0,32,33
1241+ 425 128 425 128 512 89 c 1,34,-1
1242+ 512 1056 l 2,35,36
1243+ 512 1087 512 1087 531 1112.5 c 128,-1,37
1244+ 550 1138 550 1138 580 1148 c 2,38,-1
1245+ 1412 1404 l 2,39,40
1246+ 1424 1408 1424 1408 1440 1408 c 0,41,42
1247+ 1480 1408 1480 1408 1508 1380 c 128,-1,43
1248+ 1536 1352 1536 1352 1536 1312 c 2,0,-1
1249+EndSplineSet
1250+Validated: 1
1251+EndChar
1252+
1253+StartChar: search
1254+Encoding: 61442 61442 15
1255+Width: 1664
1256+GlyphClass: 2
1257+Flags: W
1258+LayerCount: 2
1259+Fore
1260+SplineSet
1261+1152 704 m 128,-1,1
1262+ 1152 889 1152 889 1020.5 1020.5 c 128,-1,2
1263+ 889 1152 889 1152 704 1152 c 128,-1,3
1264+ 519 1152 519 1152 387.5 1020.5 c 128,-1,4
1265+ 256 889 256 889 256 704 c 128,-1,5
1266+ 256 519 256 519 387.5 387.5 c 128,-1,6
1267+ 519 256 519 256 704 256 c 128,-1,7
1268+ 889 256 889 256 1020.5 387.5 c 128,-1,0
1269+ 1152 519 1152 519 1152 704 c 128,-1,1
1270+1664 -128 m 0,8,9
1271+ 1664 -180 1664 -180 1626 -218 c 128,-1,10
1272+ 1588 -256 1588 -256 1536 -256 c 0,11,12
1273+ 1482 -256 1482 -256 1446 -218 c 2,13,-1
1274+ 1103 124 l 1,14,15
1275+ 924 0 924 0 704 0 c 0,16,17
1276+ 561 0 561 0 430.5 55.5 c 128,-1,18
1277+ 300 111 300 111 205.5 205.5 c 128,-1,19
1278+ 111 300 111 300 55.5 430.5 c 128,-1,20
1279+ 0 561 0 561 0 704 c 128,-1,21
1280+ 0 847 0 847 55.5 977.5 c 128,-1,22
1281+ 111 1108 111 1108 205.5 1202.5 c 128,-1,23
1282+ 300 1297 300 1297 430.5 1352.5 c 128,-1,24
1283+ 561 1408 561 1408 704 1408 c 128,-1,25
1284+ 847 1408 847 1408 977.5 1352.5 c 128,-1,26
1285+ 1108 1297 1108 1297 1202.5 1202.5 c 128,-1,27
1286+ 1297 1108 1297 1108 1352.5 977.5 c 128,-1,28
1287+ 1408 847 1408 847 1408 704 c 0,29,30
1288+ 1408 484 1408 484 1284 305 c 1,31,-1
1289+ 1627 -38 l 2,32,33
1290+ 1664 -75 1664 -75 1664 -128 c 0,8,9
1291+EndSplineSet
1292+Validated: 1
1293+EndChar
1294+
1295+StartChar: envelope
1296+Encoding: 61443 61443 16
1297+Width: 1792
1298+GlyphClass: 2
1299+Flags: W
1300+LayerCount: 2
1301+Fore
1302+SplineSet
1303+1664 32 m 2,0,-1
1304+ 1664 800 l 1,1,2
1305+ 1632 764 1632 764 1595 734 c 0,3,4
1306+ 1327 528 1327 528 1169 396 c 0,5,6
1307+ 1118 353 1118 353 1086 329 c 128,-1,7
1308+ 1054 305 1054 305 999.5 280.5 c 128,-1,8
1309+ 945 256 945 256 897 256 c 2,9,-1
1310+ 896 256 l 1,10,-1
1311+ 895 256 l 2,11,12
1312+ 847 256 847 256 792.5 280.5 c 128,-1,13
1313+ 738 305 738 305 706 329 c 128,-1,14
1314+ 674 353 674 353 623 396 c 0,15,16
1315+ 465 528 465 528 197 734 c 0,17,18
1316+ 160 764 160 764 128 800 c 1,19,-1
1317+ 128 32 l 2,20,21
1318+ 128 19 128 19 137.5 9.5 c 128,-1,22
1319+ 147 0 147 0 160 0 c 2,23,-1
1320+ 1632 0 l 2,24,25
1321+ 1645 0 1645 0 1654.5 9.5 c 128,-1,26
1322+ 1664 19 1664 19 1664 32 c 2,0,-1
1323+1664 1083 m 0,27,28
1324+ 1664 1085 1664 1085 1664 1094 c 128,-1,29
1325+ 1664 1103 1664 1103 1664 1107.5 c 128,-1,30
1326+ 1664 1112 1664 1112 1663.5 1120.5 c 128,-1,31
1327+ 1663 1129 1663 1129 1660.5 1133 c 128,-1,32
1328+ 1658 1137 1658 1137 1655 1142 c 128,-1,33
1329+ 1652 1147 1652 1147 1646 1149.5 c 128,-1,34
1330+ 1640 1152 1640 1152 1632 1152 c 2,35,-1
1331+ 160 1152 l 2,36,37
1332+ 147 1152 147 1152 137.5 1142.5 c 128,-1,38
1333+ 128 1133 128 1133 128 1120 c 0,39,40
1334+ 128 952 128 952 275 836 c 0,41,42
1335+ 468 684 468 684 676 519 c 0,43,44
1336+ 682 514 682 514 711 489.5 c 128,-1,45
1337+ 740 465 740 465 757 452 c 128,-1,46
1338+ 774 439 774 439 801.5 420.5 c 128,-1,47
1339+ 829 402 829 402 852 393 c 128,-1,48
1340+ 875 384 875 384 895 384 c 2,49,-1
1341+ 896 384 l 1,50,-1
1342+ 897 384 l 2,51,52
1343+ 917 384 917 384 940 393 c 128,-1,53
1344+ 963 402 963 402 990.5 420.5 c 128,-1,54
1345+ 1018 439 1018 439 1035 452 c 128,-1,55
1346+ 1052 465 1052 465 1081 489.5 c 128,-1,56
1347+ 1110 514 1110 514 1116 519 c 0,57,58
1348+ 1324 684 1324 684 1517 836 c 0,59,60
1349+ 1571 879 1571 879 1617.5 951.5 c 128,-1,61
1350+ 1664 1024 1664 1024 1664 1083 c 0,27,28
1351+1792 1120 m 2,62,-1
1352+ 1792 32 l 2,63,64
1353+ 1792 -34 1792 -34 1745 -81 c 128,-1,65
1354+ 1698 -128 1698 -128 1632 -128 c 2,66,-1
1355+ 160 -128 l 2,67,68
1356+ 94 -128 94 -128 47 -81 c 128,-1,69
1357+ 0 -34 0 -34 0 32 c 2,70,-1
1358+ 0 1120 l 2,71,72
1359+ 0 1186 0 1186 47 1233 c 128,-1,73
1360+ 94 1280 94 1280 160 1280 c 2,74,-1
1361+ 1632 1280 l 2,75,76
1362+ 1698 1280 1698 1280 1745 1233 c 128,-1,77
1363+ 1792 1186 1792 1186 1792 1120 c 2,62,-1
1364+EndSplineSet
1365+Validated: 1
1366+EndChar
1367+
1368+StartChar: heart
1369+Encoding: 61444 61444 17
1370+Width: 1792
1371+GlyphClass: 2
1372+Flags: W
1373+LayerCount: 2
1374+Fore
1375+SplineSet
1376+896 -128 m 128,-1,1
1377+ 870 -128 870 -128 852 -110 c 2,2,-1
1378+ 228 492 l 2,3,4
1379+ 218 500 218 500 200.5 518 c 128,-1,5
1380+ 183 536 183 536 145 583.5 c 128,-1,6
1381+ 107 631 107 631 77 681 c 128,-1,7
1382+ 47 731 47 731 23.5 802 c 128,-1,8
1383+ 0 873 0 873 0 940 c 0,9,10
1384+ 0 1160 0 1160 127 1284 c 128,-1,11
1385+ 254 1408 254 1408 478 1408 c 0,12,13
1386+ 540 1408 540 1408 604.5 1386.5 c 128,-1,14
1387+ 669 1365 669 1365 724.5 1328.5 c 128,-1,15
1388+ 780 1292 780 1292 820 1260 c 128,-1,16
1389+ 860 1228 860 1228 896 1192 c 1,17,18
1390+ 932 1228 932 1228 972 1260 c 128,-1,19
1391+ 1012 1292 1012 1292 1067.5 1328.5 c 128,-1,20
1392+ 1123 1365 1123 1365 1187.5 1386.5 c 128,-1,21
1393+ 1252 1408 1252 1408 1314 1408 c 0,22,23
1394+ 1538 1408 1538 1408 1665 1284 c 128,-1,24
1395+ 1792 1160 1792 1160 1792 940 c 0,25,26
1396+ 1792 719 1792 719 1563 490 c 1,27,-1
1397+ 940 -110 l 2,28,0
1398+ 922 -128 922 -128 896 -128 c 128,-1,1
1399+EndSplineSet
1400+Validated: 1
1401+EndChar
1402+
1403+StartChar: star
1404+Encoding: 61445 61445 18
1405+Width: 1664
1406+GlyphClass: 2
1407+Flags: W
1408+LayerCount: 2
1409+Fore
1410+SplineSet
1411+1664 889 m 0,0,1
1412+ 1664 867 1664 867 1638 841 c 2,2,-1
1413+ 1275 487 l 1,3,-1
1414+ 1361 -13 l 2,4,5
1415+ 1362 -20 1362 -20 1362 -33 c 0,6,7
1416+ 1362 -54 1362 -54 1351.5 -68.5 c 128,-1,8
1417+ 1341 -83 1341 -83 1321 -83 c 0,9,10
1418+ 1302 -83 1302 -83 1281 -71 c 2,11,-1
1419+ 832 165 l 1,12,-1
1420+ 383 -71 l 2,13,14
1421+ 361 -83 361 -83 343 -83 c 0,15,16
1422+ 322 -83 322 -83 311.5 -68.5 c 128,-1,17
1423+ 301 -54 301 -54 301 -33 c 0,18,19
1424+ 301 -27 301 -27 303 -13 c 2,20,-1
1425+ 389 487 l 1,21,-1
1426+ 25 841 l 2,22,23
1427+ 0 868 0 868 0 889 c 0,24,25
1428+ 0 926 0 926 56 935 c 2,26,-1
1429+ 558 1008 l 1,27,-1
1430+ 783 1463 l 2,28,29
1431+ 802 1504 802 1504 832 1504 c 128,-1,30
1432+ 862 1504 862 1504 881 1463 c 2,31,-1
1433+ 1106 1008 l 1,32,-1
1434+ 1608 935 l 2,33,34
1435+ 1664 926 1664 926 1664 889 c 0,0,1
1436+EndSplineSet
1437+Validated: 1
1438+EndChar
1439+
1440+StartChar: star_empty
1441+Encoding: 61446 61446 19
1442+Width: 1664
1443+GlyphClass: 2
1444+Flags: W
1445+LayerCount: 2
1446+Fore
1447+SplineSet
1448+1137 532 m 1,0,-1
1449+ 1443 829 l 1,1,-1
1450+ 1021 891 l 1,2,-1
1451+ 832 1273 l 1,3,-1
1452+ 643 891 l 1,4,-1
1453+ 221 829 l 1,5,-1
1454+ 527 532 l 1,6,-1
1455+ 454 111 l 1,7,-1
1456+ 832 310 l 1,8,-1
1457+ 1209 111 l 1,9,-1
1458+ 1137 532 l 1,0,-1
1459+1664 889 m 0,10,11
1460+ 1664 867 1664 867 1638 841 c 2,12,-1
1461+ 1275 487 l 1,13,-1
1462+ 1361 -13 l 2,14,15
1463+ 1362 -20 1362 -20 1362 -33 c 0,16,17
1464+ 1362 -83 1362 -83 1321 -83 c 0,18,19
1465+ 1302 -83 1302 -83 1281 -71 c 2,20,-1
1466+ 832 165 l 1,21,-1
1467+ 383 -71 l 2,22,23
1468+ 361 -83 361 -83 343 -83 c 0,24,25
1469+ 322 -83 322 -83 311.5 -68.5 c 128,-1,26
1470+ 301 -54 301 -54 301 -33 c 0,27,28
1471+ 301 -27 301 -27 303 -13 c 2,29,-1
1472+ 389 487 l 1,30,-1
1473+ 25 841 l 2,31,32
1474+ 0 868 0 868 0 889 c 0,33,34
1475+ 0 926 0 926 56 935 c 2,35,-1
1476+ 558 1008 l 1,36,-1
1477+ 783 1463 l 2,37,38
1478+ 802 1504 802 1504 832 1504 c 128,-1,39
1479+ 862 1504 862 1504 881 1463 c 2,40,-1
1480+ 1106 1008 l 1,41,-1
1481+ 1608 935 l 2,42,43
1482+ 1664 926 1664 926 1664 889 c 0,10,11
1483+EndSplineSet
1484+Validated: 1
1485+EndChar
1486+
1487+StartChar: user
1488+Encoding: 61447 61447 20
1489+Width: 1280
1490+GlyphClass: 2
1491+Flags: W
1492+LayerCount: 2
1493+Fore
1494+SplineSet
1495+1280 137 m 0,0,1
1496+ 1280 28 1280 28 1217.5 -50 c 128,-1,2
1497+ 1155 -128 1155 -128 1067 -128 c 2,3,-1
1498+ 213 -128 l 2,4,5
1499+ 125 -128 125 -128 62.5 -50 c 128,-1,6
1500+ 0 28 0 28 0 137 c 0,7,8
1501+ 0 222 0 222 8.5 297.5 c 128,-1,9
1502+ 17 373 17 373 40 449.5 c 128,-1,10
1503+ 63 526 63 526 98.5 580.5 c 128,-1,11
1504+ 134 635 134 635 192.5 669.5 c 128,-1,12
1505+ 251 704 251 704 327 704 c 1,13,14
1506+ 458 576 458 576 640 576 c 128,-1,15
1507+ 822 576 822 576 953 704 c 1,16,17
1508+ 1029 704 1029 704 1087.5 669.5 c 128,-1,18
1509+ 1146 635 1146 635 1181.5 580.5 c 128,-1,19
1510+ 1217 526 1217 526 1240 449.5 c 128,-1,20
1511+ 1263 373 1263 373 1271.5 297.5 c 128,-1,21
1512+ 1280 222 1280 222 1280 137 c 0,0,1
1513+1024 1024 m 128,-1,23
1514+ 1024 865 1024 865 911.5 752.5 c 128,-1,24
1515+ 799 640 799 640 640 640 c 128,-1,25
1516+ 481 640 481 640 368.5 752.5 c 128,-1,26
1517+ 256 865 256 865 256 1024 c 128,-1,27
1518+ 256 1183 256 1183 368.5 1295.5 c 128,-1,28
1519+ 481 1408 481 1408 640 1408 c 128,-1,29
1520+ 799 1408 799 1408 911.5 1295.5 c 128,-1,22
1521+ 1024 1183 1024 1183 1024 1024 c 128,-1,23
1522+EndSplineSet
1523+Validated: 1
1524+EndChar
1525+
1526+StartChar: film
1527+Encoding: 61448 61448 21
1528+Width: 1920
1529+GlyphClass: 2
1530+Flags: W
1531+LayerCount: 2
1532+Fore
1533+SplineSet
1534+384 -64 m 2,0,-1
1535+ 384 64 l 2,1,2
1536+ 384 90 384 90 365 109 c 128,-1,3
1537+ 346 128 346 128 320 128 c 2,4,-1
1538+ 192 128 l 2,5,6
1539+ 166 128 166 128 147 109 c 128,-1,7
1540+ 128 90 128 90 128 64 c 2,8,-1
1541+ 128 -64 l 2,9,10
1542+ 128 -90 128 -90 147 -109 c 128,-1,11
1543+ 166 -128 166 -128 192 -128 c 2,12,-1
1544+ 320 -128 l 2,13,14
1545+ 346 -128 346 -128 365 -109 c 128,-1,15
1546+ 384 -90 384 -90 384 -64 c 2,0,-1
1547+384 320 m 2,16,-1
1548+ 384 448 l 2,17,18
1549+ 384 474 384 474 365 493 c 128,-1,19
1550+ 346 512 346 512 320 512 c 2,20,-1
1551+ 192 512 l 2,21,22
1552+ 166 512 166 512 147 493 c 128,-1,23
1553+ 128 474 128 474 128 448 c 2,24,-1
1554+ 128 320 l 2,25,26
1555+ 128 294 128 294 147 275 c 128,-1,27
1556+ 166 256 166 256 192 256 c 2,28,-1
1557+ 320 256 l 2,29,30
1558+ 346 256 346 256 365 275 c 128,-1,31
1559+ 384 294 384 294 384 320 c 2,16,-1
1560+384 704 m 2,32,-1
1561+ 384 832 l 2,33,34
1562+ 384 858 384 858 365 877 c 128,-1,35
1563+ 346 896 346 896 320 896 c 2,36,-1
1564+ 192 896 l 2,37,38
1565+ 166 896 166 896 147 877 c 128,-1,39
1566+ 128 858 128 858 128 832 c 2,40,-1
1567+ 128 704 l 2,41,42
1568+ 128 678 128 678 147 659 c 128,-1,43
1569+ 166 640 166 640 192 640 c 2,44,-1
1570+ 320 640 l 2,45,46
1571+ 346 640 346 640 365 659 c 128,-1,47
1572+ 384 678 384 678 384 704 c 2,32,-1
1573+1408 -64 m 2,48,-1
1574+ 1408 448 l 2,49,50
1575+ 1408 474 1408 474 1389 493 c 128,-1,51
1576+ 1370 512 1370 512 1344 512 c 2,52,-1
1577+ 576 512 l 2,53,54
1578+ 550 512 550 512 531 493 c 128,-1,55
1579+ 512 474 512 474 512 448 c 2,56,-1
1580+ 512 -64 l 2,57,58
1581+ 512 -90 512 -90 531 -109 c 128,-1,59
1582+ 550 -128 550 -128 576 -128 c 2,60,-1
1583+ 1344 -128 l 2,61,62
1584+ 1370 -128 1370 -128 1389 -109 c 128,-1,63
1585+ 1408 -90 1408 -90 1408 -64 c 2,48,-1
1586+384 1088 m 2,64,-1
1587+ 384 1216 l 2,65,66
1588+ 384 1242 384 1242 365 1261 c 128,-1,67
1589+ 346 1280 346 1280 320 1280 c 2,68,-1
1590+ 192 1280 l 2,69,70
1591+ 166 1280 166 1280 147 1261 c 128,-1,71
1592+ 128 1242 128 1242 128 1216 c 2,72,-1
1593+ 128 1088 l 2,73,74
1594+ 128 1062 128 1062 147 1043 c 128,-1,75
1595+ 166 1024 166 1024 192 1024 c 2,76,-1
1596+ 320 1024 l 2,77,78
1597+ 346 1024 346 1024 365 1043 c 128,-1,79
1598+ 384 1062 384 1062 384 1088 c 2,64,-1
1599+1792 -64 m 2,80,-1
1600+ 1792 64 l 2,81,82
1601+ 1792 90 1792 90 1773 109 c 128,-1,83
1602+ 1754 128 1754 128 1728 128 c 2,84,-1
1603+ 1600 128 l 2,85,86
1604+ 1574 128 1574 128 1555 109 c 128,-1,87
1605+ 1536 90 1536 90 1536 64 c 2,88,-1
1606+ 1536 -64 l 2,89,90
1607+ 1536 -90 1536 -90 1555 -109 c 128,-1,91
1608+ 1574 -128 1574 -128 1600 -128 c 2,92,-1
1609+ 1728 -128 l 2,93,94
1610+ 1754 -128 1754 -128 1773 -109 c 128,-1,95
1611+ 1792 -90 1792 -90 1792 -64 c 2,80,-1
1612+1408 704 m 2,96,-1
1613+ 1408 1216 l 2,97,98
1614+ 1408 1242 1408 1242 1389 1261 c 128,-1,99
1615+ 1370 1280 1370 1280 1344 1280 c 2,100,-1
1616+ 576 1280 l 2,101,102
1617+ 550 1280 550 1280 531 1261 c 128,-1,103
1618+ 512 1242 512 1242 512 1216 c 2,104,-1
1619+ 512 704 l 2,105,106
1620+ 512 678 512 678 531 659 c 128,-1,107
1621+ 550 640 550 640 576 640 c 2,108,-1
1622+ 1344 640 l 2,109,110
1623+ 1370 640 1370 640 1389 659 c 128,-1,111
1624+ 1408 678 1408 678 1408 704 c 2,96,-1
1625+1792 320 m 2,112,-1
1626+ 1792 448 l 2,113,114
1627+ 1792 474 1792 474 1773 493 c 128,-1,115
1628+ 1754 512 1754 512 1728 512 c 2,116,-1
1629+ 1600 512 l 2,117,118
1630+ 1574 512 1574 512 1555 493 c 128,-1,119
1631+ 1536 474 1536 474 1536 448 c 2,120,-1
1632+ 1536 320 l 2,121,122
1633+ 1536 294 1536 294 1555 275 c 128,-1,123
1634+ 1574 256 1574 256 1600 256 c 2,124,-1
1635+ 1728 256 l 2,125,126
1636+ 1754 256 1754 256 1773 275 c 128,-1,127
1637+ 1792 294 1792 294 1792 320 c 2,112,-1
1638+1792 704 m 2,128,-1
1639+ 1792 832 l 2,129,130
1640+ 1792 858 1792 858 1773 877 c 128,-1,131
1641+ 1754 896 1754 896 1728 896 c 2,132,-1
1642+ 1600 896 l 2,133,134
1643+ 1574 896 1574 896 1555 877 c 128,-1,135
1644+ 1536 858 1536 858 1536 832 c 2,136,-1
1645+ 1536 704 l 2,137,138
1646+ 1536 678 1536 678 1555 659 c 128,-1,139
1647+ 1574 640 1574 640 1600 640 c 2,140,-1
1648+ 1728 640 l 2,141,142
1649+ 1754 640 1754 640 1773 659 c 128,-1,143
1650+ 1792 678 1792 678 1792 704 c 2,128,-1
1651+1792 1088 m 2,144,-1
1652+ 1792 1216 l 2,145,146
1653+ 1792 1242 1792 1242 1773 1261 c 128,-1,147
1654+ 1754 1280 1754 1280 1728 1280 c 2,148,-1
1655+ 1600 1280 l 2,149,150
1656+ 1574 1280 1574 1280 1555 1261 c 128,-1,151
1657+ 1536 1242 1536 1242 1536 1216 c 2,152,-1
1658+ 1536 1088 l 2,153,154
1659+ 1536 1062 1536 1062 1555 1043 c 128,-1,155
1660+ 1574 1024 1574 1024 1600 1024 c 2,156,-1
1661+ 1728 1024 l 2,157,158
1662+ 1754 1024 1754 1024 1773 1043 c 128,-1,159
1663+ 1792 1062 1792 1062 1792 1088 c 2,144,-1
1664+1920 1248 m 2,160,-1
1665+ 1920 -96 l 2,161,162
1666+ 1920 -162 1920 -162 1873 -209 c 128,-1,163
1667+ 1826 -256 1826 -256 1760 -256 c 2,164,-1
1668+ 160 -256 l 2,165,166
1669+ 94 -256 94 -256 47 -209 c 128,-1,167
1670+ 0 -162 0 -162 0 -96 c 2,168,-1
1671+ 0 1248 l 2,169,170
1672+ 0 1314 0 1314 47 1361 c 128,-1,171
1673+ 94 1408 94 1408 160 1408 c 2,172,-1
1674+ 1760 1408 l 2,173,174
1675+ 1826 1408 1826 1408 1873 1361 c 128,-1,175
1676+ 1920 1314 1920 1314 1920 1248 c 2,160,-1
1677+EndSplineSet
1678+Validated: 1
1679+EndChar
1680+
1681+StartChar: th_large
1682+Encoding: 61449 61449 22
1683+Width: 1664
1684+GlyphClass: 2
1685+Flags: W
1686+LayerCount: 2
1687+Fore
1688+SplineSet
1689+768 512 m 2,0,-1
1690+ 768 128 l 2,1,2
1691+ 768 76 768 76 730 38 c 128,-1,3
1692+ 692 0 692 0 640 0 c 2,4,-1
1693+ 128 0 l 2,5,6
1694+ 76 0 76 0 38 38 c 128,-1,7
1695+ 0 76 0 76 0 128 c 2,8,-1
1696+ 0 512 l 2,9,10
1697+ 0 564 0 564 38 602 c 128,-1,11
1698+ 76 640 76 640 128 640 c 2,12,-1
1699+ 640 640 l 2,13,14
1700+ 692 640 692 640 730 602 c 128,-1,15
1701+ 768 564 768 564 768 512 c 2,0,-1
1702+768 1280 m 2,16,-1
1703+ 768 896 l 2,17,18
1704+ 768 844 768 844 730 806 c 128,-1,19
1705+ 692 768 692 768 640 768 c 2,20,-1
1706+ 128 768 l 2,21,22
1707+ 76 768 76 768 38 806 c 128,-1,23
1708+ 0 844 0 844 0 896 c 2,24,-1
1709+ 0 1280 l 2,25,26
1710+ 0 1332 0 1332 38 1370 c 128,-1,27
1711+ 76 1408 76 1408 128 1408 c 2,28,-1
1712+ 640 1408 l 2,29,30
1713+ 692 1408 692 1408 730 1370 c 128,-1,31
1714+ 768 1332 768 1332 768 1280 c 2,16,-1
1715+1664 512 m 2,32,-1
1716+ 1664 128 l 2,33,34
1717+ 1664 76 1664 76 1626 38 c 128,-1,35
1718+ 1588 0 1588 0 1536 0 c 2,36,-1
1719+ 1024 0 l 2,37,38
1720+ 972 0 972 0 934 38 c 128,-1,39
1721+ 896 76 896 76 896 128 c 2,40,-1
1722+ 896 512 l 2,41,42
1723+ 896 564 896 564 934 602 c 128,-1,43
1724+ 972 640 972 640 1024 640 c 2,44,-1
1725+ 1536 640 l 2,45,46
1726+ 1588 640 1588 640 1626 602 c 128,-1,47
1727+ 1664 564 1664 564 1664 512 c 2,32,-1
1728+1664 1280 m 2,48,-1
1729+ 1664 896 l 2,49,50
1730+ 1664 844 1664 844 1626 806 c 128,-1,51
1731+ 1588 768 1588 768 1536 768 c 2,52,-1
1732+ 1024 768 l 2,53,54
1733+ 972 768 972 768 934 806 c 128,-1,55
1734+ 896 844 896 844 896 896 c 2,56,-1
1735+ 896 1280 l 2,57,58
1736+ 896 1332 896 1332 934 1370 c 128,-1,59
1737+ 972 1408 972 1408 1024 1408 c 2,60,-1
1738+ 1536 1408 l 2,61,62
1739+ 1588 1408 1588 1408 1626 1370 c 128,-1,63
1740+ 1664 1332 1664 1332 1664 1280 c 2,48,-1
1741+EndSplineSet
1742+Validated: 1
1743+EndChar
1744+
1745+StartChar: th
1746+Encoding: 61450 61450 23
1747+Width: 1792
1748+GlyphClass: 2
1749+Flags: W
1750+LayerCount: 2
1751+Fore
1752+SplineSet
1753+512 288 m 2,0,-1
1754+ 512 96 l 2,1,2
1755+ 512 56 512 56 484 28 c 128,-1,3
1756+ 456 0 456 0 416 0 c 2,4,-1
1757+ 96 0 l 2,5,6
1758+ 56 0 56 0 28 28 c 128,-1,7
1759+ 0 56 0 56 0 96 c 2,8,-1
1760+ 0 288 l 2,9,10
1761+ 0 328 0 328 28 356 c 128,-1,11
1762+ 56 384 56 384 96 384 c 2,12,-1
1763+ 416 384 l 2,13,14
1764+ 456 384 456 384 484 356 c 128,-1,15
1765+ 512 328 512 328 512 288 c 2,0,-1
1766+512 800 m 2,16,-1
1767+ 512 608 l 2,17,18
1768+ 512 568 512 568 484 540 c 128,-1,19
1769+ 456 512 456 512 416 512 c 2,20,-1
1770+ 96 512 l 2,21,22
1771+ 56 512 56 512 28 540 c 128,-1,23
1772+ 0 568 0 568 0 608 c 2,24,-1
1773+ 0 800 l 2,25,26
1774+ 0 840 0 840 28 868 c 128,-1,27
1775+ 56 896 56 896 96 896 c 2,28,-1
1776+ 416 896 l 2,29,30
1777+ 456 896 456 896 484 868 c 128,-1,31
1778+ 512 840 512 840 512 800 c 2,16,-1
1779+1152 288 m 2,32,-1
1780+ 1152 96 l 2,33,34
1781+ 1152 56 1152 56 1124 28 c 128,-1,35
1782+ 1096 0 1096 0 1056 0 c 2,36,-1
1783+ 736 0 l 2,37,38
1784+ 696 0 696 0 668 28 c 128,-1,39
1785+ 640 56 640 56 640 96 c 2,40,-1
1786+ 640 288 l 2,41,42
1787+ 640 328 640 328 668 356 c 128,-1,43
1788+ 696 384 696 384 736 384 c 2,44,-1
1789+ 1056 384 l 2,45,46
1790+ 1096 384 1096 384 1124 356 c 128,-1,47
1791+ 1152 328 1152 328 1152 288 c 2,32,-1
1792+512 1312 m 2,48,-1
1793+ 512 1120 l 2,49,50
1794+ 512 1080 512 1080 484 1052 c 128,-1,51
1795+ 456 1024 456 1024 416 1024 c 2,52,-1
1796+ 96 1024 l 2,53,54
1797+ 56 1024 56 1024 28 1052 c 128,-1,55
1798+ 0 1080 0 1080 0 1120 c 2,56,-1
1799+ 0 1312 l 2,57,58
1800+ 0 1352 0 1352 28 1380 c 128,-1,59
1801+ 56 1408 56 1408 96 1408 c 2,60,-1
1802+ 416 1408 l 2,61,62
1803+ 456 1408 456 1408 484 1380 c 128,-1,63
1804+ 512 1352 512 1352 512 1312 c 2,48,-1
1805+1152 800 m 2,64,-1
1806+ 1152 608 l 2,65,66
1807+ 1152 568 1152 568 1124 540 c 128,-1,67
1808+ 1096 512 1096 512 1056 512 c 2,68,-1
1809+ 736 512 l 2,69,70
1810+ 696 512 696 512 668 540 c 128,-1,71
1811+ 640 568 640 568 640 608 c 2,72,-1
1812+ 640 800 l 2,73,74
1813+ 640 840 640 840 668 868 c 128,-1,75
1814+ 696 896 696 896 736 896 c 2,76,-1
1815+ 1056 896 l 2,77,78
1816+ 1096 896 1096 896 1124 868 c 128,-1,79
1817+ 1152 840 1152 840 1152 800 c 2,64,-1
1818+1792 288 m 2,80,-1
1819+ 1792 96 l 2,81,82
1820+ 1792 56 1792 56 1764 28 c 128,-1,83
1821+ 1736 0 1736 0 1696 0 c 2,84,-1
1822+ 1376 0 l 2,85,86
1823+ 1336 0 1336 0 1308 28 c 128,-1,87
1824+ 1280 56 1280 56 1280 96 c 2,88,-1
1825+ 1280 288 l 2,89,90
1826+ 1280 328 1280 328 1308 356 c 128,-1,91
1827+ 1336 384 1336 384 1376 384 c 2,92,-1
1828+ 1696 384 l 2,93,94
1829+ 1736 384 1736 384 1764 356 c 128,-1,95
1830+ 1792 328 1792 328 1792 288 c 2,80,-1
1831+1152 1312 m 2,96,-1
1832+ 1152 1120 l 2,97,98
1833+ 1152 1080 1152 1080 1124 1052 c 128,-1,99
1834+ 1096 1024 1096 1024 1056 1024 c 2,100,-1
1835+ 736 1024 l 2,101,102
1836+ 696 1024 696 1024 668 1052 c 128,-1,103
1837+ 640 1080 640 1080 640 1120 c 2,104,-1
1838+ 640 1312 l 2,105,106
1839+ 640 1352 640 1352 668 1380 c 128,-1,107
1840+ 696 1408 696 1408 736 1408 c 2,108,-1
1841+ 1056 1408 l 2,109,110
1842+ 1096 1408 1096 1408 1124 1380 c 128,-1,111
1843+ 1152 1352 1152 1352 1152 1312 c 2,96,-1
1844+1792 800 m 2,112,-1
1845+ 1792 608 l 2,113,114
1846+ 1792 568 1792 568 1764 540 c 128,-1,115
1847+ 1736 512 1736 512 1696 512 c 2,116,-1
1848+ 1376 512 l 2,117,118
1849+ 1336 512 1336 512 1308 540 c 128,-1,119
1850+ 1280 568 1280 568 1280 608 c 2,120,-1
1851+ 1280 800 l 2,121,122
1852+ 1280 840 1280 840 1308 868 c 128,-1,123
1853+ 1336 896 1336 896 1376 896 c 2,124,-1
1854+ 1696 896 l 2,125,126
1855+ 1736 896 1736 896 1764 868 c 128,-1,127
1856+ 1792 840 1792 840 1792 800 c 2,112,-1
1857+1792 1312 m 2,128,-1
1858+ 1792 1120 l 2,129,130
1859+ 1792 1080 1792 1080 1764 1052 c 128,-1,131
1860+ 1736 1024 1736 1024 1696 1024 c 2,132,-1
1861+ 1376 1024 l 2,133,134
1862+ 1336 1024 1336 1024 1308 1052 c 128,-1,135
1863+ 1280 1080 1280 1080 1280 1120 c 2,136,-1
1864+ 1280 1312 l 2,137,138
1865+ 1280 1352 1280 1352 1308 1380 c 128,-1,139
1866+ 1336 1408 1336 1408 1376 1408 c 2,140,-1
1867+ 1696 1408 l 2,141,142
1868+ 1736 1408 1736 1408 1764 1380 c 128,-1,143
1869+ 1792 1352 1792 1352 1792 1312 c 2,128,-1
1870+EndSplineSet
1871+Validated: 1
1872+EndChar
1873+
1874+StartChar: th_list
1875+Encoding: 61451 61451 24
1876+Width: 1792
1877+GlyphClass: 2
1878+Flags: W
1879+LayerCount: 2
1880+Fore
1881+SplineSet
1882+512 288 m 2,0,-1
1883+ 512 96 l 2,1,2
1884+ 512 56 512 56 484 28 c 128,-1,3
1885+ 456 0 456 0 416 0 c 2,4,-1
1886+ 96 0 l 2,5,6
1887+ 56 0 56 0 28 28 c 128,-1,7
1888+ 0 56 0 56 0 96 c 2,8,-1
1889+ 0 288 l 2,9,10
1890+ 0 328 0 328 28 356 c 128,-1,11
1891+ 56 384 56 384 96 384 c 2,12,-1
1892+ 416 384 l 2,13,14
1893+ 456 384 456 384 484 356 c 128,-1,15
1894+ 512 328 512 328 512 288 c 2,0,-1
1895+512 800 m 2,16,-1
1896+ 512 608 l 2,17,18
1897+ 512 568 512 568 484 540 c 128,-1,19
1898+ 456 512 456 512 416 512 c 2,20,-1
1899+ 96 512 l 2,21,22
1900+ 56 512 56 512 28 540 c 128,-1,23
1901+ 0 568 0 568 0 608 c 2,24,-1
1902+ 0 800 l 2,25,26
1903+ 0 840 0 840 28 868 c 128,-1,27
1904+ 56 896 56 896 96 896 c 2,28,-1
1905+ 416 896 l 2,29,30
1906+ 456 896 456 896 484 868 c 128,-1,31
1907+ 512 840 512 840 512 800 c 2,16,-1
1908+1792 288 m 2,32,-1
1909+ 1792 96 l 2,33,34
1910+ 1792 56 1792 56 1764 28 c 128,-1,35
1911+ 1736 0 1736 0 1696 0 c 2,36,-1
1912+ 736 0 l 2,37,38
1913+ 696 0 696 0 668 28 c 128,-1,39
1914+ 640 56 640 56 640 96 c 2,40,-1
1915+ 640 288 l 2,41,42
1916+ 640 328 640 328 668 356 c 128,-1,43
1917+ 696 384 696 384 736 384 c 2,44,-1
1918+ 1696 384 l 2,45,46
1919+ 1736 384 1736 384 1764 356 c 128,-1,47
1920+ 1792 328 1792 328 1792 288 c 2,32,-1
1921+512 1312 m 2,48,-1
1922+ 512 1120 l 2,49,50
1923+ 512 1080 512 1080 484 1052 c 128,-1,51
1924+ 456 1024 456 1024 416 1024 c 2,52,-1
1925+ 96 1024 l 2,53,54
1926+ 56 1024 56 1024 28 1052 c 128,-1,55
1927+ 0 1080 0 1080 0 1120 c 2,56,-1
1928+ 0 1312 l 2,57,58
1929+ 0 1352 0 1352 28 1380 c 128,-1,59
1930+ 56 1408 56 1408 96 1408 c 2,60,-1
1931+ 416 1408 l 2,61,62
1932+ 456 1408 456 1408 484 1380 c 128,-1,63
1933+ 512 1352 512 1352 512 1312 c 2,48,-1
1934+1792 800 m 2,64,-1
1935+ 1792 608 l 2,65,66
1936+ 1792 568 1792 568 1764 540 c 128,-1,67
1937+ 1736 512 1736 512 1696 512 c 2,68,-1
1938+ 736 512 l 2,69,70
1939+ 696 512 696 512 668 540 c 128,-1,71
1940+ 640 568 640 568 640 608 c 2,72,-1
1941+ 640 800 l 2,73,74
1942+ 640 840 640 840 668 868 c 128,-1,75
1943+ 696 896 696 896 736 896 c 2,76,-1
1944+ 1696 896 l 2,77,78
1945+ 1736 896 1736 896 1764 868 c 128,-1,79
1946+ 1792 840 1792 840 1792 800 c 2,64,-1
1947+1792 1312 m 2,80,-1
1948+ 1792 1120 l 2,81,82
1949+ 1792 1080 1792 1080 1764 1052 c 128,-1,83
1950+ 1736 1024 1736 1024 1696 1024 c 2,84,-1
1951+ 736 1024 l 2,85,86
1952+ 696 1024 696 1024 668 1052 c 128,-1,87
1953+ 640 1080 640 1080 640 1120 c 2,88,-1
1954+ 640 1312 l 2,89,90
1955+ 640 1352 640 1352 668 1380 c 128,-1,91
1956+ 696 1408 696 1408 736 1408 c 2,92,-1
1957+ 1696 1408 l 2,93,94
1958+ 1736 1408 1736 1408 1764 1380 c 128,-1,95
1959+ 1792 1352 1792 1352 1792 1312 c 2,80,-1
1960+EndSplineSet
1961+Validated: 1
1962+EndChar
1963+
1964+StartChar: ok
1965+Encoding: 61452 61452 25
1966+Width: 1792
1967+GlyphClass: 2
1968+Flags: W
1969+LayerCount: 2
1970+Fore
1971+SplineSet
1972+1671 970 m 128,-1,1
1973+ 1671 930 1671 930 1643 902 c 2,2,-1
1974+ 919 178 l 1,3,-1
1975+ 783 42 l 2,4,5
1976+ 755 14 755 14 715 14 c 128,-1,6
1977+ 675 14 675 14 647 42 c 2,7,-1
1978+ 511 178 l 1,8,-1
1979+ 149 540 l 2,9,10
1980+ 121 568 121 568 121 608 c 128,-1,11
1981+ 121 648 121 648 149 676 c 2,12,-1
1982+ 285 812 l 2,13,14
1983+ 313 840 313 840 353 840 c 128,-1,15
1984+ 393 840 393 840 421 812 c 2,16,-1
1985+ 715 517 l 1,17,-1
1986+ 1371 1174 l 2,18,19
1987+ 1399 1202 1399 1202 1439 1202 c 128,-1,20
1988+ 1479 1202 1479 1202 1507 1174 c 2,21,-1
1989+ 1643 1038 l 2,22,0
1990+ 1671 1010 1671 1010 1671 970 c 128,-1,1
1991+EndSplineSet
1992+Validated: 1
1993+EndChar
1994+
1995+StartChar: remove
1996+Encoding: 61453 61453 26
1997+Width: 1408
1998+GlyphClass: 2
1999+Flags: W
2000+LayerCount: 2
2001+Fore
2002+SplineSet
2003+1298 214 m 128,-1,1
2004+ 1298 174 1298 174 1270 146 c 2,2,-1
2005+ 1134 10 l 2,3,4
2006+ 1106 -18 1106 -18 1066 -18 c 128,-1,5
2007+ 1026 -18 1026 -18 998 10 c 2,6,-1
2008+ 704 304 l 1,7,-1
2009+ 410 10 l 2,8,9
2010+ 382 -18 382 -18 342 -18 c 128,-1,10
2011+ 302 -18 302 -18 274 10 c 2,11,-1
2012+ 138 146 l 2,12,13
2013+ 110 174 110 174 110 214 c 128,-1,14
2014+ 110 254 110 254 138 282 c 2,15,-1
2015+ 432 576 l 1,16,-1
2016+ 138 870 l 2,17,18
2017+ 110 898 110 898 110 938 c 128,-1,19
2018+ 110 978 110 978 138 1006 c 2,20,-1
2019+ 274 1142 l 2,21,22
2020+ 302 1170 302 1170 342 1170 c 128,-1,23
2021+ 382 1170 382 1170 410 1142 c 2,24,-1
2022+ 704 848 l 1,25,-1
2023+ 998 1142 l 2,26,27
2024+ 1026 1170 1026 1170 1066 1170 c 128,-1,28
2025+ 1106 1170 1106 1170 1134 1142 c 2,29,-1
2026+ 1270 1006 l 2,30,31
2027+ 1298 978 1298 978 1298 938 c 128,-1,32
2028+ 1298 898 1298 898 1270 870 c 2,33,-1
2029+ 976 576 l 1,34,-1
2030+ 1270 282 l 2,35,0
2031+ 1298 254 1298 254 1298 214 c 128,-1,1
2032+EndSplineSet
2033+Validated: 1
2034+EndChar
2035+
2036+StartChar: zoom_in
2037+Encoding: 61454 61454 27
2038+Width: 1664
2039+GlyphClass: 2
2040+Flags: W
2041+LayerCount: 2
2042+Fore
2043+SplineSet
2044+1024 736 m 2,0,-1
2045+ 1024 672 l 2,1,2
2046+ 1024 659 1024 659 1014.5 649.5 c 128,-1,3
2047+ 1005 640 1005 640 992 640 c 2,4,-1
2048+ 768 640 l 1,5,-1
2049+ 768 416 l 2,6,7
2050+ 768 403 768 403 758.5 393.5 c 128,-1,8
2051+ 749 384 749 384 736 384 c 2,9,-1
2052+ 672 384 l 2,10,11
2053+ 659 384 659 384 649.5 393.5 c 128,-1,12
2054+ 640 403 640 403 640 416 c 2,13,-1
2055+ 640 640 l 1,14,-1
2056+ 416 640 l 2,15,16
2057+ 403 640 403 640 393.5 649.5 c 128,-1,17
2058+ 384 659 384 659 384 672 c 2,18,-1
2059+ 384 736 l 2,19,20
2060+ 384 749 384 749 393.5 758.5 c 128,-1,21
2061+ 403 768 403 768 416 768 c 2,22,-1
2062+ 640 768 l 1,23,-1
2063+ 640 992 l 2,24,25
2064+ 640 1005 640 1005 649.5 1014.5 c 128,-1,26
2065+ 659 1024 659 1024 672 1024 c 2,27,-1
2066+ 736 1024 l 2,28,29
2067+ 749 1024 749 1024 758.5 1014.5 c 128,-1,30
2068+ 768 1005 768 1005 768 992 c 2,31,-1
2069+ 768 768 l 1,32,-1
2070+ 992 768 l 2,33,34
2071+ 1005 768 1005 768 1014.5 758.5 c 128,-1,35
2072+ 1024 749 1024 749 1024 736 c 2,0,-1
2073+1152 704 m 128,-1,37
2074+ 1152 889 1152 889 1020.5 1020.5 c 128,-1,38
2075+ 889 1152 889 1152 704 1152 c 128,-1,39
2076+ 519 1152 519 1152 387.5 1020.5 c 128,-1,40
2077+ 256 889 256 889 256 704 c 128,-1,41
2078+ 256 519 256 519 387.5 387.5 c 128,-1,42
2079+ 519 256 519 256 704 256 c 128,-1,43
2080+ 889 256 889 256 1020.5 387.5 c 128,-1,36
2081+ 1152 519 1152 519 1152 704 c 128,-1,37
2082+1664 -128 m 128,-1,45
2083+ 1664 -181 1664 -181 1626.5 -218.5 c 128,-1,46
2084+ 1589 -256 1589 -256 1536 -256 c 0,47,48
2085+ 1482 -256 1482 -256 1446 -218 c 2,49,-1
2086+ 1103 124 l 1,50,51
2087+ 924 0 924 0 704 0 c 0,52,53
2088+ 561 0 561 0 430.5 55.5 c 128,-1,54
2089+ 300 111 300 111 205.5 205.5 c 128,-1,55
2090+ 111 300 111 300 55.5 430.5 c 128,-1,56
2091+ 0 561 0 561 0 704 c 128,-1,57
2092+ 0 847 0 847 55.5 977.5 c 128,-1,58
2093+ 111 1108 111 1108 205.5 1202.5 c 128,-1,59
2094+ 300 1297 300 1297 430.5 1352.5 c 128,-1,60
2095+ 561 1408 561 1408 704 1408 c 128,-1,61
2096+ 847 1408 847 1408 977.5 1352.5 c 128,-1,62
2097+ 1108 1297 1108 1297 1202.5 1202.5 c 128,-1,63
2098+ 1297 1108 1297 1108 1352.5 977.5 c 128,-1,64
2099+ 1408 847 1408 847 1408 704 c 0,65,66
2100+ 1408 484 1408 484 1284 305 c 1,67,-1
2101+ 1627 -38 l 2,68,44
2102+ 1664 -75 1664 -75 1664 -128 c 128,-1,45
2103+EndSplineSet
2104+Validated: 1
2105+EndChar
2106+
2107+StartChar: zoom_out
2108+Encoding: 61456 61456 28
2109+Width: 1664
2110+GlyphClass: 2
2111+Flags: W
2112+LayerCount: 2
2113+Fore
2114+SplineSet
2115+1024 736 m 2,0,-1
2116+ 1024 672 l 2,1,2
2117+ 1024 659 1024 659 1014.5 649.5 c 128,-1,3
2118+ 1005 640 1005 640 992 640 c 2,4,-1
2119+ 416 640 l 2,5,6
2120+ 403 640 403 640 393.5 649.5 c 128,-1,7
2121+ 384 659 384 659 384 672 c 2,8,-1
2122+ 384 736 l 2,9,10
2123+ 384 749 384 749 393.5 758.5 c 128,-1,11
2124+ 403 768 403 768 416 768 c 2,12,-1
2125+ 992 768 l 2,13,14
2126+ 1005 768 1005 768 1014.5 758.5 c 128,-1,15
2127+ 1024 749 1024 749 1024 736 c 2,0,-1
2128+1152 704 m 128,-1,17
2129+ 1152 889 1152 889 1020.5 1020.5 c 128,-1,18
2130+ 889 1152 889 1152 704 1152 c 128,-1,19
2131+ 519 1152 519 1152 387.5 1020.5 c 128,-1,20
2132+ 256 889 256 889 256 704 c 128,-1,21
2133+ 256 519 256 519 387.5 387.5 c 128,-1,22
2134+ 519 256 519 256 704 256 c 128,-1,23
2135+ 889 256 889 256 1020.5 387.5 c 128,-1,16
2136+ 1152 519 1152 519 1152 704 c 128,-1,17
2137+1664 -128 m 128,-1,25
2138+ 1664 -181 1664 -181 1626.5 -218.5 c 128,-1,26
2139+ 1589 -256 1589 -256 1536 -256 c 0,27,28
2140+ 1482 -256 1482 -256 1446 -218 c 2,29,-1
2141+ 1103 124 l 1,30,31
2142+ 924 0 924 0 704 0 c 0,32,33
2143+ 561 0 561 0 430.5 55.5 c 128,-1,34
2144+ 300 111 300 111 205.5 205.5 c 128,-1,35
2145+ 111 300 111 300 55.5 430.5 c 128,-1,36
2146+ 0 561 0 561 0 704 c 128,-1,37
2147+ 0 847 0 847 55.5 977.5 c 128,-1,38
2148+ 111 1108 111 1108 205.5 1202.5 c 128,-1,39
2149+ 300 1297 300 1297 430.5 1352.5 c 128,-1,40
2150+ 561 1408 561 1408 704 1408 c 128,-1,41
2151+ 847 1408 847 1408 977.5 1352.5 c 128,-1,42
2152+ 1108 1297 1108 1297 1202.5 1202.5 c 128,-1,43
2153+ 1297 1108 1297 1108 1352.5 977.5 c 128,-1,44
2154+ 1408 847 1408 847 1408 704 c 0,45,46
2155+ 1408 484 1408 484 1284 305 c 1,47,-1
2156+ 1627 -38 l 2,48,24
2157+ 1664 -75 1664 -75 1664 -128 c 128,-1,25
2158+EndSplineSet
2159+Validated: 1
2160+EndChar
2161+
2162+StartChar: off
2163+Encoding: 61457 61457 29
2164+Width: 1536
2165+GlyphClass: 2
2166+Flags: W
2167+LayerCount: 2
2168+Fore
2169+SplineSet
2170+1536 640 m 0,0,1
2171+ 1536 484 1536 484 1475 342 c 128,-1,2
2172+ 1414 200 1414 200 1311 97 c 128,-1,3
2173+ 1208 -6 1208 -6 1066 -67 c 128,-1,4
2174+ 924 -128 924 -128 768 -128 c 128,-1,5
2175+ 612 -128 612 -128 470 -67 c 128,-1,6
2176+ 328 -6 328 -6 225 97 c 128,-1,7
2177+ 122 200 122 200 61 342 c 128,-1,8
2178+ 0 484 0 484 0 640 c 0,9,10
2179+ 0 822 0 822 80.5 983 c 128,-1,11
2180+ 161 1144 161 1144 307 1253 c 0,12,13
2181+ 350 1285 350 1285 402.5 1278 c 128,-1,14
2182+ 455 1271 455 1271 486 1228 c 0,15,16
2183+ 518 1186 518 1186 510.5 1133.5 c 128,-1,17
2184+ 503 1081 503 1081 461 1049 c 0,18,19
2185+ 363 975 363 975 309.5 868 c 128,-1,20
2186+ 256 761 256 761 256 640 c 0,21,22
2187+ 256 536 256 536 296.5 441.5 c 128,-1,23
2188+ 337 347 337 347 406 278 c 128,-1,24
2189+ 475 209 475 209 569.5 168.5 c 128,-1,25
2190+ 664 128 664 128 768 128 c 128,-1,26
2191+ 872 128 872 128 966.5 168.5 c 128,-1,27
2192+ 1061 209 1061 209 1130 278 c 128,-1,28
2193+ 1199 347 1199 347 1239.5 441.5 c 128,-1,29
2194+ 1280 536 1280 536 1280 640 c 0,30,31
2195+ 1280 761 1280 761 1226.5 868 c 128,-1,32
2196+ 1173 975 1173 975 1075 1049 c 0,33,34
2197+ 1033 1081 1033 1081 1025.5 1133.5 c 128,-1,35
2198+ 1018 1186 1018 1186 1050 1228 c 0,36,37
2199+ 1081 1271 1081 1271 1134 1278 c 128,-1,38
2200+ 1187 1285 1187 1285 1229 1253 c 0,39,40
2201+ 1375 1144 1375 1144 1455.5 983 c 128,-1,41
2202+ 1536 822 1536 822 1536 640 c 0,0,1
2203+896 1408 m 2,42,-1
2204+ 896 768 l 2,43,44
2205+ 896 716 896 716 858 678 c 128,-1,45
2206+ 820 640 820 640 768 640 c 128,-1,46
2207+ 716 640 716 640 678 678 c 128,-1,47
2208+ 640 716 640 716 640 768 c 2,48,-1
2209+ 640 1408 l 2,49,50
2210+ 640 1460 640 1460 678 1498 c 128,-1,51
2211+ 716 1536 716 1536 768 1536 c 128,-1,52
2212+ 820 1536 820 1536 858 1498 c 128,-1,53
2213+ 896 1460 896 1460 896 1408 c 2,42,-1
2214+EndSplineSet
2215+Validated: 33
2216+EndChar
2217+
2218+StartChar: signal
2219+Encoding: 61458 61458 30
2220+Width: 1792
2221+GlyphClass: 2
2222+Flags: W
2223+LayerCount: 2
2224+Fore
2225+SplineSet
2226+256 96 m 2,0,-1
2227+ 256 -96 l 2,1,2
2228+ 256 -110 256 -110 247 -119 c 128,-1,3
2229+ 238 -128 238 -128 224 -128 c 2,4,-1
2230+ 32 -128 l 2,5,6
2231+ 18 -128 18 -128 9 -119 c 128,-1,7
2232+ 0 -110 0 -110 0 -96 c 2,8,-1
2233+ 0 96 l 2,9,10
2234+ 0 110 0 110 9 119 c 128,-1,11
2235+ 18 128 18 128 32 128 c 2,12,-1
2236+ 224 128 l 2,13,14
2237+ 238 128 238 128 247 119 c 128,-1,15
2238+ 256 110 256 110 256 96 c 2,0,-1
2239+640 224 m 2,16,-1
2240+ 640 -96 l 2,17,18
2241+ 640 -110 640 -110 631 -119 c 128,-1,19
2242+ 622 -128 622 -128 608 -128 c 2,20,-1
2243+ 416 -128 l 2,21,22
2244+ 402 -128 402 -128 393 -119 c 128,-1,23
2245+ 384 -110 384 -110 384 -96 c 2,24,-1
2246+ 384 224 l 2,25,26
2247+ 384 238 384 238 393 247 c 128,-1,27
2248+ 402 256 402 256 416 256 c 2,28,-1
2249+ 608 256 l 2,29,30
2250+ 622 256 622 256 631 247 c 128,-1,31
2251+ 640 238 640 238 640 224 c 2,16,-1
2252+1024 480 m 2,32,-1
2253+ 1024 -96 l 2,33,34
2254+ 1024 -110 1024 -110 1015 -119 c 128,-1,35
2255+ 1006 -128 1006 -128 992 -128 c 2,36,-1
2256+ 800 -128 l 2,37,38
2257+ 786 -128 786 -128 777 -119 c 128,-1,39
2258+ 768 -110 768 -110 768 -96 c 2,40,-1
2259+ 768 480 l 2,41,42
2260+ 768 494 768 494 777 503 c 128,-1,43
2261+ 786 512 786 512 800 512 c 2,44,-1
2262+ 992 512 l 2,45,46
2263+ 1006 512 1006 512 1015 503 c 128,-1,47
2264+ 1024 494 1024 494 1024 480 c 2,32,-1
2265+1408 864 m 2,48,-1
2266+ 1408 -96 l 2,49,50
2267+ 1408 -110 1408 -110 1399 -119 c 128,-1,51
2268+ 1390 -128 1390 -128 1376 -128 c 2,52,-1
2269+ 1184 -128 l 2,53,54
2270+ 1170 -128 1170 -128 1161 -119 c 128,-1,55
2271+ 1152 -110 1152 -110 1152 -96 c 2,56,-1
2272+ 1152 864 l 2,57,58
2273+ 1152 878 1152 878 1161 887 c 128,-1,59
2274+ 1170 896 1170 896 1184 896 c 2,60,-1
2275+ 1376 896 l 2,61,62
2276+ 1390 896 1390 896 1399 887 c 128,-1,63
2277+ 1408 878 1408 878 1408 864 c 2,48,-1
2278+1792 1376 m 2,64,-1
2279+ 1792 -96 l 2,65,66
2280+ 1792 -110 1792 -110 1783 -119 c 128,-1,67
2281+ 1774 -128 1774 -128 1760 -128 c 2,68,-1
2282+ 1568 -128 l 2,69,70
2283+ 1554 -128 1554 -128 1545 -119 c 128,-1,71
2284+ 1536 -110 1536 -110 1536 -96 c 2,72,-1
2285+ 1536 1376 l 2,73,74
2286+ 1536 1390 1536 1390 1545 1399 c 128,-1,75
2287+ 1554 1408 1554 1408 1568 1408 c 2,76,-1
2288+ 1760 1408 l 2,77,78
2289+ 1774 1408 1774 1408 1783 1399 c 128,-1,79
2290+ 1792 1390 1792 1390 1792 1376 c 2,64,-1
2291+EndSplineSet
2292+Validated: 1
2293+EndChar
2294+
2295+StartChar: cog
2296+Encoding: 61459 61459 31
2297+Width: 1536
2298+GlyphClass: 2
2299+Flags: W
2300+LayerCount: 2
2301+Fore
2302+SplineSet
2303+1024 640 m 128,-1,1
2304+ 1024 746 1024 746 949 821 c 128,-1,2
2305+ 874 896 874 896 768 896 c 128,-1,3
2306+ 662 896 662 896 587 821 c 128,-1,4
2307+ 512 746 512 746 512 640 c 128,-1,5
2308+ 512 534 512 534 587 459 c 128,-1,6
2309+ 662 384 662 384 768 384 c 128,-1,7
2310+ 874 384 874 384 949 459 c 128,-1,0
2311+ 1024 534 1024 534 1024 640 c 128,-1,1
2312+1536 749 m 2,8,-1
2313+ 1536 527 l 2,9,10
2314+ 1536 515 1536 515 1528 504 c 128,-1,11
2315+ 1520 493 1520 493 1508 491 c 2,12,-1
2316+ 1323 463 l 1,13,14
2317+ 1304 409 1304 409 1284 372 c 1,15,16
2318+ 1319 322 1319 322 1391 234 c 0,17,18
2319+ 1401 222 1401 222 1401 209 c 128,-1,19
2320+ 1401 196 1401 196 1392 186 c 0,20,21
2321+ 1365 149 1365 149 1293 78 c 128,-1,22
2322+ 1221 7 1221 7 1199 7 c 0,23,24
2323+ 1187 7 1187 7 1173 16 c 2,25,-1
2324+ 1035 124 l 1,26,27
2325+ 991 101 991 101 944 86 c 1,28,29
2326+ 928 -50 928 -50 915 -100 c 0,30,31
2327+ 908 -128 908 -128 879 -128 c 2,32,-1
2328+ 657 -128 l 2,33,34
2329+ 643 -128 643 -128 632.5 -119.5 c 128,-1,35
2330+ 622 -111 622 -111 621 -98 c 2,36,-1
2331+ 593 86 l 1,37,38
2332+ 544 102 544 102 503 123 c 1,39,-1
2333+ 362 16 l 2,40,41
2334+ 352 7 352 7 337 7 c 0,42,43
2335+ 323 7 323 7 312 18 c 0,44,45
2336+ 186 132 186 132 147 186 c 0,46,47
2337+ 140 196 140 196 140 209 c 0,48,49
2338+ 140 221 140 221 148 232 c 0,50,51
2339+ 163 253 163 253 199 298.5 c 128,-1,52
2340+ 235 344 235 344 253 369 c 1,53,54
2341+ 226 419 226 419 212 468 c 1,55,-1
2342+ 29 495 l 2,56,57
2343+ 16 497 16 497 8 507.5 c 128,-1,58
2344+ 0 518 0 518 0 531 c 2,59,-1
2345+ 0 753 l 2,60,61
2346+ 0 765 0 765 8 776 c 128,-1,62
2347+ 16 787 16 787 27 789 c 2,63,-1
2348+ 213 817 l 1,64,65
2349+ 227 863 227 863 252 909 c 1,66,67
2350+ 212 966 212 966 145 1047 c 0,68,69
2351+ 135 1059 135 1059 135 1071 c 0,70,71
2352+ 135 1081 135 1081 144 1094 c 0,72,73
2353+ 170 1130 170 1130 242.5 1201.5 c 128,-1,74
2354+ 315 1273 315 1273 337 1273 c 0,75,76
2355+ 350 1273 350 1273 363 1263 c 2,77,-1
2356+ 501 1156 l 1,78,79
2357+ 545 1179 545 1179 592 1194 c 1,80,81
2358+ 608 1330 608 1330 621 1380 c 0,82,83
2359+ 628 1408 628 1408 657 1408 c 2,84,-1
2360+ 879 1408 l 2,85,86
2361+ 893 1408 893 1408 903.5 1399.5 c 128,-1,87
2362+ 914 1391 914 1391 915 1378 c 2,88,-1
2363+ 943 1194 l 1,89,90
2364+ 992 1178 992 1178 1033 1157 c 1,91,-1
2365+ 1175 1264 l 2,92,93
2366+ 1184 1273 1184 1273 1199 1273 c 0,94,95
2367+ 1212 1273 1212 1273 1224 1263 c 0,96,97
2368+ 1353 1144 1353 1144 1389 1093 c 0,98,99
2369+ 1396 1085 1396 1085 1396 1071 c 0,100,101
2370+ 1396 1059 1396 1059 1388 1048 c 0,102,103
2371+ 1373 1027 1373 1027 1337 981.5 c 128,-1,104
2372+ 1301 936 1301 936 1283 911 c 1,105,106
2373+ 1309 861 1309 861 1324 813 c 1,107,-1
2374+ 1507 785 l 2,108,109
2375+ 1520 783 1520 783 1528 772.5 c 128,-1,110
2376+ 1536 762 1536 762 1536 749 c 2,8,-1
2377+EndSplineSet
2378+Validated: 1
2379+EndChar
2380+
2381+StartChar: trash
2382+Encoding: 61460 61460 32
2383+Width: 1408
2384+GlyphClass: 2
2385+Flags: W
2386+LayerCount: 2
2387+Fore
2388+SplineSet
2389+512 800 m 2,0,-1
2390+ 512 224 l 2,1,2
2391+ 512 210 512 210 503 201 c 128,-1,3
2392+ 494 192 494 192 480 192 c 2,4,-1
2393+ 416 192 l 2,5,6
2394+ 402 192 402 192 393 201 c 128,-1,7
2395+ 384 210 384 210 384 224 c 2,8,-1
2396+ 384 800 l 2,9,10
2397+ 384 814 384 814 393 823 c 128,-1,11
2398+ 402 832 402 832 416 832 c 2,12,-1
2399+ 480 832 l 2,13,14
2400+ 494 832 494 832 503 823 c 128,-1,15
2401+ 512 814 512 814 512 800 c 2,0,-1
2402+768 800 m 2,16,-1
2403+ 768 224 l 2,17,18
2404+ 768 210 768 210 759 201 c 128,-1,19
2405+ 750 192 750 192 736 192 c 2,20,-1
2406+ 672 192 l 2,21,22
2407+ 658 192 658 192 649 201 c 128,-1,23
2408+ 640 210 640 210 640 224 c 2,24,-1
2409+ 640 800 l 2,25,26
2410+ 640 814 640 814 649 823 c 128,-1,27
2411+ 658 832 658 832 672 832 c 2,28,-1
2412+ 736 832 l 2,29,30
2413+ 750 832 750 832 759 823 c 128,-1,31
2414+ 768 814 768 814 768 800 c 2,16,-1
2415+1024 800 m 2,32,-1
2416+ 1024 224 l 2,33,34
2417+ 1024 210 1024 210 1015 201 c 128,-1,35
2418+ 1006 192 1006 192 992 192 c 2,36,-1
2419+ 928 192 l 2,37,38
2420+ 914 192 914 192 905 201 c 128,-1,39
2421+ 896 210 896 210 896 224 c 2,40,-1
2422+ 896 800 l 2,41,42
2423+ 896 814 896 814 905 823 c 128,-1,43
2424+ 914 832 914 832 928 832 c 2,44,-1
2425+ 992 832 l 2,45,46
2426+ 1006 832 1006 832 1015 823 c 128,-1,47
2427+ 1024 814 1024 814 1024 800 c 2,32,-1
2428+1152 76 m 2,48,-1
2429+ 1152 1024 l 1,49,-1
2430+ 256 1024 l 1,50,-1
2431+ 256 76 l 2,51,52
2432+ 256 54 256 54 263 35.5 c 128,-1,53
2433+ 270 17 270 17 277.5 8.5 c 128,-1,54
2434+ 285 0 285 0 288 0 c 2,55,-1
2435+ 1120 0 l 2,56,57
2436+ 1123 0 1123 0 1130.5 8.5 c 128,-1,58
2437+ 1138 17 1138 17 1145 35.5 c 128,-1,59
2438+ 1152 54 1152 54 1152 76 c 2,48,-1
2439+480 1152 m 1,60,-1
2440+ 928 1152 l 1,61,-1
2441+ 880 1269 l 2,62,63
2442+ 873 1278 873 1278 863 1280 c 2,64,-1
2443+ 546 1280 l 2,65,66
2444+ 536 1278 536 1278 529 1269 c 2,67,-1
2445+ 480 1152 l 1,60,-1
2446+1408 1120 m 2,68,-1
2447+ 1408 1056 l 2,69,70
2448+ 1408 1042 1408 1042 1399 1033 c 128,-1,71
2449+ 1390 1024 1390 1024 1376 1024 c 2,72,-1
2450+ 1280 1024 l 1,73,-1
2451+ 1280 76 l 2,74,75
2452+ 1280 -7 1280 -7 1233 -67.5 c 128,-1,76
2453+ 1186 -128 1186 -128 1120 -128 c 2,77,-1
2454+ 288 -128 l 2,78,79
2455+ 222 -128 222 -128 175 -69.5 c 128,-1,80
2456+ 128 -11 128 -11 128 72 c 2,81,-1
2457+ 128 1024 l 1,82,-1
2458+ 32 1024 l 2,83,84
2459+ 18 1024 18 1024 9 1033 c 128,-1,85
2460+ 0 1042 0 1042 0 1056 c 2,86,-1
2461+ 0 1120 l 2,87,88
2462+ 0 1134 0 1134 9 1143 c 128,-1,89
2463+ 18 1152 18 1152 32 1152 c 2,90,-1
2464+ 341 1152 l 1,91,-1
2465+ 411 1319 l 2,92,93
2466+ 426 1356 426 1356 465 1382 c 128,-1,94
2467+ 504 1408 504 1408 544 1408 c 2,95,-1
2468+ 864 1408 l 2,96,97
2469+ 904 1408 904 1408 943 1382 c 128,-1,98
2470+ 982 1356 982 1356 997 1319 c 2,99,-1
2471+ 1067 1152 l 1,100,-1
2472+ 1376 1152 l 2,101,102
2473+ 1390 1152 1390 1152 1399 1143 c 128,-1,103
2474+ 1408 1134 1408 1134 1408 1120 c 2,68,-1
2475+EndSplineSet
2476+Validated: 1
2477+EndChar
2478+
2479+StartChar: home
2480+Encoding: 61461 61461 33
2481+Width: 1664
2482+GlyphClass: 2
2483+Flags: W
2484+LayerCount: 2
2485+Fore
2486+SplineSet
2487+1408 544 m 2,0,-1
2488+ 1408 64 l 2,1,2
2489+ 1408 38 1408 38 1389 19 c 128,-1,3
2490+ 1370 0 1370 0 1344 0 c 2,4,-1
2491+ 960 0 l 1,5,-1
2492+ 960 384 l 1,6,-1
2493+ 704 384 l 1,7,-1
2494+ 704 0 l 1,8,-1
2495+ 320 0 l 2,9,10
2496+ 294 0 294 0 275 19 c 128,-1,11
2497+ 256 38 256 38 256 64 c 2,12,-1
2498+ 256 544 l 2,13,14
2499+ 256 545 256 545 256.5 547 c 128,-1,15
2500+ 257 549 257 549 257 550 c 2,16,-1
2501+ 832 1024 l 1,17,-1
2502+ 1407 550 l 2,18,19
2503+ 1408 548 1408 548 1408 544 c 2,0,-1
2504+1631 613 m 2,20,-1
2505+ 1569 539 l 2,21,22
2506+ 1561 530 1561 530 1548 528 c 2,23,-1
2507+ 1545 528 l 2,24,25
2508+ 1532 528 1532 528 1524 535 c 2,26,-1
2509+ 832 1112 l 1,27,-1
2510+ 140 535 l 2,28,29
2511+ 128 527 128 527 116 528 c 0,30,31
2512+ 103 530 103 530 95 539 c 2,32,-1
2513+ 33 613 l 2,33,34
2514+ 25 623 25 623 26 636.5 c 128,-1,35
2515+ 27 650 27 650 37 658 c 2,36,-1
2516+ 756 1257 l 2,37,38
2517+ 788 1283 788 1283 832 1283 c 128,-1,39
2518+ 876 1283 876 1283 908 1257 c 2,40,-1
2519+ 1152 1053 l 1,41,-1
2520+ 1152 1248 l 2,42,43
2521+ 1152 1262 1152 1262 1161 1271 c 128,-1,44
2522+ 1170 1280 1170 1280 1184 1280 c 2,45,-1
2523+ 1376 1280 l 2,46,47
2524+ 1390 1280 1390 1280 1399 1271 c 128,-1,48
2525+ 1408 1262 1408 1262 1408 1248 c 2,49,-1
2526+ 1408 840 l 1,50,-1
2527+ 1627 658 l 2,51,52
2528+ 1637 650 1637 650 1638 636.5 c 128,-1,53
2529+ 1639 623 1639 623 1631 613 c 2,20,-1
2530+EndSplineSet
2531+Validated: 1
2532+EndChar
2533+
2534+StartChar: file_alt
2535+Encoding: 61462 61462 34
2536+Width: 1536
2537+GlyphClass: 2
2538+Flags: W
2539+LayerCount: 2
2540+Fore
2541+SplineSet
2542+1468 1156 m 2,0,1
2543+ 1496 1128 1496 1128 1516 1080 c 128,-1,2
2544+ 1536 1032 1536 1032 1536 992 c 2,3,-1
2545+ 1536 -160 l 2,4,5
2546+ 1536 -200 1536 -200 1508 -228 c 128,-1,6
2547+ 1480 -256 1480 -256 1440 -256 c 2,7,-1
2548+ 96 -256 l 2,8,9
2549+ 56 -256 56 -256 28 -228 c 128,-1,10
2550+ 0 -200 0 -200 0 -160 c 2,11,-1
2551+ 0 1440 l 2,12,13
2552+ 0 1480 0 1480 28 1508 c 128,-1,14
2553+ 56 1536 56 1536 96 1536 c 2,15,-1
2554+ 992 1536 l 2,16,17
2555+ 1032 1536 1032 1536 1080 1516 c 128,-1,18
2556+ 1128 1496 1128 1496 1156 1468 c 2,19,-1
2557+ 1468 1156 l 2,0,1
2558+1024 1400 m 1,20,-1
2559+ 1024 1024 l 1,21,-1
2560+ 1400 1024 l 1,22,23
2561+ 1390 1053 1390 1053 1378 1065 c 2,24,-1
2562+ 1065 1378 l 2,25,26
2563+ 1053 1390 1053 1390 1024 1400 c 1,20,-1
2564+1408 -128 m 1,27,-1
2565+ 1408 896 l 1,28,-1
2566+ 992 896 l 2,29,30
2567+ 952 896 952 896 924 924 c 128,-1,31
2568+ 896 952 896 952 896 992 c 2,32,-1
2569+ 896 1408 l 1,33,-1
2570+ 128 1408 l 1,34,-1
2571+ 128 -128 l 1,35,-1
2572+ 1408 -128 l 1,27,-1
2573+EndSplineSet
2574+Validated: 1
2575+EndChar
2576+
2577+StartChar: time
2578+Encoding: 61463 61463 35
2579+Width: 1536
2580+GlyphClass: 2
2581+Flags: W
2582+LayerCount: 2
2583+Fore
2584+SplineSet
2585+896 992 m 2,0,-1
2586+ 896 544 l 2,1,2
2587+ 896 530 896 530 887 521 c 128,-1,3
2588+ 878 512 878 512 864 512 c 2,4,-1
2589+ 544 512 l 2,5,6
2590+ 530 512 530 512 521 521 c 128,-1,7
2591+ 512 530 512 530 512 544 c 2,8,-1
2592+ 512 608 l 2,9,10
2593+ 512 622 512 622 521 631 c 128,-1,11
2594+ 530 640 530 640 544 640 c 2,12,-1
2595+ 768 640 l 1,13,-1
2596+ 768 992 l 2,14,15
2597+ 768 1006 768 1006 777 1015 c 128,-1,16
2598+ 786 1024 786 1024 800 1024 c 2,17,-1
2599+ 864 1024 l 2,18,19
2600+ 878 1024 878 1024 887 1015 c 128,-1,20
2601+ 896 1006 896 1006 896 992 c 2,0,-1
2602+1312 640 m 128,-1,22
2603+ 1312 788 1312 788 1239 913 c 128,-1,23
2604+ 1166 1038 1166 1038 1041 1111 c 128,-1,24
2605+ 916 1184 916 1184 768 1184 c 128,-1,25
2606+ 620 1184 620 1184 495 1111 c 128,-1,26
2607+ 370 1038 370 1038 297 913 c 128,-1,27
2608+ 224 788 224 788 224 640 c 128,-1,28
2609+ 224 492 224 492 297 367 c 128,-1,29
2610+ 370 242 370 242 495 169 c 128,-1,30
2611+ 620 96 620 96 768 96 c 128,-1,31
2612+ 916 96 916 96 1041 169 c 128,-1,32
2613+ 1166 242 1166 242 1239 367 c 128,-1,21
2614+ 1312 492 1312 492 1312 640 c 128,-1,22
2615+1536 640 m 128,-1,34
2616+ 1536 431 1536 431 1433 254.5 c 128,-1,35
2617+ 1330 78 1330 78 1153.5 -25 c 128,-1,36
2618+ 977 -128 977 -128 768 -128 c 128,-1,37
2619+ 559 -128 559 -128 382.5 -25 c 128,-1,38
2620+ 206 78 206 78 103 254.5 c 128,-1,39
2621+ 0 431 0 431 0 640 c 128,-1,40
2622+ 0 849 0 849 103 1025.5 c 128,-1,41
2623+ 206 1202 206 1202 382.5 1305 c 128,-1,42
2624+ 559 1408 559 1408 768 1408 c 128,-1,43
2625+ 977 1408 977 1408 1153.5 1305 c 128,-1,44
2626+ 1330 1202 1330 1202 1433 1025.5 c 128,-1,33
2627+ 1536 849 1536 849 1536 640 c 128,-1,34
2628+EndSplineSet
2629+Validated: 1
2630+EndChar
2631+
2632+StartChar: road
2633+Encoding: 61464 61464 36
2634+Width: 1920
2635+GlyphClass: 2
2636+Flags: W
2637+LayerCount: 2
2638+Fore
2639+SplineSet
2640+1111 540 m 2,0,-1
2641+ 1111 544 l 1,1,-1
2642+ 1087 864 l 2,2,3
2643+ 1086 877 1086 877 1076 886.5 c 128,-1,4
2644+ 1066 896 1066 896 1053 896 c 2,5,-1
2645+ 867 896 l 2,6,7
2646+ 854 896 854 896 844 886.5 c 128,-1,8
2647+ 834 877 834 877 833 864 c 2,9,-1
2648+ 809 544 l 1,10,-1
2649+ 809 540 l 2,11,12
2650+ 808 528 808 528 817 520 c 128,-1,13
2651+ 826 512 826 512 838 512 c 2,14,-1
2652+ 1082 512 l 2,15,16
2653+ 1094 512 1094 512 1103 520 c 128,-1,17
2654+ 1112 528 1112 528 1111 540 c 2,0,-1
2655+1870 73 m 0,18,19
2656+ 1870 0 1870 0 1824 0 c 2,20,-1
2657+ 1120 0 l 2,21,22
2658+ 1133 0 1133 0 1142 9.5 c 128,-1,23
2659+ 1151 19 1151 19 1150 32 c 2,24,-1
2660+ 1130 288 l 2,25,26
2661+ 1129 301 1129 301 1119 310.5 c 128,-1,27
2662+ 1109 320 1109 320 1096 320 c 2,28,-1
2663+ 824 320 l 2,29,30
2664+ 811 320 811 320 801 310.5 c 128,-1,31
2665+ 791 301 791 301 790 288 c 2,32,-1
2666+ 770 32 l 2,33,34
2667+ 769 19 769 19 778 9.5 c 128,-1,35
2668+ 787 0 787 0 800 0 c 2,36,-1
2669+ 96 0 l 2,37,38
2670+ 50 0 50 0 50 73 c 0,39,40
2671+ 50 127 50 127 76 189 c 2,41,-1
2672+ 493 1233 l 2,42,43
2673+ 501 1252 501 1252 519 1266 c 128,-1,44
2674+ 537 1280 537 1280 557 1280 c 2,45,-1
2675+ 896 1280 l 2,46,47
2676+ 883 1280 883 1280 873 1270.5 c 128,-1,48
2677+ 863 1261 863 1261 862 1248 c 2,49,-1
2678+ 847 1056 l 2,50,51
2679+ 846 1042 846 1042 855 1033 c 128,-1,52
2680+ 864 1024 864 1024 877 1024 c 2,53,-1
2681+ 1043 1024 l 2,54,55
2682+ 1056 1024 1056 1024 1065 1033 c 128,-1,56
2683+ 1074 1042 1074 1042 1073 1056 c 2,57,-1
2684+ 1058 1248 l 2,58,59
2685+ 1057 1261 1057 1261 1047 1270.5 c 128,-1,60
2686+ 1037 1280 1037 1280 1024 1280 c 2,61,-1
2687+ 1363 1280 l 2,62,63
2688+ 1383 1280 1383 1280 1401 1266 c 128,-1,64
2689+ 1419 1252 1419 1252 1427 1233 c 2,65,-1
2690+ 1844 189 l 2,66,67
2691+ 1870 127 1870 127 1870 73 c 0,18,19
2692+EndSplineSet
2693+Validated: 1
2694+EndChar
2695+
2696+StartChar: download_alt
2697+Encoding: 61465 61465 37
2698+Width: 1664
2699+GlyphClass: 2
2700+Flags: W
2701+LayerCount: 2
2702+Fore
2703+SplineSet
2704+1280 192 m 128,-1,1
2705+ 1280 218 1280 218 1261 237 c 128,-1,2
2706+ 1242 256 1242 256 1216 256 c 128,-1,3
2707+ 1190 256 1190 256 1171 237 c 128,-1,4
2708+ 1152 218 1152 218 1152 192 c 128,-1,5
2709+ 1152 166 1152 166 1171 147 c 128,-1,6
2710+ 1190 128 1190 128 1216 128 c 128,-1,7
2711+ 1242 128 1242 128 1261 147 c 128,-1,0
2712+ 1280 166 1280 166 1280 192 c 128,-1,1
2713+1536 192 m 128,-1,9
2714+ 1536 218 1536 218 1517 237 c 128,-1,10
2715+ 1498 256 1498 256 1472 256 c 128,-1,11
2716+ 1446 256 1446 256 1427 237 c 128,-1,12
2717+ 1408 218 1408 218 1408 192 c 128,-1,13
2718+ 1408 166 1408 166 1427 147 c 128,-1,14
2719+ 1446 128 1446 128 1472 128 c 128,-1,15
2720+ 1498 128 1498 128 1517 147 c 128,-1,8
2721+ 1536 166 1536 166 1536 192 c 128,-1,9
2722+1664 416 m 2,16,-1
2723+ 1664 96 l 2,17,18
2724+ 1664 56 1664 56 1636 28 c 128,-1,19
2725+ 1608 0 1608 0 1568 0 c 2,20,-1
2726+ 96 0 l 2,21,22
2727+ 56 0 56 0 28 28 c 128,-1,23
2728+ 0 56 0 56 0 96 c 2,24,-1
2729+ 0 416 l 2,25,26
2730+ 0 456 0 456 28 484 c 128,-1,27
2731+ 56 512 56 512 96 512 c 2,28,-1
2732+ 561 512 l 1,29,-1
2733+ 696 376 l 2,30,31
2734+ 754 320 754 320 832 320 c 128,-1,32
2735+ 910 320 910 320 968 376 c 2,33,-1
2736+ 1104 512 l 1,34,-1
2737+ 1568 512 l 2,35,36
2738+ 1608 512 1608 512 1636 484 c 128,-1,37
2739+ 1664 456 1664 456 1664 416 c 2,16,-1
2740+1339 985 m 0,38,39
2741+ 1356 944 1356 944 1325 915 c 2,40,-1
2742+ 877 467 l 2,41,42
2743+ 859 448 859 448 832 448 c 128,-1,43
2744+ 805 448 805 448 787 467 c 2,44,-1
2745+ 339 915 l 2,45,46
2746+ 308 944 308 944 325 985 c 0,47,48
2747+ 342 1024 342 1024 384 1024 c 2,49,-1
2748+ 640 1024 l 1,50,-1
2749+ 640 1472 l 2,51,52
2750+ 640 1498 640 1498 659 1517 c 128,-1,53
2751+ 678 1536 678 1536 704 1536 c 2,54,-1
2752+ 960 1536 l 2,55,56
2753+ 986 1536 986 1536 1005 1517 c 128,-1,57
2754+ 1024 1498 1024 1498 1024 1472 c 2,58,-1
2755+ 1024 1024 l 1,59,-1
2756+ 1280 1024 l 2,60,61
2757+ 1322 1024 1322 1024 1339 985 c 0,38,39
2758+EndSplineSet
2759+Validated: 33
2760+EndChar
2761+
2762+StartChar: download
2763+Encoding: 61466 61466 38
2764+Width: 1536
2765+GlyphClass: 2
2766+Flags: W
2767+LayerCount: 2
2768+Fore
2769+SplineSet
2770+1120 608 m 0,0,1
2771+ 1120 596 1120 596 1110 584 c 2,2,-1
2772+ 791 265 l 2,3,4
2773+ 780 256 780 256 768 256 c 128,-1,5
2774+ 756 256 756 256 745 265 c 2,6,-1
2775+ 425 585 l 2,7,8
2776+ 410 601 410 601 418 620 c 0,9,10
2777+ 426 640 426 640 448 640 c 2,11,-1
2778+ 640 640 l 1,12,-1
2779+ 640 992 l 2,13,14
2780+ 640 1006 640 1006 649 1015 c 128,-1,15
2781+ 658 1024 658 1024 672 1024 c 2,16,-1
2782+ 864 1024 l 2,17,18
2783+ 878 1024 878 1024 887 1015 c 128,-1,19
2784+ 896 1006 896 1006 896 992 c 2,20,-1
2785+ 896 640 l 1,21,-1
2786+ 1088 640 l 2,22,23
2787+ 1102 640 1102 640 1111 631 c 128,-1,24
2788+ 1120 622 1120 622 1120 608 c 0,0,1
2789+768 1184 m 128,-1,26
2790+ 620 1184 620 1184 495 1111 c 128,-1,27
2791+ 370 1038 370 1038 297 913 c 128,-1,28
2792+ 224 788 224 788 224 640 c 128,-1,29
2793+ 224 492 224 492 297 367 c 128,-1,30
2794+ 370 242 370 242 495 169 c 128,-1,31
2795+ 620 96 620 96 768 96 c 128,-1,32
2796+ 916 96 916 96 1041 169 c 128,-1,33
2797+ 1166 242 1166 242 1239 367 c 128,-1,34
2798+ 1312 492 1312 492 1312 640 c 128,-1,35
2799+ 1312 788 1312 788 1239 913 c 128,-1,36
2800+ 1166 1038 1166 1038 1041 1111 c 128,-1,25
2801+ 916 1184 916 1184 768 1184 c 128,-1,26
2802+1536 640 m 128,-1,38
2803+ 1536 431 1536 431 1433 254.5 c 128,-1,39
2804+ 1330 78 1330 78 1153.5 -25 c 128,-1,40
2805+ 977 -128 977 -128 768 -128 c 128,-1,41
2806+ 559 -128 559 -128 382.5 -25 c 128,-1,42
2807+ 206 78 206 78 103 254.5 c 128,-1,43
2808+ 0 431 0 431 0 640 c 128,-1,44
2809+ 0 849 0 849 103 1025.5 c 128,-1,45
2810+ 206 1202 206 1202 382.5 1305 c 128,-1,46
2811+ 559 1408 559 1408 768 1408 c 128,-1,47
2812+ 977 1408 977 1408 1153.5 1305 c 128,-1,48
2813+ 1330 1202 1330 1202 1433 1025.5 c 128,-1,37
2814+ 1536 849 1536 849 1536 640 c 128,-1,38
2815+EndSplineSet
2816+Validated: 1
2817+EndChar
2818+
2819+StartChar: upload
2820+Encoding: 61467 61467 39
2821+Width: 1536
2822+GlyphClass: 2
2823+Flags: W
2824+LayerCount: 2
2825+Fore
2826+SplineSet
2827+1118 660 m 0,0,1
2828+ 1110 640 1110 640 1088 640 c 2,2,-1
2829+ 896 640 l 1,3,-1
2830+ 896 288 l 2,4,5
2831+ 896 274 896 274 887 265 c 128,-1,6
2832+ 878 256 878 256 864 256 c 2,7,-1
2833+ 672 256 l 2,8,9
2834+ 658 256 658 256 649 265 c 128,-1,10
2835+ 640 274 640 274 640 288 c 2,11,-1
2836+ 640 640 l 1,12,-1
2837+ 448 640 l 2,13,14
2838+ 434 640 434 640 425 649 c 128,-1,15
2839+ 416 658 416 658 416 672 c 0,16,17
2840+ 416 684 416 684 426 696 c 2,18,-1
2841+ 745 1015 l 2,19,20
2842+ 756 1024 756 1024 768 1024 c 128,-1,21
2843+ 780 1024 780 1024 791 1015 c 2,22,-1
2844+ 1111 695 l 2,23,24
2845+ 1126 679 1126 679 1118 660 c 0,0,1
2846+768 1184 m 128,-1,26
2847+ 620 1184 620 1184 495 1111 c 128,-1,27
2848+ 370 1038 370 1038 297 913 c 128,-1,28
2849+ 224 788 224 788 224 640 c 128,-1,29
2850+ 224 492 224 492 297 367 c 128,-1,30
2851+ 370 242 370 242 495 169 c 128,-1,31
2852+ 620 96 620 96 768 96 c 128,-1,32
2853+ 916 96 916 96 1041 169 c 128,-1,33
2854+ 1166 242 1166 242 1239 367 c 128,-1,34
2855+ 1312 492 1312 492 1312 640 c 128,-1,35
2856+ 1312 788 1312 788 1239 913 c 128,-1,36
2857+ 1166 1038 1166 1038 1041 1111 c 128,-1,25
2858+ 916 1184 916 1184 768 1184 c 128,-1,26
2859+1536 640 m 128,-1,38
2860+ 1536 431 1536 431 1433 254.5 c 128,-1,39
2861+ 1330 78 1330 78 1153.5 -25 c 128,-1,40
2862+ 977 -128 977 -128 768 -128 c 128,-1,41
2863+ 559 -128 559 -128 382.5 -25 c 128,-1,42
2864+ 206 78 206 78 103 254.5 c 128,-1,43
2865+ 0 431 0 431 0 640 c 128,-1,44
2866+ 0 849 0 849 103 1025.5 c 128,-1,45
2867+ 206 1202 206 1202 382.5 1305 c 128,-1,46
2868+ 559 1408 559 1408 768 1408 c 128,-1,47
2869+ 977 1408 977 1408 1153.5 1305 c 128,-1,48
2870+ 1330 1202 1330 1202 1433 1025.5 c 128,-1,37
2871+ 1536 849 1536 849 1536 640 c 128,-1,38
2872+EndSplineSet
2873+Validated: 1
2874+EndChar
2875+
2876+StartChar: inbox
2877+Encoding: 61468 61468 40
2878+Width: 1536
2879+GlyphClass: 2
2880+Flags: W
2881+LayerCount: 2
2882+Fore
2883+SplineSet
2884+1023 576 m 1,0,-1
2885+ 1339 576 l 2,1,2
2886+ 1338 579 1338 579 1336.5 584.5 c 128,-1,3
2887+ 1335 590 1335 590 1334 592 c 2,4,-1
2888+ 1122 1088 l 1,5,-1
2889+ 414 1088 l 1,6,-1
2890+ 202 592 l 2,7,8
2891+ 201 589 201 589 199.5 583.5 c 128,-1,9
2892+ 198 578 198 578 197 576 c 2,10,-1
2893+ 513 576 l 1,11,-1
2894+ 608 384 l 1,12,-1
2895+ 928 384 l 1,13,-1
2896+ 1023 576 l 1,0,-1
2897+1536 546 m 2,14,-1
2898+ 1536 64 l 2,15,16
2899+ 1536 38 1536 38 1517 19 c 128,-1,17
2900+ 1498 0 1498 0 1472 0 c 2,18,-1
2901+ 64 0 l 2,19,20
2902+ 38 0 38 0 19 19 c 128,-1,21
2903+ 0 38 0 38 0 64 c 2,22,-1
2904+ 0 546 l 2,23,24
2905+ 0 608 0 608 25 669 c 2,25,-1
2906+ 263 1221 l 2,26,27
2907+ 273 1246 273 1246 299.5 1263 c 128,-1,28
2908+ 326 1280 326 1280 352 1280 c 2,29,-1
2909+ 1184 1280 l 2,30,31
2910+ 1210 1280 1210 1280 1236.5 1263 c 128,-1,32
2911+ 1263 1246 1263 1246 1273 1221 c 2,33,-1
2912+ 1511 669 l 2,34,35
2913+ 1536 608 1536 608 1536 546 c 2,14,-1
2914+EndSplineSet
2915+Validated: 1
2916+EndChar
2917+
2918+StartChar: play_circle
2919+Encoding: 61469 61469 41
2920+Width: 1536
2921+GlyphClass: 2
2922+Flags: W
2923+LayerCount: 2
2924+Fore
2925+SplineSet
2926+1184 640 m 128,-1,1
2927+ 1184 603 1184 603 1152 585 c 2,2,-1
2928+ 608 265 l 2,3,4
2929+ 593 256 593 256 576 256 c 0,5,6
2930+ 560 256 560 256 544 264 c 0,7,8
2931+ 512 283 512 283 512 320 c 2,9,-1
2932+ 512 960 l 2,10,11
2933+ 512 997 512 997 544 1016 c 0,12,13
2934+ 577 1034 577 1034 608 1015 c 2,14,-1
2935+ 1152 695 l 2,15,0
2936+ 1184 677 1184 677 1184 640 c 128,-1,1
2937+1312 640 m 128,-1,17
2938+ 1312 788 1312 788 1239 913 c 128,-1,18
2939+ 1166 1038 1166 1038 1041 1111 c 128,-1,19
2940+ 916 1184 916 1184 768 1184 c 128,-1,20
2941+ 620 1184 620 1184 495 1111 c 128,-1,21
2942+ 370 1038 370 1038 297 913 c 128,-1,22
2943+ 224 788 224 788 224 640 c 128,-1,23
2944+ 224 492 224 492 297 367 c 128,-1,24
2945+ 370 242 370 242 495 169 c 128,-1,25
2946+ 620 96 620 96 768 96 c 128,-1,26
2947+ 916 96 916 96 1041 169 c 128,-1,27
2948+ 1166 242 1166 242 1239 367 c 128,-1,16
2949+ 1312 492 1312 492 1312 640 c 128,-1,17
2950+1536 640 m 128,-1,29
2951+ 1536 431 1536 431 1433 254.5 c 128,-1,30
2952+ 1330 78 1330 78 1153.5 -25 c 128,-1,31
2953+ 977 -128 977 -128 768 -128 c 128,-1,32
2954+ 559 -128 559 -128 382.5 -25 c 128,-1,33
2955+ 206 78 206 78 103 254.5 c 128,-1,34
2956+ 0 431 0 431 0 640 c 128,-1,35
2957+ 0 849 0 849 103 1025.5 c 128,-1,36
2958+ 206 1202 206 1202 382.5 1305 c 128,-1,37
2959+ 559 1408 559 1408 768 1408 c 128,-1,38
2960+ 977 1408 977 1408 1153.5 1305 c 128,-1,39
2961+ 1330 1202 1330 1202 1433 1025.5 c 128,-1,28
2962+ 1536 849 1536 849 1536 640 c 128,-1,29
2963+EndSplineSet
2964+Validated: 33
2965+EndChar
2966+
2967+StartChar: repeat
2968+Encoding: 61470 61470 42
2969+Width: 1536
2970+GlyphClass: 2
2971+Flags: W
2972+LayerCount: 2
2973+Fore
2974+SplineSet
2975+1536 1280 m 2,0,-1
2976+ 1536 832 l 2,1,2
2977+ 1536 806 1536 806 1517 787 c 128,-1,3
2978+ 1498 768 1498 768 1472 768 c 2,4,-1
2979+ 1024 768 l 2,5,6
2980+ 982 768 982 768 965 808 c 0,7,8
2981+ 948 847 948 847 979 877 c 2,9,-1
2982+ 1117 1015 l 1,10,11
2983+ 969 1152 969 1152 768 1152 c 0,12,13
2984+ 664 1152 664 1152 569.5 1111.5 c 128,-1,14
2985+ 475 1071 475 1071 406 1002 c 128,-1,15
2986+ 337 933 337 933 296.5 838.5 c 128,-1,16
2987+ 256 744 256 744 256 640 c 128,-1,17
2988+ 256 536 256 536 296.5 441.5 c 128,-1,18
2989+ 337 347 337 347 406 278 c 128,-1,19
2990+ 475 209 475 209 569.5 168.5 c 128,-1,20
2991+ 664 128 664 128 768 128 c 0,21,22
2992+ 887 128 887 128 993 180 c 128,-1,23
2993+ 1099 232 1099 232 1172 327 c 0,24,25
2994+ 1179 337 1179 337 1195 339 c 0,26,27
2995+ 1210 339 1210 339 1220 330 c 2,28,-1
2996+ 1357 192 l 2,29,30
2997+ 1366 184 1366 184 1366.5 171.5 c 128,-1,31
2998+ 1367 159 1367 159 1359 149 c 0,32,33
2999+ 1250 17 1250 17 1095 -55.5 c 128,-1,34
3000+ 940 -128 940 -128 768 -128 c 0,35,36
3001+ 612 -128 612 -128 470 -67 c 128,-1,37
3002+ 328 -6 328 -6 225 97 c 128,-1,38
3003+ 122 200 122 200 61 342 c 128,-1,39
3004+ 0 484 0 484 0 640 c 128,-1,40
3005+ 0 796 0 796 61 938 c 128,-1,41
3006+ 122 1080 122 1080 225 1183 c 128,-1,42
3007+ 328 1286 328 1286 470 1347 c 128,-1,43
3008+ 612 1408 612 1408 768 1408 c 0,44,45
3009+ 915 1408 915 1408 1052.5 1352.5 c 128,-1,46
3010+ 1190 1297 1190 1297 1297 1196 c 1,47,-1
3011+ 1427 1325 l 2,48,49
3012+ 1456 1356 1456 1356 1497 1339 c 0,50,51
3013+ 1536 1322 1536 1322 1536 1280 c 2,0,-1
3014+EndSplineSet
3015+Validated: 33
3016+EndChar
3017+
3018+StartChar: refresh
3019+Encoding: 61473 61473 43
3020+Width: 1536
3021+GlyphClass: 2
3022+Flags: W
3023+LayerCount: 2
3024+Fore
3025+SplineSet
3026+1511 480 m 0,0,1
3027+ 1511 475 1511 475 1510 473 c 0,2,3
3028+ 1446 205 1446 205 1242 38.5 c 128,-1,4
3029+ 1038 -128 1038 -128 764 -128 c 0,5,6
3030+ 618 -128 618 -128 481.5 -73 c 128,-1,7
3031+ 345 -18 345 -18 238 84 c 1,8,-1
3032+ 109 -45 l 2,9,10
3033+ 90 -64 90 -64 64 -64 c 128,-1,11
3034+ 38 -64 38 -64 19 -45 c 128,-1,12
3035+ 0 -26 0 -26 0 0 c 2,13,-1
3036+ 0 448 l 2,14,15
3037+ 0 474 0 474 19 493 c 128,-1,16
3038+ 38 512 38 512 64 512 c 2,17,-1
3039+ 512 512 l 2,18,19
3040+ 538 512 538 512 557 493 c 128,-1,20
3041+ 576 474 576 474 576 448 c 128,-1,21
3042+ 576 422 576 422 557 403 c 2,22,-1
3043+ 420 266 l 1,23,24
3044+ 491 200 491 200 581 164 c 128,-1,25
3045+ 671 128 671 128 768 128 c 0,26,27
3046+ 902 128 902 128 1018 193 c 128,-1,28
3047+ 1134 258 1134 258 1204 372 c 0,29,30
3048+ 1215 389 1215 389 1257 489 c 0,31,32
3049+ 1265 512 1265 512 1287 512 c 2,33,-1
3050+ 1479 512 l 2,34,35
3051+ 1492 512 1492 512 1501.5 502.5 c 128,-1,36
3052+ 1511 493 1511 493 1511 480 c 0,0,1
3053+1536 1280 m 2,37,-1
3054+ 1536 832 l 2,38,39
3055+ 1536 806 1536 806 1517 787 c 128,-1,40
3056+ 1498 768 1498 768 1472 768 c 2,41,-1
3057+ 1024 768 l 2,42,43
3058+ 998 768 998 768 979 787 c 128,-1,44
3059+ 960 806 960 806 960 832 c 128,-1,45
3060+ 960 858 960 858 979 877 c 2,46,-1
3061+ 1117 1015 l 1,47,48
3062+ 969 1152 969 1152 768 1152 c 0,49,50
3063+ 634 1152 634 1152 518 1087 c 128,-1,51
3064+ 402 1022 402 1022 332 908 c 0,52,53
3065+ 321 891 321 891 279 791 c 0,54,55
3066+ 271 768 271 768 249 768 c 2,56,-1
3067+ 50 768 l 2,57,58
3068+ 37 768 37 768 27.5 777.5 c 128,-1,59
3069+ 18 787 18 787 18 800 c 2,60,-1
3070+ 18 807 l 1,61,62
3071+ 83 1075 83 1075 288 1241.5 c 128,-1,63
3072+ 493 1408 493 1408 768 1408 c 0,64,65
3073+ 914 1408 914 1408 1052 1352.5 c 128,-1,66
3074+ 1190 1297 1190 1297 1297 1196 c 1,67,-1
3075+ 1427 1325 l 2,68,69
3076+ 1446 1344 1446 1344 1472 1344 c 128,-1,70
3077+ 1498 1344 1498 1344 1517 1325 c 128,-1,71
3078+ 1536 1306 1536 1306 1536 1280 c 2,37,-1
3079+EndSplineSet
3080+Validated: 1
3081+EndChar
3082+
3083+StartChar: list_alt
3084+Encoding: 61474 61474 44
3085+Width: 1792
3086+GlyphClass: 2
3087+Flags: W
3088+LayerCount: 2
3089+Fore
3090+SplineSet
3091+384 352 m 2,0,-1
3092+ 384 288 l 2,1,2
3093+ 384 275 384 275 374.5 265.5 c 128,-1,3
3094+ 365 256 365 256 352 256 c 2,4,-1
3095+ 288 256 l 2,5,6
3096+ 275 256 275 256 265.5 265.5 c 128,-1,7
3097+ 256 275 256 275 256 288 c 2,8,-1
3098+ 256 352 l 2,9,10
3099+ 256 365 256 365 265.5 374.5 c 128,-1,11
3100+ 275 384 275 384 288 384 c 2,12,-1
3101+ 352 384 l 2,13,14
3102+ 365 384 365 384 374.5 374.5 c 128,-1,15
3103+ 384 365 384 365 384 352 c 2,0,-1
3104+384 608 m 2,16,-1
3105+ 384 544 l 2,17,18
3106+ 384 531 384 531 374.5 521.5 c 128,-1,19
3107+ 365 512 365 512 352 512 c 2,20,-1
3108+ 288 512 l 2,21,22
3109+ 275 512 275 512 265.5 521.5 c 128,-1,23
3110+ 256 531 256 531 256 544 c 2,24,-1
3111+ 256 608 l 2,25,26
3112+ 256 621 256 621 265.5 630.5 c 128,-1,27
3113+ 275 640 275 640 288 640 c 2,28,-1
3114+ 352 640 l 2,29,30
3115+ 365 640 365 640 374.5 630.5 c 128,-1,31
3116+ 384 621 384 621 384 608 c 2,16,-1
3117+384 864 m 2,32,-1
3118+ 384 800 l 2,33,34
3119+ 384 787 384 787 374.5 777.5 c 128,-1,35
3120+ 365 768 365 768 352 768 c 2,36,-1
3121+ 288 768 l 2,37,38
3122+ 275 768 275 768 265.5 777.5 c 128,-1,39
3123+ 256 787 256 787 256 800 c 2,40,-1
3124+ 256 864 l 2,41,42
3125+ 256 877 256 877 265.5 886.5 c 128,-1,43
3126+ 275 896 275 896 288 896 c 2,44,-1
3127+ 352 896 l 2,45,46
3128+ 365 896 365 896 374.5 886.5 c 128,-1,47
3129+ 384 877 384 877 384 864 c 2,32,-1
3130+1536 352 m 2,48,-1
3131+ 1536 288 l 2,49,50
3132+ 1536 275 1536 275 1526.5 265.5 c 128,-1,51
3133+ 1517 256 1517 256 1504 256 c 2,52,-1
3134+ 544 256 l 2,53,54
3135+ 531 256 531 256 521.5 265.5 c 128,-1,55
3136+ 512 275 512 275 512 288 c 2,56,-1
3137+ 512 352 l 2,57,58
3138+ 512 365 512 365 521.5 374.5 c 128,-1,59
3139+ 531 384 531 384 544 384 c 2,60,-1
3140+ 1504 384 l 2,61,62
3141+ 1517 384 1517 384 1526.5 374.5 c 128,-1,63
3142+ 1536 365 1536 365 1536 352 c 2,48,-1
3143+1536 608 m 2,64,-1
3144+ 1536 544 l 2,65,66
3145+ 1536 531 1536 531 1526.5 521.5 c 128,-1,67
3146+ 1517 512 1517 512 1504 512 c 2,68,-1
3147+ 544 512 l 2,69,70
3148+ 531 512 531 512 521.5 521.5 c 128,-1,71
3149+ 512 531 512 531 512 544 c 2,72,-1
3150+ 512 608 l 2,73,74
3151+ 512 621 512 621 521.5 630.5 c 128,-1,75
3152+ 531 640 531 640 544 640 c 2,76,-1
3153+ 1504 640 l 2,77,78
3154+ 1517 640 1517 640 1526.5 630.5 c 128,-1,79
3155+ 1536 621 1536 621 1536 608 c 2,64,-1
3156+1536 864 m 2,80,-1
3157+ 1536 800 l 2,81,82
3158+ 1536 787 1536 787 1526.5 777.5 c 128,-1,83
3159+ 1517 768 1517 768 1504 768 c 2,84,-1
3160+ 544 768 l 2,85,86
3161+ 531 768 531 768 521.5 777.5 c 128,-1,87
3162+ 512 787 512 787 512 800 c 2,88,-1
3163+ 512 864 l 2,89,90
3164+ 512 877 512 877 521.5 886.5 c 128,-1,91
3165+ 531 896 531 896 544 896 c 2,92,-1
3166+ 1504 896 l 2,93,94
3167+ 1517 896 1517 896 1526.5 886.5 c 128,-1,95
3168+ 1536 877 1536 877 1536 864 c 2,80,-1
3169+1664 160 m 2,96,-1
3170+ 1664 992 l 2,97,98
3171+ 1664 1005 1664 1005 1654.5 1014.5 c 128,-1,99
3172+ 1645 1024 1645 1024 1632 1024 c 2,100,-1
3173+ 160 1024 l 2,101,102
3174+ 147 1024 147 1024 137.5 1014.5 c 128,-1,103
3175+ 128 1005 128 1005 128 992 c 2,104,-1
3176+ 128 160 l 2,105,106
3177+ 128 147 128 147 137.5 137.5 c 128,-1,107
3178+ 147 128 147 128 160 128 c 2,108,-1
3179+ 1632 128 l 2,109,110
3180+ 1645 128 1645 128 1654.5 137.5 c 128,-1,111
3181+ 1664 147 1664 147 1664 160 c 2,96,-1
3182+1792 1248 m 2,112,-1
3183+ 1792 160 l 2,113,114
3184+ 1792 94 1792 94 1745 47 c 128,-1,115
3185+ 1698 0 1698 0 1632 0 c 2,116,-1
3186+ 160 0 l 2,117,118
3187+ 94 0 94 0 47 47 c 128,-1,119
3188+ 0 94 0 94 0 160 c 2,120,-1
3189+ 0 1248 l 2,121,122
3190+ 0 1314 0 1314 47 1361 c 128,-1,123
3191+ 94 1408 94 1408 160 1408 c 2,124,-1
3192+ 1632 1408 l 2,125,126
3193+ 1698 1408 1698 1408 1745 1361 c 128,-1,127
3194+ 1792 1314 1792 1314 1792 1248 c 2,112,-1
3195+EndSplineSet
3196+Validated: 1
3197+EndChar
3198+
3199+StartChar: lock
3200+Encoding: 61475 61475 45
3201+Width: 1152
3202+GlyphClass: 2
3203+Flags: W
3204+LayerCount: 2
3205+Fore
3206+SplineSet
3207+320 768 m 1,0,-1
3208+ 832 768 l 1,1,-1
3209+ 832 960 l 2,2,3
3210+ 832 1066 832 1066 757 1141 c 128,-1,4
3211+ 682 1216 682 1216 576 1216 c 128,-1,5
3212+ 470 1216 470 1216 395 1141 c 128,-1,6
3213+ 320 1066 320 1066 320 960 c 2,7,-1
3214+ 320 768 l 1,0,-1
3215+1152 672 m 2,8,-1
3216+ 1152 96 l 2,9,10
3217+ 1152 56 1152 56 1124 28 c 128,-1,11
3218+ 1096 0 1096 0 1056 0 c 2,12,-1
3219+ 96 0 l 2,13,14
3220+ 56 0 56 0 28 28 c 128,-1,15
3221+ 0 56 0 56 0 96 c 2,16,-1
3222+ 0 672 l 2,17,18
3223+ 0 712 0 712 28 740 c 128,-1,19
3224+ 56 768 56 768 96 768 c 2,20,-1
3225+ 128 768 l 1,21,-1
3226+ 128 960 l 2,22,23
3227+ 128 1144 128 1144 260 1276 c 128,-1,24
3228+ 392 1408 392 1408 576 1408 c 128,-1,25
3229+ 760 1408 760 1408 892 1276 c 128,-1,26
3230+ 1024 1144 1024 1144 1024 960 c 2,27,-1
3231+ 1024 768 l 1,28,-1
3232+ 1056 768 l 2,29,30
3233+ 1096 768 1096 768 1124 740 c 128,-1,31
3234+ 1152 712 1152 712 1152 672 c 2,8,-1
3235+EndSplineSet
3236+Validated: 1
3237+EndChar
3238+
3239+StartChar: flag
3240+Encoding: 61476 61476 46
3241+Width: 1792
3242+GlyphClass: 2
3243+Flags: W
3244+LayerCount: 2
3245+Fore
3246+SplineSet
3247+320 1280 m 0,0,1
3248+ 320 1208 320 1208 256 1170 c 1,2,-1
3249+ 256 -96 l 2,3,4
3250+ 256 -109 256 -109 246.5 -118.5 c 128,-1,5
3251+ 237 -128 237 -128 224 -128 c 2,6,-1
3252+ 160 -128 l 2,7,8
3253+ 147 -128 147 -128 137.5 -118.5 c 128,-1,9
3254+ 128 -109 128 -109 128 -96 c 2,10,-1
3255+ 128 1170 l 1,11,12
3256+ 64 1208 64 1208 64 1280 c 0,13,14
3257+ 64 1333 64 1333 101.5 1370.5 c 128,-1,15
3258+ 139 1408 139 1408 192 1408 c 128,-1,16
3259+ 245 1408 245 1408 282.5 1370.5 c 128,-1,17
3260+ 320 1333 320 1333 320 1280 c 0,0,1
3261+1792 1216 m 2,18,-1
3262+ 1792 453 l 2,19,20
3263+ 1792 428 1792 428 1779.5 414.5 c 128,-1,21
3264+ 1767 401 1767 401 1740 387 c 0,22,23
3265+ 1525 271 1525 271 1371 271 c 0,24,25
3266+ 1310 271 1310 271 1247.5 293 c 128,-1,26
3267+ 1185 315 1185 315 1139 341 c 128,-1,27
3268+ 1093 367 1093 367 1023.5 389 c 128,-1,28
3269+ 954 411 954 411 881 411 c 0,29,30
3270+ 689 411 689 411 417 265 c 0,31,32
3271+ 400 256 400 256 384 256 c 0,33,34
3272+ 358 256 358 256 339 275 c 128,-1,35
3273+ 320 294 320 294 320 320 c 2,36,-1
3274+ 320 1062 l 2,37,38
3275+ 320 1094 320 1094 351 1117 c 0,39,40
3276+ 372 1131 372 1131 430 1160 c 0,41,42
3277+ 666 1280 666 1280 851 1280 c 0,43,44
3278+ 958 1280 958 1280 1051 1251 c 128,-1,45
3279+ 1144 1222 1144 1222 1270 1163 c 0,46,47
3280+ 1308 1144 1308 1144 1358 1144 c 0,48,49
3281+ 1412 1144 1412 1144 1475.5 1165 c 128,-1,50
3282+ 1539 1186 1539 1186 1585.5 1212 c 128,-1,51
3283+ 1632 1238 1632 1238 1673.5 1259 c 128,-1,52
3284+ 1715 1280 1715 1280 1728 1280 c 0,53,54
3285+ 1754 1280 1754 1280 1773 1261 c 128,-1,55
3286+ 1792 1242 1792 1242 1792 1216 c 2,18,-1
3287+EndSplineSet
3288+Validated: 1
3289+EndChar
3290+
3291+StartChar: headphones
3292+Encoding: 61477 61477 47
3293+Width: 1664
3294+GlyphClass: 2
3295+Flags: W
3296+LayerCount: 2
3297+Fore
3298+SplineSet
3299+1664 650 m 0,0,1
3300+ 1664 484 1664 484 1604 336 c 2,2,-1
3301+ 1584 287 l 1,3,-1
3302+ 1399 254 l 1,4,5
3303+ 1377 171 1377 171 1308.5 117.5 c 128,-1,6
3304+ 1240 64 1240 64 1152 64 c 1,7,-1
3305+ 1152 32 l 2,8,9
3306+ 1152 18 1152 18 1143 9 c 128,-1,10
3307+ 1134 0 1134 0 1120 0 c 2,11,-1
3308+ 1056 0 l 2,12,13
3309+ 1042 0 1042 0 1033 9 c 128,-1,14
3310+ 1024 18 1024 18 1024 32 c 2,15,-1
3311+ 1024 608 l 2,16,17
3312+ 1024 622 1024 622 1033 631 c 128,-1,18
3313+ 1042 640 1042 640 1056 640 c 2,19,-1
3314+ 1120 640 l 2,20,21
3315+ 1134 640 1134 640 1143 631 c 128,-1,22
3316+ 1152 622 1152 622 1152 608 c 2,23,-1
3317+ 1152 576 l 1,24,25
3318+ 1223 576 1223 576 1282 540.5 c 128,-1,26
3319+ 1341 505 1341 505 1375 445 c 1,27,-1
3320+ 1443 457 l 1,28,29
3321+ 1472 552 1472 552 1472 650 c 0,30,31
3322+ 1472 798 1472 798 1384 929 c 128,-1,32
3323+ 1296 1060 1296 1060 1147.5 1138 c 128,-1,33
3324+ 999 1216 999 1216 832 1216 c 128,-1,34
3325+ 665 1216 665 1216 516.5 1138 c 128,-1,35
3326+ 368 1060 368 1060 280 929 c 128,-1,36
3327+ 192 798 192 798 192 650 c 0,37,38
3328+ 192 552 192 552 221 457 c 1,39,-1
3329+ 289 445 l 1,40,41
3330+ 323 505 323 505 382 540.5 c 128,-1,42
3331+ 441 576 441 576 512 576 c 1,43,-1
3332+ 512 608 l 2,44,45
3333+ 512 622 512 622 521 631 c 128,-1,46
3334+ 530 640 530 640 544 640 c 2,47,-1
3335+ 608 640 l 2,48,49
3336+ 622 640 622 640 631 631 c 128,-1,50
3337+ 640 622 640 622 640 608 c 2,51,-1
3338+ 640 32 l 2,52,53
3339+ 640 18 640 18 631 9 c 128,-1,54
3340+ 622 0 622 0 608 0 c 2,55,-1
3341+ 544 0 l 2,56,57
3342+ 530 0 530 0 521 9 c 128,-1,58
3343+ 512 18 512 18 512 32 c 2,59,-1
3344+ 512 64 l 1,60,61
3345+ 424 64 424 64 355.5 117.5 c 128,-1,62
3346+ 287 171 287 171 265 254 c 1,63,-1
3347+ 80 287 l 1,64,-1
3348+ 60 336 l 2,65,66
3349+ 0 484 0 484 0 650 c 0,67,68
3350+ 0 801 0 801 67 941 c 128,-1,69
3351+ 134 1081 134 1081 246 1183.5 c 128,-1,70
3352+ 358 1286 358 1286 512 1347 c 128,-1,71
3353+ 666 1408 666 1408 832 1408 c 128,-1,72
3354+ 998 1408 998 1408 1152 1347 c 128,-1,73
3355+ 1306 1286 1306 1286 1418 1183.5 c 128,-1,74
3356+ 1530 1081 1530 1081 1597 941 c 128,-1,75
3357+ 1664 801 1664 801 1664 650 c 0,0,1
3358+EndSplineSet
3359+Validated: 1
3360+EndChar
3361+
3362+StartChar: volume_off
3363+Encoding: 61478 61478 48
3364+Width: 768
3365+GlyphClass: 2
3366+Flags: W
3367+LayerCount: 2
3368+Fore
3369+SplineSet
3370+768 1184 m 2,0,-1
3371+ 768 96 l 2,1,2
3372+ 768 70 768 70 749 51 c 128,-1,3
3373+ 730 32 730 32 704 32 c 128,-1,4
3374+ 678 32 678 32 659 51 c 2,5,-1
3375+ 326 384 l 1,6,-1
3376+ 64 384 l 2,7,8
3377+ 38 384 38 384 19 403 c 128,-1,9
3378+ 0 422 0 422 0 448 c 2,10,-1
3379+ 0 832 l 2,11,12
3380+ 0 858 0 858 19 877 c 128,-1,13
3381+ 38 896 38 896 64 896 c 2,14,-1
3382+ 326 896 l 1,15,-1
3383+ 659 1229 l 2,16,17
3384+ 678 1248 678 1248 704 1248 c 128,-1,18
3385+ 730 1248 730 1248 749 1229 c 128,-1,19
3386+ 768 1210 768 1210 768 1184 c 2,0,-1
3387+EndSplineSet
3388+Validated: 1
3389+EndChar
3390+
3391+StartChar: volume_down
3392+Encoding: 61479 61479 49
3393+Width: 1152
3394+GlyphClass: 2
3395+Flags: W
3396+LayerCount: 2
3397+Fore
3398+SplineSet
3399+768 1184 m 2,0,-1
3400+ 768 96 l 2,1,2
3401+ 768 70 768 70 749 51 c 128,-1,3
3402+ 730 32 730 32 704 32 c 128,-1,4
3403+ 678 32 678 32 659 51 c 2,5,-1
3404+ 326 384 l 1,6,-1
3405+ 64 384 l 2,7,8
3406+ 38 384 38 384 19 403 c 128,-1,9
3407+ 0 422 0 422 0 448 c 2,10,-1
3408+ 0 832 l 2,11,12
3409+ 0 858 0 858 19 877 c 128,-1,13
3410+ 38 896 38 896 64 896 c 2,14,-1
3411+ 326 896 l 1,15,-1
3412+ 659 1229 l 2,16,17
3413+ 678 1248 678 1248 704 1248 c 128,-1,18
3414+ 730 1248 730 1248 749 1229 c 128,-1,19
3415+ 768 1210 768 1210 768 1184 c 2,0,-1
3416+1152 640 m 128,-1,21
3417+ 1152 564 1152 564 1109.5 498.5 c 128,-1,22
3418+ 1067 433 1067 433 997 405 c 0,23,24
3419+ 987 400 987 400 972 400 c 0,25,26
3420+ 946 400 946 400 927 418.5 c 128,-1,27
3421+ 908 437 908 437 908 464 c 0,28,29
3422+ 908 485 908 485 920 499.5 c 128,-1,30
3423+ 932 514 932 514 949 524.5 c 128,-1,31
3424+ 966 535 966 535 983 547.5 c 128,-1,32
3425+ 1000 560 1000 560 1012 583.5 c 128,-1,33
3426+ 1024 607 1024 607 1024 640 c 128,-1,34
3427+ 1024 673 1024 673 1012 696.5 c 128,-1,35
3428+ 1000 720 1000 720 983 732.5 c 128,-1,36
3429+ 966 745 966 745 949 755.5 c 128,-1,37
3430+ 932 766 932 766 920 780.5 c 128,-1,38
3431+ 908 795 908 795 908 816 c 0,39,40
3432+ 908 843 908 843 927 861.5 c 128,-1,41
3433+ 946 880 946 880 972 880 c 0,42,43
3434+ 987 880 987 880 997 875 c 0,44,45
3435+ 1067 848 1067 848 1109.5 782 c 128,-1,20
3436+ 1152 716 1152 716 1152 640 c 128,-1,21
3437+EndSplineSet
3438+Validated: 1
3439+EndChar
3440+
3441+StartChar: volume_up
3442+Encoding: 61480 61480 50
3443+Width: 1664
3444+GlyphClass: 2
3445+Flags: W
3446+LayerCount: 2
3447+Fore
3448+SplineSet
3449+768 1184 m 2,0,-1
3450+ 768 96 l 2,1,2
3451+ 768 70 768 70 749 51 c 128,-1,3
3452+ 730 32 730 32 704 32 c 128,-1,4
3453+ 678 32 678 32 659 51 c 2,5,-1
3454+ 326 384 l 1,6,-1
3455+ 64 384 l 2,7,8
3456+ 38 384 38 384 19 403 c 128,-1,9
3457+ 0 422 0 422 0 448 c 2,10,-1
3458+ 0 832 l 2,11,12
3459+ 0 858 0 858 19 877 c 128,-1,13
3460+ 38 896 38 896 64 896 c 2,14,-1
3461+ 326 896 l 1,15,-1
3462+ 659 1229 l 2,16,17
3463+ 678 1248 678 1248 704 1248 c 128,-1,18
3464+ 730 1248 730 1248 749 1229 c 128,-1,19
3465+ 768 1210 768 1210 768 1184 c 2,0,-1
3466+1152 640 m 128,-1,21
3467+ 1152 564 1152 564 1109.5 498.5 c 128,-1,22
3468+ 1067 433 1067 433 997 405 c 0,23,24
3469+ 987 400 987 400 972 400 c 0,25,26
3470+ 946 400 946 400 927 418.5 c 128,-1,27
3471+ 908 437 908 437 908 464 c 0,28,29
3472+ 908 485 908 485 920 499.5 c 128,-1,30
3473+ 932 514 932 514 949 524.5 c 128,-1,31
3474+ 966 535 966 535 983 547.5 c 128,-1,32
3475+ 1000 560 1000 560 1012 583.5 c 128,-1,33
3476+ 1024 607 1024 607 1024 640 c 128,-1,34
3477+ 1024 673 1024 673 1012 696.5 c 128,-1,35
3478+ 1000 720 1000 720 983 732.5 c 128,-1,36
3479+ 966 745 966 745 949 755.5 c 128,-1,37
3480+ 932 766 932 766 920 780.5 c 128,-1,38
3481+ 908 795 908 795 908 816 c 0,39,40
3482+ 908 843 908 843 927 861.5 c 128,-1,41
3483+ 946 880 946 880 972 880 c 0,42,43
3484+ 987 880 987 880 997 875 c 0,44,45
3485+ 1067 848 1067 848 1109.5 782 c 128,-1,20
3486+ 1152 716 1152 716 1152 640 c 128,-1,21
3487+1408 640 m 128,-1,47
3488+ 1408 487 1408 487 1323 357.5 c 128,-1,48
3489+ 1238 228 1238 228 1098 169 c 0,49,50
3490+ 1085 164 1085 164 1073 164 c 0,51,52
3491+ 1046 164 1046 164 1027 183 c 128,-1,53
3492+ 1008 202 1008 202 1008 228 c 0,54,55
3493+ 1008 267 1008 267 1047 287 c 0,56,57
3494+ 1103 316 1103 316 1123 331 c 0,58,59
3495+ 1197 385 1197 385 1238.5 466.5 c 128,-1,60
3496+ 1280 548 1280 548 1280 640 c 128,-1,61
3497+ 1280 732 1280 732 1238.5 813.5 c 128,-1,62
3498+ 1197 895 1197 895 1123 949 c 0,63,64
3499+ 1103 964 1103 964 1047 993 c 0,65,66
3500+ 1008 1013 1008 1013 1008 1052 c 0,67,68
3501+ 1008 1078 1008 1078 1027 1097 c 128,-1,69
3502+ 1046 1116 1046 1116 1072 1116 c 0,70,71
3503+ 1085 1116 1085 1116 1098 1111 c 0,72,73
3504+ 1238 1052 1238 1052 1323 922.5 c 128,-1,46
3505+ 1408 793 1408 793 1408 640 c 128,-1,47
3506+1664 640 m 128,-1,75
3507+ 1664 410 1664 410 1537 217.5 c 128,-1,76
3508+ 1410 25 1410 25 1199 -66 c 0,77,78
3509+ 1186 -71 1186 -71 1173 -71 c 0,79,80
3510+ 1147 -71 1147 -71 1128 -52 c 128,-1,81
3511+ 1109 -33 1109 -33 1109 -7 c 0,82,83
3512+ 1109 29 1109 29 1148 52 c 0,84,85
3513+ 1155 56 1155 56 1170.5 62.5 c 128,-1,86
3514+ 1186 69 1186 69 1193 73 c 0,87,88
3515+ 1239 98 1239 98 1275 124 c 0,89,90
3516+ 1398 215 1398 215 1467 351 c 128,-1,91
3517+ 1536 487 1536 487 1536 640 c 128,-1,92
3518+ 1536 793 1536 793 1467 929 c 128,-1,93
3519+ 1398 1065 1398 1065 1275 1156 c 0,94,95
3520+ 1239 1182 1239 1182 1193 1207 c 0,96,97
3521+ 1186 1211 1186 1211 1170.5 1217.5 c 128,-1,98
3522+ 1155 1224 1155 1224 1148 1228 c 0,99,100
3523+ 1109 1251 1109 1251 1109 1287 c 0,101,102
3524+ 1109 1313 1109 1313 1128 1332 c 128,-1,103
3525+ 1147 1351 1147 1351 1173 1351 c 0,104,105
3526+ 1186 1351 1186 1351 1199 1346 c 0,106,107
3527+ 1410 1255 1410 1255 1537 1062.5 c 128,-1,74
3528+ 1664 870 1664 870 1664 640 c 128,-1,75
3529+EndSplineSet
3530+Validated: 1
3531+EndChar
3532+
3533+StartChar: qrcode
3534+Encoding: 61481 61481 51
3535+Width: 1408
3536+GlyphClass: 2
3537+Flags: W
3538+LayerCount: 2
3539+Fore
3540+SplineSet
3541+384 384 m 1,0,-1
3542+ 384 256 l 1,1,-1
3543+ 256 256 l 1,2,-1
3544+ 256 384 l 1,3,-1
3545+ 384 384 l 1,0,-1
3546+384 1152 m 1,4,-1
3547+ 384 1024 l 1,5,-1
3548+ 256 1024 l 1,6,-1
3549+ 256 1152 l 1,7,-1
3550+ 384 1152 l 1,4,-1
3551+1152 1152 m 1,8,-1
3552+ 1152 1024 l 1,9,-1
3553+ 1024 1024 l 1,10,-1
3554+ 1024 1152 l 1,11,-1
3555+ 1152 1152 l 1,8,-1
3556+128 129 m 1,12,-1
3557+ 512 129 l 1,13,-1
3558+ 512 512 l 1,14,-1
3559+ 128 512 l 1,15,-1
3560+ 128 129 l 1,12,-1
3561+128 896 m 1,16,-1
3562+ 512 896 l 1,17,-1
3563+ 512 1280 l 1,18,-1
3564+ 128 1280 l 1,19,-1
3565+ 128 896 l 1,16,-1
3566+896 896 m 1,20,-1
3567+ 1280 896 l 1,21,-1
3568+ 1280 1280 l 1,22,-1
3569+ 896 1280 l 1,23,-1
3570+ 896 896 l 1,20,-1
3571+640 640 m 1,24,-1
3572+ 640 0 l 1,25,-1
3573+ 0 0 l 1,26,-1
3574+ 0 640 l 1,27,-1
3575+ 640 640 l 1,24,-1
3576+1152 128 m 1,28,-1
3577+ 1152 0 l 1,29,-1
3578+ 1024 0 l 1,30,-1
3579+ 1024 128 l 1,31,-1
3580+ 1152 128 l 1,28,-1
3581+1408 128 m 1,32,-1
3582+ 1408 0 l 1,33,-1
3583+ 1280 0 l 1,34,-1
3584+ 1280 128 l 1,35,-1
3585+ 1408 128 l 1,32,-1
3586+1408 640 m 1,36,-1
3587+ 1408 256 l 1,37,-1
3588+ 1024 256 l 1,38,-1
3589+ 1024 384 l 1,39,-1
3590+ 896 384 l 1,40,-1
3591+ 896 0 l 1,41,-1
3592+ 768 0 l 1,42,-1
3593+ 768 640 l 1,43,-1
3594+ 1152 640 l 1,44,-1
3595+ 1152 512 l 1,45,-1
3596+ 1280 512 l 1,46,-1
3597+ 1280 640 l 1,47,-1
3598+ 1408 640 l 1,36,-1
3599+640 1408 m 1,48,-1
3600+ 640 768 l 1,49,-1
3601+ 0 768 l 1,50,-1
3602+ 0 1408 l 1,51,-1
3603+ 640 1408 l 1,48,-1
3604+1408 1408 m 1,52,-1
3605+ 1408 768 l 1,53,-1
3606+ 768 768 l 1,54,-1
3607+ 768 1408 l 1,55,-1
3608+ 1408 1408 l 1,52,-1
3609+EndSplineSet
3610+Validated: 1
3611+EndChar
3612+
3613+StartChar: barcode
3614+Encoding: 61482 61482 52
3615+Width: 1792
3616+GlyphClass: 2
3617+Flags: W
3618+LayerCount: 2
3619+Fore
3620+SplineSet
3621+63 0 m 1,0,-1
3622+ 0 0 l 1,1,-1
3623+ 0 1408 l 1,2,-1
3624+ 63 1408 l 1,3,-1
3625+ 63 0 l 1,0,-1
3626+126 1 m 1,4,-1
3627+ 94 1 l 1,5,-1
3628+ 94 1408 l 1,6,-1
3629+ 126 1408 l 1,7,-1
3630+ 126 1 l 1,4,-1
3631+220 1 m 1,8,-1
3632+ 189 1 l 1,9,-1
3633+ 189 1408 l 1,10,-1
3634+ 220 1408 l 1,11,-1
3635+ 220 1 l 1,8,-1
3636+377 1 m 1,12,-1
3637+ 346 1 l 1,13,-1
3638+ 346 1408 l 1,14,-1
3639+ 377 1408 l 1,15,-1
3640+ 377 1 l 1,12,-1
3641+534 1 m 1,16,-1
3642+ 472 1 l 1,17,-1
3643+ 472 1408 l 1,18,-1
3644+ 534 1408 l 1,19,-1
3645+ 534 1 l 1,16,-1
3646+660 1 m 1,20,-1
3647+ 629 1 l 1,21,-1
3648+ 629 1408 l 1,22,-1
3649+ 660 1408 l 1,23,-1
3650+ 660 1 l 1,20,-1
3651+723 1 m 1,24,-1
3652+ 692 1 l 1,25,-1
3653+ 692 1408 l 1,26,-1
3654+ 723 1408 l 1,27,-1
3655+ 723 1 l 1,24,-1
3656+786 1 m 1,28,-1
3657+ 755 1 l 1,29,-1
3658+ 755 1408 l 1,30,-1
3659+ 786 1408 l 1,31,-1
3660+ 786 1 l 1,28,-1
3661+943 1 m 1,32,-1
3662+ 880 1 l 1,33,-1
3663+ 880 1408 l 1,34,-1
3664+ 943 1408 l 1,35,-1
3665+ 943 1 l 1,32,-1
3666+1100 1 m 1,36,-1
3667+ 1037 1 l 1,37,-1
3668+ 1037 1408 l 1,38,-1
3669+ 1100 1408 l 1,39,-1
3670+ 1100 1 l 1,36,-1
3671+1226 1 m 1,40,-1
3672+ 1163 1 l 1,41,-1
3673+ 1163 1408 l 1,42,-1
3674+ 1226 1408 l 1,43,-1
3675+ 1226 1 l 1,40,-1
3676+1352 1 m 1,44,-1
3677+ 1289 1 l 1,45,-1
3678+ 1289 1408 l 1,46,-1
3679+ 1352 1408 l 1,47,-1
3680+ 1352 1 l 1,44,-1
3681+1446 1 m 1,48,-1
3682+ 1383 1 l 1,49,-1
3683+ 1383 1408 l 1,50,-1
3684+ 1446 1408 l 1,51,-1
3685+ 1446 1 l 1,48,-1
3686+1635 1 m 1,52,-1
3687+ 1541 1 l 1,53,-1
3688+ 1541 1408 l 1,54,-1
3689+ 1635 1408 l 1,55,-1
3690+ 1635 1 l 1,52,-1
3691+1698 1 m 1,56,-1
3692+ 1666 1 l 1,57,-1
3693+ 1666 1408 l 1,58,-1
3694+ 1698 1408 l 1,59,-1
3695+ 1698 1 l 1,56,-1
3696+1792 0 m 1,60,-1
3697+ 1729 0 l 1,61,-1
3698+ 1729 1408 l 1,62,-1
3699+ 1792 1408 l 1,63,-1
3700+ 1792 0 l 1,60,-1
3701+EndSplineSet
3702+Validated: 1
3703+EndChar
3704+
3705+StartChar: tag
3706+Encoding: 61483 61483 53
3707+Width: 1536
3708+GlyphClass: 2
3709+Flags: W
3710+LayerCount: 2
3711+Fore
3712+SplineSet
3713+448 1088 m 128,-1,1
3714+ 448 1141 448 1141 410.5 1178.5 c 128,-1,2
3715+ 373 1216 373 1216 320 1216 c 128,-1,3
3716+ 267 1216 267 1216 229.5 1178.5 c 128,-1,4
3717+ 192 1141 192 1141 192 1088 c 128,-1,5
3718+ 192 1035 192 1035 229.5 997.5 c 128,-1,6
3719+ 267 960 267 960 320 960 c 128,-1,7
3720+ 373 960 373 960 410.5 997.5 c 128,-1,0
3721+ 448 1035 448 1035 448 1088 c 128,-1,1
3722+1515 512 m 0,8,9
3723+ 1515 459 1515 459 1478 422 c 2,10,-1
3724+ 987 -70 l 2,11,12
3725+ 948 -107 948 -107 896 -107 c 0,13,14
3726+ 843 -107 843 -107 806 -70 c 2,15,-1
3727+ 91 646 l 2,16,17
3728+ 53 683 53 683 26.5 747 c 128,-1,18
3729+ 0 811 0 811 0 864 c 2,19,-1
3730+ 0 1280 l 2,20,21
3731+ 0 1332 0 1332 38 1370 c 128,-1,22
3732+ 76 1408 76 1408 128 1408 c 2,23,-1
3733+ 544 1408 l 2,24,25
3734+ 597 1408 597 1408 661 1381.5 c 128,-1,26
3735+ 725 1355 725 1355 763 1317 c 2,27,-1
3736+ 1478 603 l 2,28,29
3737+ 1515 564 1515 564 1515 512 c 0,8,9
3738+EndSplineSet
3739+Validated: 1
3740+EndChar
3741+
3742+StartChar: tags
3743+Encoding: 61484 61484 54
3744+Width: 1920
3745+GlyphClass: 2
3746+Flags: W
3747+LayerCount: 2
3748+Fore
3749+SplineSet
3750+448 1088 m 128,-1,1
3751+ 448 1141 448 1141 410.5 1178.5 c 128,-1,2
3752+ 373 1216 373 1216 320 1216 c 128,-1,3
3753+ 267 1216 267 1216 229.5 1178.5 c 128,-1,4
3754+ 192 1141 192 1141 192 1088 c 128,-1,5
3755+ 192 1035 192 1035 229.5 997.5 c 128,-1,6
3756+ 267 960 267 960 320 960 c 128,-1,7
3757+ 373 960 373 960 410.5 997.5 c 128,-1,0
3758+ 448 1035 448 1035 448 1088 c 128,-1,1
3759+1515 512 m 0,8,9
3760+ 1515 459 1515 459 1478 422 c 2,10,-1
3761+ 987 -70 l 2,11,12
3762+ 948 -107 948 -107 896 -107 c 0,13,14
3763+ 843 -107 843 -107 806 -70 c 2,15,-1
3764+ 91 646 l 2,16,17
3765+ 53 683 53 683 26.5 747 c 128,-1,18
3766+ 0 811 0 811 0 864 c 2,19,-1
3767+ 0 1280 l 2,20,21
3768+ 0 1332 0 1332 38 1370 c 128,-1,22
3769+ 76 1408 76 1408 128 1408 c 2,23,-1
3770+ 544 1408 l 2,24,25
3771+ 597 1408 597 1408 661 1381.5 c 128,-1,26
3772+ 725 1355 725 1355 763 1317 c 2,27,-1
3773+ 1478 603 l 2,28,29
3774+ 1515 564 1515 564 1515 512 c 0,8,9
3775+1899 512 m 0,30,31
3776+ 1899 459 1899 459 1862 422 c 2,32,-1
3777+ 1371 -70 l 2,33,34
3778+ 1332 -107 1332 -107 1280 -107 c 0,35,36
3779+ 1244 -107 1244 -107 1221 -93 c 128,-1,37
3780+ 1198 -79 1198 -79 1168 -48 c 1,38,-1
3781+ 1638 422 l 2,39,40
3782+ 1675 459 1675 459 1675 512 c 0,41,42
3783+ 1675 564 1675 564 1638 603 c 2,43,-1
3784+ 923 1317 l 2,44,45
3785+ 885 1355 885 1355 821 1381.5 c 128,-1,46
3786+ 757 1408 757 1408 704 1408 c 2,47,-1
3787+ 928 1408 l 2,48,49
3788+ 981 1408 981 1408 1045 1381.5 c 128,-1,50
3789+ 1109 1355 1109 1355 1147 1317 c 2,51,-1
3790+ 1862 603 l 2,52,53
3791+ 1899 564 1899 564 1899 512 c 0,30,31
3792+EndSplineSet
3793+Validated: 1
3794+EndChar
3795+
3796+StartChar: book
3797+Encoding: 61485 61485 55
3798+Width: 1664
3799+GlyphClass: 2
3800+Flags: W
3801+LayerCount: 2
3802+Fore
3803+SplineSet
3804+1639 1058 m 0,0,1
3805+ 1679 1001 1679 1001 1657 929 c 2,2,-1
3806+ 1382 23 l 2,3,4
3807+ 1363 -41 1363 -41 1305.5 -84.5 c 128,-1,5
3808+ 1248 -128 1248 -128 1183 -128 c 2,6,-1
3809+ 260 -128 l 2,7,8
3810+ 183 -128 183 -128 111.5 -74.5 c 128,-1,9
3811+ 40 -21 40 -21 12 57 c 0,10,11
3812+ -12 124 -12 124 10 184 c 0,12,13
3813+ 10 188 10 188 13 211 c 128,-1,14
3814+ 16 234 16 234 17 248 c 0,15,16
3815+ 18 256 18 256 14 269.5 c 128,-1,17
3816+ 10 283 10 283 11 289 c 0,18,19
3817+ 13 300 13 300 19 310 c 128,-1,20
3818+ 25 320 25 320 35.5 333.5 c 128,-1,21
3819+ 46 347 46 347 52 357 c 0,22,23
3820+ 75 395 75 395 97 448.5 c 128,-1,24
3821+ 119 502 119 502 127 540 c 0,25,26
3822+ 130 550 130 550 127.5 570 c 128,-1,27
3823+ 125 590 125 590 127 598 c 0,28,29
3824+ 130 609 130 609 144 626 c 128,-1,30
3825+ 158 643 158 643 161 649 c 0,31,32
3826+ 182 685 182 685 203 741 c 128,-1,33
3827+ 224 797 224 797 228 831 c 0,34,35
3828+ 229 840 229 840 225.5 863 c 128,-1,36
3829+ 222 886 222 886 226 891 c 0,37,38
3830+ 230 904 230 904 248 921.5 c 128,-1,39
3831+ 266 939 266 939 270 944 c 0,40,41
3832+ 289 970 289 970 312.5 1028.5 c 128,-1,42
3833+ 336 1087 336 1087 340 1125 c 0,43,44
3834+ 341 1133 341 1133 337 1150.5 c 128,-1,45
3835+ 333 1168 333 1168 335 1177 c 0,46,47
3836+ 337 1185 337 1185 344 1195 c 128,-1,48
3837+ 351 1205 351 1205 362 1218 c 128,-1,49
3838+ 373 1231 373 1231 379 1239 c 0,50,51
3839+ 387 1251 387 1251 395.5 1269.5 c 128,-1,52
3840+ 404 1288 404 1288 410.5 1304.5 c 128,-1,53
3841+ 417 1321 417 1321 426.5 1340.5 c 128,-1,54
3842+ 436 1360 436 1360 446 1372.5 c 128,-1,55
3843+ 456 1385 456 1385 472.5 1396 c 128,-1,56
3844+ 489 1407 489 1407 508.5 1407.5 c 128,-1,57
3845+ 528 1408 528 1408 556 1402 c 1,58,-1
3846+ 555 1399 l 1,59,60
3847+ 593 1408 593 1408 606 1408 c 2,61,-1
3848+ 1367 1408 l 2,62,63
3849+ 1441 1408 1441 1408 1481 1352 c 128,-1,64
3850+ 1521 1296 1521 1296 1499 1222 c 2,65,-1
3851+ 1225 316 l 2,66,67
3852+ 1189 197 1189 197 1153.5 162.5 c 128,-1,68
3853+ 1118 128 1118 128 1025 128 c 2,69,-1
3854+ 156 128 l 2,70,71
3855+ 129 128 129 128 118 113 c 0,72,73
3856+ 107 97 107 97 117 70 c 0,74,75
3857+ 141 0 141 0 261 0 c 2,76,-1
3858+ 1184 0 l 2,77,78
3859+ 1213 0 1213 0 1240 15.5 c 128,-1,79
3860+ 1267 31 1267 31 1275 57 c 2,80,-1
3861+ 1575 1044 l 2,81,82
3862+ 1582 1066 1582 1066 1580 1101 c 1,83,84
3863+ 1618 1086 1618 1086 1639 1058 c 0,0,1
3864+575 1056 m 2,85,86
3865+ 571 1043 571 1043 577 1033.5 c 128,-1,87
3866+ 583 1024 583 1024 597 1024 c 2,88,-1
3867+ 1205 1024 l 2,89,90
3868+ 1218 1024 1218 1024 1230.5 1033.5 c 128,-1,91
3869+ 1243 1043 1243 1043 1247 1056 c 2,92,-1
3870+ 1268 1120 l 2,93,94
3871+ 1272 1133 1272 1133 1266 1142.5 c 128,-1,95
3872+ 1260 1152 1260 1152 1246 1152 c 2,96,-1
3873+ 638 1152 l 2,97,98
3874+ 625 1152 625 1152 612.5 1142.5 c 128,-1,99
3875+ 600 1133 600 1133 596 1120 c 2,100,-1
3876+ 575 1056 l 2,85,86
3877+492 800 m 2,101,102
3878+ 488 787 488 787 494 777.5 c 128,-1,103
3879+ 500 768 500 768 514 768 c 2,104,-1
3880+ 1122 768 l 2,105,106
3881+ 1135 768 1135 768 1147.5 777.5 c 128,-1,107
3882+ 1160 787 1160 787 1164 800 c 2,108,-1
3883+ 1185 864 l 2,109,110
3884+ 1189 877 1189 877 1183 886.5 c 128,-1,111
3885+ 1177 896 1177 896 1163 896 c 2,112,-1
3886+ 555 896 l 2,113,114
3887+ 542 896 542 896 529.5 886.5 c 128,-1,115
3888+ 517 877 517 877 513 864 c 2,116,-1
3889+ 492 800 l 2,101,102
3890+EndSplineSet
3891+Validated: 33
3892+EndChar
3893+
3894+StartChar: bookmark
3895+Encoding: 61486 61486 56
3896+Width: 1280
3897+GlyphClass: 2
3898+Flags: W
3899+LayerCount: 2
3900+Fore
3901+SplineSet
3902+1164 1408 m 2,0,1
3903+ 1187 1408 1187 1408 1208 1399 c 0,2,3
3904+ 1241 1386 1241 1386 1260.5 1358 c 128,-1,4
3905+ 1280 1330 1280 1330 1280 1296 c 2,5,-1
3906+ 1280 7 l 2,6,7
3907+ 1280 -27 1280 -27 1260.5 -55 c 128,-1,8
3908+ 1241 -83 1241 -83 1208 -96 c 0,9,10
3909+ 1189 -104 1189 -104 1164 -104 c 0,11,12
3910+ 1116 -104 1116 -104 1081 -72 c 2,13,-1
3911+ 640 352 l 1,14,-1
3912+ 199 -72 l 2,15,16
3913+ 163 -105 163 -105 116 -105 c 0,17,18
3914+ 93 -105 93 -105 72 -96 c 0,19,20
3915+ 39 -83 39 -83 19.5 -55 c 128,-1,21
3916+ 0 -27 0 -27 0 7 c 2,22,-1
3917+ 0 1296 l 2,23,24
3918+ 0 1330 0 1330 19.5 1358 c 128,-1,25
3919+ 39 1386 39 1386 72 1399 c 0,26,27
3920+ 93 1408 93 1408 116 1408 c 2,28,-1
3921+ 1164 1408 l 2,0,1
3922+EndSplineSet
3923+Validated: 1
3924+EndChar
3925+
3926+StartChar: print
3927+Encoding: 61487 61487 57
3928+Width: 1664
3929+GlyphClass: 2
3930+Flags: W
3931+LayerCount: 2
3932+Fore
3933+SplineSet
3934+384 0 m 1,0,-1
3935+ 1280 0 l 1,1,-1
3936+ 1280 256 l 1,2,-1
3937+ 384 256 l 1,3,-1
3938+ 384 0 l 1,0,-1
3939+384 640 m 1,4,-1
3940+ 1280 640 l 1,5,-1
3941+ 1280 1024 l 1,6,-1
3942+ 1120 1024 l 2,7,8
3943+ 1080 1024 1080 1024 1052 1052 c 128,-1,9
3944+ 1024 1080 1024 1080 1024 1120 c 2,10,-1
3945+ 1024 1280 l 1,11,-1
3946+ 384 1280 l 1,12,-1
3947+ 384 640 l 1,4,-1
3948+1536 576 m 128,-1,14
3949+ 1536 602 1536 602 1517 621 c 128,-1,15
3950+ 1498 640 1498 640 1472 640 c 128,-1,16
3951+ 1446 640 1446 640 1427 621 c 128,-1,17
3952+ 1408 602 1408 602 1408 576 c 128,-1,18
3953+ 1408 550 1408 550 1427 531 c 128,-1,19
3954+ 1446 512 1446 512 1472 512 c 128,-1,20
3955+ 1498 512 1498 512 1517 531 c 128,-1,13
3956+ 1536 550 1536 550 1536 576 c 128,-1,14
3957+1664 576 m 2,21,-1
3958+ 1664 160 l 2,22,23
3959+ 1664 147 1664 147 1654.5 137.5 c 128,-1,24
3960+ 1645 128 1645 128 1632 128 c 2,25,-1
3961+ 1408 128 l 1,26,-1
3962+ 1408 -32 l 2,27,28
3963+ 1408 -72 1408 -72 1380 -100 c 128,-1,29
3964+ 1352 -128 1352 -128 1312 -128 c 2,30,-1
3965+ 352 -128 l 2,31,32
3966+ 312 -128 312 -128 284 -100 c 128,-1,33
3967+ 256 -72 256 -72 256 -32 c 2,34,-1
3968+ 256 128 l 1,35,-1
3969+ 32 128 l 2,36,37
3970+ 19 128 19 128 9.5 137.5 c 128,-1,38
3971+ 0 147 0 147 0 160 c 2,39,-1
3972+ 0 576 l 2,40,41
3973+ 0 655 0 655 56.5 711.5 c 128,-1,42
3974+ 113 768 113 768 192 768 c 2,43,-1
3975+ 256 768 l 1,44,-1
3976+ 256 1312 l 2,45,46
3977+ 256 1352 256 1352 284 1380 c 128,-1,47
3978+ 312 1408 312 1408 352 1408 c 2,48,-1
3979+ 1024 1408 l 2,49,50
3980+ 1064 1408 1064 1408 1112 1388 c 128,-1,51
3981+ 1160 1368 1160 1368 1188 1340 c 2,52,-1
3982+ 1340 1188 l 2,53,54
3983+ 1368 1160 1368 1160 1388 1112 c 128,-1,55
3984+ 1408 1064 1408 1064 1408 1024 c 2,56,-1
3985+ 1408 768 l 1,57,-1
3986+ 1472 768 l 2,58,59
3987+ 1551 768 1551 768 1607.5 711.5 c 128,-1,60
3988+ 1664 655 1664 655 1664 576 c 2,21,-1
3989+EndSplineSet
3990+Validated: 1
3991+EndChar
3992+
3993+StartChar: camera
3994+Encoding: 61488 61488 58
3995+Width: 1920
3996+GlyphClass: 2
3997+Flags: W
3998+LayerCount: 2
3999+Fore
4000+SplineSet
4001+960 864 m 128,-1,1
4002+ 1079 864 1079 864 1163.5 779.5 c 128,-1,2
4003+ 1248 695 1248 695 1248 576 c 128,-1,3
4004+ 1248 457 1248 457 1163.5 372.5 c 128,-1,4
4005+ 1079 288 1079 288 960 288 c 128,-1,5
4006+ 841 288 841 288 756.5 372.5 c 128,-1,6
4007+ 672 457 672 457 672 576 c 128,-1,7
4008+ 672 695 672 695 756.5 779.5 c 128,-1,0
4009+ 841 864 841 864 960 864 c 128,-1,1
4010+1664 1280 m 2,8,9
4011+ 1770 1280 1770 1280 1845 1205 c 128,-1,10
4012+ 1920 1130 1920 1130 1920 1024 c 2,11,-1
4013+ 1920 128 l 2,12,13
4014+ 1920 22 1920 22 1845 -53 c 128,-1,14
4015+ 1770 -128 1770 -128 1664 -128 c 2,15,-1
4016+ 256 -128 l 2,16,17
4017+ 150 -128 150 -128 75 -53 c 128,-1,18
4018+ 0 22 0 22 0 128 c 2,19,-1
4019+ 0 1024 l 2,20,21
4020+ 0 1130 0 1130 75 1205 c 128,-1,22
4021+ 150 1280 150 1280 256 1280 c 2,23,-1
4022+ 480 1280 l 1,24,-1
4023+ 531 1416 l 2,25,26
4024+ 550 1465 550 1465 600.5 1500.5 c 128,-1,27
4025+ 651 1536 651 1536 704 1536 c 2,28,-1
4026+ 1216 1536 l 2,29,30
4027+ 1269 1536 1269 1536 1319.5 1500.5 c 128,-1,31
4028+ 1370 1465 1370 1465 1389 1416 c 2,32,-1
4029+ 1440 1280 l 1,33,-1
4030+ 1664 1280 l 2,8,9
4031+960 128 m 128,-1,35
4032+ 1145 128 1145 128 1276.5 259.5 c 128,-1,36
4033+ 1408 391 1408 391 1408 576 c 128,-1,37
4034+ 1408 761 1408 761 1276.5 892.5 c 128,-1,38
4035+ 1145 1024 1145 1024 960 1024 c 128,-1,39
4036+ 775 1024 775 1024 643.5 892.5 c 128,-1,40
4037+ 512 761 512 761 512 576 c 128,-1,41
4038+ 512 391 512 391 643.5 259.5 c 128,-1,34
4039+ 775 128 775 128 960 128 c 128,-1,35
4040+EndSplineSet
4041+Validated: 1
4042+EndChar
4043+
4044+StartChar: font
4045+Encoding: 61489 61489 59
4046+Width: 1664
4047+GlyphClass: 2
4048+Flags: W
4049+LayerCount: 2
4050+Fore
4051+SplineSet
4052+725 977 m 1,0,-1
4053+ 555 527 l 1,1,2
4054+ 588 527 588 527 691.5 525 c 128,-1,3
4055+ 795 523 795 523 852 523 c 0,4,5
4056+ 871 523 871 523 909 525 c 1,6,7
4057+ 822 778 822 778 725 977 c 1,0,-1
4058+0 -128 m 1,8,-1
4059+ 2 -49 l 1,9,10
4060+ 25 -42 25 -42 58 -36.5 c 128,-1,11
4061+ 91 -31 91 -31 115 -26 c 128,-1,12
4062+ 139 -21 139 -21 164.5 -11.5 c 128,-1,13
4063+ 190 -2 190 -2 209 17.5 c 128,-1,14
4064+ 228 37 228 37 240 68 c 2,15,-1
4065+ 477 684 l 1,16,-1
4066+ 757 1408 l 1,17,-1
4067+ 832 1408 l 1,18,-1
4068+ 885 1408 l 1,19,20
4069+ 893 1394 893 1394 896 1387 c 2,21,-1
4070+ 1101 907 l 2,22,23
4071+ 1134 829 1134 829 1207 649.5 c 128,-1,24
4072+ 1280 470 1280 470 1321 375 c 0,25,26
4073+ 1336 341 1336 341 1379 230.5 c 128,-1,27
4074+ 1422 120 1422 120 1451 62 c 0,28,29
4075+ 1471 17 1471 17 1486 5 c 0,30,31
4076+ 1505 -10 1505 -10 1574 -24.5 c 128,-1,32
4077+ 1643 -39 1643 -39 1658 -45 c 1,33,34
4078+ 1664 -83 1664 -83 1664 -102 c 0,35,36
4079+ 1664 -107 1664 -107 1663.5 -115.5 c 128,-1,37
4080+ 1663 -124 1663 -124 1663 -128 c 1,38,39
4081+ 1600 -128 1600 -128 1473 -120 c 128,-1,40
4082+ 1346 -112 1346 -112 1282 -112 c 0,41,42
4083+ 1206 -112 1206 -112 1067 -119 c 128,-1,43
4084+ 928 -126 928 -126 889 -127 c 1,44,45
4085+ 889 -84 889 -84 893 -49 c 1,46,-1
4086+ 1024 -21 l 2,47,48
4087+ 1025 -21 1025 -21 1036.5 -18.5 c 128,-1,49
4088+ 1048 -16 1048 -16 1052 -15 c 128,-1,50
4089+ 1056 -14 1056 -14 1066.5 -10.5 c 128,-1,51
4090+ 1077 -7 1077 -7 1081.5 -4 c 128,-1,52
4091+ 1086 -1 1086 -1 1092.5 4 c 128,-1,53
4092+ 1099 9 1099 9 1101.5 15 c 128,-1,54
4093+ 1104 21 1104 21 1104 29 c 0,55,56
4094+ 1104 45 1104 45 1073 125.5 c 128,-1,57
4095+ 1042 206 1042 206 1001 303 c 128,-1,58
4096+ 960 400 960 400 959 403 c 2,59,-1
4097+ 509 405 l 1,60,61
4098+ 483 347 483 347 432.5 209.5 c 128,-1,62
4099+ 382 72 382 72 382 47 c 0,63,64
4100+ 382 25 382 25 396 9.5 c 128,-1,65
4101+ 410 -6 410 -6 439.5 -15 c 128,-1,66
4102+ 469 -24 469 -24 488 -28.5 c 128,-1,67
4103+ 507 -33 507 -33 545 -37 c 128,-1,68
4104+ 583 -41 583 -41 586 -41 c 0,69,70
4105+ 587 -60 587 -60 587 -99 c 0,71,72
4106+ 587 -108 587 -108 585 -126 c 1,73,74
4107+ 527 -126 527 -126 410.5 -116 c 128,-1,75
4108+ 294 -106 294 -106 236 -106 c 0,76,77
4109+ 228 -106 228 -106 209.5 -110 c 128,-1,78
4110+ 191 -114 191 -114 188 -114 c 0,79,80
4111+ 108 -128 108 -128 0 -128 c 1,8,-1
4112+EndSplineSet
4113+Validated: 1
4114+EndChar
4115+
4116+StartChar: bold
4117+Encoding: 61490 61490 60
4118+Width: 1408
4119+GlyphClass: 2
4120+Flags: W
4121+LayerCount: 2
4122+Fore
4123+SplineSet
4124+555 15 m 1,0,1
4125+ 629 -17 629 -17 695 -17 c 0,2,3
4126+ 1071 -17 1071 -17 1071 318 c 0,4,5
4127+ 1071 432 1071 432 1030 498 c 0,6,7
4128+ 1003 542 1003 542 968.5 572 c 128,-1,8
4129+ 934 602 934 602 901 618.5 c 128,-1,9
4130+ 868 635 868 635 820.5 643.5 c 128,-1,10
4131+ 773 652 773 652 736.5 654 c 128,-1,11
4132+ 700 656 700 656 642 656 c 0,12,13
4133+ 569 656 569 656 541 646 c 1,14,15
4134+ 541 593 541 593 540.5 487 c 128,-1,16
4135+ 540 381 540 381 540 329 c 0,17,18
4136+ 540 321 540 321 539 261.5 c 128,-1,19
4137+ 538 202 538 202 538.5 165 c 128,-1,20
4138+ 539 128 539 128 543 81.5 c 128,-1,21
4139+ 547 35 547 35 555 15 c 1,0,1
4140+541 761 m 1,22,23
4141+ 583 754 583 754 650 754 c 0,24,25
4142+ 732 754 732 754 793 767 c 128,-1,26
4143+ 854 780 854 780 903 811.5 c 128,-1,27
4144+ 952 843 952 843 977.5 901 c 128,-1,28
4145+ 1003 959 1003 959 1003 1043 c 0,29,30
4146+ 1003 1113 1003 1113 974 1165.5 c 128,-1,31
4147+ 945 1218 945 1218 895 1247.5 c 128,-1,32
4148+ 845 1277 845 1277 787 1291 c 128,-1,33
4149+ 729 1305 729 1305 663 1305 c 0,34,35
4150+ 613 1305 613 1305 533 1292 c 1,36,37
4151+ 533 1242 533 1242 537 1141 c 128,-1,38
4152+ 541 1040 541 1040 541 989 c 0,39,40
4153+ 541 962 541 962 540.5 909 c 128,-1,41
4154+ 540 856 540 856 540 830 c 0,42,43
4155+ 540 784 540 784 541 761 c 1,22,23
4156+0 -128 m 1,44,-1
4157+ 2 -34 l 1,45,46
4158+ 17 -30 17 -30 87 -18 c 128,-1,47
4159+ 157 -6 157 -6 193 9 c 1,48,49
4160+ 200 21 200 21 205.5 36 c 128,-1,50
4161+ 211 51 211 51 214 69.5 c 128,-1,51
4162+ 217 88 217 88 219.5 102 c 128,-1,52
4163+ 222 116 222 116 222.5 139.5 c 128,-1,53
4164+ 223 163 223 163 223 173.5 c 128,-1,54
4165+ 223 184 223 184 223 209 c 128,-1,55
4166+ 223 234 223 234 223 239 c 0,56,57
4167+ 223 1221 223 1221 201 1264 c 0,58,59
4168+ 197 1272 197 1272 179 1278.5 c 128,-1,60
4169+ 161 1285 161 1285 134.5 1289.5 c 128,-1,61
4170+ 108 1294 108 1294 85 1296.5 c 128,-1,62
4171+ 62 1299 62 1299 36.5 1301 c 128,-1,63
4172+ 11 1303 11 1303 6 1304 c 1,64,-1
4173+ 2 1387 l 1,65,66
4174+ 100 1389 100 1389 342 1398.5 c 128,-1,67
4175+ 584 1408 584 1408 715 1408 c 0,68,69
4176+ 738 1408 738 1408 783 1407.5 c 128,-1,70
4177+ 828 1407 828 1407 851 1407 c 0,71,72
4178+ 921 1407 921 1407 987.5 1394 c 128,-1,73
4179+ 1054 1381 1054 1381 1116 1352 c 128,-1,74
4180+ 1178 1323 1178 1323 1224 1281 c 128,-1,75
4181+ 1270 1239 1270 1239 1298 1176.5 c 128,-1,76
4182+ 1326 1114 1326 1114 1326 1039 c 0,77,78
4183+ 1326 987 1326 987 1309.5 943.5 c 128,-1,79
4184+ 1293 900 1293 900 1270.5 871.5 c 128,-1,80
4185+ 1248 843 1248 843 1206 814 c 128,-1,81
4186+ 1164 785 1164 785 1133 769 c 128,-1,82
4187+ 1102 753 1102 753 1049 729 c 1,83,84
4188+ 1203 694 1203 694 1305.5 595 c 128,-1,85
4189+ 1408 496 1408 496 1408 347 c 0,86,87
4190+ 1408 247 1408 247 1373 167.5 c 128,-1,88
4191+ 1338 88 1338 88 1279.5 37 c 128,-1,89
4192+ 1221 -14 1221 -14 1141.5 -48.5 c 128,-1,90
4193+ 1062 -83 1062 -83 978 -97 c 128,-1,91
4194+ 894 -111 894 -111 802 -111 c 0,92,93
4195+ 758 -111 758 -111 670 -108 c 128,-1,94
4196+ 582 -105 582 -105 538 -105 c 0,95,96
4197+ 432 -105 432 -105 231 -116 c 128,-1,97
4198+ 30 -127 30 -127 0 -128 c 1,44,-1
4199+EndSplineSet
4200+Validated: 33
4201+EndChar
4202+
4203+StartChar: italic
4204+Encoding: 61491 61491 61
4205+Width: 1024
4206+GlyphClass: 2
4207+Flags: W
4208+LayerCount: 2
4209+Fore
4210+SplineSet
4211+0 -126 m 1,0,-1
4212+ 17 -41 l 1,1,2
4213+ 39 -34 39 -34 78.5 -24.5 c 128,-1,3
4214+ 118 -15 118 -15 150.5 -5.5 c 128,-1,4
4215+ 183 4 183 4 210 18 c 1,5,6
4216+ 238 53 238 53 251 119 c 0,7,8
4217+ 252 126 252 126 313 408 c 128,-1,9
4218+ 374 690 374 690 427 951.5 c 128,-1,10
4219+ 480 1213 480 1213 479 1248 c 2,11,-1
4220+ 479 1273 l 1,12,13
4221+ 455 1286 455 1286 424.5 1291.5 c 128,-1,14
4222+ 394 1297 394 1297 355 1299.5 c 128,-1,15
4223+ 316 1302 316 1302 297 1305 c 1,16,-1
4224+ 316 1408 l 1,17,18
4225+ 349 1406 349 1406 436 1401.5 c 128,-1,19
4226+ 523 1397 523 1397 585.5 1394.5 c 128,-1,20
4227+ 648 1392 648 1392 706 1392 c 0,21,22
4228+ 754 1392 754 1392 804.5 1394.5 c 128,-1,23
4229+ 855 1397 855 1397 925.5 1401.5 c 128,-1,24
4230+ 996 1406 996 1406 1024 1408 c 1,25,26
4231+ 1019 1369 1019 1369 1005 1319 c 1,27,28
4232+ 975 1309 975 1309 903.5 1290.5 c 128,-1,29
4233+ 832 1272 832 1272 795 1257 c 1,30,31
4234+ 787 1238 787 1238 781 1214.5 c 128,-1,32
4235+ 775 1191 775 1191 772 1174.5 c 128,-1,33
4236+ 769 1158 769 1158 764.5 1129 c 128,-1,34
4237+ 760 1100 760 1100 758 1087 c 0,35,36
4238+ 731 939 731 939 670.5 667.5 c 128,-1,37
4239+ 610 396 610 396 593 312 c 0,38,39
4240+ 591 303 591 303 580 254 c 128,-1,40
4241+ 569 205 569 205 560 164 c 128,-1,41
4242+ 551 123 551 123 544 80.5 c 128,-1,42
4243+ 537 38 537 38 538 23 c 2,43,-1
4244+ 539 5 l 1,44,45
4245+ 556 1 556 1 724 -26 c 1,46,47
4246+ 721 -70 721 -70 708 -125 c 1,48,49
4247+ 697 -125 697 -125 675.5 -126.5 c 128,-1,50
4248+ 654 -128 654 -128 643 -128 c 0,51,52
4249+ 614 -128 614 -128 556 -118 c 128,-1,53
4250+ 498 -108 498 -108 470 -108 c 0,54,55
4251+ 332 -106 332 -106 264 -106 c 0,56,57
4252+ 213 -106 213 -106 121 -115 c 128,-1,58
4253+ 29 -124 29 -124 0 -126 c 1,0,-1
4254+EndSplineSet
4255+Validated: 33
4256+EndChar
4257+
4258+StartChar: text_height
4259+Encoding: 61492 61492 62
4260+Width: 1792
4261+GlyphClass: 2
4262+Flags: W
4263+LayerCount: 2
4264+Fore
4265+SplineSet
4266+1744 128 m 2,0,1
4267+ 1777 128 1777 128 1786 109.5 c 128,-1,2
4268+ 1795 91 1795 91 1775 65 c 2,3,-1
4269+ 1649 -97 l 2,4,5
4270+ 1629 -123 1629 -123 1600 -123 c 128,-1,6
4271+ 1571 -123 1571 -123 1551 -97 c 2,7,-1
4272+ 1425 65 l 2,8,9
4273+ 1405 91 1405 91 1414 109.5 c 128,-1,10
4274+ 1423 128 1423 128 1456 128 c 2,11,-1
4275+ 1536 128 l 1,12,-1
4276+ 1536 1152 l 1,13,-1
4277+ 1456 1152 l 2,14,15
4278+ 1423 1152 1423 1152 1414 1170.5 c 128,-1,16
4279+ 1405 1189 1405 1189 1425 1215 c 2,17,-1
4280+ 1551 1377 l 2,18,19
4281+ 1571 1403 1571 1403 1600 1403 c 128,-1,20
4282+ 1629 1403 1629 1403 1649 1377 c 2,21,-1
4283+ 1775 1215 l 2,22,23
4284+ 1795 1189 1795 1189 1786 1170.5 c 128,-1,24
4285+ 1777 1152 1777 1152 1744 1152 c 2,25,-1
4286+ 1664 1152 l 1,26,-1
4287+ 1664 128 l 1,27,-1
4288+ 1744 128 l 2,0,1
4289+81 1407 m 1,28,-1
4290+ 135 1380 l 2,29,30
4291+ 147 1375 147 1375 346 1375 c 0,31,32
4292+ 390 1375 390 1375 478 1377 c 128,-1,33
4293+ 566 1379 566 1379 610 1379 c 0,34,35
4294+ 646 1379 646 1379 717.5 1378.5 c 128,-1,36
4295+ 789 1378 789 1378 825 1378 c 2,37,-1
4296+ 1118 1378 l 2,38,39
4297+ 1124 1378 1124 1378 1139 1377.5 c 128,-1,40
4298+ 1154 1377 1154 1377 1159.5 1377.5 c 128,-1,41
4299+ 1165 1378 1165 1378 1175.5 1380.5 c 128,-1,42
4300+ 1186 1383 1186 1383 1193 1389.5 c 128,-1,43
4301+ 1200 1396 1200 1396 1208 1407 c 1,44,-1
4302+ 1250 1408 l 2,45,46
4303+ 1254 1408 1254 1408 1264 1407.5 c 128,-1,47
4304+ 1274 1407 1274 1407 1278 1407 c 0,48,49
4305+ 1280 1295 1280 1295 1280 1071 c 0,50,51
4306+ 1280 991 1280 991 1275 962 c 1,52,53
4307+ 1236 948 1236 948 1207 944 c 1,54,55
4308+ 1182 988 1182 988 1153 1072 c 0,56,57
4309+ 1150 1081 1150 1081 1142 1120 c 128,-1,58
4310+ 1134 1159 1134 1159 1127.5 1193.5 c 128,-1,59
4311+ 1121 1228 1121 1228 1120 1229 c 0,60,61
4312+ 1114 1237 1114 1237 1108 1241.5 c 128,-1,62
4313+ 1102 1246 1102 1246 1092.5 1247.5 c 128,-1,63
4314+ 1083 1249 1083 1249 1079.5 1250 c 128,-1,64
4315+ 1076 1251 1076 1251 1061.5 1250.5 c 128,-1,65
4316+ 1047 1250 1047 1250 1045 1250 c 0,66,67
4317+ 1028 1250 1028 1250 978.5 1250.5 c 128,-1,68
4318+ 929 1251 929 1251 904 1251 c 128,-1,69
4319+ 879 1251 879 1251 840 1249 c 128,-1,70
4320+ 801 1247 801 1247 769 1243 c 1,71,72
4321+ 760 1162 760 1162 761 1107 c 0,73,74
4322+ 761 1013 761 1013 763 719 c 128,-1,75
4323+ 765 425 765 425 765 264 c 0,76,77
4324+ 765 248 765 248 762.5 192.5 c 128,-1,78
4325+ 760 137 760 137 762.5 101 c 128,-1,79
4326+ 765 65 765 65 775 32 c 1,80,81
4327+ 815 11 815 11 899 -10.5 c 128,-1,82
4328+ 983 -32 983 -32 1019 -48 c 1,83,84
4329+ 1024 -88 1024 -88 1024 -98 c 0,85,86
4330+ 1024 -112 1024 -112 1021 -127 c 1,87,-1
4331+ 987 -128 l 2,88,89
4332+ 911 -130 911 -130 769 -120 c 128,-1,90
4333+ 627 -110 627 -110 562 -110 c 0,91,92
4334+ 512 -110 512 -110 411 -119 c 128,-1,93
4335+ 310 -128 310 -128 259 -128 c 1,94,95
4336+ 256 -77 256 -77 256 -76 c 2,96,-1
4337+ 256 -67 l 1,97,98
4338+ 273 -40 273 -40 317.5 -24 c 128,-1,99
4339+ 362 -8 362 -8 416 5 c 128,-1,100
4340+ 470 18 470 18 494 32 c 1,101,102
4341+ 513 74 513 74 513 415 c 0,103,104
4342+ 513 516 513 516 510 718 c 128,-1,105
4343+ 507 920 507 920 507 1021 c 2,106,-1
4344+ 507 1138 l 2,107,108
4345+ 507 1140 507 1140 507.5 1153.5 c 128,-1,109
4346+ 508 1167 508 1167 508 1178.5 c 128,-1,110
4347+ 508 1190 508 1190 507 1204 c 128,-1,111
4348+ 506 1218 506 1218 504 1228 c 128,-1,112
4349+ 502 1238 502 1238 499 1242 c 0,113,114
4350+ 488 1254 488 1254 337 1254 c 0,115,116
4351+ 304 1254 304 1254 244 1242 c 128,-1,117
4352+ 184 1230 184 1230 164 1216 c 0,118,119
4353+ 145 1203 145 1203 130 1143.5 c 128,-1,120
4354+ 115 1084 115 1084 98.5 1032.5 c 128,-1,121
4355+ 82 981 82 981 56 979 c 1,122,123
4356+ 14 1005 14 1005 0 1023 c 1,124,-1
4357+ 0 1406 l 1,125,-1
4358+ 81 1407 l 1,28,-1
4359+EndSplineSet
4360+Validated: 33
4361+EndChar
4362+
4363+StartChar: text_width
4364+Encoding: 61493 61493 63
4365+Width: 1536
4366+GlyphClass: 2
4367+Flags: W
4368+LayerCount: 2
4369+Fore
4370+SplineSet
4371+81 1407 m 1,0,-1
4372+ 135 1380 l 2,1,2
4373+ 147 1375 147 1375 346 1375 c 0,3,4
4374+ 390 1375 390 1375 478 1377 c 128,-1,5
4375+ 566 1379 566 1379 610 1379 c 0,6,7
4376+ 680 1379 680 1379 856.5 1380 c 128,-1,8
4377+ 1033 1381 1033 1381 1161 1380.5 c 128,-1,9
4378+ 1289 1380 1289 1380 1408 1376 c 0,10,11
4379+ 1441 1375 1441 1375 1464 1407 c 1,12,-1
4380+ 1506 1408 l 2,13,14
4381+ 1510 1408 1510 1408 1520 1407.5 c 128,-1,15
4382+ 1530 1407 1530 1407 1534 1407 c 0,16,17
4383+ 1536 1295 1536 1295 1536 1071 c 0,18,19
4384+ 1536 991 1536 991 1531 962 c 1,20,21
4385+ 1492 948 1492 948 1463 944 c 1,22,23
4386+ 1438 988 1438 988 1409 1072 c 0,24,25
4387+ 1406 1081 1406 1081 1398 1119.5 c 128,-1,26
4388+ 1390 1158 1390 1158 1383 1193 c 128,-1,27
4389+ 1376 1228 1376 1228 1376 1229 c 0,28,29
4390+ 1366 1242 1366 1242 1349 1248 c 0,30,31
4391+ 1344 1250 1344 1250 1283 1250 c 0,32,33
4392+ 1253 1250 1253 1250 1190 1251 c 128,-1,34
4393+ 1127 1252 1127 1252 1087 1252 c 128,-1,35
4394+ 1047 1252 1047 1252 993 1250 c 128,-1,36
4395+ 939 1248 939 1248 897 1243 c 1,37,38
4396+ 888 1162 888 1162 889 1107 c 2,39,-1
4397+ 890 955 l 1,40,-1
4398+ 890 1007 l 2,41,42
4399+ 890 952 890 952 891 853 c 128,-1,43
4400+ 892 754 892 754 892.5 673 c 128,-1,44
4401+ 893 592 893 592 893 520 c 0,45,46
4402+ 893 504 893 504 890.5 448.5 c 128,-1,47
4403+ 888 393 888 393 890.5 357 c 128,-1,48
4404+ 893 321 893 321 903 288 c 1,49,50
4405+ 943 267 943 267 1027 245.5 c 128,-1,51
4406+ 1111 224 1111 224 1147 208 c 1,52,53
4407+ 1152 168 1152 168 1152 158 c 0,54,55
4408+ 1152 144 1152 144 1149 129 c 1,56,-1
4409+ 1115 128 l 2,57,58
4410+ 1039 126 1039 126 897 136 c 128,-1,59
4411+ 755 146 755 146 690 146 c 0,60,61
4412+ 640 146 640 146 539 137 c 128,-1,62
4413+ 438 128 438 128 387 128 c 1,63,64
4414+ 384 179 384 179 384 180 c 2,65,-1
4415+ 384 189 l 1,66,67
4416+ 401 216 401 216 445.5 232 c 128,-1,68
4417+ 490 248 490 248 544 261 c 128,-1,69
4418+ 598 274 598 274 622 288 c 1,70,71
4419+ 629 304 629 304 633.5 362 c 128,-1,72
4420+ 638 420 638 420 639.5 507.5 c 128,-1,73
4421+ 641 595 641 595 641 662.5 c 128,-1,74
4422+ 641 730 641 730 640.5 816 c 128,-1,75
4423+ 640 902 640 902 640 905 c 0,76,77
4424+ 640 912 640 912 637.5 926.5 c 128,-1,78
4425+ 635 941 635 941 635 949 c 0,79,80
4426+ 635 956 635 956 635.5 993 c 128,-1,81
4427+ 636 1030 636 1030 636.5 1066 c 128,-1,82
4428+ 637 1102 637 1102 636.5 1142.5 c 128,-1,83
4429+ 636 1183 636 1183 633.5 1210 c 128,-1,84
4430+ 631 1237 631 1237 627 1242 c 0,85,86
4431+ 616 1254 616 1254 465 1254 c 0,87,88
4432+ 424 1254 424 1254 302 1240.5 c 128,-1,89
4433+ 180 1227 180 1227 164 1216 c 0,90,91
4434+ 145 1204 145 1204 130 1144.5 c 128,-1,92
4435+ 115 1085 115 1085 98.5 1033 c 128,-1,93
4436+ 82 981 82 981 56 979 c 1,94,95
4437+ 14 1005 14 1005 0 1023 c 1,96,-1
4438+ 0 1406 l 1,97,-1
4439+ 81 1407 l 1,0,-1
4440+1310 125 m 0,98,99
4441+ 1322 125 1322 125 1352 105.5 c 128,-1,100
4442+ 1382 86 1382 86 1409.5 64 c 128,-1,101
4443+ 1437 42 1437 42 1469 15 c 128,-1,102
4444+ 1501 -12 1501 -12 1505 -15 c 0,103,104
4445+ 1531 -36 1531 -36 1531 -64 c 128,-1,105
4446+ 1531 -92 1531 -92 1505 -113 c 0,106,107
4447+ 1501 -116 1501 -116 1469 -143 c 128,-1,108
4448+ 1437 -170 1437 -170 1409.5 -192 c 128,-1,109
4449+ 1382 -214 1382 -214 1352 -233.5 c 128,-1,110
4450+ 1322 -253 1322 -253 1310 -253 c 0,111,112
4451+ 1297 -253 1297 -253 1289.5 -242.5 c 128,-1,113
4452+ 1282 -232 1282 -232 1279.5 -214 c 128,-1,114
4453+ 1277 -196 1277 -196 1277 -180.5 c 128,-1,115
4454+ 1277 -165 1277 -165 1278.5 -147.5 c 128,-1,116
4455+ 1280 -130 1280 -130 1280 -128 c 2,117,-1
4456+ 256 -128 l 2,118,119
4457+ 256 -130 256 -130 257.5 -147.5 c 128,-1,120
4458+ 259 -165 259 -165 259 -180.5 c 128,-1,121
4459+ 259 -196 259 -196 256.5 -214 c 128,-1,122
4460+ 254 -232 254 -232 246.5 -242.5 c 128,-1,123
4461+ 239 -253 239 -253 226 -253 c 0,124,125
4462+ 214 -253 214 -253 184 -233.5 c 128,-1,126
4463+ 154 -214 154 -214 126.5 -192 c 128,-1,127
4464+ 99 -170 99 -170 67 -143 c 128,-1,128
4465+ 35 -116 35 -116 31 -113 c 0,129,130
4466+ 5 -92 5 -92 5 -64 c 128,-1,131
4467+ 5 -36 5 -36 31 -15 c 0,132,133
4468+ 35 -12 35 -12 67 15 c 128,-1,134
4469+ 99 42 99 42 126.5 64 c 128,-1,135
4470+ 154 86 154 86 184 105.5 c 128,-1,136
4471+ 214 125 214 125 226 125 c 0,137,138
4472+ 239 125 239 125 246.5 114.5 c 128,-1,139
4473+ 254 104 254 104 256.5 86 c 128,-1,140
4474+ 259 68 259 68 259 52.5 c 128,-1,141
4475+ 259 37 259 37 257.5 19.5 c 128,-1,142
4476+ 256 2 256 2 256 0 c 2,143,-1
4477+ 1280 0 l 2,144,145
4478+ 1280 2 1280 2 1278.5 19.5 c 128,-1,146
4479+ 1277 37 1277 37 1277 52.5 c 128,-1,147
4480+ 1277 68 1277 68 1279.5 86 c 128,-1,148
4481+ 1282 104 1282 104 1289.5 114.5 c 128,-1,149
4482+ 1297 125 1297 125 1310 125 c 0,98,99
4483+EndSplineSet
4484+Validated: 33
4485+EndChar
4486+
4487+StartChar: align_left
4488+Encoding: 61494 61494 64
4489+Width: 1792
4490+GlyphClass: 2
4491+Flags: W
4492+LayerCount: 2
4493+Fore
4494+SplineSet
4495+1792 192 m 2,0,-1
4496+ 1792 64 l 2,1,2
4497+ 1792 38 1792 38 1773 19 c 128,-1,3
4498+ 1754 0 1754 0 1728 0 c 2,4,-1
4499+ 64 0 l 2,5,6
4500+ 38 0 38 0 19 19 c 128,-1,7
4501+ 0 38 0 38 0 64 c 2,8,-1
4502+ 0 192 l 2,9,10
4503+ 0 218 0 218 19 237 c 128,-1,11
4504+ 38 256 38 256 64 256 c 2,12,-1
4505+ 1728 256 l 2,13,14
4506+ 1754 256 1754 256 1773 237 c 128,-1,15
4507+ 1792 218 1792 218 1792 192 c 2,0,-1
4508+1408 576 m 2,16,-1
4509+ 1408 448 l 2,17,18
4510+ 1408 422 1408 422 1389 403 c 128,-1,19
4511+ 1370 384 1370 384 1344 384 c 2,20,-1
4512+ 64 384 l 2,21,22
4513+ 38 384 38 384 19 403 c 128,-1,23
4514+ 0 422 0 422 0 448 c 2,24,-1
4515+ 0 576 l 2,25,26
4516+ 0 602 0 602 19 621 c 128,-1,27
4517+ 38 640 38 640 64 640 c 2,28,-1
4518+ 1344 640 l 2,29,30
4519+ 1370 640 1370 640 1389 621 c 128,-1,31
4520+ 1408 602 1408 602 1408 576 c 2,16,-1
4521+1664 960 m 2,32,-1
4522+ 1664 832 l 2,33,34
4523+ 1664 806 1664 806 1645 787 c 128,-1,35
4524+ 1626 768 1626 768 1600 768 c 2,36,-1
4525+ 64 768 l 2,37,38
4526+ 38 768 38 768 19 787 c 128,-1,39
4527+ 0 806 0 806 0 832 c 2,40,-1
4528+ 0 960 l 2,41,42
4529+ 0 986 0 986 19 1005 c 128,-1,43
4530+ 38 1024 38 1024 64 1024 c 2,44,-1
4531+ 1600 1024 l 2,45,46
4532+ 1626 1024 1626 1024 1645 1005 c 128,-1,47
4533+ 1664 986 1664 986 1664 960 c 2,32,-1
4534+1280 1344 m 2,48,-1
4535+ 1280 1216 l 2,49,50
4536+ 1280 1190 1280 1190 1261 1171 c 128,-1,51
4537+ 1242 1152 1242 1152 1216 1152 c 2,52,-1
4538+ 64 1152 l 2,53,54
4539+ 38 1152 38 1152 19 1171 c 128,-1,55
4540+ 0 1190 0 1190 0 1216 c 2,56,-1
4541+ 0 1344 l 2,57,58
4542+ 0 1370 0 1370 19 1389 c 128,-1,59
4543+ 38 1408 38 1408 64 1408 c 2,60,-1
4544+ 1216 1408 l 2,61,62
4545+ 1242 1408 1242 1408 1261 1389 c 128,-1,63
4546+ 1280 1370 1280 1370 1280 1344 c 2,48,-1
4547+EndSplineSet
4548+Validated: 1
4549+EndChar
4550+
4551+StartChar: align_center
4552+Encoding: 61495 61495 65
4553+Width: 1792
4554+GlyphClass: 2
4555+Flags: W
4556+LayerCount: 2
4557+Fore
4558+SplineSet
4559+1792 192 m 2,0,-1
4560+ 1792 64 l 2,1,2
4561+ 1792 38 1792 38 1773 19 c 128,-1,3
4562+ 1754 0 1754 0 1728 0 c 2,4,-1
4563+ 64 0 l 2,5,6
4564+ 38 0 38 0 19 19 c 128,-1,7
4565+ 0 38 0 38 0 64 c 2,8,-1
4566+ 0 192 l 2,9,10
4567+ 0 218 0 218 19 237 c 128,-1,11
4568+ 38 256 38 256 64 256 c 2,12,-1
4569+ 1728 256 l 2,13,14
4570+ 1754 256 1754 256 1773 237 c 128,-1,15
4571+ 1792 218 1792 218 1792 192 c 2,0,-1
4572+1408 576 m 2,16,-1
4573+ 1408 448 l 2,17,18
4574+ 1408 422 1408 422 1389 403 c 128,-1,19
4575+ 1370 384 1370 384 1344 384 c 2,20,-1
4576+ 448 384 l 2,21,22
4577+ 422 384 422 384 403 403 c 128,-1,23
4578+ 384 422 384 422 384 448 c 2,24,-1
4579+ 384 576 l 2,25,26
4580+ 384 602 384 602 403 621 c 128,-1,27
4581+ 422 640 422 640 448 640 c 2,28,-1
4582+ 1344 640 l 2,29,30
4583+ 1370 640 1370 640 1389 621 c 128,-1,31
4584+ 1408 602 1408 602 1408 576 c 2,16,-1
4585+1664 960 m 2,32,-1
4586+ 1664 832 l 2,33,34
4587+ 1664 806 1664 806 1645 787 c 128,-1,35
4588+ 1626 768 1626 768 1600 768 c 2,36,-1
4589+ 192 768 l 2,37,38
4590+ 166 768 166 768 147 787 c 128,-1,39
4591+ 128 806 128 806 128 832 c 2,40,-1
4592+ 128 960 l 2,41,42
4593+ 128 986 128 986 147 1005 c 128,-1,43
4594+ 166 1024 166 1024 192 1024 c 2,44,-1
4595+ 1600 1024 l 2,45,46
4596+ 1626 1024 1626 1024 1645 1005 c 128,-1,47
4597+ 1664 986 1664 986 1664 960 c 2,32,-1
4598+1280 1344 m 2,48,-1
4599+ 1280 1216 l 2,49,50
4600+ 1280 1190 1280 1190 1261 1171 c 128,-1,51
4601+ 1242 1152 1242 1152 1216 1152 c 2,52,-1
4602+ 576 1152 l 2,53,54
4603+ 550 1152 550 1152 531 1171 c 128,-1,55
4604+ 512 1190 512 1190 512 1216 c 2,56,-1
4605+ 512 1344 l 2,57,58
4606+ 512 1370 512 1370 531 1389 c 128,-1,59
4607+ 550 1408 550 1408 576 1408 c 2,60,-1
4608+ 1216 1408 l 2,61,62
4609+ 1242 1408 1242 1408 1261 1389 c 128,-1,63
4610+ 1280 1370 1280 1370 1280 1344 c 2,48,-1
4611+EndSplineSet
4612+Validated: 1
4613+EndChar
4614+
4615+StartChar: align_right
4616+Encoding: 61496 61496 66
4617+Width: 1792
4618+GlyphClass: 2
4619+Flags: W
4620+LayerCount: 2
4621+Fore
4622+SplineSet
4623+1792 192 m 2,0,-1
4624+ 1792 64 l 2,1,2
4625+ 1792 38 1792 38 1773 19 c 128,-1,3
4626+ 1754 0 1754 0 1728 0 c 2,4,-1
4627+ 64 0 l 2,5,6
4628+ 38 0 38 0 19 19 c 128,-1,7
4629+ 0 38 0 38 0 64 c 2,8,-1
4630+ 0 192 l 2,9,10
4631+ 0 218 0 218 19 237 c 128,-1,11
4632+ 38 256 38 256 64 256 c 2,12,-1
4633+ 1728 256 l 2,13,14
4634+ 1754 256 1754 256 1773 237 c 128,-1,15
4635+ 1792 218 1792 218 1792 192 c 2,0,-1
4636+1792 576 m 2,16,-1
4637+ 1792 448 l 2,17,18
4638+ 1792 422 1792 422 1773 403 c 128,-1,19
4639+ 1754 384 1754 384 1728 384 c 2,20,-1
4640+ 448 384 l 2,21,22
4641+ 422 384 422 384 403 403 c 128,-1,23
4642+ 384 422 384 422 384 448 c 2,24,-1
4643+ 384 576 l 2,25,26
4644+ 384 602 384 602 403 621 c 128,-1,27
4645+ 422 640 422 640 448 640 c 2,28,-1
4646+ 1728 640 l 2,29,30
4647+ 1754 640 1754 640 1773 621 c 128,-1,31
4648+ 1792 602 1792 602 1792 576 c 2,16,-1
4649+1792 960 m 2,32,-1
4650+ 1792 832 l 2,33,34
4651+ 1792 806 1792 806 1773 787 c 128,-1,35
4652+ 1754 768 1754 768 1728 768 c 2,36,-1
4653+ 192 768 l 2,37,38
4654+ 166 768 166 768 147 787 c 128,-1,39
4655+ 128 806 128 806 128 832 c 2,40,-1
4656+ 128 960 l 2,41,42
4657+ 128 986 128 986 147 1005 c 128,-1,43
4658+ 166 1024 166 1024 192 1024 c 2,44,-1
4659+ 1728 1024 l 2,45,46
4660+ 1754 1024 1754 1024 1773 1005 c 128,-1,47
4661+ 1792 986 1792 986 1792 960 c 2,32,-1
4662+1792 1344 m 2,48,-1
4663+ 1792 1216 l 2,49,50
4664+ 1792 1190 1792 1190 1773 1171 c 128,-1,51
4665+ 1754 1152 1754 1152 1728 1152 c 2,52,-1
4666+ 576 1152 l 2,53,54
4667+ 550 1152 550 1152 531 1171 c 128,-1,55
4668+ 512 1190 512 1190 512 1216 c 2,56,-1
4669+ 512 1344 l 2,57,58
4670+ 512 1370 512 1370 531 1389 c 128,-1,59
4671+ 550 1408 550 1408 576 1408 c 2,60,-1
4672+ 1728 1408 l 2,61,62
4673+ 1754 1408 1754 1408 1773 1389 c 128,-1,63
4674+ 1792 1370 1792 1370 1792 1344 c 2,48,-1
4675+EndSplineSet
4676+Validated: 1
4677+EndChar
4678+
4679+StartChar: align_justify
4680+Encoding: 61497 61497 67
4681+Width: 1792
4682+GlyphClass: 2
4683+Flags: W
4684+LayerCount: 2
4685+Fore
4686+SplineSet
4687+1792 192 m 2,0,-1
4688+ 1792 64 l 2,1,2
4689+ 1792 38 1792 38 1773 19 c 128,-1,3
4690+ 1754 0 1754 0 1728 0 c 2,4,-1
4691+ 64 0 l 2,5,6
4692+ 38 0 38 0 19 19 c 128,-1,7
4693+ 0 38 0 38 0 64 c 2,8,-1
4694+ 0 192 l 2,9,10
4695+ 0 218 0 218 19 237 c 128,-1,11
4696+ 38 256 38 256 64 256 c 2,12,-1
4697+ 1728 256 l 2,13,14
4698+ 1754 256 1754 256 1773 237 c 128,-1,15
4699+ 1792 218 1792 218 1792 192 c 2,0,-1
4700+1792 576 m 2,16,-1
4701+ 1792 448 l 2,17,18
4702+ 1792 422 1792 422 1773 403 c 128,-1,19
4703+ 1754 384 1754 384 1728 384 c 2,20,-1
4704+ 64 384 l 2,21,22
4705+ 38 384 38 384 19 403 c 128,-1,23
4706+ 0 422 0 422 0 448 c 2,24,-1
4707+ 0 576 l 2,25,26
4708+ 0 602 0 602 19 621 c 128,-1,27
4709+ 38 640 38 640 64 640 c 2,28,-1
4710+ 1728 640 l 2,29,30
4711+ 1754 640 1754 640 1773 621 c 128,-1,31
4712+ 1792 602 1792 602 1792 576 c 2,16,-1
4713+1792 960 m 2,32,-1
4714+ 1792 832 l 2,33,34
4715+ 1792 806 1792 806 1773 787 c 128,-1,35
4716+ 1754 768 1754 768 1728 768 c 2,36,-1
4717+ 64 768 l 2,37,38
4718+ 38 768 38 768 19 787 c 128,-1,39
4719+ 0 806 0 806 0 832 c 2,40,-1
4720+ 0 960 l 2,41,42
4721+ 0 986 0 986 19 1005 c 128,-1,43
4722+ 38 1024 38 1024 64 1024 c 2,44,-1
4723+ 1728 1024 l 2,45,46
4724+ 1754 1024 1754 1024 1773 1005 c 128,-1,47
4725+ 1792 986 1792 986 1792 960 c 2,32,-1
4726+1792 1344 m 2,48,-1
4727+ 1792 1216 l 2,49,50
4728+ 1792 1190 1792 1190 1773 1171 c 128,-1,51
4729+ 1754 1152 1754 1152 1728 1152 c 2,52,-1
4730+ 64 1152 l 2,53,54
4731+ 38 1152 38 1152 19 1171 c 128,-1,55
4732+ 0 1190 0 1190 0 1216 c 2,56,-1
4733+ 0 1344 l 2,57,58
4734+ 0 1370 0 1370 19 1389 c 128,-1,59
4735+ 38 1408 38 1408 64 1408 c 2,60,-1
4736+ 1728 1408 l 2,61,62
4737+ 1754 1408 1754 1408 1773 1389 c 128,-1,63
4738+ 1792 1370 1792 1370 1792 1344 c 2,48,-1
4739+EndSplineSet
4740+Validated: 1
4741+EndChar
4742+
4743+StartChar: list
4744+Encoding: 61498 61498 68
4745+Width: 1792
4746+GlyphClass: 2
4747+Flags: W
4748+LayerCount: 2
4749+Fore
4750+SplineSet
4751+256 224 m 2,0,-1
4752+ 256 32 l 2,1,2
4753+ 256 19 256 19 246.5 9.5 c 128,-1,3
4754+ 237 0 237 0 224 0 c 2,4,-1
4755+ 32 0 l 2,5,6
4756+ 19 0 19 0 9.5 9.5 c 128,-1,7
4757+ 0 19 0 19 0 32 c 2,8,-1
4758+ 0 224 l 2,9,10
4759+ 0 237 0 237 9.5 246.5 c 128,-1,11
4760+ 19 256 19 256 32 256 c 2,12,-1
4761+ 224 256 l 2,13,14
4762+ 237 256 237 256 246.5 246.5 c 128,-1,15
4763+ 256 237 256 237 256 224 c 2,0,-1
4764+256 608 m 2,16,-1
4765+ 256 416 l 2,17,18
4766+ 256 403 256 403 246.5 393.5 c 128,-1,19
4767+ 237 384 237 384 224 384 c 2,20,-1
4768+ 32 384 l 2,21,22
4769+ 19 384 19 384 9.5 393.5 c 128,-1,23
4770+ 0 403 0 403 0 416 c 2,24,-1
4771+ 0 608 l 2,25,26
4772+ 0 621 0 621 9.5 630.5 c 128,-1,27
4773+ 19 640 19 640 32 640 c 2,28,-1
4774+ 224 640 l 2,29,30
4775+ 237 640 237 640 246.5 630.5 c 128,-1,31
4776+ 256 621 256 621 256 608 c 2,16,-1
4777+256 992 m 2,32,-1
4778+ 256 800 l 2,33,34
4779+ 256 787 256 787 246.5 777.5 c 128,-1,35
4780+ 237 768 237 768 224 768 c 2,36,-1
4781+ 32 768 l 2,37,38
4782+ 19 768 19 768 9.5 777.5 c 128,-1,39
4783+ 0 787 0 787 0 800 c 2,40,-1
4784+ 0 992 l 2,41,42
4785+ 0 1005 0 1005 9.5 1014.5 c 128,-1,43
4786+ 19 1024 19 1024 32 1024 c 2,44,-1
4787+ 224 1024 l 2,45,46
4788+ 237 1024 237 1024 246.5 1014.5 c 128,-1,47
4789+ 256 1005 256 1005 256 992 c 2,32,-1
4790+1792 224 m 2,48,-1
4791+ 1792 32 l 2,49,50
4792+ 1792 19 1792 19 1782.5 9.5 c 128,-1,51
4793+ 1773 0 1773 0 1760 0 c 2,52,-1
4794+ 416 0 l 2,53,54
4795+ 403 0 403 0 393.5 9.5 c 128,-1,55
4796+ 384 19 384 19 384 32 c 2,56,-1
4797+ 384 224 l 2,57,58
4798+ 384 237 384 237 393.5 246.5 c 128,-1,59
4799+ 403 256 403 256 416 256 c 2,60,-1
4800+ 1760 256 l 2,61,62
4801+ 1773 256 1773 256 1782.5 246.5 c 128,-1,63
4802+ 1792 237 1792 237 1792 224 c 2,48,-1
4803+256 1376 m 2,64,-1
4804+ 256 1184 l 2,65,66
4805+ 256 1171 256 1171 246.5 1161.5 c 128,-1,67
4806+ 237 1152 237 1152 224 1152 c 2,68,-1
4807+ 32 1152 l 2,69,70
4808+ 19 1152 19 1152 9.5 1161.5 c 128,-1,71
4809+ 0 1171 0 1171 0 1184 c 2,72,-1
4810+ 0 1376 l 2,73,74
4811+ 0 1389 0 1389 9.5 1398.5 c 128,-1,75
4812+ 19 1408 19 1408 32 1408 c 2,76,-1
4813+ 224 1408 l 2,77,78
4814+ 237 1408 237 1408 246.5 1398.5 c 128,-1,79
4815+ 256 1389 256 1389 256 1376 c 2,64,-1
4816+1792 608 m 2,80,-1
4817+ 1792 416 l 2,81,82
4818+ 1792 403 1792 403 1782.5 393.5 c 128,-1,83
4819+ 1773 384 1773 384 1760 384 c 2,84,-1
4820+ 416 384 l 2,85,86
4821+ 403 384 403 384 393.5 393.5 c 128,-1,87
4822+ 384 403 384 403 384 416 c 2,88,-1
4823+ 384 608 l 2,89,90
4824+ 384 621 384 621 393.5 630.5 c 128,-1,91
4825+ 403 640 403 640 416 640 c 2,92,-1
4826+ 1760 640 l 2,93,94
4827+ 1773 640 1773 640 1782.5 630.5 c 128,-1,95
4828+ 1792 621 1792 621 1792 608 c 2,80,-1
4829+1792 992 m 2,96,-1
4830+ 1792 800 l 2,97,98
4831+ 1792 787 1792 787 1782.5 777.5 c 128,-1,99
4832+ 1773 768 1773 768 1760 768 c 2,100,-1
4833+ 416 768 l 2,101,102
4834+ 403 768 403 768 393.5 777.5 c 128,-1,103
4835+ 384 787 384 787 384 800 c 2,104,-1
4836+ 384 992 l 2,105,106
4837+ 384 1005 384 1005 393.5 1014.5 c 128,-1,107
4838+ 403 1024 403 1024 416 1024 c 2,108,-1
4839+ 1760 1024 l 2,109,110
4840+ 1773 1024 1773 1024 1782.5 1014.5 c 128,-1,111
4841+ 1792 1005 1792 1005 1792 992 c 2,96,-1
4842+1792 1376 m 2,112,-1
4843+ 1792 1184 l 2,113,114
4844+ 1792 1171 1792 1171 1782.5 1161.5 c 128,-1,115
4845+ 1773 1152 1773 1152 1760 1152 c 2,116,-1
4846+ 416 1152 l 2,117,118
4847+ 403 1152 403 1152 393.5 1161.5 c 128,-1,119
4848+ 384 1171 384 1171 384 1184 c 2,120,-1
4849+ 384 1376 l 2,121,122
4850+ 384 1389 384 1389 393.5 1398.5 c 128,-1,123
4851+ 403 1408 403 1408 416 1408 c 2,124,-1
4852+ 1760 1408 l 2,125,126
4853+ 1773 1408 1773 1408 1782.5 1398.5 c 128,-1,127
4854+ 1792 1389 1792 1389 1792 1376 c 2,112,-1
4855+EndSplineSet
4856+Validated: 1
4857+EndChar
4858+
4859+StartChar: indent_left
4860+Encoding: 61499 61499 69
4861+Width: 1792
4862+GlyphClass: 2
4863+Flags: W
4864+LayerCount: 2
4865+Fore
4866+SplineSet
4867+384 992 m 2,0,-1
4868+ 384 416 l 2,1,2
4869+ 384 403 384 403 374.5 393.5 c 128,-1,3
4870+ 365 384 365 384 352 384 c 0,4,5
4871+ 338 384 338 384 329 393 c 2,6,-1
4872+ 41 681 l 2,7,8
4873+ 32 690 32 690 32 704 c 128,-1,9
4874+ 32 718 32 718 41 727 c 2,10,-1
4875+ 329 1015 l 2,11,12
4876+ 338 1024 338 1024 352 1024 c 0,13,14
4877+ 365 1024 365 1024 374.5 1014.5 c 128,-1,15
4878+ 384 1005 384 1005 384 992 c 2,0,-1
4879+1792 224 m 2,16,-1
4880+ 1792 32 l 2,17,18
4881+ 1792 19 1792 19 1782.5 9.5 c 128,-1,19
4882+ 1773 0 1773 0 1760 0 c 2,20,-1
4883+ 32 0 l 2,21,22
4884+ 19 0 19 0 9.5 9.5 c 128,-1,23
4885+ 0 19 0 19 0 32 c 2,24,-1
4886+ 0 224 l 2,25,26
4887+ 0 237 0 237 9.5 246.5 c 128,-1,27
4888+ 19 256 19 256 32 256 c 2,28,-1
4889+ 1760 256 l 2,29,30
4890+ 1773 256 1773 256 1782.5 246.5 c 128,-1,31
4891+ 1792 237 1792 237 1792 224 c 2,16,-1
4892+1792 608 m 2,32,-1
4893+ 1792 416 l 2,33,34
4894+ 1792 403 1792 403 1782.5 393.5 c 128,-1,35
4895+ 1773 384 1773 384 1760 384 c 2,36,-1
4896+ 672 384 l 2,37,38
4897+ 659 384 659 384 649.5 393.5 c 128,-1,39
4898+ 640 403 640 403 640 416 c 2,40,-1
4899+ 640 608 l 2,41,42
4900+ 640 621 640 621 649.5 630.5 c 128,-1,43
4901+ 659 640 659 640 672 640 c 2,44,-1
4902+ 1760 640 l 2,45,46
4903+ 1773 640 1773 640 1782.5 630.5 c 128,-1,47
4904+ 1792 621 1792 621 1792 608 c 2,32,-1
4905+1792 992 m 2,48,-1
4906+ 1792 800 l 2,49,50
4907+ 1792 787 1792 787 1782.5 777.5 c 128,-1,51
4908+ 1773 768 1773 768 1760 768 c 2,52,-1
4909+ 672 768 l 2,53,54
4910+ 659 768 659 768 649.5 777.5 c 128,-1,55
4911+ 640 787 640 787 640 800 c 2,56,-1
4912+ 640 992 l 2,57,58
4913+ 640 1005 640 1005 649.5 1014.5 c 128,-1,59
4914+ 659 1024 659 1024 672 1024 c 2,60,-1
4915+ 1760 1024 l 2,61,62
4916+ 1773 1024 1773 1024 1782.5 1014.5 c 128,-1,63
4917+ 1792 1005 1792 1005 1792 992 c 2,48,-1
4918+1792 1376 m 2,64,-1
4919+ 1792 1184 l 2,65,66
4920+ 1792 1171 1792 1171 1782.5 1161.5 c 128,-1,67
4921+ 1773 1152 1773 1152 1760 1152 c 2,68,-1
4922+ 32 1152 l 2,69,70
4923+ 19 1152 19 1152 9.5 1161.5 c 128,-1,71
4924+ 0 1171 0 1171 0 1184 c 2,72,-1
4925+ 0 1376 l 2,73,74
4926+ 0 1389 0 1389 9.5 1398.5 c 128,-1,75
4927+ 19 1408 19 1408 32 1408 c 2,76,-1
4928+ 1760 1408 l 2,77,78
4929+ 1773 1408 1773 1408 1782.5 1398.5 c 128,-1,79
4930+ 1792 1389 1792 1389 1792 1376 c 2,64,-1
4931+EndSplineSet
4932+Validated: 1
4933+EndChar
4934+
4935+StartChar: indent_right
4936+Encoding: 61500 61500 70
4937+Width: 1792
4938+GlyphClass: 2
4939+Flags: W
4940+LayerCount: 2
4941+Fore
4942+SplineSet
4943+352 704 m 128,-1,1
4944+ 352 690 352 690 343 681 c 2,2,-1
4945+ 55 393 l 2,3,4
4946+ 46 384 46 384 32 384 c 0,5,6
4947+ 19 384 19 384 9.5 393.5 c 128,-1,7
4948+ 0 403 0 403 0 416 c 2,8,-1
4949+ 0 992 l 2,9,10
4950+ 0 1005 0 1005 9.5 1014.5 c 128,-1,11
4951+ 19 1024 19 1024 32 1024 c 0,12,13
4952+ 46 1024 46 1024 55 1015 c 2,14,-1
4953+ 343 727 l 2,15,0
4954+ 352 718 352 718 352 704 c 128,-1,1
4955+1792 224 m 2,16,-1
4956+ 1792 32 l 2,17,18
4957+ 1792 19 1792 19 1782.5 9.5 c 128,-1,19
4958+ 1773 0 1773 0 1760 0 c 2,20,-1
4959+ 32 0 l 2,21,22
4960+ 19 0 19 0 9.5 9.5 c 128,-1,23
4961+ 0 19 0 19 0 32 c 2,24,-1
4962+ 0 224 l 2,25,26
4963+ 0 237 0 237 9.5 246.5 c 128,-1,27
4964+ 19 256 19 256 32 256 c 2,28,-1
4965+ 1760 256 l 2,29,30
4966+ 1773 256 1773 256 1782.5 246.5 c 128,-1,31
4967+ 1792 237 1792 237 1792 224 c 2,16,-1
4968+1792 608 m 2,32,-1
4969+ 1792 416 l 2,33,34
4970+ 1792 403 1792 403 1782.5 393.5 c 128,-1,35
4971+ 1773 384 1773 384 1760 384 c 2,36,-1
4972+ 672 384 l 2,37,38
4973+ 659 384 659 384 649.5 393.5 c 128,-1,39
4974+ 640 403 640 403 640 416 c 2,40,-1
4975+ 640 608 l 2,41,42
4976+ 640 621 640 621 649.5 630.5 c 128,-1,43
4977+ 659 640 659 640 672 640 c 2,44,-1
4978+ 1760 640 l 2,45,46
4979+ 1773 640 1773 640 1782.5 630.5 c 128,-1,47
4980+ 1792 621 1792 621 1792 608 c 2,32,-1
4981+1792 992 m 2,48,-1
4982+ 1792 800 l 2,49,50
4983+ 1792 787 1792 787 1782.5 777.5 c 128,-1,51
4984+ 1773 768 1773 768 1760 768 c 2,52,-1
4985+ 672 768 l 2,53,54
4986+ 659 768 659 768 649.5 777.5 c 128,-1,55
4987+ 640 787 640 787 640 800 c 2,56,-1
4988+ 640 992 l 2,57,58
4989+ 640 1005 640 1005 649.5 1014.5 c 128,-1,59
4990+ 659 1024 659 1024 672 1024 c 2,60,-1
4991+ 1760 1024 l 2,61,62
4992+ 1773 1024 1773 1024 1782.5 1014.5 c 128,-1,63
4993+ 1792 1005 1792 1005 1792 992 c 2,48,-1
4994+1792 1376 m 2,64,-1
4995+ 1792 1184 l 2,65,66
4996+ 1792 1171 1792 1171 1782.5 1161.5 c 128,-1,67
4997+ 1773 1152 1773 1152 1760 1152 c 2,68,-1
4998+ 32 1152 l 2,69,70
4999+ 19 1152 19 1152 9.5 1161.5 c 128,-1,71
5000+ 0 1171 0 1171 0 1184 c 2,72,-1
The diff has been truncated for viewing.