aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-ui
diff options
context:
space:
mode:
Diffstat (limited to 'ardor3d-ui')
-rw-r--r--ardor3d-ui/.classpath8
-rw-r--r--ardor3d-ui/.project17
-rw-r--r--ardor3d-ui/.settings/org.eclipse.jdt.core.prefs2
-rw-r--r--ardor3d-ui/.settings/org.eclipse.jdt.ui.prefs219
-rw-r--r--ardor3d-ui/pom.xml64
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractLabelUIComponent.java536
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractUITextEntryComponent.java498
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/FloatingUIContainer.java78
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/LabelState.java214
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/StateBasedUIComponent.java348
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/Textable.java52
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIButton.java900
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UICheckBox.java98
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIComponent.java14
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrame.java872
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameBar.java256
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameStatusBar.java254
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UILabel.java122
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIProgressBar.java302
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIRadioButton.java100
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIScrollBar.java278
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UISlider.java524
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIState.java140
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UITooltip.java94
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/EmptyBackdrop.java54
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/GradientBackdrop.java328
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/ImageBackdrop.java388
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/MultiImageBackdrop.java244
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/SolidBackdrop.java216
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/UIBackdrop.java124
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/EmptyBorder.java82
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/ImageBorder.java430
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/SolidBorder.java441
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/UIBorder.java162
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/ActionListener.java48
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/DragListener.java134
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/FrameResizeListener.java220
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayout.java448
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayoutData.java220
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayout.java352
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayoutData.java34
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/RowLayout.java510
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayout.java70
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayoutData.java32
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/model/DefaultSliderModel.java150
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextCaret.java2
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextMesh.java74
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Alignment.java230
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/ButtonGroup.java260
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Dimension.java206
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Insets.java248
-rw-r--r--ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/SubTex.java332
-rw-r--r--ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-12-regular.fnt1192
-rw-r--r--ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-16-bold-regular.fnt2806
-rw-r--r--ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold-italic.fnt1208
-rw-r--r--ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold.fnt1220
-rw-r--r--ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-regular.fnt1218
-rw-r--r--ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-24-bold.fnt1220
58 files changed, 10438 insertions, 10455 deletions
diff --git a/ardor3d-ui/.classpath b/ardor3d-ui/.classpath
deleted file mode 100644
index 3563801..0000000
--- a/ardor3d-ui/.classpath
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/main/resources"/>
- <classpathentry combineaccessrules="false" kind="src" path="/ardor3d-core"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/ardor3d-ui/.project b/ardor3d-ui/.project
deleted file mode 100644
index ce06751..0000000
--- a/ardor3d-ui/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>ardor3d-ui</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/ardor3d-ui/.settings/org.eclipse.jdt.core.prefs b/ardor3d-ui/.settings/org.eclipse.jdt.core.prefs
index 48337de..6fe5961 100644
--- a/ardor3d-ui/.settings/org.eclipse.jdt.core.prefs
+++ b/ardor3d-ui/.settings/org.eclipse.jdt.core.prefs
@@ -1,4 +1,3 @@
-#Tue Apr 06 11:31:34 CDT 2010
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
@@ -9,6 +8,7 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
diff --git a/ardor3d-ui/.settings/org.eclipse.jdt.ui.prefs b/ardor3d-ui/.settings/org.eclipse.jdt.ui.prefs
index fc19842..47aa86d 100644
--- a/ardor3d-ui/.settings/org.eclipse.jdt.ui.prefs
+++ b/ardor3d-ui/.settings/org.eclipse.jdt.ui.prefs
@@ -1,110 +1,109 @@
-#Fri Jun 12 09:32:15 CDT 2009
-cleanup.add_default_serial_version_id=true
-cleanup.add_generated_serial_version_id=false
-cleanup.add_missing_annotations=true
-cleanup.add_missing_deprecated_annotations=true
-cleanup.add_missing_methods=true
-cleanup.add_missing_nls_tags=false
-cleanup.add_missing_override_annotations=true
-cleanup.add_serial_version_id=true
-cleanup.always_use_blocks=true
-cleanup.always_use_parentheses_in_expressions=true
-cleanup.always_use_this_for_non_static_field_access=false
-cleanup.always_use_this_for_non_static_method_access=false
-cleanup.convert_to_enhanced_for_loop=false
-cleanup.correct_indentation=true
-cleanup.format_source_code=true
-cleanup.format_source_code_changes_only=false
-cleanup.make_local_variable_final=true
-cleanup.make_parameters_final=true
-cleanup.make_private_fields_final=true
-cleanup.make_type_abstract_if_missing_method=false
-cleanup.make_variable_declarations_final=true
-cleanup.never_use_blocks=false
-cleanup.never_use_parentheses_in_expressions=false
-cleanup.organize_imports=true
-cleanup.qualify_static_field_accesses_with_declaring_class=false
-cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
-cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
-cleanup.qualify_static_member_accesses_with_declaring_class=true
-cleanup.qualify_static_method_accesses_with_declaring_class=false
-cleanup.remove_private_constructors=true
-cleanup.remove_trailing_whitespaces=true
-cleanup.remove_trailing_whitespaces_all=true
-cleanup.remove_trailing_whitespaces_ignore_empty=false
-cleanup.remove_unnecessary_casts=true
-cleanup.remove_unnecessary_nls_tags=true
-cleanup.remove_unused_imports=true
-cleanup.remove_unused_local_variables=false
-cleanup.remove_unused_private_fields=true
-cleanup.remove_unused_private_members=false
-cleanup.remove_unused_private_methods=true
-cleanup.remove_unused_private_types=true
-cleanup.sort_members=false
-cleanup.sort_members_all=false
-cleanup.use_blocks=true
-cleanup.use_blocks_only_for_return_and_throw=false
-cleanup.use_parentheses_in_expressions=false
-cleanup.use_this_for_non_static_field_access=true
-cleanup.use_this_for_non_static_field_access_only_if_necessary=true
-cleanup.use_this_for_non_static_method_access=true
-cleanup.use_this_for_non_static_method_access_only_if_necessary=true
-cleanup_profile=_ArdorLabs
-cleanup_settings_version=2
-eclipse.preferences.version=1
-editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
-formatter_profile=_ArdorLabs
-formatter_settings_version=11
-org.eclipse.jdt.ui.javadoc=false
-org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created JavaScript files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\n * \n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * @author ${user}\n *\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for vars" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Jsdoc)\n * ${see_to_overridden}\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created function stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated function stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\n * \n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment"></template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">/**\n * Copyright (c) 2008-2010 Ardor Labs, Inc.\n *\n * This file is part of Ardor3D.\n *\n * Ardor3D is free software\: you can redistribute it and/or modify it \n * under the terms of its license which may be found in the accompanying\n * LICENSE file or at &lt;http\://www.ardor3d.com/LICENSE&gt;.\n */\n\n${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
-sp_cleanup.add_default_serial_version_id=true
-sp_cleanup.add_generated_serial_version_id=false
-sp_cleanup.add_missing_annotations=true
-sp_cleanup.add_missing_deprecated_annotations=true
-sp_cleanup.add_missing_methods=false
-sp_cleanup.add_missing_nls_tags=false
-sp_cleanup.add_missing_override_annotations=true
-sp_cleanup.add_serial_version_id=false
-sp_cleanup.always_use_blocks=true
-sp_cleanup.always_use_parentheses_in_expressions=false
-sp_cleanup.always_use_this_for_non_static_field_access=false
-sp_cleanup.always_use_this_for_non_static_method_access=false
-sp_cleanup.convert_to_enhanced_for_loop=false
-sp_cleanup.correct_indentation=true
-sp_cleanup.format_source_code=true
-sp_cleanup.format_source_code_changes_only=false
-sp_cleanup.make_local_variable_final=true
-sp_cleanup.make_parameters_final=true
-sp_cleanup.make_private_fields_final=true
-sp_cleanup.make_type_abstract_if_missing_method=false
-sp_cleanup.make_variable_declarations_final=true
-sp_cleanup.never_use_blocks=false
-sp_cleanup.never_use_parentheses_in_expressions=true
-sp_cleanup.on_save_use_additional_actions=true
-sp_cleanup.organize_imports=true
-sp_cleanup.qualify_static_field_accesses_with_declaring_class=true
-sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
-sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
-sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
-sp_cleanup.qualify_static_method_accesses_with_declaring_class=true
-sp_cleanup.remove_private_constructors=true
-sp_cleanup.remove_trailing_whitespaces=true
-sp_cleanup.remove_trailing_whitespaces_all=true
-sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
-sp_cleanup.remove_unnecessary_casts=true
-sp_cleanup.remove_unnecessary_nls_tags=true
-sp_cleanup.remove_unused_imports=true
-sp_cleanup.remove_unused_local_variables=false
-sp_cleanup.remove_unused_private_fields=true
-sp_cleanup.remove_unused_private_members=false
-sp_cleanup.remove_unused_private_methods=true
-sp_cleanup.remove_unused_private_types=true
-sp_cleanup.sort_members=false
-sp_cleanup.sort_members_all=false
-sp_cleanup.use_blocks=true
-sp_cleanup.use_blocks_only_for_return_and_throw=false
-sp_cleanup.use_parentheses_in_expressions=true
-sp_cleanup.use_this_for_non_static_field_access=true
-sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
-sp_cleanup.use_this_for_non_static_method_access=true
-sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
+cleanup.add_default_serial_version_id=true
+cleanup.add_generated_serial_version_id=false
+cleanup.add_missing_annotations=true
+cleanup.add_missing_deprecated_annotations=true
+cleanup.add_missing_methods=true
+cleanup.add_missing_nls_tags=false
+cleanup.add_missing_override_annotations=true
+cleanup.add_serial_version_id=true
+cleanup.always_use_blocks=true
+cleanup.always_use_parentheses_in_expressions=true
+cleanup.always_use_this_for_non_static_field_access=false
+cleanup.always_use_this_for_non_static_method_access=false
+cleanup.convert_to_enhanced_for_loop=false
+cleanup.correct_indentation=true
+cleanup.format_source_code=true
+cleanup.format_source_code_changes_only=false
+cleanup.make_local_variable_final=true
+cleanup.make_parameters_final=true
+cleanup.make_private_fields_final=true
+cleanup.make_type_abstract_if_missing_method=false
+cleanup.make_variable_declarations_final=true
+cleanup.never_use_blocks=false
+cleanup.never_use_parentheses_in_expressions=false
+cleanup.organize_imports=true
+cleanup.qualify_static_field_accesses_with_declaring_class=false
+cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+cleanup.qualify_static_member_accesses_with_declaring_class=true
+cleanup.qualify_static_method_accesses_with_declaring_class=false
+cleanup.remove_private_constructors=true
+cleanup.remove_trailing_whitespaces=true
+cleanup.remove_trailing_whitespaces_all=true
+cleanup.remove_trailing_whitespaces_ignore_empty=false
+cleanup.remove_unnecessary_casts=true
+cleanup.remove_unnecessary_nls_tags=true
+cleanup.remove_unused_imports=true
+cleanup.remove_unused_local_variables=false
+cleanup.remove_unused_private_fields=true
+cleanup.remove_unused_private_members=false
+cleanup.remove_unused_private_methods=true
+cleanup.remove_unused_private_types=true
+cleanup.sort_members=false
+cleanup.sort_members_all=false
+cleanup.use_blocks=true
+cleanup.use_blocks_only_for_return_and_throw=false
+cleanup.use_parentheses_in_expressions=false
+cleanup.use_this_for_non_static_field_access=true
+cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+cleanup.use_this_for_non_static_method_access=true
+cleanup.use_this_for_non_static_method_access_only_if_necessary=true
+cleanup_profile=_ArdorLabs
+cleanup_settings_version=2
+eclipse.preferences.version=1
+editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true
+formatter_profile=_ArdorLabs
+formatter_settings_version=11
+org.eclipse.jdt.ui.javadoc=false
+org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8"?><templates><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created JavaScript files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\n * \n */</template><template autoinsert\="true" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * @author ${user}\n *\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for vars" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding function" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="overridecomment_context" deleted\="false" description\="Comment for overriding functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.overridecomment" name\="overridecomment">/* (non-Jsdoc)\n * ${see_to_overridden}\n */</template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate functions" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="true" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.newtype" name\="newtype">${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created function stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated function stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.wst.jsdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template><template autoinsert\="true" context\="gettercomment_context" deleted\="false" description\="Comment for getter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.gettercomment" name\="gettercomment">/**\n * @return the ${bare_field_name}\n */</template><template autoinsert\="true" context\="settercomment_context" deleted\="false" description\="Comment for setter method" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.settercomment" name\="settercomment">/**\n * @param ${param} the ${bare_field_name} to set\n */</template><template autoinsert\="true" context\="constructorcomment_context" deleted\="false" description\="Comment for created constructors" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorcomment" name\="constructorcomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="filecomment_context" deleted\="false" description\="Comment for created Java files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.filecomment" name\="filecomment">/**\n * \n */</template><template autoinsert\="false" context\="typecomment_context" deleted\="false" description\="Comment for created types" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.typecomment" name\="typecomment">/**\n * ${tags}\n */</template><template autoinsert\="true" context\="fieldcomment_context" deleted\="false" description\="Comment for fields" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.fieldcomment" name\="fieldcomment">/**\n * \n */</template><template autoinsert\="true" context\="methodcomment_context" deleted\="false" description\="Comment for non-overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodcomment" name\="methodcomment">/**\n * ${tags}\n */</template><template autoinsert\="false" context\="overridecomment_context" deleted\="false" description\="Comment for overriding methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.overridecomment" name\="overridecomment"></template><template autoinsert\="true" context\="delegatecomment_context" deleted\="false" description\="Comment for delegate methods" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.delegatecomment" name\="delegatecomment">/**\n * ${tags}\n * ${see_to_target}\n */</template><template autoinsert\="false" context\="newtype_context" deleted\="false" description\="Newly created files" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.newtype" name\="newtype">/**\n * Copyright (c) 2008-2010 Ardor Labs, Inc.\n *\n * This file is part of Ardor3D.\n *\n * Ardor3D is free software\: you can redistribute it and/or modify it \n * under the terms of its license which may be found in the accompanying\n * LICENSE file or at &lt;http\://www.ardor3d.com/LICENSE&gt;.\n */\n\n${filecomment}\n${package_declaration}\n\n${typecomment}\n${type_declaration}</template><template autoinsert\="true" context\="classbody_context" deleted\="false" description\="Code in new class type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.classbody" name\="classbody">\n</template><template autoinsert\="true" context\="interfacebody_context" deleted\="false" description\="Code in new interface type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.interfacebody" name\="interfacebody">\n</template><template autoinsert\="true" context\="enumbody_context" deleted\="false" description\="Code in new enum type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.enumbody" name\="enumbody">\n</template><template autoinsert\="true" context\="annotationbody_context" deleted\="false" description\="Code in new annotation type bodies" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.annotationbody" name\="annotationbody">\n</template><template autoinsert\="true" context\="catchblock_context" deleted\="false" description\="Code in new catch blocks" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.catchblock" name\="catchblock">// ${todo} Auto-generated catch block\n${exception_var}.printStackTrace();</template><template autoinsert\="true" context\="methodbody_context" deleted\="false" description\="Code in created method stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.methodbody" name\="methodbody">// ${todo} Auto-generated method stub\n${body_statement}</template><template autoinsert\="true" context\="constructorbody_context" deleted\="false" description\="Code in created constructor stubs" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.constructorbody" name\="constructorbody">${body_statement}\n// ${todo} Auto-generated constructor stub</template><template autoinsert\="true" context\="getterbody_context" deleted\="false" description\="Code in created getters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.getterbody" name\="getterbody">return ${field};</template><template autoinsert\="true" context\="setterbody_context" deleted\="false" description\="Code in created setters" enabled\="true" id\="org.eclipse.jdt.ui.text.codetemplates.setterbody" name\="setterbody">${field} \= ${param};</template></templates>
+sp_cleanup.add_default_serial_version_id=true
+sp_cleanup.add_generated_serial_version_id=false
+sp_cleanup.add_missing_annotations=true
+sp_cleanup.add_missing_deprecated_annotations=true
+sp_cleanup.add_missing_methods=false
+sp_cleanup.add_missing_nls_tags=false
+sp_cleanup.add_missing_override_annotations=true
+sp_cleanup.add_serial_version_id=false
+sp_cleanup.always_use_blocks=true
+sp_cleanup.always_use_parentheses_in_expressions=false
+sp_cleanup.always_use_this_for_non_static_field_access=false
+sp_cleanup.always_use_this_for_non_static_method_access=false
+sp_cleanup.convert_to_enhanced_for_loop=false
+sp_cleanup.correct_indentation=true
+sp_cleanup.format_source_code=true
+sp_cleanup.format_source_code_changes_only=false
+sp_cleanup.make_local_variable_final=true
+sp_cleanup.make_parameters_final=true
+sp_cleanup.make_private_fields_final=true
+sp_cleanup.make_type_abstract_if_missing_method=false
+sp_cleanup.make_variable_declarations_final=true
+sp_cleanup.never_use_blocks=false
+sp_cleanup.never_use_parentheses_in_expressions=true
+sp_cleanup.on_save_use_additional_actions=true
+sp_cleanup.organize_imports=true
+sp_cleanup.qualify_static_field_accesses_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true
+sp_cleanup.qualify_static_member_accesses_with_declaring_class=true
+sp_cleanup.qualify_static_method_accesses_with_declaring_class=true
+sp_cleanup.remove_private_constructors=true
+sp_cleanup.remove_trailing_whitespaces=true
+sp_cleanup.remove_trailing_whitespaces_all=true
+sp_cleanup.remove_trailing_whitespaces_ignore_empty=false
+sp_cleanup.remove_unnecessary_casts=true
+sp_cleanup.remove_unnecessary_nls_tags=true
+sp_cleanup.remove_unused_imports=true
+sp_cleanup.remove_unused_local_variables=false
+sp_cleanup.remove_unused_private_fields=true
+sp_cleanup.remove_unused_private_members=false
+sp_cleanup.remove_unused_private_methods=true
+sp_cleanup.remove_unused_private_types=true
+sp_cleanup.sort_members=false
+sp_cleanup.sort_members_all=false
+sp_cleanup.use_blocks=true
+sp_cleanup.use_blocks_only_for_return_and_throw=false
+sp_cleanup.use_parentheses_in_expressions=true
+sp_cleanup.use_this_for_non_static_field_access=true
+sp_cleanup.use_this_for_non_static_field_access_only_if_necessary=true
+sp_cleanup.use_this_for_non_static_method_access=true
+sp_cleanup.use_this_for_non_static_method_access_only_if_necessary=true
diff --git a/ardor3d-ui/pom.xml b/ardor3d-ui/pom.xml
index 06c5215..80f9609 100644
--- a/ardor3d-ui/pom.xml
+++ b/ardor3d-ui/pom.xml
@@ -1,32 +1,32 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.ardor3d</groupId>
- <artifactId>ardor3d</artifactId>
- <version>0.9-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
-
- <artifactId>ardor3d-ui</artifactId>
- <packaging>bundle</packaging>
- <name>Ardor 3D UI</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.6</source>
- <target>1.6</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>ardor3d-core</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>com.ardor3d</groupId>
+ <artifactId>ardor3d</artifactId>
+ <version>0.9-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+
+ <artifactId>ardor3d-ui</artifactId>
+ <packaging>bundle</packaging>
+ <name>Ardor 3D UI</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>ardor3d-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractLabelUIComponent.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractLabelUIComponent.java
index 9683bb9..6d87247 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractLabelUIComponent.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractLabelUIComponent.java
@@ -1,268 +1,268 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.text.RenderedText;
-import com.ardor3d.extension.ui.text.TextFactory;
-import com.ardor3d.extension.ui.util.Alignment;
-import com.ardor3d.extension.ui.util.Dimension;
-import com.ardor3d.extension.ui.util.SubTex;
-import com.ardor3d.extension.ui.util.SubTexUtil;
-import com.ardor3d.math.Transform;
-import com.ardor3d.math.Vector3;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * A state component containing a text label and an icon. These are separated by an optional gap and can also be given a
- * specific alignment. By default, the text is aligned LEFT and has no icon or gap.
- */
-public abstract class AbstractLabelUIComponent extends StateBasedUIComponent implements Textable {
-
- /** Distance between text and icon if both are present. */
- private int _gap = 0;
-
- /** Alignment value to use to position the icon/text within the overall dimensions of this component. */
- private Alignment _alignment = Alignment.LEFT;
-
- /** The icon the draw on this icon. */
- private SubTex _icon = null;
-
- /** The size to draw our icon at. */
- private final Dimension _iconDimensions = new Dimension();
-
- /** The text object to use for drawing label text. */
- private RenderedText _uiText;
-
- /** If true, our text could be marked up with style information. */
- protected boolean _styled = false;
-
- @Override
- public void updateMinimumSizeFromContents() {
- int width = 0;
- int height = 0;
-
- final String textVal = getText();
- if (textVal != null && textVal.length() > 0) {
- width += Math.round(_uiText.getWidth());
- height += Math.round(_uiText.getHeight());
- }
-
- if (_iconDimensions != null) {
- width += _iconDimensions.getWidth();
- if (textVal != null && textVal.length() > 0) {
- width += _gap;
- }
-
- height = Math.max(_iconDimensions.getHeight(), height);
- }
-
- setMinimumContentSize(width, height);
- if (getContentWidth() < width) {
- setContentWidth(width);
- }
- if (getContentHeight() < height) {
- setContentHeight(height);
- }
- fireComponentDirty();
- }
-
- /**
- * @return the currently set text value of this label.
- */
- public String getText() {
- return _uiText != null ? _uiText.getText() : null;
- }
-
- /**
- * Set the text for this component. Also updates the minimum size of the component.
- *
- * @param text
- * the new text
- */
- public void setText(String text) {
- if (text != null && text.length() == 0) {
- text = null;
- }
-
- if (text != null) {
- _uiText = TextFactory.INSTANCE.generateText(text, isStyledText(), getFontStyles(), _uiText, -1);
- } else {
- _uiText = null;
- }
-
- updateMinimumSizeFromContents();
- }
-
- public boolean isStyledText() {
- return _styled;
- }
-
- public void setStyledText(final boolean value) {
- _styled = value;
- fireStyleChanged();
- fireComponentDirty();
- }
-
- @Override
- protected void updateChildren(final double time) {
- super.updateChildren(time);
- if (_uiText != null) {
- _uiText.updateGeometricState(time);
- }
- }
-
- public Alignment getAlignment() {
- return _alignment;
- }
-
- public void setAlignment(final Alignment alignment) {
- _alignment = alignment;
- }
-
- public int getGap() {
- return _gap;
- }
-
- /**
- * Note: Also updates the minimum size of the component.
- *
- * @param gap
- * the size of the gap, in pixels, between the text and the label text. This is only used if both icon
- * and text are set.
- */
- public void setGap(final int gap) {
- _gap = gap;
- updateMinimumSizeFromContents();
- }
-
- public SubTex getIcon() {
- return _icon;
- }
-
- /**
- * Note: Also updates the minimum size of the component.
- *
- * @param icon
- * the new icon for this label.
- */
- public void setIcon(final SubTex icon) {
- _icon = icon;
- if (icon != null && _iconDimensions.getHeight() == 0 && _iconDimensions.getWidth() == 0) {
- updateIconDimensionsFromIcon();
- }
- updateMinimumSizeFromContents();
- }
-
- /**
- * Set the icon dimensions from the currently set icon. If no icon is set, the dimensions are set to 0x0.
- */
- public void updateIconDimensionsFromIcon() {
- if (_icon != null) {
- _iconDimensions.set(_icon.getWidth(), _icon.getHeight());
- } else {
- _iconDimensions.set(0, 0);
- }
- updateMinimumSizeFromContents();
- }
-
- /**
- * Overrides any currently set icon size. Call this after setting the icon to prevent overriding.
- *
- * @param dimensions
- * a new icon size.
- */
- public void setIconDimensions(final Dimension dimensions) {
- _iconDimensions.set(dimensions);
- updateMinimumSizeFromContents();
- }
-
- public Dimension getIconDimensions() {
- return _iconDimensions;
- }
-
- @Override
- public void fireStyleChanged() {
- super.fireStyleChanged();
- setText(getText());
- }
-
- @Override
- protected void drawComponent(final Renderer renderer) {
-
- double x = 0;
- double y = 0;
- int width = 0;
- final boolean hasTextObject = getText() != null;
-
- // Gather our width... check for icon and text and gap.
- if (_icon != null) {
- width = _iconDimensions.getWidth();
- if (hasTextObject && getText().length() > 0) {
- width += _gap;
- }
- } else if (!hasTextObject) {
- // no text OR icon, so no content to render.
- return;
- }
-
- if (hasTextObject) {
- width += Math.round(_uiText.getWidth());
- }
-
- // find left most x location of content (icon+text) based on alignment.
- x = _alignment.alignX(getContentWidth(), width);
-
- if (_icon != null) {
- // find bottom most y location of icon based on alignment.
- // TODO: recheck for proper vertical alignment with new text impl
- // if (hasTextObject && _uiText.getHeight() > _iconDimensions.getHeight()) {
- // final int trailing = _uiText.getFont().getLineHeight() - _uiText.getFont().getBaseHeight();
- // y = _alignment.alignY(getContentHeight() - trailing, _iconDimensions.getHeight()) + trailing - 1;
- // } else {
- y = _alignment.alignY(getContentHeight(), _iconDimensions.getHeight());
- // }
-
- final double dix = getTotalLeft();
- final double diy = getTotalBottom();
- // draw icon
- SubTexUtil.drawSubTex(renderer, _icon, dix + x, diy + y, _iconDimensions.getWidth(), _iconDimensions
- .getHeight(), getWorldTransform());
- // shift X over by width of icon and gap
- x += _iconDimensions.getWidth() + _gap;
- }
-
- if (hasTextObject) {
- // find bottom most y location of text based on alignment.
- y = _alignment.alignY(getContentHeight(), Math.round(_uiText.getHeight()));
-
- // set our text location
- final Vector3 v = Vector3.fetchTempInstance();
- // note: we round to get the text pixel aligned... otherwise it can get blurry
- v.set(Math.round(x + getTotalLeft()), Math.round(y + getTotalBottom()), 0);
-
- final Transform t = Transform.fetchTempInstance();
- t.set(getWorldTransform());
- t.applyForwardVector(v);
- t.translate(v);
- Vector3.releaseTempInstance(v);
-
- _uiText.setWorldTransform(t);
- Transform.releaseTempInstance(t);
-
- // TODO: alpha of text...
- _uiText.render(renderer);
- }
- }
-
- public RenderedText getTextObject() {
- return _uiText;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.text.RenderedText;
+import com.ardor3d.extension.ui.text.TextFactory;
+import com.ardor3d.extension.ui.util.Alignment;
+import com.ardor3d.extension.ui.util.Dimension;
+import com.ardor3d.extension.ui.util.SubTex;
+import com.ardor3d.extension.ui.util.SubTexUtil;
+import com.ardor3d.math.Transform;
+import com.ardor3d.math.Vector3;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * A state component containing a text label and an icon. These are separated by an optional gap and can also be given a
+ * specific alignment. By default, the text is aligned LEFT and has no icon or gap.
+ */
+public abstract class AbstractLabelUIComponent extends StateBasedUIComponent implements Textable {
+
+ /** Distance between text and icon if both are present. */
+ private int _gap = 0;
+
+ /** Alignment value to use to position the icon/text within the overall dimensions of this component. */
+ private Alignment _alignment = Alignment.LEFT;
+
+ /** The icon the draw on this icon. */
+ private SubTex _icon = null;
+
+ /** The size to draw our icon at. */
+ private final Dimension _iconDimensions = new Dimension();
+
+ /** The text object to use for drawing label text. */
+ private RenderedText _uiText;
+
+ /** If true, our text could be marked up with style information. */
+ protected boolean _styled = false;
+
+ @Override
+ public void updateMinimumSizeFromContents() {
+ int width = 0;
+ int height = 0;
+
+ final String textVal = getText();
+ if (textVal != null && textVal.length() > 0) {
+ width += Math.round(_uiText.getWidth());
+ height += Math.round(_uiText.getHeight());
+ }
+
+ if (_iconDimensions != null) {
+ width += _iconDimensions.getWidth();
+ if (textVal != null && textVal.length() > 0) {
+ width += _gap;
+ }
+
+ height = Math.max(_iconDimensions.getHeight(), height);
+ }
+
+ setMinimumContentSize(width, height);
+ if (getContentWidth() < width) {
+ setContentWidth(width);
+ }
+ if (getContentHeight() < height) {
+ setContentHeight(height);
+ }
+ fireComponentDirty();
+ }
+
+ /**
+ * @return the currently set text value of this label.
+ */
+ public String getText() {
+ return _uiText != null ? _uiText.getText() : null;
+ }
+
+ /**
+ * Set the text for this component. Also updates the minimum size of the component.
+ *
+ * @param text
+ * the new text
+ */
+ public void setText(String text) {
+ if (text != null && text.length() == 0) {
+ text = null;
+ }
+
+ if (text != null) {
+ _uiText = TextFactory.INSTANCE.generateText(text, isStyledText(), getFontStyles(), _uiText, -1);
+ } else {
+ _uiText = null;
+ }
+
+ updateMinimumSizeFromContents();
+ }
+
+ public boolean isStyledText() {
+ return _styled;
+ }
+
+ public void setStyledText(final boolean value) {
+ _styled = value;
+ fireStyleChanged();
+ fireComponentDirty();
+ }
+
+ @Override
+ protected void updateChildren(final double time) {
+ super.updateChildren(time);
+ if (_uiText != null) {
+ _uiText.updateGeometricState(time);
+ }
+ }
+
+ public Alignment getAlignment() {
+ return _alignment;
+ }
+
+ public void setAlignment(final Alignment alignment) {
+ _alignment = alignment;
+ }
+
+ public int getGap() {
+ return _gap;
+ }
+
+ /**
+ * Note: Also updates the minimum size of the component.
+ *
+ * @param gap
+ * the size of the gap, in pixels, between the text and the label text. This is only used if both icon
+ * and text are set.
+ */
+ public void setGap(final int gap) {
+ _gap = gap;
+ updateMinimumSizeFromContents();
+ }
+
+ public SubTex getIcon() {
+ return _icon;
+ }
+
+ /**
+ * Note: Also updates the minimum size of the component.
+ *
+ * @param icon
+ * the new icon for this label.
+ */
+ public void setIcon(final SubTex icon) {
+ _icon = icon;
+ if (icon != null && _iconDimensions.getHeight() == 0 && _iconDimensions.getWidth() == 0) {
+ updateIconDimensionsFromIcon();
+ }
+ updateMinimumSizeFromContents();
+ }
+
+ /**
+ * Set the icon dimensions from the currently set icon. If no icon is set, the dimensions are set to 0x0.
+ */
+ public void updateIconDimensionsFromIcon() {
+ if (_icon != null) {
+ _iconDimensions.set(_icon.getWidth(), _icon.getHeight());
+ } else {
+ _iconDimensions.set(0, 0);
+ }
+ updateMinimumSizeFromContents();
+ }
+
+ /**
+ * Overrides any currently set icon size. Call this after setting the icon to prevent overriding.
+ *
+ * @param dimensions
+ * a new icon size.
+ */
+ public void setIconDimensions(final Dimension dimensions) {
+ _iconDimensions.set(dimensions);
+ updateMinimumSizeFromContents();
+ }
+
+ public Dimension getIconDimensions() {
+ return _iconDimensions;
+ }
+
+ @Override
+ public void fireStyleChanged() {
+ super.fireStyleChanged();
+ setText(getText());
+ }
+
+ @Override
+ protected void drawComponent(final Renderer renderer) {
+
+ double x = 0;
+ double y = 0;
+ int width = 0;
+ final boolean hasTextObject = getText() != null;
+
+ // Gather our width... check for icon and text and gap.
+ if (_icon != null) {
+ width = _iconDimensions.getWidth();
+ if (hasTextObject && getText().length() > 0) {
+ width += _gap;
+ }
+ } else if (!hasTextObject) {
+ // no text OR icon, so no content to render.
+ return;
+ }
+
+ if (hasTextObject) {
+ width += Math.round(_uiText.getWidth());
+ }
+
+ // find left most x location of content (icon+text) based on alignment.
+ x = _alignment.alignX(getContentWidth(), width);
+
+ if (_icon != null) {
+ // find bottom most y location of icon based on alignment.
+ // TODO: recheck for proper vertical alignment with new text impl
+ // if (hasTextObject && _uiText.getHeight() > _iconDimensions.getHeight()) {
+ // final int trailing = _uiText.getFont().getLineHeight() - _uiText.getFont().getBaseHeight();
+ // y = _alignment.alignY(getContentHeight() - trailing, _iconDimensions.getHeight()) + trailing - 1;
+ // } else {
+ y = _alignment.alignY(getContentHeight(), _iconDimensions.getHeight());
+ // }
+
+ final double dix = getTotalLeft();
+ final double diy = getTotalBottom();
+ // draw icon
+ SubTexUtil.drawSubTex(renderer, _icon, dix + x, diy + y, _iconDimensions.getWidth(), _iconDimensions
+ .getHeight(), getWorldTransform());
+ // shift X over by width of icon and gap
+ x += _iconDimensions.getWidth() + _gap;
+ }
+
+ if (hasTextObject) {
+ // find bottom most y location of text based on alignment.
+ y = _alignment.alignY(getContentHeight(), Math.round(_uiText.getHeight()));
+
+ // set our text location
+ final Vector3 v = Vector3.fetchTempInstance();
+ // note: we round to get the text pixel aligned... otherwise it can get blurry
+ v.set(Math.round(x + getTotalLeft()), Math.round(y + getTotalBottom()), 0);
+
+ final Transform t = Transform.fetchTempInstance();
+ t.set(getWorldTransform());
+ t.applyForwardVector(v);
+ t.translate(v);
+ Vector3.releaseTempInstance(v);
+
+ _uiText.setWorldTransform(t);
+ Transform.releaseTempInstance(t);
+
+ // TODO: alpha of text...
+ _uiText.render(renderer);
+ }
+ }
+
+ public RenderedText getTextObject() {
+ return _uiText;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractUITextEntryComponent.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractUITextEntryComponent.java
index 8eccf5e..8b6f0ff 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractUITextEntryComponent.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/AbstractUITextEntryComponent.java
@@ -1,249 +1,249 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import java.util.Map;
-
-import com.ardor3d.extension.ui.text.RenderedText;
-import com.ardor3d.extension.ui.text.StyleConstants;
-import com.ardor3d.extension.ui.text.TextCaret;
-import com.ardor3d.extension.ui.text.TextFactory;
-import com.ardor3d.extension.ui.text.TextSelection;
-import com.ardor3d.extension.ui.text.UIKeyHandler;
-import com.ardor3d.extension.ui.text.RenderedText.RenderedTextData;
-import com.ardor3d.extension.ui.util.Alignment;
-import com.ardor3d.input.InputState;
-import com.ardor3d.input.MouseButton;
-import com.google.common.collect.ImmutableSet;
-
-public abstract class AbstractUITextEntryComponent extends StateBasedUIComponent implements Textable {
-
- protected int _caretPosition = 0;
-
- protected boolean _editable = false;
- protected boolean _copyable = true;
-
- protected UIState _disabledState;
- protected UIState _defaultState;
- protected UIState _writingState;
-
- /** The text object to use for drawing label text. */
- protected RenderedText _uiText;
-
- /** If true, our text could be marked up with style information. */
- protected boolean _styled = false;
-
- /** Alignment value to use to position the icon/text within the overall dimensions of this component. */
- protected Alignment _alignment = Alignment.BOTTOM_LEFT;
-
- protected TextCaret _caret = new TextCaret();
-
- protected TextSelection _selection = new TextSelection() {
- @Override
- public int getCaretPosition() {
- return AbstractUITextEntryComponent.this.getCaretPosition();
- }
-
- @Override
- public RenderedTextData getTextData() {
- return _uiText.getData();
- }
- };
-
- protected abstract UIKeyHandler getKeyHandler();
-
- @Override
- public UIState getDefaultState() {
- return _defaultState;
- }
-
- @Override
- public UIState getDisabledState() {
- return _disabledState;
- }
-
- public UIState getWritingState() {
- return _writingState;
- }
-
- /**
- * @return the text value of this text entry widget
- */
- public String getText() {
- return _uiText != null ? _uiText.getText() : "";
- }
-
- /**
- * Set the text for this component. Also updates the minimum size of the component.
- *
- * @param text
- * the new text
- */
- public void setText(String text) {
- if (text != null && text.length() == 0) {
- text = null;
- }
-
- if (text != null) {
- // no need to do anything if text is the same
- if (text.equals(getText())) {
- return;
- }
- int maxWidth = getMaximumLocalComponentWidth() - getTotalLeft() - getTotalRight();
- if (maxWidth <= 0) {
- maxWidth = -1;
- }
- _uiText = TextFactory.INSTANCE.generateText(text, isStyledText(), getFontStyles(), _uiText, maxWidth);
- } else {
- _uiText = null;
- // reset caret position
- setCaretPosition(0);
- }
-
- updateMinimumSizeFromContents();
- }
-
- public boolean isStyledText() {
- return _styled;
- }
-
- public void setStyledText(final boolean value) {
- _styled = value;
- }
-
- public boolean isCopyable() {
- return _copyable;
- }
-
- public void setCopyable(final boolean copyable) {
- _copyable = copyable;
- }
-
- /**
- * Set the position of the text caret as an index to the current set text string. If the specified position is after
- * the last possible index, it is set to the last possible index.
- *
- * @param index
- * the new position
- */
- public int setCaretPosition(int index) {
- final String text = getText();
- if (index > text.length()) {
- index = text.length();
- }
- if (index < 0) {
- index = 0;
- }
- _caretPosition = index;
- return _caretPosition;
- }
-
- public int getCaretPosition() {
- return _caretPosition;
- }
-
- public int getSelectionLength() {
- return _selection.getSelectionLength();
- }
-
- public void clearSelection() {
- _selection.reset();
- }
-
- public boolean isEditable() {
- return _editable;
- }
-
- /**
- * @param editable
- * true if the text of this component can be changed by keyboard interaction
- */
- public void setEditable(final boolean editable) {
- _editable = editable;
- }
-
- public TextCaret getCaret() {
- return _caret;
- }
-
- public TextSelection getSelection() {
- return _selection;
- }
-
- public Alignment getAlignment() {
- return _alignment;
- }
-
- public void setAlignment(final Alignment alignment) {
- _alignment = alignment;
- }
-
- @Override
- public void fireStyleChanged() {
- super.fireStyleChanged();
- setText(getText());
- }
-
- @Override
- public void updateMinimumSizeFromContents() {
- int width = 0;
- int height = 0;
-
- final String textVal = getText();
- if (textVal.length() > 0) {
- width += Math.round(_uiText.getWidth());
- height += Math.round(_uiText.getHeight());
- }
-
- if (height == 0) {
- final Map<String, Object> styles = getFontStyles();
- if (styles.containsKey(StyleConstants.KEY_SIZE)) {
- height = (Integer) styles.get(StyleConstants.KEY_SIZE);
- } else {
- height = UIComponent.getDefaultFontSize();
- }
- }
-
- setMinimumContentSize(width, height);
- fireComponentDirty();
- }
-
- @Override
- public ImmutableSet<UIState> getStates() {
- return ImmutableSet.of(_defaultState, _disabledState, _writingState);
- }
-
- protected class DefaultTextEntryState extends UIState {
- @Override
- public boolean mousePressed(final MouseButton button, final InputState state) {
- switchState(_writingState);
-
- final int x = state.getMouseState().getX() - AbstractUITextEntryComponent.this.getHudX()
- - AbstractUITextEntryComponent.this.getPadding().getLeft();
- final int y = state.getMouseState().getY() - AbstractUITextEntryComponent.this.getHudY()
- - AbstractUITextEntryComponent.this.getPadding().getBottom();
-
- setCaretPosition(_uiText != null ? _uiText.findCaretPosition(x, y) : 0);
-
- return true;
- }
-
- @Override
- public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
- // CursorUtil.getCursorFactory().getTextCursor().setActive();
- }
-
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- // CursorUtil.getCursorFactory().getDefaultCursor().setActive();
- }
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import java.util.Map;
+
+import com.ardor3d.extension.ui.text.RenderedText;
+import com.ardor3d.extension.ui.text.StyleConstants;
+import com.ardor3d.extension.ui.text.TextCaret;
+import com.ardor3d.extension.ui.text.TextFactory;
+import com.ardor3d.extension.ui.text.TextSelection;
+import com.ardor3d.extension.ui.text.UIKeyHandler;
+import com.ardor3d.extension.ui.text.RenderedText.RenderedTextData;
+import com.ardor3d.extension.ui.util.Alignment;
+import com.ardor3d.input.InputState;
+import com.ardor3d.input.MouseButton;
+import com.google.common.collect.ImmutableSet;
+
+public abstract class AbstractUITextEntryComponent extends StateBasedUIComponent implements Textable {
+
+ protected int _caretPosition = 0;
+
+ protected boolean _editable = false;
+ protected boolean _copyable = true;
+
+ protected UIState _disabledState;
+ protected UIState _defaultState;
+ protected UIState _writingState;
+
+ /** The text object to use for drawing label text. */
+ protected RenderedText _uiText;
+
+ /** If true, our text could be marked up with style information. */
+ protected boolean _styled = false;
+
+ /** Alignment value to use to position the icon/text within the overall dimensions of this component. */
+ protected Alignment _alignment = Alignment.BOTTOM_LEFT;
+
+ protected TextCaret _caret = new TextCaret();
+
+ protected TextSelection _selection = new TextSelection() {
+ @Override
+ public int getCaretPosition() {
+ return AbstractUITextEntryComponent.this.getCaretPosition();
+ }
+
+ @Override
+ public RenderedTextData getTextData() {
+ return _uiText.getData();
+ }
+ };
+
+ protected abstract UIKeyHandler getKeyHandler();
+
+ @Override
+ public UIState getDefaultState() {
+ return _defaultState;
+ }
+
+ @Override
+ public UIState getDisabledState() {
+ return _disabledState;
+ }
+
+ public UIState getWritingState() {
+ return _writingState;
+ }
+
+ /**
+ * @return the text value of this text entry widget
+ */
+ public String getText() {
+ return _uiText != null ? _uiText.getText() : "";
+ }
+
+ /**
+ * Set the text for this component. Also updates the minimum size of the component.
+ *
+ * @param text
+ * the new text
+ */
+ public void setText(String text) {
+ if (text != null && text.length() == 0) {
+ text = null;
+ }
+
+ if (text != null) {
+ // no need to do anything if text is the same
+ if (text.equals(getText())) {
+ return;
+ }
+ int maxWidth = getMaximumLocalComponentWidth() - getTotalLeft() - getTotalRight();
+ if (maxWidth <= 0) {
+ maxWidth = -1;
+ }
+ _uiText = TextFactory.INSTANCE.generateText(text, isStyledText(), getFontStyles(), _uiText, maxWidth);
+ } else {
+ _uiText = null;
+ // reset caret position
+ setCaretPosition(0);
+ }
+
+ updateMinimumSizeFromContents();
+ }
+
+ public boolean isStyledText() {
+ return _styled;
+ }
+
+ public void setStyledText(final boolean value) {
+ _styled = value;
+ }
+
+ public boolean isCopyable() {
+ return _copyable;
+ }
+
+ public void setCopyable(final boolean copyable) {
+ _copyable = copyable;
+ }
+
+ /**
+ * Set the position of the text caret as an index to the current set text string. If the specified position is after
+ * the last possible index, it is set to the last possible index.
+ *
+ * @param index
+ * the new position
+ */
+ public int setCaretPosition(int index) {
+ final String text = getText();
+ if (index > text.length()) {
+ index = text.length();
+ }
+ if (index < 0) {
+ index = 0;
+ }
+ _caretPosition = index;
+ return _caretPosition;
+ }
+
+ public int getCaretPosition() {
+ return _caretPosition;
+ }
+
+ public int getSelectionLength() {
+ return _selection.getSelectionLength();
+ }
+
+ public void clearSelection() {
+ _selection.reset();
+ }
+
+ public boolean isEditable() {
+ return _editable;
+ }
+
+ /**
+ * @param editable
+ * true if the text of this component can be changed by keyboard interaction
+ */
+ public void setEditable(final boolean editable) {
+ _editable = editable;
+ }
+
+ public TextCaret getCaret() {
+ return _caret;
+ }
+
+ public TextSelection getSelection() {
+ return _selection;
+ }
+
+ public Alignment getAlignment() {
+ return _alignment;
+ }
+
+ public void setAlignment(final Alignment alignment) {
+ _alignment = alignment;
+ }
+
+ @Override
+ public void fireStyleChanged() {
+ super.fireStyleChanged();
+ setText(getText());
+ }
+
+ @Override
+ public void updateMinimumSizeFromContents() {
+ int width = 0;
+ int height = 0;
+
+ final String textVal = getText();
+ if (textVal.length() > 0) {
+ width += Math.round(_uiText.getWidth());
+ height += Math.round(_uiText.getHeight());
+ }
+
+ if (height == 0) {
+ final Map<String, Object> styles = getFontStyles();
+ if (styles.containsKey(StyleConstants.KEY_SIZE)) {
+ height = (Integer) styles.get(StyleConstants.KEY_SIZE);
+ } else {
+ height = UIComponent.getDefaultFontSize();
+ }
+ }
+
+ setMinimumContentSize(width, height);
+ fireComponentDirty();
+ }
+
+ @Override
+ public ImmutableSet<UIState> getStates() {
+ return ImmutableSet.of(_defaultState, _disabledState, _writingState);
+ }
+
+ protected class DefaultTextEntryState extends UIState {
+ @Override
+ public boolean mousePressed(final MouseButton button, final InputState state) {
+ switchState(_writingState);
+
+ final int x = state.getMouseState().getX() - AbstractUITextEntryComponent.this.getHudX()
+ - AbstractUITextEntryComponent.this.getPadding().getLeft();
+ final int y = state.getMouseState().getY() - AbstractUITextEntryComponent.this.getHudY()
+ - AbstractUITextEntryComponent.this.getPadding().getBottom();
+
+ setCaretPosition(_uiText != null ? _uiText.findCaretPosition(x, y) : 0);
+
+ return true;
+ }
+
+ @Override
+ public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
+ // CursorUtil.getCursorFactory().getTextCursor().setActive();
+ }
+
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ // CursorUtil.getCursorFactory().getDefaultCursor().setActive();
+ }
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/FloatingUIContainer.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/FloatingUIContainer.java
index f505a37..1958016 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/FloatingUIContainer.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/FloatingUIContainer.java
@@ -1,39 +1,39 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.border.EmptyBorder;
-import com.ardor3d.extension.ui.layout.RowLayout;
-
-/**
- * An simple, undecorated frame meant for showing content in the UI that can not be moved or resized by the user.
- */
-public class FloatingUIContainer extends UIFrame {
-
- public FloatingUIContainer() {
- super(null);
- setDecorated(false);
- getContentPanel().setBorder(new EmptyBorder());
- getContentPanel().setLayout(new RowLayout(false));
- setBackdrop(null);
-
- applySuperSkin();
- }
-
- protected void applySuperSkin() {
- super.applySkin();
- }
-
- @Override
- protected void applySkin() {
- ;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.border.EmptyBorder;
+import com.ardor3d.extension.ui.layout.RowLayout;
+
+/**
+ * An simple, undecorated frame meant for showing content in the UI that can not be moved or resized by the user.
+ */
+public class FloatingUIContainer extends UIFrame {
+
+ public FloatingUIContainer() {
+ super(null);
+ setDecorated(false);
+ getContentPanel().setBorder(new EmptyBorder());
+ getContentPanel().setLayout(new RowLayout(false));
+ setBackdrop(null);
+
+ applySuperSkin();
+ }
+
+ protected void applySuperSkin() {
+ super.applySkin();
+ }
+
+ @Override
+ protected void applySkin() {
+ ;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/LabelState.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/LabelState.java
index fc1a8d6..be7bb6c 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/LabelState.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/LabelState.java
@@ -1,107 +1,107 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.util.Alignment;
-import com.ardor3d.extension.ui.util.Dimension;
-import com.ardor3d.extension.ui.util.SubTex;
-
-/**
- * A state useful for maintaining and setting label properties such as text, icon, gap, and alignment.
- */
-public class LabelState extends UIState {
-
- /** Text to set on component, or null if to leave unchanged. */
- protected String _text = null;
- /** Icon to set on component, or null if to leave unchanged. */
- protected SubTex _icon = null;
- /** Icon size to set on component, or null if to leave unchanged. */
- protected Dimension _iconDimensions = null;
- /** Alignment to set on component, or null if to leave unchanged. */
- protected Alignment _alignment = null;
- /** Gap to set on component, or null if to leave unchanged. */
- protected Integer _gap = null;
- /** If true, our text could be marked up with style information - null to leave unchanged. */
- protected Boolean _styled = null;
-
- @Override
- public void setupAppearance(final UIComponent component) {
- super.setupAppearance(component);
-
- // Add some extra settings if this is a label component.
- if (component instanceof AbstractLabelUIComponent) {
- final AbstractLabelUIComponent labelComponent = (AbstractLabelUIComponent) component;
- if (_text != null) {
- labelComponent.setText(_text);
- }
- if (_icon != null) {
- labelComponent.setIcon(_icon);
- }
- if (_iconDimensions != null) {
- labelComponent.setIconDimensions(_iconDimensions);
- }
- if (_gap != null) {
- labelComponent.setGap(_gap);
- }
- if (_alignment != null) {
- labelComponent.setAlignment(_alignment);
- }
- }
- }
-
- public Alignment getAlignment() {
- return _alignment;
- }
-
- public void setAlignment(final Alignment align) {
- _alignment = align;
- }
-
- public Integer getGap() {
- return _gap;
- }
-
- public void setGap(final int gap) {
- _gap = gap;
- }
-
- public SubTex getIcon() {
- return _icon;
- }
-
- public void setIcon(final SubTex icon) {
- _icon = icon;
- }
-
- public Dimension getIconDimensions() {
- return _iconDimensions;
- }
-
- public void setIconDimensions(final Dimension iconDimensions) {
- _iconDimensions = iconDimensions;
- }
-
- public String getText() {
- return _text;
- }
-
- public void setText(final String text) {
- _text = text;
- }
-
- public Boolean isStyledText() {
- return _styled;
- }
-
- public void setStyledText(final Boolean value) {
- _styled = value;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.util.Alignment;
+import com.ardor3d.extension.ui.util.Dimension;
+import com.ardor3d.extension.ui.util.SubTex;
+
+/**
+ * A state useful for maintaining and setting label properties such as text, icon, gap, and alignment.
+ */
+public class LabelState extends UIState {
+
+ /** Text to set on component, or null if to leave unchanged. */
+ protected String _text = null;
+ /** Icon to set on component, or null if to leave unchanged. */
+ protected SubTex _icon = null;
+ /** Icon size to set on component, or null if to leave unchanged. */
+ protected Dimension _iconDimensions = null;
+ /** Alignment to set on component, or null if to leave unchanged. */
+ protected Alignment _alignment = null;
+ /** Gap to set on component, or null if to leave unchanged. */
+ protected Integer _gap = null;
+ /** If true, our text could be marked up with style information - null to leave unchanged. */
+ protected Boolean _styled = null;
+
+ @Override
+ public void setupAppearance(final UIComponent component) {
+ super.setupAppearance(component);
+
+ // Add some extra settings if this is a label component.
+ if (component instanceof AbstractLabelUIComponent) {
+ final AbstractLabelUIComponent labelComponent = (AbstractLabelUIComponent) component;
+ if (_text != null) {
+ labelComponent.setText(_text);
+ }
+ if (_icon != null) {
+ labelComponent.setIcon(_icon);
+ }
+ if (_iconDimensions != null) {
+ labelComponent.setIconDimensions(_iconDimensions);
+ }
+ if (_gap != null) {
+ labelComponent.setGap(_gap);
+ }
+ if (_alignment != null) {
+ labelComponent.setAlignment(_alignment);
+ }
+ }
+ }
+
+ public Alignment getAlignment() {
+ return _alignment;
+ }
+
+ public void setAlignment(final Alignment align) {
+ _alignment = align;
+ }
+
+ public Integer getGap() {
+ return _gap;
+ }
+
+ public void setGap(final int gap) {
+ _gap = gap;
+ }
+
+ public SubTex getIcon() {
+ return _icon;
+ }
+
+ public void setIcon(final SubTex icon) {
+ _icon = icon;
+ }
+
+ public Dimension getIconDimensions() {
+ return _iconDimensions;
+ }
+
+ public void setIconDimensions(final Dimension iconDimensions) {
+ _iconDimensions = iconDimensions;
+ }
+
+ public String getText() {
+ return _text;
+ }
+
+ public void setText(final String text) {
+ _text = text;
+ }
+
+ public Boolean isStyledText() {
+ return _styled;
+ }
+
+ public void setStyledText(final Boolean value) {
+ _styled = value;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/StateBasedUIComponent.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/StateBasedUIComponent.java
index 357d87e..15bde3e 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/StateBasedUIComponent.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/StateBasedUIComponent.java
@@ -1,174 +1,174 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.input.InputState;
-import com.ardor3d.input.Key;
-import com.ardor3d.input.MouseButton;
-import com.ardor3d.math.type.ReadOnlyColorRGBA;
-import com.google.common.collect.ImmutableSet;
-
-/**
- * StateBasedUIComponent describes a component that acts as a state machine, containing multiple states, one of which is
- * currently active. Each of these states may override the current appearance and behavior of the component, making this
- * class an ideal base for components such as "mouse over" buttons, components that can be visibly "disabled",
- * toggleable components, etc.
- */
-public abstract class StateBasedUIComponent extends UIComponent {
-
- /** The state currently active on this component. */
- private UIState _currentState = null;
-
- /**
- * @return the state that represents the default appearance and behavior for this component.
- */
- public abstract UIState getDefaultState();
-
- /**
- * @return the state that represents the disabled appearance and behavior for this component.
- */
- public abstract UIState getDisabledState();
-
- /**
- * @return this component's currently active state
- */
- public UIState getCurrentState() {
- return _currentState;
- }
-
- /**
- * @param enabled
- * if true, sets the defaultState to active, otherwise sets the disabledState to active.
- */
- @Override
- public void setEnabled(final boolean enabled) {
- super.setEnabled(enabled);
- if (enabled) {
- switchState(getDefaultState());
- } else {
- switchState(getDisabledState());
- }
- }
-
- /**
- * Set our current active state.
- *
- * @param nextState
- * the state to set as active for this component. If null, this is a no-op.
- */
- public final void switchState(final UIState nextState) {
- if (nextState == null) {
- return;
- }
-
- // Release any current state.
- if (_currentState != null) {
- _currentState.release();
- }
-
- // initialize component from state
- nextState.setupAppearance(this);
-
- // set as current and fire dirty to notify we have changed.
- _currentState = nextState;
- fireComponentDirty();
- }
-
- /**
- * Re-apply the current state.
- */
- public void refreshState() {
- switchState(_currentState);
- }
-
- /**
- * Sets the text color on this component and (optionally) all contained states.
- *
- * @param color
- * the new foreground color
- * @param allStates
- * if true, set across all contained states as well as self.
- */
- public void setForegroundColor(final ReadOnlyColorRGBA color, final boolean allStates) {
- super.setForegroundColor(color);
- if (allStates) {
- for (final UIState state : getStates()) {
- state.setForegroundColor(color);
- }
- }
- }
-
- // Redirect input / event methods to current state.
-
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- getCurrentState().mouseDeparted(mouseX, mouseY, state);
- super.mouseDeparted(mouseX, mouseY, state);
- }
-
- @Override
- public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
- getCurrentState().mouseEntered(mouseX, mouseY, state);
- super.mouseEntered(mouseX, mouseY, state);
- }
-
- @Override
- public boolean mouseMoved(final int mouseX, final int mouseY, final InputState state) {
- return getCurrentState().mouseMoved(mouseX, mouseY, state) || super.mouseMoved(mouseX, mouseY, state);
- }
-
- @Override
- public boolean mousePressed(final MouseButton button, final InputState state) {
- return getCurrentState().mousePressed(button, state) || super.mousePressed(button, state);
- }
-
- @Override
- public boolean mouseReleased(final MouseButton button, final InputState state) {
- return getCurrentState().mouseReleased(button, state) || super.mouseReleased(button, state);
- }
-
- @Override
- public boolean mouseWheel(final int wheelDx, final InputState state) {
- return getCurrentState().mouseWheel(wheelDx, state) || super.mouseWheel(wheelDx, state);
- }
-
- @Override
- public boolean keyPressed(final Key key, final InputState state) {
- return getCurrentState().keyPressed(key, state) || super.keyPressed(key, state);
- }
-
- @Override
- public boolean keyReleased(final Key key, final InputState state) {
- return getCurrentState().keyReleased(key, state) || super.keyReleased(key, state);
- }
-
- @Override
- public boolean keyHeld(final Key key, final InputState state) {
- return getCurrentState().keyHeld(key, state) || super.keyHeld(key, state);
- }
-
- @Override
- public void gainedFocus() {
- getCurrentState().gainedFocus();
- super.gainedFocus();
- }
-
- @Override
- public void lostFocus() {
- getCurrentState().lostFocus();
- super.lostFocus();
- }
-
- /**
- * @return an ImmutableSet of possible states for this component.
- */
- public abstract ImmutableSet<UIState> getStates();
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.input.InputState;
+import com.ardor3d.input.Key;
+import com.ardor3d.input.MouseButton;
+import com.ardor3d.math.type.ReadOnlyColorRGBA;
+import com.google.common.collect.ImmutableSet;
+
+/**
+ * StateBasedUIComponent describes a component that acts as a state machine, containing multiple states, one of which is
+ * currently active. Each of these states may override the current appearance and behavior of the component, making this
+ * class an ideal base for components such as "mouse over" buttons, components that can be visibly "disabled",
+ * toggleable components, etc.
+ */
+public abstract class StateBasedUIComponent extends UIComponent {
+
+ /** The state currently active on this component. */
+ private UIState _currentState = null;
+
+ /**
+ * @return the state that represents the default appearance and behavior for this component.
+ */
+ public abstract UIState getDefaultState();
+
+ /**
+ * @return the state that represents the disabled appearance and behavior for this component.
+ */
+ public abstract UIState getDisabledState();
+
+ /**
+ * @return this component's currently active state
+ */
+ public UIState getCurrentState() {
+ return _currentState;
+ }
+
+ /**
+ * @param enabled
+ * if true, sets the defaultState to active, otherwise sets the disabledState to active.
+ */
+ @Override
+ public void setEnabled(final boolean enabled) {
+ super.setEnabled(enabled);
+ if (enabled) {
+ switchState(getDefaultState());
+ } else {
+ switchState(getDisabledState());
+ }
+ }
+
+ /**
+ * Set our current active state.
+ *
+ * @param nextState
+ * the state to set as active for this component. If null, this is a no-op.
+ */
+ public final void switchState(final UIState nextState) {
+ if (nextState == null) {
+ return;
+ }
+
+ // Release any current state.
+ if (_currentState != null) {
+ _currentState.release();
+ }
+
+ // initialize component from state
+ nextState.setupAppearance(this);
+
+ // set as current and fire dirty to notify we have changed.
+ _currentState = nextState;
+ fireComponentDirty();
+ }
+
+ /**
+ * Re-apply the current state.
+ */
+ public void refreshState() {
+ switchState(_currentState);
+ }
+
+ /**
+ * Sets the text color on this component and (optionally) all contained states.
+ *
+ * @param color
+ * the new foreground color
+ * @param allStates
+ * if true, set across all contained states as well as self.
+ */
+ public void setForegroundColor(final ReadOnlyColorRGBA color, final boolean allStates) {
+ super.setForegroundColor(color);
+ if (allStates) {
+ for (final UIState state : getStates()) {
+ state.setForegroundColor(color);
+ }
+ }
+ }
+
+ // Redirect input / event methods to current state.
+
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ getCurrentState().mouseDeparted(mouseX, mouseY, state);
+ super.mouseDeparted(mouseX, mouseY, state);
+ }
+
+ @Override
+ public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
+ getCurrentState().mouseEntered(mouseX, mouseY, state);
+ super.mouseEntered(mouseX, mouseY, state);
+ }
+
+ @Override
+ public boolean mouseMoved(final int mouseX, final int mouseY, final InputState state) {
+ return getCurrentState().mouseMoved(mouseX, mouseY, state) || super.mouseMoved(mouseX, mouseY, state);
+ }
+
+ @Override
+ public boolean mousePressed(final MouseButton button, final InputState state) {
+ return getCurrentState().mousePressed(button, state) || super.mousePressed(button, state);
+ }
+
+ @Override
+ public boolean mouseReleased(final MouseButton button, final InputState state) {
+ return getCurrentState().mouseReleased(button, state) || super.mouseReleased(button, state);
+ }
+
+ @Override
+ public boolean mouseWheel(final int wheelDx, final InputState state) {
+ return getCurrentState().mouseWheel(wheelDx, state) || super.mouseWheel(wheelDx, state);
+ }
+
+ @Override
+ public boolean keyPressed(final Key key, final InputState state) {
+ return getCurrentState().keyPressed(key, state) || super.keyPressed(key, state);
+ }
+
+ @Override
+ public boolean keyReleased(final Key key, final InputState state) {
+ return getCurrentState().keyReleased(key, state) || super.keyReleased(key, state);
+ }
+
+ @Override
+ public boolean keyHeld(final Key key, final InputState state) {
+ return getCurrentState().keyHeld(key, state) || super.keyHeld(key, state);
+ }
+
+ @Override
+ public void gainedFocus() {
+ getCurrentState().gainedFocus();
+ super.gainedFocus();
+ }
+
+ @Override
+ public void lostFocus() {
+ getCurrentState().lostFocus();
+ super.lostFocus();
+ }
+
+ /**
+ * @return an ImmutableSet of possible states for this component.
+ */
+ public abstract ImmutableSet<UIState> getStates();
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/Textable.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/Textable.java
index 5fd2e9f..e04417f 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/Textable.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/Textable.java
@@ -1,26 +1,26 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-/**
- * Interface for items that can take and return a text string value.
- */
-public interface Textable {
-
- public void setText(String value);
-
- public String getText();
-
- public boolean isStyledText();
-
- public void setStyledText(boolean value);
-
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+/**
+ * Interface for items that can take and return a text string value.
+ */
+public interface Textable {
+
+ public void setText(String value);
+
+ public String getText();
+
+ public boolean isStyledText();
+
+ public void setStyledText(boolean value);
+
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIButton.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIButton.java
index cd9a6ba..e7273ca 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIButton.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIButton.java
@@ -1,450 +1,450 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import com.ardor3d.extension.ui.event.ActionEvent;
-import com.ardor3d.extension.ui.event.ActionListener;
-import com.ardor3d.extension.ui.util.ButtonGroup;
-import com.ardor3d.extension.ui.util.SubTex;
-import com.ardor3d.input.InputState;
-import com.ardor3d.input.MouseButton;
-import com.google.common.collect.ImmutableSet;
-
-/**
- * A state based component that can be interacted with via the mouse to trigger actions.
- */
-public class UIButton extends AbstractLabelUIComponent {
-
- /** Default state to use for the button. */
- protected LabelState _defaultState = new DefaultState();
- /** State to use when the mouse button is disabled. */
- protected LabelState _disabledState = new LabelState();
-
- /** State to use when the mouse button is pressed and held down over this button. */
- protected LabelState _pressedState = new PressedState();
-
- /** State to use when the mouse is hovering over this button. */
- protected LabelState _mouseOverState = new MouseOverState();
-
- /** State to use when the mouse button is currently selected. */
- protected LabelState _selectedState = new SelectedState();
- /** State to use when the mouse is hovering over this button while currently selected. */
- protected LabelState _mouseOverSelectedState = new MouseOverSelectedState();
- /** State to use when the mouse button is disabled while currently selected. */
- protected LabelState _disabledSelectedState = new LabelState();
-
- /** List of action listeners notified when this button is pressed. */
- private final List<ActionListener> _listeners = new ArrayList<ActionListener>();
-
- /** True if this is button is selectable/toggleable. */
- private boolean _selectable = false;
- /** True if this is button is currently selected. */
- private boolean _selected = false;
-
- /** ButtonGroup this button belongs to. */
- private ButtonGroup _group = null;
-
- /** Configurable action command */
- private String _actionCommand = null;
-
- /**
- * Construct a new, blank button
- */
- public UIButton() {
- this("");
- }
-
- /**
- * Construct a new button with the given text.
- *
- * @param text
- */
- public UIButton(final String text) {
- this(text, null);
- }
-
- /**
- * Construct a new button with the given text and icon.
- *
- * @param text
- * @param icon
- */
- public UIButton(final String text, final SubTex icon) {
- setConsumeMouseEvents(true);
- setIcon(icon);
-
- applySkin();
- setButtonText(text);
-
- switchState(getDefaultState());
- }
-
- /**
- * @return true if the pressed state is our current state.
- */
- public boolean isPressed() {
- return getCurrentState().equals(getPressedState());
- }
-
- /**
- * @return true if the mouse over state is our current state.
- */
- public boolean isMouseOver() {
- return getCurrentState().equals(getMouseOverState());
- }
-
- /**
- * Add the specified listener to this button's list of listeners notified when pressed.
- *
- * @param listener
- */
- public void addActionListener(final ActionListener listener) {
- _listeners.add(listener);
- }
-
- /**
- * Remove the given listener from the notification list.
- *
- * @param listener
- */
- public boolean removeActionListener(final ActionListener listener) {
- return _listeners.remove(listener);
- }
-
- /**
- * Removes all of this button's listeners from notification list.
- */
- public void removeAllListeners() {
- _listeners.clear();
- }
-
- /**
- * Notifies all of this button's registered listeners that this button was pressed.
- */
- public void fireActionEvent() {
- if (!isEnabled()) {
- return;
- }
- final ActionEvent event = new ActionEvent(this);
- for (final ActionListener l : _listeners) {
- l.actionPerformed(event);
- }
- }
-
- public LabelState getMouseOverState() {
- return _mouseOverState;
- }
-
- public LabelState getMouseOverSelectedState() {
- return _mouseOverSelectedState;
- }
-
- public LabelState getPressedState() {
- return _pressedState;
- }
-
- public LabelState getSelectedState() {
- return _selectedState;
- }
-
- public LabelState getDisabledSelectedState() {
- return _disabledSelectedState;
- }
-
- /**
- * always mark consumed.
- */
- @Override
- public boolean mousePressed(final MouseButton button, final InputState state) {
- // always consume
- super.mousePressed(button, state);
- return true;
- }
-
- /**
- * always mark consumed.
- */
- @Override
- public boolean mouseReleased(final MouseButton button, final InputState state) {
- // always consume
- super.mouseReleased(button, state);
- return true;
- }
-
- /**
- * @return true if button is selectable and is selected.
- */
- public boolean isSelected() {
- if (!_selectable) {
- return false;
- }
- return _selected;
- }
-
- /**
- * If selectable, set this button's state to either selected (true) or default (false) - or disabled versions of
- * each if currently disabled.
- *
- * @param selected
- */
- public void setSelected(boolean selected) {
- if (!_selectable) {
- return;
- }
-
- if (_group != null) {
- _group.setSelected(this, selected);
- selected = _group.isSelected(this);
- }
-
- if (isSelected() == selected) {
- return;
- }
-
- _selected = selected;
-
- if (_selected) {
- if (getCurrentState() instanceof PressedState) {
- switchState(getMouseOverSelectedState());
- } else {
- switchState(isEnabled() ? getSelectedState() : getDisabledSelectedState());
- }
- } else {
- if (getCurrentState() instanceof MouseOverSelectedState) {
- switchState(getMouseOverState());
- } else {
- switchState(isEnabled() ? getDefaultState() : getDisabledState());
- }
- }
- }
-
- /**
- * @param selectable
- * true if this button should be selectable
- */
- public void setSelectable(final boolean selectable) {
- if (isSelectable() && !selectable && isSelected()) {
- setSelected(false);
- }
- _selectable = selectable;
- }
-
- /**
- * @return true if button is selectable
- */
- public boolean isSelectable() {
- return _selectable;
- }
-
- /**
- * @param group
- * the group this button should belong to. Removes the button from any group it currently belongs to.
- */
- public void setGroup(final ButtonGroup group) {
- final ButtonGroup oldGroup = _group;
- _group = group;
-
- if (oldGroup != null) {
- oldGroup.remove(this);
- }
-
- _group.add(this);
- if (isSelected()) {
- _group.setSelected(this, isSelected());
- }
- }
-
- /**
- * @return the button group this button belongs to or null if it belongs to none.
- */
- public ButtonGroup getGroup() {
- return _group;
- }
-
- /**
- * @param enabled
- * if true, sets the defaultState to active, otherwise sets the disabledState or disabledSelectedState to
- * active.
- */
- @Override
- public void setEnabled(final boolean enabled) {
- super.setEnabled(enabled);
- if (isSelectable() && isSelected()) {
- switchState(enabled ? getSelectedState() : getDisabledSelectedState());
- }
- }
-
- @Override
- public LabelState getDefaultState() {
- return _defaultState;
- }
-
- @Override
- public LabelState getDisabledState() {
- return _disabledState;
- }
-
- /**
- * Sets the text on this button and all contained states.
- *
- * @param text
- * the new text
- */
- public void setButtonText(final String text) {
- super.setText(text);
- for (final UIState state : getStates()) {
- if (state instanceof LabelState) {
- ((LabelState) state).setText(text);
- }
- }
- }
-
- /**
- * Sets the text on this button and all contained states.
- *
- * @param text
- * the new text
- * @param isStyled
- * if true, the text may contain style markup.
- */
- public void setButtonText(final String text, final boolean isStyled) {
- super.setStyledText(isStyled);
- super.setText(text);
- for (final UIState state : getStates()) {
- if (state instanceof LabelState) {
- ((LabelState) state).setText(text);
- ((LabelState) state).setStyledText(isStyled);
- }
- }
- }
-
- /**
- * Sets the icon on this button and all contained states.
- *
- * @param icon
- * the new icon
- */
- public void setButtonIcon(final SubTex icon) {
- super.setIcon(icon);
- for (final UIState state : getStates()) {
- if (state instanceof LabelState) {
- ((LabelState) state).setIcon(icon);
- }
- }
- }
-
- public String getActionCommand() {
- if (_actionCommand == null) {
- return getText();
- } else {
- return _actionCommand;
- }
- }
-
- public void setActionCommand(final String actionCommand) {
- _actionCommand = actionCommand;
- }
-
- /**
- * Manually click the button.
- */
- public void doClick() {
- _pressedState.mouseReleased(MouseButton.LEFT, null);
- }
-
- // Button UI states that handles switching to other states based on mouse events.
-
- class DefaultState extends LabelState {
-
- @Override
- public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
- switchState(getMouseOverState());
- }
-
- @Override
- public boolean mousePressed(final MouseButton button, final InputState state) {
- switchState(getPressedState());
- return true;
- }
- }
-
- class MouseOverState extends LabelState {
-
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- switchState(getDefaultState());
- }
-
- @Override
- public boolean mousePressed(final MouseButton button, final InputState state) {
- switchState(getPressedState());
- return true;
- }
- }
-
- class PressedState extends LabelState {
-
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- switchState(getDefaultState());
- }
-
- @Override
- public boolean mouseReleased(final MouseButton button, final InputState state) {
- if (_selectable) {
- setSelected(!isSelected());
- } else {
- switchState(getMouseOverState());
- }
- fireActionEvent();
- return true;
- }
- }
-
- class SelectedState extends LabelState {
-
- @Override
- public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
- switchState(getMouseOverSelectedState());
- }
-
- @Override
- public boolean mouseReleased(final MouseButton button, final InputState state) {
- setSelected(!isSelected());
- fireActionEvent();
- return true;
- }
- }
-
- class MouseOverSelectedState extends LabelState {
-
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- switchState(getSelectedState());
- }
-
- @Override
- public boolean mouseReleased(final MouseButton button, final InputState state) {
- setSelected(!isSelected());
- fireActionEvent();
- return true;
- }
- }
-
- @Override
- public ImmutableSet<UIState> getStates() {
- return ImmutableSet.of((UIState) _defaultState, _disabledState, _pressedState, _selectedState,
- _disabledSelectedState, _mouseOverState, _mouseOverSelectedState);
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import com.ardor3d.extension.ui.event.ActionEvent;
+import com.ardor3d.extension.ui.event.ActionListener;
+import com.ardor3d.extension.ui.util.ButtonGroup;
+import com.ardor3d.extension.ui.util.SubTex;
+import com.ardor3d.input.InputState;
+import com.ardor3d.input.MouseButton;
+import com.google.common.collect.ImmutableSet;
+
+/**
+ * A state based component that can be interacted with via the mouse to trigger actions.
+ */
+public class UIButton extends AbstractLabelUIComponent {
+
+ /** Default state to use for the button. */
+ protected LabelState _defaultState = new DefaultState();
+ /** State to use when the mouse button is disabled. */
+ protected LabelState _disabledState = new LabelState();
+
+ /** State to use when the mouse button is pressed and held down over this button. */
+ protected LabelState _pressedState = new PressedState();
+
+ /** State to use when the mouse is hovering over this button. */
+ protected LabelState _mouseOverState = new MouseOverState();
+
+ /** State to use when the mouse button is currently selected. */
+ protected LabelState _selectedState = new SelectedState();
+ /** State to use when the mouse is hovering over this button while currently selected. */
+ protected LabelState _mouseOverSelectedState = new MouseOverSelectedState();
+ /** State to use when the mouse button is disabled while currently selected. */
+ protected LabelState _disabledSelectedState = new LabelState();
+
+ /** List of action listeners notified when this button is pressed. */
+ private final List<ActionListener> _listeners = new ArrayList<ActionListener>();
+
+ /** True if this is button is selectable/toggleable. */
+ private boolean _selectable = false;
+ /** True if this is button is currently selected. */
+ private boolean _selected = false;
+
+ /** ButtonGroup this button belongs to. */
+ private ButtonGroup _group = null;
+
+ /** Configurable action command */
+ private String _actionCommand = null;
+
+ /**
+ * Construct a new, blank button
+ */
+ public UIButton() {
+ this("");
+ }
+
+ /**
+ * Construct a new button with the given text.
+ *
+ * @param text
+ */
+ public UIButton(final String text) {
+ this(text, null);
+ }
+
+ /**
+ * Construct a new button with the given text and icon.
+ *
+ * @param text
+ * @param icon
+ */
+ public UIButton(final String text, final SubTex icon) {
+ setConsumeMouseEvents(true);
+ setIcon(icon);
+
+ applySkin();
+ setButtonText(text);
+
+ switchState(getDefaultState());
+ }
+
+ /**
+ * @return true if the pressed state is our current state.
+ */
+ public boolean isPressed() {
+ return getCurrentState().equals(getPressedState());
+ }
+
+ /**
+ * @return true if the mouse over state is our current state.
+ */
+ public boolean isMouseOver() {
+ return getCurrentState().equals(getMouseOverState());
+ }
+
+ /**
+ * Add the specified listener to this button's list of listeners notified when pressed.
+ *
+ * @param listener
+ */
+ public void addActionListener(final ActionListener listener) {
+ _listeners.add(listener);
+ }
+
+ /**
+ * Remove the given listener from the notification list.
+ *
+ * @param listener
+ */
+ public boolean removeActionListener(final ActionListener listener) {
+ return _listeners.remove(listener);
+ }
+
+ /**
+ * Removes all of this button's listeners from notification list.
+ */
+ public void removeAllListeners() {
+ _listeners.clear();
+ }
+
+ /**
+ * Notifies all of this button's registered listeners that this button was pressed.
+ */
+ public void fireActionEvent() {
+ if (!isEnabled()) {
+ return;
+ }
+ final ActionEvent event = new ActionEvent(this);
+ for (final ActionListener l : _listeners) {
+ l.actionPerformed(event);
+ }
+ }
+
+ public LabelState getMouseOverState() {
+ return _mouseOverState;
+ }
+
+ public LabelState getMouseOverSelectedState() {
+ return _mouseOverSelectedState;
+ }
+
+ public LabelState getPressedState() {
+ return _pressedState;
+ }
+
+ public LabelState getSelectedState() {
+ return _selectedState;
+ }
+
+ public LabelState getDisabledSelectedState() {
+ return _disabledSelectedState;
+ }
+
+ /**
+ * always mark consumed.
+ */
+ @Override
+ public boolean mousePressed(final MouseButton button, final InputState state) {
+ // always consume
+ super.mousePressed(button, state);
+ return true;
+ }
+
+ /**
+ * always mark consumed.
+ */
+ @Override
+ public boolean mouseReleased(final MouseButton button, final InputState state) {
+ // always consume
+ super.mouseReleased(button, state);
+ return true;
+ }
+
+ /**
+ * @return true if button is selectable and is selected.
+ */
+ public boolean isSelected() {
+ if (!_selectable) {
+ return false;
+ }
+ return _selected;
+ }
+
+ /**
+ * If selectable, set this button's state to either selected (true) or default (false) - or disabled versions of
+ * each if currently disabled.
+ *
+ * @param selected
+ */
+ public void setSelected(boolean selected) {
+ if (!_selectable) {
+ return;
+ }
+
+ if (_group != null) {
+ _group.setSelected(this, selected);
+ selected = _group.isSelected(this);
+ }
+
+ if (isSelected() == selected) {
+ return;
+ }
+
+ _selected = selected;
+
+ if (_selected) {
+ if (getCurrentState() instanceof PressedState) {
+ switchState(getMouseOverSelectedState());
+ } else {
+ switchState(isEnabled() ? getSelectedState() : getDisabledSelectedState());
+ }
+ } else {
+ if (getCurrentState() instanceof MouseOverSelectedState) {
+ switchState(getMouseOverState());
+ } else {
+ switchState(isEnabled() ? getDefaultState() : getDisabledState());
+ }
+ }
+ }
+
+ /**
+ * @param selectable
+ * true if this button should be selectable
+ */
+ public void setSelectable(final boolean selectable) {
+ if (isSelectable() && !selectable && isSelected()) {
+ setSelected(false);
+ }
+ _selectable = selectable;
+ }
+
+ /**
+ * @return true if button is selectable
+ */
+ public boolean isSelectable() {
+ return _selectable;
+ }
+
+ /**
+ * @param group
+ * the group this button should belong to. Removes the button from any group it currently belongs to.
+ */
+ public void setGroup(final ButtonGroup group) {
+ final ButtonGroup oldGroup = _group;
+ _group = group;
+
+ if (oldGroup != null) {
+ oldGroup.remove(this);
+ }
+
+ _group.add(this);
+ if (isSelected()) {
+ _group.setSelected(this, isSelected());
+ }
+ }
+
+ /**
+ * @return the button group this button belongs to or null if it belongs to none.
+ */
+ public ButtonGroup getGroup() {
+ return _group;
+ }
+
+ /**
+ * @param enabled
+ * if true, sets the defaultState to active, otherwise sets the disabledState or disabledSelectedState to
+ * active.
+ */
+ @Override
+ public void setEnabled(final boolean enabled) {
+ super.setEnabled(enabled);
+ if (isSelectable() && isSelected()) {
+ switchState(enabled ? getSelectedState() : getDisabledSelectedState());
+ }
+ }
+
+ @Override
+ public LabelState getDefaultState() {
+ return _defaultState;
+ }
+
+ @Override
+ public LabelState getDisabledState() {
+ return _disabledState;
+ }
+
+ /**
+ * Sets the text on this button and all contained states.
+ *
+ * @param text
+ * the new text
+ */
+ public void setButtonText(final String text) {
+ super.setText(text);
+ for (final UIState state : getStates()) {
+ if (state instanceof LabelState) {
+ ((LabelState) state).setText(text);
+ }
+ }
+ }
+
+ /**
+ * Sets the text on this button and all contained states.
+ *
+ * @param text
+ * the new text
+ * @param isStyled
+ * if true, the text may contain style markup.
+ */
+ public void setButtonText(final String text, final boolean isStyled) {
+ super.setStyledText(isStyled);
+ super.setText(text);
+ for (final UIState state : getStates()) {
+ if (state instanceof LabelState) {
+ ((LabelState) state).setText(text);
+ ((LabelState) state).setStyledText(isStyled);
+ }
+ }
+ }
+
+ /**
+ * Sets the icon on this button and all contained states.
+ *
+ * @param icon
+ * the new icon
+ */
+ public void setButtonIcon(final SubTex icon) {
+ super.setIcon(icon);
+ for (final UIState state : getStates()) {
+ if (state instanceof LabelState) {
+ ((LabelState) state).setIcon(icon);
+ }
+ }
+ }
+
+ public String getActionCommand() {
+ if (_actionCommand == null) {
+ return getText();
+ } else {
+ return _actionCommand;
+ }
+ }
+
+ public void setActionCommand(final String actionCommand) {
+ _actionCommand = actionCommand;
+ }
+
+ /**
+ * Manually click the button.
+ */
+ public void doClick() {
+ _pressedState.mouseReleased(MouseButton.LEFT, null);
+ }
+
+ // Button UI states that handles switching to other states based on mouse events.
+
+ class DefaultState extends LabelState {
+
+ @Override
+ public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
+ switchState(getMouseOverState());
+ }
+
+ @Override
+ public boolean mousePressed(final MouseButton button, final InputState state) {
+ switchState(getPressedState());
+ return true;
+ }
+ }
+
+ class MouseOverState extends LabelState {
+
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ switchState(getDefaultState());
+ }
+
+ @Override
+ public boolean mousePressed(final MouseButton button, final InputState state) {
+ switchState(getPressedState());
+ return true;
+ }
+ }
+
+ class PressedState extends LabelState {
+
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ switchState(getDefaultState());
+ }
+
+ @Override
+ public boolean mouseReleased(final MouseButton button, final InputState state) {
+ if (_selectable) {
+ setSelected(!isSelected());
+ } else {
+ switchState(getMouseOverState());
+ }
+ fireActionEvent();
+ return true;
+ }
+ }
+
+ class SelectedState extends LabelState {
+
+ @Override
+ public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
+ switchState(getMouseOverSelectedState());
+ }
+
+ @Override
+ public boolean mouseReleased(final MouseButton button, final InputState state) {
+ setSelected(!isSelected());
+ fireActionEvent();
+ return true;
+ }
+ }
+
+ class MouseOverSelectedState extends LabelState {
+
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ switchState(getSelectedState());
+ }
+
+ @Override
+ public boolean mouseReleased(final MouseButton button, final InputState state) {
+ setSelected(!isSelected());
+ fireActionEvent();
+ return true;
+ }
+ }
+
+ @Override
+ public ImmutableSet<UIState> getStates() {
+ return ImmutableSet.of((UIState) _defaultState, _disabledState, _pressedState, _selectedState,
+ _disabledSelectedState, _mouseOverState, _mouseOverSelectedState);
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UICheckBox.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UICheckBox.java
index d6bf163..eb277b6 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UICheckBox.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UICheckBox.java
@@ -1,49 +1,49 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.util.SubTex;
-
-/**
- * A extension of button that is specifically selectable. This class is defined distinctly from UIButton to allow for
- * specific skinning.
- */
-public class UICheckBox extends UIButton {
-
- public UICheckBox() {
- this("");
- }
-
- public UICheckBox(final String text) {
- this(text, null);
- }
-
- public UICheckBox(final String text, final SubTex icon) {
- super(text, icon);
- super.setSelectable(true);
- }
-
- /**
- * Ignored
- */
- @Override
- public void setSelectable(final boolean selectable) {
- ;
- }
-
- /**
- * @return true
- */
- @Override
- public boolean isSelectable() {
- return true;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.util.SubTex;
+
+/**
+ * A extension of button that is specifically selectable. This class is defined distinctly from UIButton to allow for
+ * specific skinning.
+ */
+public class UICheckBox extends UIButton {
+
+ public UICheckBox() {
+ this("");
+ }
+
+ public UICheckBox(final String text) {
+ this(text, null);
+ }
+
+ public UICheckBox(final String text, final SubTex icon) {
+ super(text, icon);
+ super.setSelectable(true);
+ }
+
+ /**
+ * Ignored
+ */
+ @Override
+ public void setSelectable(final boolean selectable) {
+ ;
+ }
+
+ /**
+ * @return true
+ */
+ @Override
+ public boolean isSelectable() {
+ return true;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIComponent.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIComponent.java
index 9d2b983..9cbab74 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIComponent.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIComponent.java
@@ -427,6 +427,12 @@ public abstract class UIComponent extends Node implements UIKeyHandler {
public void setContentSize(final int width, final int height) {
setContentWidth(width);
setContentHeight(height);
+ if (_maximumContentsSize.getWidth() < width) {
+ _maximumContentsSize.setWidth(width);
+ }
+ if (_maximumContentsSize.getHeight() < height) {
+ _maximumContentsSize.setHeight(height);
+ }
}
/**
@@ -437,8 +443,8 @@ public abstract class UIComponent extends Node implements UIKeyHandler {
* the new height
*/
public void setContentHeight(final int height) {
- _contentsSize.setHeight(MathUtils.clamp(height, _minimumContentsSize.getHeight(), _maximumContentsSize
- .getHeight()));
+ _contentsSize.setHeight(MathUtils.clamp(height, _minimumContentsSize.getHeight(),
+ _maximumContentsSize.getHeight()));
}
/**
@@ -607,8 +613,8 @@ public abstract class UIComponent extends Node implements UIKeyHandler {
final Rectangle2 rect = getRelativeMinComponentBounds(null);
final float ratio = Math.min((float) width / rect.getWidth(), (float) height / rect.getHeight());
- setLocalComponentSize(Math.round(getMinimumLocalComponentWidth() * ratio), Math
- .round(getMinimumLocalComponentHeight() * ratio));
+ setLocalComponentSize(Math.round(getMinimumLocalComponentWidth() * ratio),
+ Math.round(getMinimumLocalComponentHeight() * ratio));
}
}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrame.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrame.java
index 0d1269d..5bbf7b6 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrame.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrame.java
@@ -1,436 +1,436 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import java.util.EnumSet;
-import java.util.concurrent.Callable;
-
-import com.ardor3d.extension.ui.backdrop.SolidBackdrop;
-import com.ardor3d.extension.ui.event.DragListener;
-import com.ardor3d.extension.ui.event.FrameDragListener;
-import com.ardor3d.extension.ui.layout.BorderLayout;
-import com.ardor3d.extension.ui.layout.BorderLayoutData;
-import com.ardor3d.math.ColorRGBA;
-import com.ardor3d.math.Rectangle2;
-import com.ardor3d.renderer.Camera;
-import com.ardor3d.util.GameTaskQueueManager;
-
-/**
- * A component similar to an inner frame in Swing. It can be dragged around the screen, minimized, expanded, closed, and
- * resized. Frames can also have their opacity individually assigned which will affect all elements drawn within them.
- */
-public class UIFrame extends UIContainer {
- /** Minimum height we'll allow during manual resize */
- public static int MIN_FRAME_HEIGHT = 60;
- /** Minimum width we'll allow during manual resize */
- public static int MIN_FRAME_WIDTH = 100;
-
- /** The main panel containing the contents panel and status bar of the frame. */
- private final UIPanel _basePanel;
- /** The panel meant to hold the contents of the frame. */
- private UIPanel _contentPanel;
- /** The top title bar of the frame, part of the frame's "chrome" */
- private final UIFrameBar _titleBar;
- /** The bar running along the bottom of the frame. */
- private final UIFrameStatusBar _statusBar;
-
- /** If true, show our title and status bars. */
- private boolean _decorated = true;
-
- /** The drag listener responsible for allowing repositioning of the frame by dragging the title label. */
- private DragListener _dragListener = new FrameDragListener(this);
-
- /** If true, show a resize handle on this frame and allow its use. */
- private boolean _resizeable = true;
-
- /** If true (the default) then allow dragging of this frame using the frame bar. */
- private boolean _draggable = true;
-
- /** if true, the frame is maximized and can be restored */
- private boolean _maximized = false;
-
- private int widthBeforeMaximizing;
- private int heightBeforeMaximizing;
- private int hudXBeforeMaximizing;
- private int hudYBeforeMaximizing;
-
- /**
- * Construct a new UIFrame with the given title and default buttons (CLOSE).
- *
- * @param title
- * the text to display on the title bar of this frame
- */
- public UIFrame(final String title) {
- this(title, EnumSet.of(FrameButtons.CLOSE));
- }
-
- /**
- * Construct a new UIFrame with the given title and button.
- *
- * @param title
- * the text to display on the title bar of this frame
- * @param buttons
- * which buttons we should show in the frame bar.
- */
- public UIFrame(final String title, final EnumSet<FrameButtons> buttons) {
- setLayout(new BorderLayout());
-
- _basePanel = new UIPanel(new BorderLayout());
- _basePanel.setBackdrop(new SolidBackdrop(ColorRGBA.LIGHT_GRAY));
- _basePanel.setLayoutData(BorderLayoutData.CENTER);
- _basePanel.setConsumeMouseEvents(true);
- add(_basePanel);
-
- _contentPanel = new UIPanel();
- _contentPanel.setLayoutData(BorderLayoutData.CENTER);
- _basePanel.add(_contentPanel);
-
- _titleBar = new UIFrameBar(buttons);
- _titleBar.setLayoutData(BorderLayoutData.NORTH);
- setTitle(title);
- add(_titleBar);
-
- _statusBar = new UIFrameStatusBar();
- _statusBar.setLayoutData(BorderLayoutData.SOUTH);
- _basePanel.add(_statusBar);
-
- applySkin();
- }
-
- /**
- * @param decorated
- * true to show the title and status bars. False to remove both. Undecorated frames have no resize or
- * drag handles, or close buttons, etc.
- */
- public void setDecorated(final boolean decorated) {
- _decorated = decorated;
- if (!_decorated) {
- remove(_titleBar);
- } else {
- add(_titleBar);
- }
-
- if (!_decorated) {
- _basePanel.remove(_statusBar);
- } else {
- _basePanel.add(_statusBar);
- }
- }
-
- public void maximize() {
- final UIHud hud = getHud();
- if (_maximized || hud == null) {
- return;
- }
- widthBeforeMaximizing = getLocalComponentWidth();
- heightBeforeMaximizing = getLocalComponentHeight();
- hudXBeforeMaximizing = getHudX();
- hudYBeforeMaximizing = getHudY();
- setLocalComponentSize(hud.getWidth(), hud.getHeight());
- setHudXY(0, 0);
- layout();
- _maximized = true;
- }
-
- public void restore() {
- final UIHud hud = getHud();
- if (!_maximized || hud == null) {
- return;
- }
- setLocalComponentSize(widthBeforeMaximizing, heightBeforeMaximizing);
- setHudXY(hudXBeforeMaximizing, hudYBeforeMaximizing);
- layout();
- _maximized = false;
- }
-
- /**
- * @return true if this frame is decorated.
- */
- public boolean isDecorated() {
- return _decorated;
- }
-
- /**
- * @param resizeable
- * true if we should allow resizing of this frame via a resize handle in the status bar. This does not
- * stop programmatic resizing of this frame.
- */
- public void setResizeable(final boolean resizeable) {
- if (_resizeable != resizeable) {
- _resizeable = resizeable;
-
- if (!_resizeable) {
- _statusBar.remove(_statusBar.getResizeButton());
- } else {
- _statusBar.add(_statusBar.getResizeButton());
- }
- _statusBar.updateMinimumSizeFromContents();
- _statusBar.layout();
- }
- }
-
- /**
- * @return true if this frame allows manual resizing.
- */
- public boolean isResizeable() {
- return _resizeable;
- }
-
- /**
- * @param draggable
- * true if we should allow dragging of this frame via a frame bar.
- */
- public void setDraggable(final boolean draggable) {
- _draggable = draggable;
- }
-
- /**
- * @return true if this frame allows dragging.
- */
- public boolean isDraggable() {
- return _draggable;
- }
-
- /**
- * Remove this frame from the hud it is attached to.
- *
- * @throws IllegalStateException
- * if frame is not currently attached to a hud.
- */
- public void close() {
- final UIHud hud = getHud();
- if (hud == null) {
- throw new IllegalStateException("UIFrame is not attached to a hud.");
- }
-
- // Remove our drag listener
- hud.removeDragListener(_dragListener);
-
- // When a frame closes, close any open tooltip
- hud.getTooltip().setVisible(false);
-
- // clear any resources for standin
- clearStandin();
-
- hud.remove(this);
- _parent = null;
- }
-
- /**
- * Centers this frame on the location of the given component.
- *
- * @param comp
- * the component to center on.
- */
- public void setLocationRelativeTo(final UIComponent comp) {
- final Rectangle2 rectA = comp.getRelativeComponentBounds(null);
- final Rectangle2 rectB = getRelativeComponentBounds(null);
- int x = (rectA.getWidth() - rectB.getWidth()) / 2;
- int y = (rectA.getHeight() - rectB.getHeight()) / 2;
- x += comp.getHudX() - rectA.getX() + rectB.getX();
- y += comp.getHudY() - rectA.getY() + rectB.getY();
- setHudXY(x, y);
- updateGeometricState(0);
- }
-
- /**
- * Centers this frame on the view of the camera
- *
- * @param cam
- * the camera to center on.
- */
- public void setLocationRelativeTo(final Camera cam) {
- final Rectangle2 rectA = getRelativeComponentBounds(null);
- int x = (cam.getWidth() - rectA.getWidth()) / 2;
- int y = (cam.getHeight() - rectA.getHeight()) / 2;
- x -= rectA.getX();
- y -= rectA.getY();
- setHudXY(x, y);
- updateGeometricState(0);
- }
-
- /**
- * @return this frame's title bar
- */
- public UIFrameBar getTitleBar() {
- return _titleBar;
- }
-
- /**
- * @return this frame's status bar
- */
- public UIFrameStatusBar getStatusBar() {
- return _statusBar;
- }
-
- /**
- * @return the center content panel of this frame.
- */
- public UIPanel getContentPanel() {
- return _contentPanel;
- }
-
- /**
- * @return the base panel of this frame which holds the content panel and status bar.
- */
- public UIPanel getBasePanel() {
- return _basePanel;
- }
-
- /**
- * Replaces the content panel of this frame with a new one.
- *
- * @param panel
- * the new content panel.
- */
- public void setContentPanel(final UIPanel panel) {
- _basePanel.remove(_contentPanel);
- _contentPanel = panel;
- panel.setLayoutData(BorderLayoutData.CENTER);
- _basePanel.add(panel);
- }
-
- /**
- * @return the current title of this frame
- */
- public String getTitle() {
- if (_titleBar != null) {
- return _titleBar.getTitleLabel().getText();
- }
-
- return null;
- }
-
- /**
- * Sets the title of this frame
- *
- * @param title
- * the new title
- */
- public void setTitle(final String title) {
- if (_titleBar != null) {
- _titleBar.getTitleLabel().setText(title);
- _titleBar.layout();
- }
- }
-
- @Override
- public void attachedToHud() {
- super.attachedToHud();
- // add our drag listener to the hud
- getHud().addDragListener(_dragListener);
- }
-
- @Override
- public void detachedFromHud() {
- super.detachedFromHud();
-
- // Remove our drag listener from the hud
- if (getHud() != null) {
- getHud().removeDragListener(_dragListener);
- }
- }
-
- /**
- * Resize the frame to fit the minimum size of its content panel.
- */
- public void pack() {
- _contentPanel.updateMinimumSizeFromContents();
- pack(_contentPanel.getMinimumLocalComponentWidth(), _contentPanel.getMinimumLocalComponentHeight());
- }
-
- /**
- * Resize the frame to fit its content panel to the given dimensions
- *
- * @param contentWidth
- * our desired content panel width
- * @param contentHeight
- * our desired content panel height
- */
- public void pack(final int contentWidth, final int contentHeight) {
- // grab the desired width and height of the frame.
- final int width = contentWidth + _basePanel.getTotalLeft() + _basePanel.getTotalRight();
- int height = contentHeight + _basePanel.getTotalTop() + _basePanel.getTotalBottom();
-
- // add in our frame chrome, if it is enabled.
- if (isDecorated()) {
- height += _statusBar.getLocalComponentHeight() + _titleBar.getLocalComponentHeight();
- }
-
- // Set our size, obeying min sizes.
- setLocalComponentSize(Math.max(width, UIFrame.MIN_FRAME_WIDTH), Math.max(height, UIFrame.MIN_FRAME_HEIGHT));
-
- // Layout the panel
- layout();
- }
-
- /**
- * Causes our shared texture renderer - used to draw cached versions of all frames - to be recreated on the next
- * render loop.
- */
- public static void resetTextureRenderer(final Object queueKey) {
- final Callable<Void> exe = new Callable<Void>() {
- public Void call() {
- if (UIContainer._textureRenderer != null) {
- UIContainer._textureRenderer.cleanup();
- }
- UIContainer._textureRenderer = null;
- return null;
- }
- };
- GameTaskQueueManager.getManager(queueKey).render(exe);
- }
-
- /**
- * Recursive convenience method for locating the first UIFrame above a given component.
- *
- * @param component
- * the component to look above.
- * @return the first UIFrame found above the given component, or null if none.
- */
- public static UIFrame findParentFrame(final UIComponent component) {
- if (component.getParent() instanceof UIFrame) {
- return (UIFrame) component.getParent();
- } else if (component.getParent() instanceof UIComponent) {
- return UIFrame.findParentFrame((UIComponent) component.getParent());
- } else {
- return null;
- }
- }
-
- /**
- * Set a new drag listener on this frame.
- *
- * @param listener
- * the drag listener. Must not be null.
- */
- public void setDragListener(final DragListener listener) {
- assert listener != null : "listener must not be null";
- if (isAttachedToHUD()) {
- getHud().removeDragListener(_dragListener);
- }
- _dragListener = listener;
- if (isAttachedToHUD()) {
- getHud().addDragListener(_dragListener);
- }
- }
-
- /**
- * Enumeration of possible frame chrome buttons.
- */
- public enum FrameButtons {
- CLOSE, MINIMIZE, MAXIMIZE, HELP;
- }
-
- public boolean isMaximized() {
- return _maximized;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import java.util.EnumSet;
+import java.util.concurrent.Callable;
+
+import com.ardor3d.extension.ui.backdrop.SolidBackdrop;
+import com.ardor3d.extension.ui.event.DragListener;
+import com.ardor3d.extension.ui.event.FrameDragListener;
+import com.ardor3d.extension.ui.layout.BorderLayout;
+import com.ardor3d.extension.ui.layout.BorderLayoutData;
+import com.ardor3d.math.ColorRGBA;
+import com.ardor3d.math.Rectangle2;
+import com.ardor3d.renderer.Camera;
+import com.ardor3d.util.GameTaskQueueManager;
+
+/**
+ * A component similar to an inner frame in Swing. It can be dragged around the screen, minimized, expanded, closed, and
+ * resized. Frames can also have their opacity individually assigned which will affect all elements drawn within them.
+ */
+public class UIFrame extends UIContainer {
+ /** Minimum height we'll allow during manual resize */
+ public static int MIN_FRAME_HEIGHT = 60;
+ /** Minimum width we'll allow during manual resize */
+ public static int MIN_FRAME_WIDTH = 100;
+
+ /** The main panel containing the contents panel and status bar of the frame. */
+ private final UIPanel _basePanel;
+ /** The panel meant to hold the contents of the frame. */
+ private UIPanel _contentPanel;
+ /** The top title bar of the frame, part of the frame's "chrome" */
+ private final UIFrameBar _titleBar;
+ /** The bar running along the bottom of the frame. */
+ private final UIFrameStatusBar _statusBar;
+
+ /** If true, show our title and status bars. */
+ private boolean _decorated = true;
+
+ /** The drag listener responsible for allowing repositioning of the frame by dragging the title label. */
+ private DragListener _dragListener = new FrameDragListener(this);
+
+ /** If true, show a resize handle on this frame and allow its use. */
+ private boolean _resizeable = true;
+
+ /** If true (the default) then allow dragging of this frame using the frame bar. */
+ private boolean _draggable = true;
+
+ /** if true, the frame is maximized and can be restored */
+ private boolean _maximized = false;
+
+ private int widthBeforeMaximizing;
+ private int heightBeforeMaximizing;
+ private int hudXBeforeMaximizing;
+ private int hudYBeforeMaximizing;
+
+ /**
+ * Construct a new UIFrame with the given title and default buttons (CLOSE).
+ *
+ * @param title
+ * the text to display on the title bar of this frame
+ */
+ public UIFrame(final String title) {
+ this(title, EnumSet.of(FrameButtons.CLOSE));
+ }
+
+ /**
+ * Construct a new UIFrame with the given title and button.
+ *
+ * @param title
+ * the text to display on the title bar of this frame
+ * @param buttons
+ * which buttons we should show in the frame bar.
+ */
+ public UIFrame(final String title, final EnumSet<FrameButtons> buttons) {
+ setLayout(new BorderLayout());
+
+ _basePanel = new UIPanel(new BorderLayout());
+ _basePanel.setBackdrop(new SolidBackdrop(ColorRGBA.LIGHT_GRAY));
+ _basePanel.setLayoutData(BorderLayoutData.CENTER);
+ _basePanel.setConsumeMouseEvents(true);
+ add(_basePanel);
+
+ _contentPanel = new UIPanel();
+ _contentPanel.setLayoutData(BorderLayoutData.CENTER);
+ _basePanel.add(_contentPanel);
+
+ _titleBar = new UIFrameBar(buttons);
+ _titleBar.setLayoutData(BorderLayoutData.NORTH);
+ setTitle(title);
+ add(_titleBar);
+
+ _statusBar = new UIFrameStatusBar();
+ _statusBar.setLayoutData(BorderLayoutData.SOUTH);
+ _basePanel.add(_statusBar);
+
+ applySkin();
+ }
+
+ /**
+ * @param decorated
+ * true to show the title and status bars. False to remove both. Undecorated frames have no resize or
+ * drag handles, or close buttons, etc.
+ */
+ public void setDecorated(final boolean decorated) {
+ _decorated = decorated;
+ if (!_decorated) {
+ remove(_titleBar);
+ } else {
+ add(_titleBar);
+ }
+
+ if (!_decorated) {
+ _basePanel.remove(_statusBar);
+ } else {
+ _basePanel.add(_statusBar);
+ }
+ }
+
+ public void maximize() {
+ final UIHud hud = getHud();
+ if (_maximized || hud == null) {
+ return;
+ }
+ widthBeforeMaximizing = getLocalComponentWidth();
+ heightBeforeMaximizing = getLocalComponentHeight();
+ hudXBeforeMaximizing = getHudX();
+ hudYBeforeMaximizing = getHudY();
+ setLocalComponentSize(hud.getWidth(), hud.getHeight());
+ setHudXY(0, 0);
+ layout();
+ _maximized = true;
+ }
+
+ public void restore() {
+ final UIHud hud = getHud();
+ if (!_maximized || hud == null) {
+ return;
+ }
+ setLocalComponentSize(widthBeforeMaximizing, heightBeforeMaximizing);
+ setHudXY(hudXBeforeMaximizing, hudYBeforeMaximizing);
+ layout();
+ _maximized = false;
+ }
+
+ /**
+ * @return true if this frame is decorated.
+ */
+ public boolean isDecorated() {
+ return _decorated;
+ }
+
+ /**
+ * @param resizeable
+ * true if we should allow resizing of this frame via a resize handle in the status bar. This does not
+ * stop programmatic resizing of this frame.
+ */
+ public void setResizeable(final boolean resizeable) {
+ if (_resizeable != resizeable) {
+ _resizeable = resizeable;
+
+ if (!_resizeable) {
+ _statusBar.remove(_statusBar.getResizeButton());
+ } else {
+ _statusBar.add(_statusBar.getResizeButton());
+ }
+ _statusBar.updateMinimumSizeFromContents();
+ _statusBar.layout();
+ }
+ }
+
+ /**
+ * @return true if this frame allows manual resizing.
+ */
+ public boolean isResizeable() {
+ return _resizeable;
+ }
+
+ /**
+ * @param draggable
+ * true if we should allow dragging of this frame via a frame bar.
+ */
+ public void setDraggable(final boolean draggable) {
+ _draggable = draggable;
+ }
+
+ /**
+ * @return true if this frame allows dragging.
+ */
+ public boolean isDraggable() {
+ return _draggable;
+ }
+
+ /**
+ * Remove this frame from the hud it is attached to.
+ *
+ * @throws IllegalStateException
+ * if frame is not currently attached to a hud.
+ */
+ public void close() {
+ final UIHud hud = getHud();
+ if (hud == null) {
+ throw new IllegalStateException("UIFrame is not attached to a hud.");
+ }
+
+ // Remove our drag listener
+ hud.removeDragListener(_dragListener);
+
+ // When a frame closes, close any open tooltip
+ hud.getTooltip().setVisible(false);
+
+ // clear any resources for standin
+ clearStandin();
+
+ hud.remove(this);
+ _parent = null;
+ }
+
+ /**
+ * Centers this frame on the location of the given component.
+ *
+ * @param comp
+ * the component to center on.
+ */
+ public void setLocationRelativeTo(final UIComponent comp) {
+ final Rectangle2 rectA = comp.getRelativeComponentBounds(null);
+ final Rectangle2 rectB = getRelativeComponentBounds(null);
+ int x = (rectA.getWidth() - rectB.getWidth()) / 2;
+ int y = (rectA.getHeight() - rectB.getHeight()) / 2;
+ x += comp.getHudX() - rectA.getX() + rectB.getX();
+ y += comp.getHudY() - rectA.getY() + rectB.getY();
+ setHudXY(x, y);
+ updateGeometricState(0);
+ }
+
+ /**
+ * Centers this frame on the view of the camera
+ *
+ * @param cam
+ * the camera to center on.
+ */
+ public void setLocationRelativeTo(final Camera cam) {
+ final Rectangle2 rectA = getRelativeComponentBounds(null);
+ int x = (cam.getWidth() - rectA.getWidth()) / 2;
+ int y = (cam.getHeight() - rectA.getHeight()) / 2;
+ x -= rectA.getX();
+ y -= rectA.getY();
+ setHudXY(x, y);
+ updateGeometricState(0);
+ }
+
+ /**
+ * @return this frame's title bar
+ */
+ public UIFrameBar getTitleBar() {
+ return _titleBar;
+ }
+
+ /**
+ * @return this frame's status bar
+ */
+ public UIFrameStatusBar getStatusBar() {
+ return _statusBar;
+ }
+
+ /**
+ * @return the center content panel of this frame.
+ */
+ public UIPanel getContentPanel() {
+ return _contentPanel;
+ }
+
+ /**
+ * @return the base panel of this frame which holds the content panel and status bar.
+ */
+ public UIPanel getBasePanel() {
+ return _basePanel;
+ }
+
+ /**
+ * Replaces the content panel of this frame with a new one.
+ *
+ * @param panel
+ * the new content panel.
+ */
+ public void setContentPanel(final UIPanel panel) {
+ _basePanel.remove(_contentPanel);
+ _contentPanel = panel;
+ panel.setLayoutData(BorderLayoutData.CENTER);
+ _basePanel.add(panel);
+ }
+
+ /**
+ * @return the current title of this frame
+ */
+ public String getTitle() {
+ if (_titleBar != null) {
+ return _titleBar.getTitleLabel().getText();
+ }
+
+ return null;
+ }
+
+ /**
+ * Sets the title of this frame
+ *
+ * @param title
+ * the new title
+ */
+ public void setTitle(final String title) {
+ if (_titleBar != null) {
+ _titleBar.getTitleLabel().setText(title);
+ _titleBar.layout();
+ }
+ }
+
+ @Override
+ public void attachedToHud() {
+ super.attachedToHud();
+ // add our drag listener to the hud
+ getHud().addDragListener(_dragListener);
+ }
+
+ @Override
+ public void detachedFromHud() {
+ super.detachedFromHud();
+
+ // Remove our drag listener from the hud
+ if (getHud() != null) {
+ getHud().removeDragListener(_dragListener);
+ }
+ }
+
+ /**
+ * Resize the frame to fit the minimum size of its content panel.
+ */
+ public void pack() {
+ _contentPanel.updateMinimumSizeFromContents();
+ pack(_contentPanel.getMinimumLocalComponentWidth(), _contentPanel.getMinimumLocalComponentHeight());
+ }
+
+ /**
+ * Resize the frame to fit its content panel to the given dimensions
+ *
+ * @param contentWidth
+ * our desired content panel width
+ * @param contentHeight
+ * our desired content panel height
+ */
+ public void pack(final int contentWidth, final int contentHeight) {
+ // grab the desired width and height of the frame.
+ final int width = contentWidth + _basePanel.getTotalLeft() + _basePanel.getTotalRight();
+ int height = contentHeight + _basePanel.getTotalTop() + _basePanel.getTotalBottom();
+
+ // add in our frame chrome, if it is enabled.
+ if (isDecorated()) {
+ height += _statusBar.getLocalComponentHeight() + _titleBar.getLocalComponentHeight();
+ }
+
+ // Set our size, obeying min sizes.
+ setLocalComponentSize(Math.max(width, UIFrame.MIN_FRAME_WIDTH), Math.max(height, UIFrame.MIN_FRAME_HEIGHT));
+
+ // Layout the panel
+ layout();
+ }
+
+ /**
+ * Causes our shared texture renderer - used to draw cached versions of all frames - to be recreated on the next
+ * render loop.
+ */
+ public static void resetTextureRenderer(final Object queueKey) {
+ final Callable<Void> exe = new Callable<Void>() {
+ public Void call() {
+ if (UIContainer._textureRenderer != null) {
+ UIContainer._textureRenderer.cleanup();
+ }
+ UIContainer._textureRenderer = null;
+ return null;
+ }
+ };
+ GameTaskQueueManager.getManager(queueKey).render(exe);
+ }
+
+ /**
+ * Recursive convenience method for locating the first UIFrame above a given component.
+ *
+ * @param component
+ * the component to look above.
+ * @return the first UIFrame found above the given component, or null if none.
+ */
+ public static UIFrame findParentFrame(final UIComponent component) {
+ if (component.getParent() instanceof UIFrame) {
+ return (UIFrame) component.getParent();
+ } else if (component.getParent() instanceof UIComponent) {
+ return UIFrame.findParentFrame((UIComponent) component.getParent());
+ } else {
+ return null;
+ }
+ }
+
+ /**
+ * Set a new drag listener on this frame.
+ *
+ * @param listener
+ * the drag listener. Must not be null.
+ */
+ public void setDragListener(final DragListener listener) {
+ assert listener != null : "listener must not be null";
+ if (isAttachedToHUD()) {
+ getHud().removeDragListener(_dragListener);
+ }
+ _dragListener = listener;
+ if (isAttachedToHUD()) {
+ getHud().addDragListener(_dragListener);
+ }
+ }
+
+ /**
+ * Enumeration of possible frame chrome buttons.
+ */
+ public enum FrameButtons {
+ CLOSE, MINIMIZE, MAXIMIZE, HELP;
+ }
+
+ public boolean isMaximized() {
+ return _maximized;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameBar.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameBar.java
index d10ec2e..9b43b22 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameBar.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameBar.java
@@ -1,128 +1,128 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import java.util.EnumSet;
-
-import com.ardor3d.extension.ui.UIFrame.FrameButtons;
-import com.ardor3d.extension.ui.event.ActionEvent;
-import com.ardor3d.extension.ui.event.ActionListener;
-
-/**
- * This panel extension defines a standard frame title bar with optional buttons you might find in a typical windowing
- * system (such as minimize, close, etc.)
- */
-public class UIFrameBar extends UIPanel {
-
- /** The title text label, and also our frame drag handle. */
- private final UILabel _titleLabel;
-
- /** Help button. */
- private final UIButton _helpButton;
- /** Minimize button. */
- private final UIButton _minimizeButton;
- /** Maximize button. */
- private final UIButton _maximizeButton;
- /** Close button used for removing the parent frame from its hud, hiding it. */
- private final UIButton _closeButton;
-
- /**
- * Construct a new UIFrameBar, adding the buttons as specified in the given EnumSet
- *
- * @param buttons
- * the button types we want shown
- */
- public UIFrameBar(final EnumSet<FrameButtons> buttons) {
- _titleLabel = new UILabel("- untitled -");
- attachChild(_titleLabel);
-
- if (buttons.contains(FrameButtons.HELP)) {
- _helpButton = createFrameButton("?");
- _helpButton.addActionListener(new ActionListener() {
- public void actionPerformed(final ActionEvent event) {
- // TODO: Implement
- }
- });
- attachChild(_helpButton);
- } else {
- _helpButton = null;
- }
-
- if (buttons.contains(FrameButtons.MINIMIZE)) {
- _minimizeButton = createFrameButton("_");
- _minimizeButton.addActionListener(new ActionListener() {
- public void actionPerformed(final ActionEvent event) {
- // TODO: Implement
- }
- });
- attachChild(_minimizeButton);
- } else {
- _minimizeButton = null;
- }
-
- if (buttons.contains(FrameButtons.MAXIMIZE)) {
- _maximizeButton = createFrameButton("^");
- _maximizeButton.addActionListener(new ActionListener() {
- public void actionPerformed(final ActionEvent event) {
- // XXX: Should this also update the button img?
- final UIFrame frame = (UIFrame) getParent();
- if (frame.isMaximized()) {
- frame.restore();
- } else {
- frame.maximize();
- }
- }
- });
- attachChild(_maximizeButton);
- } else {
- _maximizeButton = null;
- }
-
- if (buttons.contains(FrameButtons.CLOSE)) {
- _closeButton = createFrameButton("x");
- _closeButton.addActionListener(new ActionListener() {
- public void actionPerformed(final ActionEvent event) {
- ((UIFrame) getParent()).close();
- }
- });
- attachChild(_closeButton);
- } else {
- _closeButton = null;
- }
- }
-
- private UIButton createFrameButton(final String string) {
- // Generate a standardized button.
- final UIButton rVal = new UIButton(string);
- rVal.refreshState();
- return rVal;
- }
-
- public UIButton getCloseButton() {
- return _closeButton;
- }
-
- public UIButton getExpandButton() {
- return _maximizeButton;
- }
-
- public UIButton getHelpButton() {
- return _helpButton;
- }
-
- public UIButton getMinimizeButton() {
- return _minimizeButton;
- }
-
- public UILabel getTitleLabel() {
- return _titleLabel;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import java.util.EnumSet;
+
+import com.ardor3d.extension.ui.UIFrame.FrameButtons;
+import com.ardor3d.extension.ui.event.ActionEvent;
+import com.ardor3d.extension.ui.event.ActionListener;
+
+/**
+ * This panel extension defines a standard frame title bar with optional buttons you might find in a typical windowing
+ * system (such as minimize, close, etc.)
+ */
+public class UIFrameBar extends UIPanel {
+
+ /** The title text label, and also our frame drag handle. */
+ private final UILabel _titleLabel;
+
+ /** Help button. */
+ private final UIButton _helpButton;
+ /** Minimize button. */
+ private final UIButton _minimizeButton;
+ /** Maximize button. */
+ private final UIButton _maximizeButton;
+ /** Close button used for removing the parent frame from its hud, hiding it. */
+ private final UIButton _closeButton;
+
+ /**
+ * Construct a new UIFrameBar, adding the buttons as specified in the given EnumSet
+ *
+ * @param buttons
+ * the button types we want shown
+ */
+ public UIFrameBar(final EnumSet<FrameButtons> buttons) {
+ _titleLabel = new UILabel("- untitled -");
+ attachChild(_titleLabel);
+
+ if (buttons.contains(FrameButtons.HELP)) {
+ _helpButton = createFrameButton("?");
+ _helpButton.addActionListener(new ActionListener() {
+ public void actionPerformed(final ActionEvent event) {
+ // TODO: Implement
+ }
+ });
+ attachChild(_helpButton);
+ } else {
+ _helpButton = null;
+ }
+
+ if (buttons.contains(FrameButtons.MINIMIZE)) {
+ _minimizeButton = createFrameButton("_");
+ _minimizeButton.addActionListener(new ActionListener() {
+ public void actionPerformed(final ActionEvent event) {
+ // TODO: Implement
+ }
+ });
+ attachChild(_minimizeButton);
+ } else {
+ _minimizeButton = null;
+ }
+
+ if (buttons.contains(FrameButtons.MAXIMIZE)) {
+ _maximizeButton = createFrameButton("^");
+ _maximizeButton.addActionListener(new ActionListener() {
+ public void actionPerformed(final ActionEvent event) {
+ // XXX: Should this also update the button img?
+ final UIFrame frame = (UIFrame) getParent();
+ if (frame.isMaximized()) {
+ frame.restore();
+ } else {
+ frame.maximize();
+ }
+ }
+ });
+ attachChild(_maximizeButton);
+ } else {
+ _maximizeButton = null;
+ }
+
+ if (buttons.contains(FrameButtons.CLOSE)) {
+ _closeButton = createFrameButton("x");
+ _closeButton.addActionListener(new ActionListener() {
+ public void actionPerformed(final ActionEvent event) {
+ ((UIFrame) getParent()).close();
+ }
+ });
+ attachChild(_closeButton);
+ } else {
+ _closeButton = null;
+ }
+ }
+
+ private UIButton createFrameButton(final String string) {
+ // Generate a standardized button.
+ final UIButton rVal = new UIButton(string);
+ rVal.refreshState();
+ return rVal;
+ }
+
+ public UIButton getCloseButton() {
+ return _closeButton;
+ }
+
+ public UIButton getExpandButton() {
+ return _maximizeButton;
+ }
+
+ public UIButton getHelpButton() {
+ return _helpButton;
+ }
+
+ public UIButton getMinimizeButton() {
+ return _minimizeButton;
+ }
+
+ public UILabel getTitleLabel() {
+ return _titleLabel;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameStatusBar.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameStatusBar.java
index 5a34765..9a82844 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameStatusBar.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIFrameStatusBar.java
@@ -1,127 +1,127 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.event.DragListener;
-import com.ardor3d.extension.ui.event.FrameResizeListener;
-import com.ardor3d.extension.ui.layout.BorderLayout;
-import com.ardor3d.extension.ui.layout.BorderLayoutData;
-import com.ardor3d.input.InputState;
-
-/**
- * This panel extension defines a frame status bar (used at the bottom of a frame) with a text label and resize handle.
- */
-public class UIFrameStatusBar extends UIPanel {
-
- /** Our text label. */
- private final UILabel _statusLabel;
-
- /** Resize handle, used to drag out this content's size when the frame is set as resizeable. */
- private final FrameResizeButton _resizeButton;
-
- /** A drag listener used to perform resize operations on this frame. */
- private DragListener _resizeListener = new FrameResizeListener(this);
-
- /**
- * Construct a new status bar
- */
- public UIFrameStatusBar() {
- super(new BorderLayout());
-
- _statusLabel = new UILabel("");
- _statusLabel.setLayoutData(BorderLayoutData.CENTER);
- add(_statusLabel);
-
- _resizeButton = new FrameResizeButton();
- _resizeButton.setLayoutData(BorderLayoutData.EAST);
- add(_resizeButton);
- }
-
- public FrameResizeButton getResizeButton() {
- return _resizeButton;
- }
-
- public UILabel getStatusLabel() {
- return _statusLabel;
- }
-
- @Override
- public void attachedToHud() {
- super.attachedToHud();
- final UIHud hud = getHud();
- if (hud != null) {
- hud.addDragListener(_resizeListener);
- }
- }
-
- @Override
- public void detachedFromHud() {
- super.detachedFromHud();
- final UIHud hud = getHud();
- if (hud != null) {
- hud.removeDragListener(_resizeListener);
- }
- }
-
- public void setResizeListener(final DragListener listener) {
- _resizeListener = listener;
- }
-
- public DragListener getResizeListener() {
- return _resizeListener;
- }
-
- class FrameResizeButton extends UIButton {
-
- public FrameResizeButton() {
- super("...");
- _pressedState = new MyPressedState();
- _defaultState = new MyDefaultState();
- _mouseOverState = new MyMouseOverState();
- switchState(_defaultState);
- }
-
- @Override
- protected void applySkin() {
- ; // keep this from happening by default
- }
-
- class MyPressedState extends UIButton.PressedState {
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- super.mouseDeparted(mouseX, mouseY, state);
- // TODO: Reset mouse cursor.
- }
- }
-
- class MyDefaultState extends UIButton.DefaultState {
- @Override
- public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
- super.mouseEntered(mouseX, mouseY, state);
- // TODO: Set mouse cursor to resize.
- }
-
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- super.mouseDeparted(mouseX, mouseY, state);
- // TODO: Reset mouse cursor.
- }
- }
-
- class MyMouseOverState extends UIButton.MouseOverState {
- @Override
- public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
- super.mouseDeparted(mouseX, mouseY, state);
- // TODO: Reset mouse cursor.
- }
- }
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.event.DragListener;
+import com.ardor3d.extension.ui.event.FrameResizeListener;
+import com.ardor3d.extension.ui.layout.BorderLayout;
+import com.ardor3d.extension.ui.layout.BorderLayoutData;
+import com.ardor3d.input.InputState;
+
+/**
+ * This panel extension defines a frame status bar (used at the bottom of a frame) with a text label and resize handle.
+ */
+public class UIFrameStatusBar extends UIPanel {
+
+ /** Our text label. */
+ private final UILabel _statusLabel;
+
+ /** Resize handle, used to drag out this content's size when the frame is set as resizeable. */
+ private final FrameResizeButton _resizeButton;
+
+ /** A drag listener used to perform resize operations on this frame. */
+ private DragListener _resizeListener = new FrameResizeListener(this);
+
+ /**
+ * Construct a new status bar
+ */
+ public UIFrameStatusBar() {
+ super(new BorderLayout());
+
+ _statusLabel = new UILabel("");
+ _statusLabel.setLayoutData(BorderLayoutData.CENTER);
+ add(_statusLabel);
+
+ _resizeButton = new FrameResizeButton();
+ _resizeButton.setLayoutData(BorderLayoutData.EAST);
+ add(_resizeButton);
+ }
+
+ public FrameResizeButton getResizeButton() {
+ return _resizeButton;
+ }
+
+ public UILabel getStatusLabel() {
+ return _statusLabel;
+ }
+
+ @Override
+ public void attachedToHud() {
+ super.attachedToHud();
+ final UIHud hud = getHud();
+ if (hud != null) {
+ hud.addDragListener(_resizeListener);
+ }
+ }
+
+ @Override
+ public void detachedFromHud() {
+ super.detachedFromHud();
+ final UIHud hud = getHud();
+ if (hud != null) {
+ hud.removeDragListener(_resizeListener);
+ }
+ }
+
+ public void setResizeListener(final DragListener listener) {
+ _resizeListener = listener;
+ }
+
+ public DragListener getResizeListener() {
+ return _resizeListener;
+ }
+
+ class FrameResizeButton extends UIButton {
+
+ public FrameResizeButton() {
+ super("...");
+ _pressedState = new MyPressedState();
+ _defaultState = new MyDefaultState();
+ _mouseOverState = new MyMouseOverState();
+ switchState(_defaultState);
+ }
+
+ @Override
+ protected void applySkin() {
+ ; // keep this from happening by default
+ }
+
+ class MyPressedState extends UIButton.PressedState {
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ super.mouseDeparted(mouseX, mouseY, state);
+ // TODO: Reset mouse cursor.
+ }
+ }
+
+ class MyDefaultState extends UIButton.DefaultState {
+ @Override
+ public void mouseEntered(final int mouseX, final int mouseY, final InputState state) {
+ super.mouseEntered(mouseX, mouseY, state);
+ // TODO: Set mouse cursor to resize.
+ }
+
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ super.mouseDeparted(mouseX, mouseY, state);
+ // TODO: Reset mouse cursor.
+ }
+ }
+
+ class MyMouseOverState extends UIButton.MouseOverState {
+ @Override
+ public void mouseDeparted(final int mouseX, final int mouseY, final InputState state) {
+ super.mouseDeparted(mouseX, mouseY, state);
+ // TODO: Reset mouse cursor.
+ }
+ }
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UILabel.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UILabel.java
index 6e6fff0..3001f2e 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UILabel.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UILabel.java
@@ -1,61 +1,61 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.util.SubTex;
-import com.google.common.collect.ImmutableSet;
-
-/**
- * Basic implementation of {@link AbstractLabelUIComponent}.
- */
-public class UILabel extends AbstractLabelUIComponent {
-
- private final LabelState _disabledState = new LabelState();
- private final LabelState _defaultState = new LabelState();
-
- /**
- * @param text
- * the text value of this label.
- */
- public UILabel(final String text) {
- this(text, null);
- }
-
- /**
- *
- * @param text
- * the text value of this label.
- * @param icon
- * the icon value of this label.
- */
- public UILabel(final String text, final SubTex icon) {
- setText(text);
- setIcon(icon);
-
- applySkin();
- switchState(getDefaultState());
- }
-
- @Override
- public LabelState getDefaultState() {
- return _defaultState;
- }
-
- @Override
- public LabelState getDisabledState() {
- return _disabledState;
- }
-
- @Override
- public ImmutableSet<UIState> getStates() {
- return ImmutableSet.of((UIState) _defaultState, _disabledState);
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.util.SubTex;
+import com.google.common.collect.ImmutableSet;
+
+/**
+ * Basic implementation of {@link AbstractLabelUIComponent}.
+ */
+public class UILabel extends AbstractLabelUIComponent {
+
+ private final LabelState _disabledState = new LabelState();
+ private final LabelState _defaultState = new LabelState();
+
+ /**
+ * @param text
+ * the text value of this label.
+ */
+ public UILabel(final String text) {
+ this(text, null);
+ }
+
+ /**
+ *
+ * @param text
+ * the text value of this label.
+ * @param icon
+ * the icon value of this label.
+ */
+ public UILabel(final String text, final SubTex icon) {
+ setText(text);
+ setIcon(icon);
+
+ applySkin();
+ switchState(getDefaultState());
+ }
+
+ @Override
+ public LabelState getDefaultState() {
+ return _defaultState;
+ }
+
+ @Override
+ public LabelState getDisabledState() {
+ return _disabledState;
+ }
+
+ @Override
+ public ImmutableSet<UIState> getStates() {
+ return ImmutableSet.of((UIState) _defaultState, _disabledState);
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIProgressBar.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIProgressBar.java
index ab153e6..ebb9ace 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIProgressBar.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIProgressBar.java
@@ -1,151 +1,151 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.border.EmptyBorder;
-import com.ardor3d.extension.ui.layout.BorderLayout;
-import com.ardor3d.extension.ui.layout.BorderLayoutData;
-import com.ardor3d.extension.ui.util.Insets;
-
-/**
- * This component shows progress as "percent complete" via a proportionally sized bar and an optional text label.
- */
-public class UIProgressBar extends UIPanel {
-
- /** Text label shown on top of the progress bar itself. */
- private final UILabel _barLabel;
- /** Text label shown to the side of the progress bar. */
- private final UILabel _textLabel;
-
- /** The panel representing our percentage progress bar. */
- private final UIPanel _bar;
- /** The panel shown behind our progress bar. */
- private final UIPanel _mainPanel;
-
- /** How much progress to show, as a percentage. */
- private double _percentFilled = .5;
- /** Whether to show the progress bar horizontally or vertically. */
- private boolean _horizontal = true;
-
- /**
- * Construct a new, horizontal progress bar.
- */
- public UIProgressBar() {
- this(null, true);
- }
-
- /**
- * Construct a new progress bar with the given attributes.
- *
- * @param labelText
- * text to show next to the progress bar
- * @param horizontal
- * true for horizontal bar, false for vertical.
- */
- public UIProgressBar(final String labelText, final boolean horizontal) {
- super(new BorderLayout());
- setHorizontal(horizontal);
-
- _textLabel = new UILabel("");
- _textLabel.setBorder(new EmptyBorder());
- _textLabel.setMargin(new Insets(0, 0, 0, 0));
- _textLabel.setPadding(new Insets(0, 0, 0, 0));
- _textLabel.setLayoutData(BorderLayoutData.WEST);
- setLabelText(labelText);
- add(_textLabel);
-
- _mainPanel = new UIPanel(new BorderLayout());
- _mainPanel.setLayoutData(BorderLayoutData.CENTER);
- add(_mainPanel);
-
- _bar = new UIPanel(new BorderLayout());
- _bar.setLayoutData(BorderLayoutData.CENTER);
- _mainPanel.add(_bar);
-
- _barLabel = new UILabel("");
- _barLabel.setLayoutData(BorderLayoutData.CENTER);
- _mainPanel.add(_barLabel);
-
- applySkin();
-
- updateMinimumSizeFromContents();
- compact();
-
- layout();
- }
-
- @Override
- public void layout() {
- super.layout();
-
- if (isHorizontal()) {
- _bar.setLocalComponentWidth((int) (_percentFilled * _bar.getLocalComponentWidth()));
- } else {
- _bar.setLocalComponentHeight((int) (_percentFilled * _bar.getLocalComponentHeight()));
- }
- }
-
- public boolean isHorizontal() {
- return _horizontal;
- }
-
- /**
- * Takes affect on next call to layout()
- *
- * @param horizontal
- * true for horizontal bar, false for vertical.
- */
- public void setHorizontal(final boolean horizontal) {
- _horizontal = horizontal;
- }
-
- public double getPercentFilled() {
- return _percentFilled;
- }
-
- /**
- * Triggers layout if value is not same as current value.
- *
- * @param value
- */
- public void setPercentFilled(final double value) {
- final double old = _percentFilled;
- _percentFilled = Math.min(value, 1.0);
- if (old != _percentFilled) {
- layout();
- }
- }
-
- public void setLabelText(final String text) {
- _textLabel.setText(text);
- _textLabel.updateMinimumSizeFromContents();
- }
-
- public void setBarText(final String text) {
- _barLabel.setText(text);
- }
-
- public UIPanel getBar() {
- return _bar;
- }
-
- public UILabel getTextLabel() {
- return _textLabel;
- }
-
- public UILabel getBarLabel() {
- return _barLabel;
- }
-
- public UIPanel getMainPanel() {
- return _mainPanel;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.border.EmptyBorder;
+import com.ardor3d.extension.ui.layout.BorderLayout;
+import com.ardor3d.extension.ui.layout.BorderLayoutData;
+import com.ardor3d.extension.ui.util.Insets;
+
+/**
+ * This component shows progress as "percent complete" via a proportionally sized bar and an optional text label.
+ */
+public class UIProgressBar extends UIPanel {
+
+ /** Text label shown on top of the progress bar itself. */
+ private final UILabel _barLabel;
+ /** Text label shown to the side of the progress bar. */
+ private final UILabel _textLabel;
+
+ /** The panel representing our percentage progress bar. */
+ private final UIPanel _bar;
+ /** The panel shown behind our progress bar. */
+ private final UIPanel _mainPanel;
+
+ /** How much progress to show, as a percentage. */
+ private double _percentFilled = .5;
+ /** Whether to show the progress bar horizontally or vertically. */
+ private boolean _horizontal = true;
+
+ /**
+ * Construct a new, horizontal progress bar.
+ */
+ public UIProgressBar() {
+ this(null, true);
+ }
+
+ /**
+ * Construct a new progress bar with the given attributes.
+ *
+ * @param labelText
+ * text to show next to the progress bar
+ * @param horizontal
+ * true for horizontal bar, false for vertical.
+ */
+ public UIProgressBar(final String labelText, final boolean horizontal) {
+ super(new BorderLayout());
+ setHorizontal(horizontal);
+
+ _textLabel = new UILabel("");
+ _textLabel.setBorder(new EmptyBorder());
+ _textLabel.setMargin(new Insets(0, 0, 0, 0));
+ _textLabel.setPadding(new Insets(0, 0, 0, 0));
+ _textLabel.setLayoutData(BorderLayoutData.WEST);
+ setLabelText(labelText);
+ add(_textLabel);
+
+ _mainPanel = new UIPanel(new BorderLayout());
+ _mainPanel.setLayoutData(BorderLayoutData.CENTER);
+ add(_mainPanel);
+
+ _bar = new UIPanel(new BorderLayout());
+ _bar.setLayoutData(BorderLayoutData.CENTER);
+ _mainPanel.add(_bar);
+
+ _barLabel = new UILabel("");
+ _barLabel.setLayoutData(BorderLayoutData.CENTER);
+ _mainPanel.add(_barLabel);
+
+ applySkin();
+
+ updateMinimumSizeFromContents();
+ compact();
+
+ layout();
+ }
+
+ @Override
+ public void layout() {
+ super.layout();
+
+ if (isHorizontal()) {
+ _bar.setLocalComponentWidth((int) (_percentFilled * _bar.getLocalComponentWidth()));
+ } else {
+ _bar.setLocalComponentHeight((int) (_percentFilled * _bar.getLocalComponentHeight()));
+ }
+ }
+
+ public boolean isHorizontal() {
+ return _horizontal;
+ }
+
+ /**
+ * Takes affect on next call to layout()
+ *
+ * @param horizontal
+ * true for horizontal bar, false for vertical.
+ */
+ public void setHorizontal(final boolean horizontal) {
+ _horizontal = horizontal;
+ }
+
+ public double getPercentFilled() {
+ return _percentFilled;
+ }
+
+ /**
+ * Triggers layout if value is not same as current value.
+ *
+ * @param value
+ */
+ public void setPercentFilled(final double value) {
+ final double old = _percentFilled;
+ _percentFilled = Math.min(value, 1.0);
+ if (old != _percentFilled) {
+ layout();
+ }
+ }
+
+ public void setLabelText(final String text) {
+ _textLabel.setText(text);
+ _textLabel.updateMinimumSizeFromContents();
+ }
+
+ public void setBarText(final String text) {
+ _barLabel.setText(text);
+ }
+
+ public UIPanel getBar() {
+ return _bar;
+ }
+
+ public UILabel getTextLabel() {
+ return _textLabel;
+ }
+
+ public UILabel getBarLabel() {
+ return _barLabel;
+ }
+
+ public UIPanel getMainPanel() {
+ return _mainPanel;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIRadioButton.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIRadioButton.java
index 78d8d6e..8a8463d 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIRadioButton.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIRadioButton.java
@@ -1,50 +1,50 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import com.ardor3d.extension.ui.util.ButtonGroup;
-import com.ardor3d.extension.ui.util.SubTex;
-
-/**
- * A extension of button that is specifically selectable and is generally used with a {@link ButtonGroup}. This class is
- * defined distinctly from UIButton to allow for specific skinning.
- */
-public class UIRadioButton extends UIButton {
-
- public UIRadioButton() {
- this("");
- }
-
- public UIRadioButton(final String text) {
- this(text, null);
- }
-
- public UIRadioButton(final String text, final SubTex icon) {
- super(text, icon);
- super.setSelectable(true);
- }
-
- /**
- * Ignored
- */
- @Override
- public void setSelectable(final boolean selectable) {
- ;
- }
-
- /**
- * @return true
- */
- @Override
- public boolean isSelectable() {
- return true;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import com.ardor3d.extension.ui.util.ButtonGroup;
+import com.ardor3d.extension.ui.util.SubTex;
+
+/**
+ * A extension of button that is specifically selectable and is generally used with a {@link ButtonGroup}. This class is
+ * defined distinctly from UIButton to allow for specific skinning.
+ */
+public class UIRadioButton extends UIButton {
+
+ public UIRadioButton() {
+ this("");
+ }
+
+ public UIRadioButton(final String text) {
+ this(text, null);
+ }
+
+ public UIRadioButton(final String text, final SubTex icon) {
+ super(text, icon);
+ super.setSelectable(true);
+ }
+
+ /**
+ * Ignored
+ */
+ @Override
+ public void setSelectable(final boolean selectable) {
+ ;
+ }
+
+ /**
+ * @return true
+ */
+ @Override
+ public boolean isSelectable() {
+ return true;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIScrollBar.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIScrollBar.java
index c755a13..d077a7b 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIScrollBar.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIScrollBar.java
@@ -1,139 +1,139 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import java.util.ArrayList;
-import java.util.List;
-
-import com.ardor3d.extension.ui.event.ActionEvent;
-import com.ardor3d.extension.ui.event.ActionListener;
-import com.ardor3d.extension.ui.layout.BorderLayout;
-import com.ardor3d.extension.ui.layout.BorderLayoutData;
-
-/**
- * NOTE: Experimental still.
- */
-public class UIScrollBar extends UIPanel {
-
- private final Orientation orientation;
- private final UISlider slider;
- private final UIButton btTopLeft;
- private final UIButton btBottomRight;
- private int sliderLength;
- /** List of action listeners notified when this scrollbar is changed. */
- private final List<ActionListener> _listeners = new ArrayList<ActionListener>();
-
- public UIScrollBar(final Orientation orientation) {
- setLayout(new BorderLayout());
- this.orientation = orientation;
- slider = new UISlider(orientation);
- slider.setLayoutData(BorderLayoutData.CENTER);
- btTopLeft = new UIButton(orientation == Orientation.Vertical ? "^" : "<");
- btBottomRight = new UIButton(orientation == Orientation.Vertical ? "v" : ">");
- add(btTopLeft);
- add(btBottomRight);
- add(slider);
- if (orientation == Orientation.Vertical) {
- btTopLeft.setLayoutData(BorderLayoutData.NORTH);
- btBottomRight.setLayoutData(BorderLayoutData.SOUTH);
- } else {
- btTopLeft.setLayoutData(BorderLayoutData.WEST);
- btBottomRight.setLayoutData(BorderLayoutData.EAST);
- }
- applySkin();
-
- updateMinimumSizeFromContents();
- compact();
-
- layout();
- final ActionListener al = new ActionListener() {
- public void actionPerformed(final ActionEvent event) {
- int direction;
- if (event.getSource() == btTopLeft) {
- direction = UIScrollBar.this.orientation == Orientation.Horizontal ? -1 : 1;
- } else {
- direction = UIScrollBar.this.orientation == Orientation.Horizontal ? 1 : -1;
- }
- int offset = slider.getValue();
- if (direction < 0) {
- offset -= 10;
- if (offset < 0) {
- offset = 0;
- }
- } else {
- offset += 10;
- if (offset > slider.getModel().getMaxValue()) {
- offset = slider.getModel().getMaxValue();
- }
- }
- slider.setValue(offset);
- fireChangeEvent();
- }
- };
- btTopLeft.addActionListener(al);
- btBottomRight.addActionListener(al);
- slider.addActionListener(new ActionListener() {
- public void actionPerformed(final ActionEvent event) {
- fireChangeEvent();
- }
- });
- }
-
- private void fireChangeEvent() {
- final ActionEvent event = new ActionEvent(this);
- for (final ActionListener l : _listeners) {
- l.actionPerformed(event);
- }
- }
-
- /**
- * Add the specified listener to this scrollbar's list of listeners notified when it's changed.
- *
- * @param listener
- */
- public void addActionListener(final ActionListener listener) {
- _listeners.add(listener);
- }
-
- public Orientation getOrientation() {
- return orientation;
- }
-
- public int getSliderLength() {
- return sliderLength;
- }
-
- public int getValue() {
- return slider.getValue();
- }
-
- public void setValue(final int offset) {
- slider.setValue(offset);
- layout();
- fireComponentDirty();
- }
-
- public void setMaxValue(final int maxOffset) {
- slider.getModel().setMaxValue(maxOffset);
- }
-
- public UISlider getSlider() {
- return slider;
- }
-
- public UIButton getBtTopLeft() {
- return btTopLeft;
- }
-
- public UIButton getBtBottomRight() {
- return btBottomRight;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import com.ardor3d.extension.ui.event.ActionEvent;
+import com.ardor3d.extension.ui.event.ActionListener;
+import com.ardor3d.extension.ui.layout.BorderLayout;
+import com.ardor3d.extension.ui.layout.BorderLayoutData;
+
+/**
+ * NOTE: Experimental still.
+ */
+public class UIScrollBar extends UIPanel {
+
+ private final Orientation orientation;
+ private final UISlider slider;
+ private final UIButton btTopLeft;
+ private final UIButton btBottomRight;
+ private int sliderLength;
+ /** List of action listeners notified when this scrollbar is changed. */
+ private final List<ActionListener> _listeners = new ArrayList<ActionListener>();
+
+ public UIScrollBar(final Orientation orientation) {
+ setLayout(new BorderLayout());
+ this.orientation = orientation;
+ slider = new UISlider(orientation);
+ slider.setLayoutData(BorderLayoutData.CENTER);
+ btTopLeft = new UIButton(orientation == Orientation.Vertical ? "^" : "<");
+ btBottomRight = new UIButton(orientation == Orientation.Vertical ? "v" : ">");
+ add(btTopLeft);
+ add(btBottomRight);
+ add(slider);
+ if (orientation == Orientation.Vertical) {
+ btTopLeft.setLayoutData(BorderLayoutData.NORTH);
+ btBottomRight.setLayoutData(BorderLayoutData.SOUTH);
+ } else {
+ btTopLeft.setLayoutData(BorderLayoutData.WEST);
+ btBottomRight.setLayoutData(BorderLayoutData.EAST);
+ }
+ applySkin();
+
+ updateMinimumSizeFromContents();
+ compact();
+
+ layout();
+ final ActionListener al = new ActionListener() {
+ public void actionPerformed(final ActionEvent event) {
+ int direction;
+ if (event.getSource() == btTopLeft) {
+ direction = UIScrollBar.this.orientation == Orientation.Horizontal ? -1 : 1;
+ } else {
+ direction = UIScrollBar.this.orientation == Orientation.Horizontal ? 1 : -1;
+ }
+ int offset = slider.getValue();
+ if (direction < 0) {
+ offset -= 10;
+ if (offset < 0) {
+ offset = 0;
+ }
+ } else {
+ offset += 10;
+ if (offset > slider.getModel().getMaxValue()) {
+ offset = slider.getModel().getMaxValue();
+ }
+ }
+ slider.setValue(offset);
+ fireChangeEvent();
+ }
+ };
+ btTopLeft.addActionListener(al);
+ btBottomRight.addActionListener(al);
+ slider.addActionListener(new ActionListener() {
+ public void actionPerformed(final ActionEvent event) {
+ fireChangeEvent();
+ }
+ });
+ }
+
+ private void fireChangeEvent() {
+ final ActionEvent event = new ActionEvent(this);
+ for (final ActionListener l : _listeners) {
+ l.actionPerformed(event);
+ }
+ }
+
+ /**
+ * Add the specified listener to this scrollbar's list of listeners notified when it's changed.
+ *
+ * @param listener
+ */
+ public void addActionListener(final ActionListener listener) {
+ _listeners.add(listener);
+ }
+
+ public Orientation getOrientation() {
+ return orientation;
+ }
+
+ public int getSliderLength() {
+ return sliderLength;
+ }
+
+ public int getValue() {
+ return slider.getValue();
+ }
+
+ public void setValue(final int offset) {
+ slider.setValue(offset);
+ layout();
+ fireComponentDirty();
+ }
+
+ public void setMaxValue(final int maxOffset) {
+ slider.getModel().setMaxValue(maxOffset);
+ }
+
+ public UISlider getSlider() {
+ return slider;
+ }
+
+ public UIButton getBtTopLeft() {
+ return btTopLeft;
+ }
+
+ public UIButton getBtBottomRight() {
+ return btBottomRight;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UISlider.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UISlider.java
index 4ac4c61..0cd086e 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UISlider.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UISlider.java
@@ -1,262 +1,262 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-import java.util.List;
-
-import com.ardor3d.extension.ui.event.ActionEvent;
-import com.ardor3d.extension.ui.event.ActionListener;
-import com.ardor3d.extension.ui.model.DefaultSliderModel;
-import com.ardor3d.extension.ui.model.SliderModel;
-import com.google.common.collect.Lists;
-
-/**
- * A widget allowing display and control of a choice from a range of values.
- */
-public class UISlider extends UIContainer {
-
- /** Our data model */
- private SliderModel _model;
-
- /** The panel or decoration in the back of the slider. */
- private final UIPanel _backPanel = new UIPanel();
-
- /** The knob used to display and control the value of this slider. */
- private final UISliderKnob _knob;
-
- /** List of action listeners notified when this slider is changed. */
- private final List<ActionListener> _listeners = Lists.newArrayList();
-
- /** The orientation of this slider knob. */
- private final Orientation _orientation;
-
- /** Do we snap to the integer values? */
- private boolean _snapToValues = true;
-
- /**
- * create a slider widget with a default range of [0,100]. Initial value is 50.
- *
- * @param orientation
- * the orientation of the slider (Orientation.Horizontal or Orientation.Vertical)
- */
- public UISlider(final Orientation orientation) {
- this(orientation, 0, 100, 50);
- }
-
- /**
- * create a slider widget with a default range of [minValue,maxOffset] and the given initialValue.
- *
- * @param orientation
- * the orientation of the slider (Orientation.Horizontal or Orientation.Vertical)
- * @param minValue
- * the minimum value the slider can take (inclusive).
- * @param maxValue
- * the maximum value the slider can take (inclusive). Must be greater than or equal to minValue.
- * @param initialValue
- * the starting value of the slider. Must be between min and max values.
- */
- public UISlider(final Orientation orientation, final int minValue, final int maxValue, final int initialValue) {
- assert orientation != null : "orientation must not be null.";
- assert minValue <= maxValue : "minValue must be less than maxValue.";
- assert minValue <= initialValue && initialValue <= maxValue : "initialValue must be between minValue and maxValue.";
-
- // Set our orientation
- _orientation = orientation;
-
- // Add our back panel
- attachChild(_backPanel);
-
- // Create a default data model
- _model = new DefaultSliderModel(minValue, maxValue);
-
- // set up our knob and attach it.
- _knob = new UISliderKnob(this);
- attachChild(_knob);
-
- // Set our initial value
- setValue(initialValue);
-
- // Apply our skin.
- applySkin();
- }
-
- /**
- * Notifies any listeners that this slider has updated its value.
- */
- public void fireChangeEvent() {
- if (!isEnabled()) {
- return;
- }
-
- final ActionEvent event = new ActionEvent(this);
- for (final ActionListener l : _listeners) {
- l.actionPerformed(event);
- }
- }
-
- /**
- * @return our orientation.
- */
- public Orientation getOrientation() {
- return _orientation;
- }
-
- @Override
- public void layout() {
- // Keep the knob sized to our content area. This lets the knob control its handle placement.
- _knob.setLocalComponentSize(getContentWidth(), getContentHeight());
-
- // Update the knob's relative position, based on the slider's range and value.
- updateKnob();
-
- // Set the backing panel's position and size based on orientation. We'll center it on the perpendicular axis.
- if (getOrientation() == Orientation.Horizontal) {
- _backPanel.setLocalComponentSize(getContentWidth(), _knob.getMinimumLocalComponentHeight());
- _backPanel.setLocalXY(0, (getContentHeight() - _backPanel.getLocalComponentHeight()) / 2);
- } else {
- _backPanel.setLocalComponentSize(_knob.getMinimumLocalComponentWidth(), getContentHeight());
- _backPanel.setLocalXY((getContentWidth() - _backPanel.getLocalComponentWidth()) / 2, 0);
- }
-
- // lay out the back panel's contents, if any.
- _backPanel.layout();
- }
-
- @Override
- public UIComponent getUIComponent(final int x, final int y) {
- // prevent picking when disabled.
- if (!isEnabled()) {
- return null;
- }
-
- return super.getUIComponent(x, y);
- }
-
- @Override
- public void updateMinimumSizeFromContents() {
- super.updateMinimumSizeFromContents();
-
- // Our size may have have changed, so force an update of the knob's position.
- updateKnob();
- }
-
- /**
- * Set the value on this slider
- *
- * @param value
- * the new value. Clamps between min and max values.
- */
- public void setValue(final int value) {
- _model.setCurrentValue(value, this);
- updateKnob();
- }
-
- /**
- * Update our knob's position.
- */
- private void updateKnob() {
- if ((float) (_model.getMaxValue() - _model.getMinValue()) != 0) {
- _knob.setPosition(_model.getCurrentValue() / (float) (_model.getMaxValue() - _model.getMinValue()));
- } else {
- _knob.setPosition(_model.getMinValue());
- }
- }
-
- /**
- * @return the current data model's current value.
- */
- public int getValue() {
- return _model.getCurrentValue();
- }
-
- /**
- * @return the data model for the slider.
- */
- public SliderModel getModel() {
- return _model;
- }
-
- /**
- * @param model
- * the new data model for this slider. Must not be null.
- */
- public void setModel(final DefaultSliderModel model) {
- assert model != null : "model can not be null.";
- _model = model;
- updateKnob();
- }
-
- /**
- * Add the specified listener to this slider's list of listeners notified when it has changed.
- *
- * @param listener
- * the listener to add
- */
- public void addActionListener(final ActionListener listener) {
- _listeners.add(listener);
- }
-
- /**
- * Remove a listener from this slider's list of listeners.
- *
- * @param listener
- * the listener to remove
- * @return true if the listener was removed.
- */
- public boolean removeActionListener(final ActionListener listener) {
- return _listeners.remove(listener);
- }
-
- /**
- * Called by the knob when our knob is released. Snaps to the nearest value.
- */
- void knobReleased() {
- if (_snapToValues) {
- setValue(Math.round(_knob.getPosition() * (_model.getMaxValue() - _model.getMinValue())));
- }
- }
-
- @Override
- public void setEnabled(final boolean enabled) {
- super.setEnabled(enabled);
- _knob.setEnabled(enabled);
- _backPanel.setEnabled(false);
- }
-
- /**
- * @return the knob associated with this slider.
- */
- public UISliderKnob getKnob() {
- return _knob;
- }
-
- /**
- * @return the back panel associated with this slider.
- */
- public UIPanel getBackPanel() {
- return _backPanel;
- }
-
- /**
- * @param snap
- * true if we snap the slider to the integer representations on mouse release.
- */
- public void setSnapToValues(final boolean snap) {
- _snapToValues = snap;
- }
-
- /**
- * @return true if we snap the slider to the integer representations on mouse release.
- */
- public boolean isSnapToValues() {
- return _snapToValues;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+import java.util.List;
+
+import com.ardor3d.extension.ui.event.ActionEvent;
+import com.ardor3d.extension.ui.event.ActionListener;
+import com.ardor3d.extension.ui.model.DefaultSliderModel;
+import com.ardor3d.extension.ui.model.SliderModel;
+import com.google.common.collect.Lists;
+
+/**
+ * A widget allowing display and control of a choice from a range of values.
+ */
+public class UISlider extends UIContainer {
+
+ /** Our data model */
+ private SliderModel _model;
+
+ /** The panel or decoration in the back of the slider. */
+ private final UIPanel _backPanel = new UIPanel();
+
+ /** The knob used to display and control the value of this slider. */
+ private final UISliderKnob _knob;
+
+ /** List of action listeners notified when this slider is changed. */
+ private final List<ActionListener> _listeners = Lists.newArrayList();
+
+ /** The orientation of this slider knob. */
+ private final Orientation _orientation;
+
+ /** Do we snap to the integer values? */
+ private boolean _snapToValues = true;
+
+ /**
+ * create a slider widget with a default range of [0,100]. Initial value is 50.
+ *
+ * @param orientation
+ * the orientation of the slider (Orientation.Horizontal or Orientation.Vertical)
+ */
+ public UISlider(final Orientation orientation) {
+ this(orientation, 0, 100, 50);
+ }
+
+ /**
+ * create a slider widget with a default range of [minValue,maxOffset] and the given initialValue.
+ *
+ * @param orientation
+ * the orientation of the slider (Orientation.Horizontal or Orientation.Vertical)
+ * @param minValue
+ * the minimum value the slider can take (inclusive).
+ * @param maxValue
+ * the maximum value the slider can take (inclusive). Must be greater than or equal to minValue.
+ * @param initialValue
+ * the starting value of the slider. Must be between min and max values.
+ */
+ public UISlider(final Orientation orientation, final int minValue, final int maxValue, final int initialValue) {
+ assert orientation != null : "orientation must not be null.";
+ assert minValue <= maxValue : "minValue must be less than maxValue.";
+ assert minValue <= initialValue && initialValue <= maxValue : "initialValue must be between minValue and maxValue.";
+
+ // Set our orientation
+ _orientation = orientation;
+
+ // Add our back panel
+ attachChild(_backPanel);
+
+ // Create a default data model
+ _model = new DefaultSliderModel(minValue, maxValue);
+
+ // set up our knob and attach it.
+ _knob = new UISliderKnob(this);
+ attachChild(_knob);
+
+ // Set our initial value
+ setValue(initialValue);
+
+ // Apply our skin.
+ applySkin();
+ }
+
+ /**
+ * Notifies any listeners that this slider has updated its value.
+ */
+ public void fireChangeEvent() {
+ if (!isEnabled()) {
+ return;
+ }
+
+ final ActionEvent event = new ActionEvent(this);
+ for (final ActionListener l : _listeners) {
+ l.actionPerformed(event);
+ }
+ }
+
+ /**
+ * @return our orientation.
+ */
+ public Orientation getOrientation() {
+ return _orientation;
+ }
+
+ @Override
+ public void layout() {
+ // Keep the knob sized to our content area. This lets the knob control its handle placement.
+ _knob.setLocalComponentSize(getContentWidth(), getContentHeight());
+
+ // Update the knob's relative position, based on the slider's range and value.
+ updateKnob();
+
+ // Set the backing panel's position and size based on orientation. We'll center it on the perpendicular axis.
+ if (getOrientation() == Orientation.Horizontal) {
+ _backPanel.setLocalComponentSize(getContentWidth(), _knob.getMinimumLocalComponentHeight());
+ _backPanel.setLocalXY(0, (getContentHeight() - _backPanel.getLocalComponentHeight()) / 2);
+ } else {
+ _backPanel.setLocalComponentSize(_knob.getMinimumLocalComponentWidth(), getContentHeight());
+ _backPanel.setLocalXY((getContentWidth() - _backPanel.getLocalComponentWidth()) / 2, 0);
+ }
+
+ // lay out the back panel's contents, if any.
+ _backPanel.layout();
+ }
+
+ @Override
+ public UIComponent getUIComponent(final int x, final int y) {
+ // prevent picking when disabled.
+ if (!isEnabled()) {
+ return null;
+ }
+
+ return super.getUIComponent(x, y);
+ }
+
+ @Override
+ public void updateMinimumSizeFromContents() {
+ super.updateMinimumSizeFromContents();
+
+ // Our size may have have changed, so force an update of the knob's position.
+ updateKnob();
+ }
+
+ /**
+ * Set the value on this slider
+ *
+ * @param value
+ * the new value. Clamps between min and max values.
+ */
+ public void setValue(final int value) {
+ _model.setCurrentValue(value, this);
+ updateKnob();
+ }
+
+ /**
+ * Update our knob's position.
+ */
+ private void updateKnob() {
+ if ((float) (_model.getMaxValue() - _model.getMinValue()) != 0) {
+ _knob.setPosition(_model.getCurrentValue() / (float) (_model.getMaxValue() - _model.getMinValue()));
+ } else {
+ _knob.setPosition(_model.getMinValue());
+ }
+ }
+
+ /**
+ * @return the current data model's current value.
+ */
+ public int getValue() {
+ return _model.getCurrentValue();
+ }
+
+ /**
+ * @return the data model for the slider.
+ */
+ public SliderModel getModel() {
+ return _model;
+ }
+
+ /**
+ * @param model
+ * the new data model for this slider. Must not be null.
+ */
+ public void setModel(final DefaultSliderModel model) {
+ assert model != null : "model can not be null.";
+ _model = model;
+ updateKnob();
+ }
+
+ /**
+ * Add the specified listener to this slider's list of listeners notified when it has changed.
+ *
+ * @param listener
+ * the listener to add
+ */
+ public void addActionListener(final ActionListener listener) {
+ _listeners.add(listener);
+ }
+
+ /**
+ * Remove a listener from this slider's list of listeners.
+ *
+ * @param listener
+ * the listener to remove
+ * @return true if the listener was removed.
+ */
+ public boolean removeActionListener(final ActionListener listener) {
+ return _listeners.remove(listener);
+ }
+
+ /**
+ * Called by the knob when our knob is released. Snaps to the nearest value.
+ */
+ void knobReleased() {
+ if (_snapToValues) {
+ setValue(Math.round(_knob.getPosition() * (_model.getMaxValue() - _model.getMinValue())));
+ }
+ }
+
+ @Override
+ public void setEnabled(final boolean enabled) {
+ super.setEnabled(enabled);
+ _knob.setEnabled(enabled);
+ _backPanel.setEnabled(false);
+ }
+
+ /**
+ * @return the knob associated with this slider.
+ */
+ public UISliderKnob getKnob() {
+ return _knob;
+ }
+
+ /**
+ * @return the back panel associated with this slider.
+ */
+ public UIPanel getBackPanel() {
+ return _backPanel;
+ }
+
+ /**
+ * @param snap
+ * true if we snap the slider to the integer representations on mouse release.
+ */
+ public void setSnapToValues(final boolean snap) {
+ _snapToValues = snap;
+ }
+
+ /**
+ * @return true if we snap the slider to the integer representations on mouse release.
+ */
+ public boolean isSnapToValues() {
+ return _snapToValues;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIState.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIState.java
index 33dde5c..f3f6b79 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIState.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UIState.java
@@ -1,70 +1,70 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-/**
- * Used in conjunction with {@link StateBasedUIComponent} to describe the appearance and behavior of a specific
- * component state.
- */
-public class UIState extends UIComponent {
-
- public UIState() {
- setBackdrop(null);
- setBorder(null);
- setForegroundColor(null);
- setMargin(null);
- setPadding(null);
- }
-
- /**
- * Applies the local characteristics of this state to the given UIComponent.
- *
- * @param component
- * the UI component to apply this state to
- */
- public void setupAppearance(final UIComponent component) {
- if (getBackdrop() != null) {
- component.setBackdrop(getBackdrop());
- }
- if (getBorder() != null) {
- component.setBorder(getBorder());
- }
- if (getLocalForegroundColor() != null) {
- component.setForegroundColor(getLocalForegroundColor());
- }
- if (getMargin() != null) {
- component.setMargin(getMargin());
- }
- if (getPadding() != null) {
- component.setPadding(getPadding());
- }
- if (getTooltipText() != null) {
- component.setTooltipText(getTooltipText());
- }
- }
-
- /**
- * Called right before a state loses its status as being the "current" state of a UIComponent.
- */
- public void release() {}
-
- @Deprecated
- @Override
- public int getHudX() {
- throw new RuntimeException("Do not call getHudX directly on a ui state. Call on associated component instead.");
- }
-
- @Deprecated
- @Override
- public int getHudY() {
- throw new RuntimeException("Do not call getHudY directly on a ui state. Call on associated component instead.");
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+/**
+ * Used in conjunction with {@link StateBasedUIComponent} to describe the appearance and behavior of a specific
+ * component state.
+ */
+public class UIState extends UIComponent {
+
+ public UIState() {
+ setBackdrop(null);
+ setBorder(null);
+ setForegroundColor(null);
+ setMargin(null);
+ setPadding(null);
+ }
+
+ /**
+ * Applies the local characteristics of this state to the given UIComponent.
+ *
+ * @param component
+ * the UI component to apply this state to
+ */
+ public void setupAppearance(final UIComponent component) {
+ if (getBackdrop() != null) {
+ component.setBackdrop(getBackdrop());
+ }
+ if (getBorder() != null) {
+ component.setBorder(getBorder());
+ }
+ if (getLocalForegroundColor() != null) {
+ component.setForegroundColor(getLocalForegroundColor());
+ }
+ if (getMargin() != null) {
+ component.setMargin(getMargin());
+ }
+ if (getPadding() != null) {
+ component.setPadding(getPadding());
+ }
+ if (getTooltipText() != null) {
+ component.setTooltipText(getTooltipText());
+ }
+ }
+
+ /**
+ * Called right before a state loses its status as being the "current" state of a UIComponent.
+ */
+ public void release() {}
+
+ @Deprecated
+ @Override
+ public int getHudX() {
+ throw new RuntimeException("Do not call getHudX directly on a ui state. Call on associated component instead.");
+ }
+
+ @Deprecated
+ @Override
+ public int getHudY() {
+ throw new RuntimeException("Do not call getHudY directly on a ui state. Call on associated component instead.");
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UITooltip.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UITooltip.java
index 4bbc868..b1dcd7b 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UITooltip.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/UITooltip.java
@@ -1,47 +1,47 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui;
-
-
-/**
- * Defines a component used by the hud to display floating tool tips.
- */
-public class UITooltip extends FloatingUIContainer {
-
- private final AbstractLabelUIComponent _label;
-
- /**
- * Construct a new UITooltip.
- */
- public UITooltip() {
- // setup our text label
- _label = new UILabel("");
- getContentPanel().add(_label);
-
- // initially this is not visible
- setVisible(false);
-
- applySuperSkin();
- }
-
- /**
- * @return the label used to display tips.
- */
- public AbstractLabelUIComponent getLabel() {
- return _label;
- }
-
- @Override
- public UIComponent getUIComponent(final int hudX, final int hudY) {
- // We don't want the tool tip to be "pickable", so always return null.
- return null;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui;
+
+
+/**
+ * Defines a component used by the hud to display floating tool tips.
+ */
+public class UITooltip extends FloatingUIContainer {
+
+ private final AbstractLabelUIComponent _label;
+
+ /**
+ * Construct a new UITooltip.
+ */
+ public UITooltip() {
+ // setup our text label
+ _label = new UILabel("");
+ getContentPanel().add(_label);
+
+ // initially this is not visible
+ setVisible(false);
+
+ applySuperSkin();
+ }
+
+ /**
+ * @return the label used to display tips.
+ */
+ public AbstractLabelUIComponent getLabel() {
+ return _label;
+ }
+
+ @Override
+ public UIComponent getUIComponent(final int hudX, final int hudY) {
+ // We don't want the tool tip to be "pickable", so always return null.
+ return null;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/EmptyBackdrop.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/EmptyBackdrop.java
index 58b1a08..a345520 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/EmptyBackdrop.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/EmptyBackdrop.java
@@ -1,27 +1,27 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.backdrop;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * A simple backdrop that does not alter the content area.
- */
-public class EmptyBackdrop extends UIBackdrop {
- public EmptyBackdrop() {}
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
- // We did not affect the content area, so set it as "virgin"
- comp.setVirginContentArea(true);
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.backdrop;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * A simple backdrop that does not alter the content area.
+ */
+public class EmptyBackdrop extends UIBackdrop {
+ public EmptyBackdrop() {}
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+ // We did not affect the content area, so set it as "virgin"
+ comp.setVirginContentArea(true);
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/GradientBackdrop.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/GradientBackdrop.java
index 463a0c9..ad0aab7 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/GradientBackdrop.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/GradientBackdrop.java
@@ -1,164 +1,164 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.backdrop;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.math.ColorRGBA;
-import com.ardor3d.math.Transform;
-import com.ardor3d.math.Vector3;
-import com.ardor3d.math.type.ReadOnlyColorRGBA;
-import com.ardor3d.renderer.IndexMode;
-import com.ardor3d.renderer.Renderer;
-import com.ardor3d.renderer.state.BlendState;
-import com.ardor3d.renderer.state.BlendState.DestinationFunction;
-import com.ardor3d.renderer.state.BlendState.SourceFunction;
-import com.ardor3d.scenegraph.Mesh;
-import com.ardor3d.util.geom.BufferUtils;
-
-/**
- * A gradient four color backdrop. Each corner can be a different color and it will be blended across the background.
- */
-public class GradientBackdrop extends UIBackdrop {
-
- private final ColorRGBA _topLeft = new ColorRGBA(ColorRGBA.LIGHT_GRAY);
- private final ColorRGBA _topRight = new ColorRGBA(ColorRGBA.GRAY);
- private final ColorRGBA _bottomLeft = new ColorRGBA(ColorRGBA.GRAY);
- private final ColorRGBA _bottomRight = new ColorRGBA(ColorRGBA.DARK_GRAY);
-
- private static Mesh _mesh = GradientBackdrop.createMesh();
- private static final float[] _vals = new float[12];
- private static final float[] _cVals = new float[16];
-
- /**
- * Construct this back drop, using default colors.
- */
- public GradientBackdrop() {}
-
- /**
- * Construct this back drop, using the given corner colors.
- *
- * @param topLeft
- * @param topRight
- * @param bottomLeft
- * @param bottomRight
- */
- public GradientBackdrop(final ReadOnlyColorRGBA topLeft, final ReadOnlyColorRGBA topRight,
- final ReadOnlyColorRGBA bottomLeft, final ReadOnlyColorRGBA bottomRight) {
- setTopLeft(topLeft);
- setTopRight(topRight);
- setBottomLeft(bottomLeft);
- setBottomRight(bottomRight);
- }
-
- public ReadOnlyColorRGBA getBottomLeft() {
- return _bottomLeft;
- }
-
- public void setBottomLeft(final ReadOnlyColorRGBA color) {
- _bottomLeft.set(color);
- }
-
- public ReadOnlyColorRGBA getBottomRight() {
- return _bottomRight;
- }
-
- public void setBottomRight(final ReadOnlyColorRGBA color) {
- _bottomRight.set(color);
- }
-
- public ReadOnlyColorRGBA getTopLeft() {
- return _topLeft;
- }
-
- public void setTopLeft(final ReadOnlyColorRGBA color) {
- _topLeft.set(color);
- }
-
- public ReadOnlyColorRGBA getTopRight() {
- return _topRight;
- }
-
- public void setTopRight(final ReadOnlyColorRGBA color) {
- _topRight.set(color);
- }
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
-
- final float pAlpha = UIComponent.getCurrentOpacity();
-
- final Vector3 v = Vector3.fetchTempInstance();
- v.set(comp.getMargin().getLeft() + comp.getBorder().getLeft(), comp.getMargin().getBottom()
- + comp.getBorder().getBottom(), 0);
-
- final Transform t = Transform.fetchTempInstance();
- t.set(comp.getWorldTransform());
- t.applyForwardVector(v);
- t.translate(v);
- Vector3.releaseTempInstance(v);
-
- GradientBackdrop._mesh.setWorldTransform(t);
- Transform.releaseTempInstance(t);
-
- final int width = UIBackdrop.getBackdropWidth(comp);
- final int height = UIBackdrop.getBackdropHeight(comp);
-
- GradientBackdrop._vals[0] = 0;
- GradientBackdrop._vals[1] = 0;
- GradientBackdrop._vals[3] = width;
- GradientBackdrop._vals[4] = 0;
- GradientBackdrop._vals[6] = width;
- GradientBackdrop._vals[7] = height;
- GradientBackdrop._vals[9] = 0;
- GradientBackdrop._vals[10] = height;
-
- GradientBackdrop._cVals[0] = _bottomLeft.getRed();
- GradientBackdrop._cVals[1] = _bottomLeft.getGreen();
- GradientBackdrop._cVals[2] = _bottomLeft.getBlue();
- GradientBackdrop._cVals[3] = _bottomLeft.getAlpha() * pAlpha;
- GradientBackdrop._cVals[4] = _bottomRight.getRed();
- GradientBackdrop._cVals[5] = _bottomRight.getGreen();
- GradientBackdrop._cVals[6] = _bottomRight.getBlue();
- GradientBackdrop._cVals[7] = _bottomRight.getAlpha() * pAlpha;
- GradientBackdrop._cVals[8] = _topRight.getRed();
- GradientBackdrop._cVals[9] = _topRight.getGreen();
- GradientBackdrop._cVals[10] = _topRight.getBlue();
- GradientBackdrop._cVals[11] = _topRight.getAlpha() * pAlpha;
- GradientBackdrop._cVals[12] = _topLeft.getRed();
- GradientBackdrop._cVals[13] = _topLeft.getGreen();
- GradientBackdrop._cVals[14] = _topLeft.getBlue();
- GradientBackdrop._cVals[15] = _topLeft.getAlpha() * pAlpha;
-
- GradientBackdrop._mesh.getMeshData().getVertexBuffer().rewind();
- GradientBackdrop._mesh.getMeshData().getVertexBuffer().put(GradientBackdrop._vals);
-
- GradientBackdrop._mesh.getMeshData().getColorBuffer().rewind();
- GradientBackdrop._mesh.getMeshData().getColorBuffer().put(GradientBackdrop._cVals);
-
- GradientBackdrop._mesh.render(renderer);
- }
-
- private static Mesh createMesh() {
- final Mesh mesh = new Mesh();
- mesh.getMeshData().setVertexBuffer(BufferUtils.createVector3Buffer(4));
- mesh.getMeshData().setColorBuffer(BufferUtils.createColorBuffer(4));
- mesh.getMeshData().setIndexMode(IndexMode.TriangleFan);
-
- final BlendState blend = new BlendState();
- blend.setBlendEnabled(true);
- blend.setSourceFunction(SourceFunction.SourceAlpha);
- blend.setDestinationFunction(DestinationFunction.OneMinusSourceAlpha);
- mesh.setRenderState(blend);
- mesh.updateWorldRenderStates(false);
-
- return mesh;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.backdrop;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.math.ColorRGBA;
+import com.ardor3d.math.Transform;
+import com.ardor3d.math.Vector3;
+import com.ardor3d.math.type.ReadOnlyColorRGBA;
+import com.ardor3d.renderer.IndexMode;
+import com.ardor3d.renderer.Renderer;
+import com.ardor3d.renderer.state.BlendState;
+import com.ardor3d.renderer.state.BlendState.DestinationFunction;
+import com.ardor3d.renderer.state.BlendState.SourceFunction;
+import com.ardor3d.scenegraph.Mesh;
+import com.ardor3d.util.geom.BufferUtils;
+
+/**
+ * A gradient four color backdrop. Each corner can be a different color and it will be blended across the background.
+ */
+public class GradientBackdrop extends UIBackdrop {
+
+ private final ColorRGBA _topLeft = new ColorRGBA(ColorRGBA.LIGHT_GRAY);
+ private final ColorRGBA _topRight = new ColorRGBA(ColorRGBA.GRAY);
+ private final ColorRGBA _bottomLeft = new ColorRGBA(ColorRGBA.GRAY);
+ private final ColorRGBA _bottomRight = new ColorRGBA(ColorRGBA.DARK_GRAY);
+
+ private static Mesh _mesh = GradientBackdrop.createMesh();
+ private static final float[] _vals = new float[12];
+ private static final float[] _cVals = new float[16];
+
+ /**
+ * Construct this back drop, using default colors.
+ */
+ public GradientBackdrop() {}
+
+ /**
+ * Construct this back drop, using the given corner colors.
+ *
+ * @param topLeft
+ * @param topRight
+ * @param bottomLeft
+ * @param bottomRight
+ */
+ public GradientBackdrop(final ReadOnlyColorRGBA topLeft, final ReadOnlyColorRGBA topRight,
+ final ReadOnlyColorRGBA bottomLeft, final ReadOnlyColorRGBA bottomRight) {
+ setTopLeft(topLeft);
+ setTopRight(topRight);
+ setBottomLeft(bottomLeft);
+ setBottomRight(bottomRight);
+ }
+
+ public ReadOnlyColorRGBA getBottomLeft() {
+ return _bottomLeft;
+ }
+
+ public void setBottomLeft(final ReadOnlyColorRGBA color) {
+ _bottomLeft.set(color);
+ }
+
+ public ReadOnlyColorRGBA getBottomRight() {
+ return _bottomRight;
+ }
+
+ public void setBottomRight(final ReadOnlyColorRGBA color) {
+ _bottomRight.set(color);
+ }
+
+ public ReadOnlyColorRGBA getTopLeft() {
+ return _topLeft;
+ }
+
+ public void setTopLeft(final ReadOnlyColorRGBA color) {
+ _topLeft.set(color);
+ }
+
+ public ReadOnlyColorRGBA getTopRight() {
+ return _topRight;
+ }
+
+ public void setTopRight(final ReadOnlyColorRGBA color) {
+ _topRight.set(color);
+ }
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+
+ final float pAlpha = UIComponent.getCurrentOpacity();
+
+ final Vector3 v = Vector3.fetchTempInstance();
+ v.set(comp.getMargin().getLeft() + comp.getBorder().getLeft(), comp.getMargin().getBottom()
+ + comp.getBorder().getBottom(), 0);
+
+ final Transform t = Transform.fetchTempInstance();
+ t.set(comp.getWorldTransform());
+ t.applyForwardVector(v);
+ t.translate(v);
+ Vector3.releaseTempInstance(v);
+
+ GradientBackdrop._mesh.setWorldTransform(t);
+ Transform.releaseTempInstance(t);
+
+ final int width = UIBackdrop.getBackdropWidth(comp);
+ final int height = UIBackdrop.getBackdropHeight(comp);
+
+ GradientBackdrop._vals[0] = 0;
+ GradientBackdrop._vals[1] = 0;
+ GradientBackdrop._vals[3] = width;
+ GradientBackdrop._vals[4] = 0;
+ GradientBackdrop._vals[6] = width;
+ GradientBackdrop._vals[7] = height;
+ GradientBackdrop._vals[9] = 0;
+ GradientBackdrop._vals[10] = height;
+
+ GradientBackdrop._cVals[0] = _bottomLeft.getRed();
+ GradientBackdrop._cVals[1] = _bottomLeft.getGreen();
+ GradientBackdrop._cVals[2] = _bottomLeft.getBlue();
+ GradientBackdrop._cVals[3] = _bottomLeft.getAlpha() * pAlpha;
+ GradientBackdrop._cVals[4] = _bottomRight.getRed();
+ GradientBackdrop._cVals[5] = _bottomRight.getGreen();
+ GradientBackdrop._cVals[6] = _bottomRight.getBlue();
+ GradientBackdrop._cVals[7] = _bottomRight.getAlpha() * pAlpha;
+ GradientBackdrop._cVals[8] = _topRight.getRed();
+ GradientBackdrop._cVals[9] = _topRight.getGreen();
+ GradientBackdrop._cVals[10] = _topRight.getBlue();
+ GradientBackdrop._cVals[11] = _topRight.getAlpha() * pAlpha;
+ GradientBackdrop._cVals[12] = _topLeft.getRed();
+ GradientBackdrop._cVals[13] = _topLeft.getGreen();
+ GradientBackdrop._cVals[14] = _topLeft.getBlue();
+ GradientBackdrop._cVals[15] = _topLeft.getAlpha() * pAlpha;
+
+ GradientBackdrop._mesh.getMeshData().getVertexBuffer().rewind();
+ GradientBackdrop._mesh.getMeshData().getVertexBuffer().put(GradientBackdrop._vals);
+
+ GradientBackdrop._mesh.getMeshData().getColorBuffer().rewind();
+ GradientBackdrop._mesh.getMeshData().getColorBuffer().put(GradientBackdrop._cVals);
+
+ GradientBackdrop._mesh.render(renderer);
+ }
+
+ private static Mesh createMesh() {
+ final Mesh mesh = new Mesh();
+ mesh.getMeshData().setVertexBuffer(BufferUtils.createVector3Buffer(4));
+ mesh.getMeshData().setColorBuffer(BufferUtils.createColorBuffer(4));
+ mesh.getMeshData().setIndexMode(IndexMode.TriangleFan);
+
+ final BlendState blend = new BlendState();
+ blend.setBlendEnabled(true);
+ blend.setSourceFunction(SourceFunction.SourceAlpha);
+ blend.setDestinationFunction(DestinationFunction.OneMinusSourceAlpha);
+ mesh.setRenderState(blend);
+ mesh.updateWorldRenderStates(false);
+
+ return mesh;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/ImageBackdrop.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/ImageBackdrop.java
index 2cbb8c1..165ffc8 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/ImageBackdrop.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/ImageBackdrop.java
@@ -1,194 +1,194 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.backdrop;
-
-import java.util.Arrays;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.util.Alignment;
-import com.ardor3d.extension.ui.util.SubTex;
-import com.ardor3d.extension.ui.util.SubTexUtil;
-import com.ardor3d.math.ColorRGBA;
-import com.ardor3d.math.type.ReadOnlyColorRGBA;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * This backdrop paints a single image on a colored plane behind the component, stretching it and aligning it to the
- * component based on given settings.
- */
-public class ImageBackdrop extends SolidBackdrop {
-
- public enum StretchAxis {
- /** Stretch the image on both axis */
- Both,
- /** Stretch the image on the horizontal axis */
- Horizontal,
- /** Stretch the image on the vertical axis */
- Vertical,
- /** Do not stretch the image */
- None;
- }
-
- /** The image to draw. */
- protected SubTex _image = null;
- /** The axis to stretch the image on. */
- protected StretchAxis _axis = StretchAxis.Both;
- /** The alignment (to the component) to align the image to. */
- protected Alignment _alignment = Alignment.MIDDLE;
-
- /** used internally to hold component measurements prior to drawing backdrop */
- protected final double[] _dims = new double[4];
-
- /** Used to tint the image drawn by this backdrop. */
- private final ColorRGBA _tintColor = new ColorRGBA(1, 1, 1, 1);
-
- /**
- * Construct this back drop, using the given image.
- *
- * @param image
- */
- public ImageBackdrop(final SubTex image) {
- super(ColorRGBA.BLACK_NO_ALPHA);
- setImage(image);
- }
-
- /**
- * Construct this back drop, using the given image and color.
- *
- * @param image
- * the image to draw
- * @param color
- * the color of the backdrop
- */
- public ImageBackdrop(final SubTex image, final ReadOnlyColorRGBA color) {
- super(color);
- setImage(image);
- }
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
- super.draw(renderer, comp);
-
- getDimensions(comp, _dims);
- double x = _dims[0];
- double y = _dims[1];
- final double width = _dims[2];
- final double height = _dims[3];
-
- x += comp.getMargin().getLeft() + comp.getBorder().getLeft();
- y += comp.getMargin().getBottom() + comp.getBorder().getBottom();
-
- SubTexUtil.drawSubTex(renderer, _image, x, y, width, height, comp.getWorldTransform(), getTintColor());
- }
-
- public void getDimensions(final UIComponent comp, final double[] vals) {
-
- final double bgwidth = UIBackdrop.getBackdropWidth(comp);
- final double bgheight = UIBackdrop.getBackdropHeight(comp);
-
- Arrays.fill(vals, 0);
- switch (_axis) {
- case Both:
- vals[2] = bgwidth;
- vals[3] = bgheight;
- break;
- case None:
- case Horizontal:
- case Vertical:
- if (_axis.equals(StretchAxis.Horizontal)) {
- vals[2] = bgwidth;
- } else {
- vals[2] = _image.getWidth();
- }
-
- if (_axis.equals(StretchAxis.Vertical)) {
- vals[3] = bgheight;
- } else {
- vals[3] = _image.getHeight();
- }
-
- if (!_axis.equals(StretchAxis.Horizontal)) {
- switch (_alignment) {
- case TOP:
- case MIDDLE:
- case BOTTOM:
- vals[0] = bgwidth / 2 - _image.getWidth() / 2;
- break;
- case TOP_RIGHT:
- case RIGHT:
- case BOTTOM_RIGHT:
- vals[0] = bgwidth - _image.getWidth();
- break;
- case TOP_LEFT:
- case LEFT:
- case BOTTOM_LEFT:
- vals[0] = 0;
- }
- }
-
- if (!_axis.equals(StretchAxis.Vertical)) {
- switch (_alignment) {
- case TOP_LEFT:
- case TOP:
- case TOP_RIGHT:
- vals[1] = bgheight - _image.getHeight();
- break;
- case LEFT:
- case MIDDLE:
- case RIGHT:
- vals[1] = bgheight / 2 - _image.getHeight() / 2;
- break;
- case BOTTOM_LEFT:
- case BOTTOM:
- case BOTTOM_RIGHT:
- vals[1] = 0;
- }
- }
- }
- }
-
- public SubTex getImage() {
- return _image;
- }
-
- public void setImage(final SubTex image) {
- _image = image;
- }
-
- public StretchAxis getStretch() {
- return _axis;
- }
-
- public void setStretch(final StretchAxis axis) {
- _axis = axis;
- }
-
- public Alignment getAlignment() {
- return _alignment;
- }
-
- public void setAlignment(final Alignment alignment) {
- _alignment = alignment;
- }
-
- public ReadOnlyColorRGBA getTintColor() {
- return _tintColor;
- }
-
- /**
- * Sets a color to use for tinting the backdrop.
- *
- * @param color
- */
- public void setTintColor(final ReadOnlyColorRGBA color) {
- _tintColor.set(color);
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.backdrop;
+
+import java.util.Arrays;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.util.Alignment;
+import com.ardor3d.extension.ui.util.SubTex;
+import com.ardor3d.extension.ui.util.SubTexUtil;
+import com.ardor3d.math.ColorRGBA;
+import com.ardor3d.math.type.ReadOnlyColorRGBA;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * This backdrop paints a single image on a colored plane behind the component, stretching it and aligning it to the
+ * component based on given settings.
+ */
+public class ImageBackdrop extends SolidBackdrop {
+
+ public enum StretchAxis {
+ /** Stretch the image on both axis */
+ Both,
+ /** Stretch the image on the horizontal axis */
+ Horizontal,
+ /** Stretch the image on the vertical axis */
+ Vertical,
+ /** Do not stretch the image */
+ None;
+ }
+
+ /** The image to draw. */
+ protected SubTex _image = null;
+ /** The axis to stretch the image on. */
+ protected StretchAxis _axis = StretchAxis.Both;
+ /** The alignment (to the component) to align the image to. */
+ protected Alignment _alignment = Alignment.MIDDLE;
+
+ /** used internally to hold component measurements prior to drawing backdrop */
+ protected final double[] _dims = new double[4];
+
+ /** Used to tint the image drawn by this backdrop. */
+ private final ColorRGBA _tintColor = new ColorRGBA(1, 1, 1, 1);
+
+ /**
+ * Construct this back drop, using the given image.
+ *
+ * @param image
+ */
+ public ImageBackdrop(final SubTex image) {
+ super(ColorRGBA.BLACK_NO_ALPHA);
+ setImage(image);
+ }
+
+ /**
+ * Construct this back drop, using the given image and color.
+ *
+ * @param image
+ * the image to draw
+ * @param color
+ * the color of the backdrop
+ */
+ public ImageBackdrop(final SubTex image, final ReadOnlyColorRGBA color) {
+ super(color);
+ setImage(image);
+ }
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+ super.draw(renderer, comp);
+
+ getDimensions(comp, _dims);
+ double x = _dims[0];
+ double y = _dims[1];
+ final double width = _dims[2];
+ final double height = _dims[3];
+
+ x += comp.getMargin().getLeft() + comp.getBorder().getLeft();
+ y += comp.getMargin().getBottom() + comp.getBorder().getBottom();
+
+ SubTexUtil.drawSubTex(renderer, _image, x, y, width, height, comp.getWorldTransform(), getTintColor());
+ }
+
+ public void getDimensions(final UIComponent comp, final double[] vals) {
+
+ final double bgwidth = UIBackdrop.getBackdropWidth(comp);
+ final double bgheight = UIBackdrop.getBackdropHeight(comp);
+
+ Arrays.fill(vals, 0);
+ switch (_axis) {
+ case Both:
+ vals[2] = bgwidth;
+ vals[3] = bgheight;
+ break;
+ case None:
+ case Horizontal:
+ case Vertical:
+ if (_axis.equals(StretchAxis.Horizontal)) {
+ vals[2] = bgwidth;
+ } else {
+ vals[2] = _image.getWidth();
+ }
+
+ if (_axis.equals(StretchAxis.Vertical)) {
+ vals[3] = bgheight;
+ } else {
+ vals[3] = _image.getHeight();
+ }
+
+ if (!_axis.equals(StretchAxis.Horizontal)) {
+ switch (_alignment) {
+ case TOP:
+ case MIDDLE:
+ case BOTTOM:
+ vals[0] = bgwidth / 2 - _image.getWidth() / 2;
+ break;
+ case TOP_RIGHT:
+ case RIGHT:
+ case BOTTOM_RIGHT:
+ vals[0] = bgwidth - _image.getWidth();
+ break;
+ case TOP_LEFT:
+ case LEFT:
+ case BOTTOM_LEFT:
+ vals[0] = 0;
+ }
+ }
+
+ if (!_axis.equals(StretchAxis.Vertical)) {
+ switch (_alignment) {
+ case TOP_LEFT:
+ case TOP:
+ case TOP_RIGHT:
+ vals[1] = bgheight - _image.getHeight();
+ break;
+ case LEFT:
+ case MIDDLE:
+ case RIGHT:
+ vals[1] = bgheight / 2 - _image.getHeight() / 2;
+ break;
+ case BOTTOM_LEFT:
+ case BOTTOM:
+ case BOTTOM_RIGHT:
+ vals[1] = 0;
+ }
+ }
+ }
+ }
+
+ public SubTex getImage() {
+ return _image;
+ }
+
+ public void setImage(final SubTex image) {
+ _image = image;
+ }
+
+ public StretchAxis getStretch() {
+ return _axis;
+ }
+
+ public void setStretch(final StretchAxis axis) {
+ _axis = axis;
+ }
+
+ public Alignment getAlignment() {
+ return _alignment;
+ }
+
+ public void setAlignment(final Alignment alignment) {
+ _alignment = alignment;
+ }
+
+ public ReadOnlyColorRGBA getTintColor() {
+ return _tintColor;
+ }
+
+ /**
+ * Sets a color to use for tinting the backdrop.
+ *
+ * @param color
+ */
+ public void setTintColor(final ReadOnlyColorRGBA color) {
+ _tintColor.set(color);
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/MultiImageBackdrop.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/MultiImageBackdrop.java
index 4b1dd25..e9b951d 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/MultiImageBackdrop.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/MultiImageBackdrop.java
@@ -1,122 +1,122 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.backdrop;
-
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.List;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.util.SubTexUtil;
-import com.ardor3d.extension.ui.util.TransformedSubTex;
-import com.ardor3d.math.ColorRGBA;
-import com.ardor3d.math.type.ReadOnlyColorRGBA;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * This backdrop paints one or more transformable, ordered images on a colored plane behind the component.
- */
-public class MultiImageBackdrop extends SolidBackdrop {
-
- /** The image(s) to draw. */
- private final List<TransformedSubTex> _images = new ArrayList<TransformedSubTex>();
-
- /**
- * Construct this back drop, using the default, no alpha backdrop color.
- */
- public MultiImageBackdrop() {
- this(ColorRGBA.BLACK_NO_ALPHA);
- }
-
- /**
- * Construct this back drop, using the given backdrop color.
- *
- * @param backDropColor
- * the color of the backdrop
- */
- public MultiImageBackdrop(final ReadOnlyColorRGBA backDropColor) {
- super(backDropColor);
- }
-
- public void addImage(final TransformedSubTex entry) {
- _images.add(entry);
- }
-
- public boolean removeImage(final TransformedSubTex entry) {
- return _images.remove(entry);
- }
-
- public List<TransformedSubTex> getImages() {
- return _images;
- }
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
- super.draw(renderer, comp);
-
- if (_images.size() > 1) {
- Collections.sort(_images);
- }
-
- final double bgwidth = UIBackdrop.getBackdropWidth(comp);
- final double bgheight = UIBackdrop.getBackdropHeight(comp);
-
- final double[] store = new double[2];
- for (final TransformedSubTex entry : _images) {
-
- MultiImageBackdrop.getDimensions(entry, comp, bgwidth, bgheight, store);
-
- store[0] += comp.getMargin().getLeft() + comp.getBorder().getLeft();
- store[1] += comp.getMargin().getBottom() + comp.getBorder().getBottom();
-
- SubTexUtil.drawTransformedSubTex(renderer, entry, (int) Math.round(store[0]), (int) Math.round(store[1]),
- entry.getWidth(), entry.getHeight(), false, comp.getWorldTransform());
- }
- }
-
- public static void getDimensions(final TransformedSubTex entry, final UIComponent comp, final double bgwidth,
- final double bgheight, final double[] store) {
-
- switch (entry.getAlignment()) {
- case TOP:
- case MIDDLE:
- case BOTTOM:
- store[0] = bgwidth / 2;
- break;
- case TOP_RIGHT:
- case RIGHT:
- case BOTTOM_RIGHT:
- store[0] = bgwidth;
- break;
- case TOP_LEFT:
- case LEFT:
- case BOTTOM_LEFT:
- store[0] = 0;
- }
-
- switch (entry.getAlignment()) {
- case TOP_LEFT:
- case TOP:
- case TOP_RIGHT:
- store[1] = bgheight;
- break;
- case LEFT:
- case MIDDLE:
- case RIGHT:
- store[1] = bgheight / 2;
- break;
- case BOTTOM_LEFT:
- case BOTTOM:
- case BOTTOM_RIGHT:
- store[1] = 0;
- }
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.backdrop;
+
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.List;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.util.SubTexUtil;
+import com.ardor3d.extension.ui.util.TransformedSubTex;
+import com.ardor3d.math.ColorRGBA;
+import com.ardor3d.math.type.ReadOnlyColorRGBA;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * This backdrop paints one or more transformable, ordered images on a colored plane behind the component.
+ */
+public class MultiImageBackdrop extends SolidBackdrop {
+
+ /** The image(s) to draw. */
+ private final List<TransformedSubTex> _images = new ArrayList<TransformedSubTex>();
+
+ /**
+ * Construct this back drop, using the default, no alpha backdrop color.
+ */
+ public MultiImageBackdrop() {
+ this(ColorRGBA.BLACK_NO_ALPHA);
+ }
+
+ /**
+ * Construct this back drop, using the given backdrop color.
+ *
+ * @param backDropColor
+ * the color of the backdrop
+ */
+ public MultiImageBackdrop(final ReadOnlyColorRGBA backDropColor) {
+ super(backDropColor);
+ }
+
+ public void addImage(final TransformedSubTex entry) {
+ _images.add(entry);
+ }
+
+ public boolean removeImage(final TransformedSubTex entry) {
+ return _images.remove(entry);
+ }
+
+ public List<TransformedSubTex> getImages() {
+ return _images;
+ }
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+ super.draw(renderer, comp);
+
+ if (_images.size() > 1) {
+ Collections.sort(_images);
+ }
+
+ final double bgwidth = UIBackdrop.getBackdropWidth(comp);
+ final double bgheight = UIBackdrop.getBackdropHeight(comp);
+
+ final double[] store = new double[2];
+ for (final TransformedSubTex entry : _images) {
+
+ MultiImageBackdrop.getDimensions(entry, comp, bgwidth, bgheight, store);
+
+ store[0] += comp.getMargin().getLeft() + comp.getBorder().getLeft();
+ store[1] += comp.getMargin().getBottom() + comp.getBorder().getBottom();
+
+ SubTexUtil.drawTransformedSubTex(renderer, entry, (int) Math.round(store[0]), (int) Math.round(store[1]),
+ entry.getWidth(), entry.getHeight(), false, comp.getWorldTransform());
+ }
+ }
+
+ public static void getDimensions(final TransformedSubTex entry, final UIComponent comp, final double bgwidth,
+ final double bgheight, final double[] store) {
+
+ switch (entry.getAlignment()) {
+ case TOP:
+ case MIDDLE:
+ case BOTTOM:
+ store[0] = bgwidth / 2;
+ break;
+ case TOP_RIGHT:
+ case RIGHT:
+ case BOTTOM_RIGHT:
+ store[0] = bgwidth;
+ break;
+ case TOP_LEFT:
+ case LEFT:
+ case BOTTOM_LEFT:
+ store[0] = 0;
+ }
+
+ switch (entry.getAlignment()) {
+ case TOP_LEFT:
+ case TOP:
+ case TOP_RIGHT:
+ store[1] = bgheight;
+ break;
+ case LEFT:
+ case MIDDLE:
+ case RIGHT:
+ store[1] = bgheight / 2;
+ break;
+ case BOTTOM_LEFT:
+ case BOTTOM:
+ case BOTTOM_RIGHT:
+ store[1] = 0;
+ }
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/SolidBackdrop.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/SolidBackdrop.java
index cae4adb..362e7fa 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/SolidBackdrop.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/SolidBackdrop.java
@@ -1,108 +1,108 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.backdrop;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.util.UIQuad;
-import com.ardor3d.math.ColorRGBA;
-import com.ardor3d.math.Transform;
-import com.ardor3d.math.Vector3;
-import com.ardor3d.math.type.ReadOnlyColorRGBA;
-import com.ardor3d.renderer.Renderer;
-import com.ardor3d.renderer.state.BlendState;
-import com.ardor3d.renderer.state.BlendState.DestinationFunction;
-import com.ardor3d.renderer.state.BlendState.SourceFunction;
-
-/**
- * This backdrop paints a solid rectangle of color behind a UI component.
- */
-public class SolidBackdrop extends UIBackdrop {
-
- /** The color to draw */
- private final ColorRGBA _color = new ColorRGBA(ColorRGBA.GRAY);
- /** The quad used across all solid backdrops to render with. */
- private static UIQuad _standin = SolidBackdrop.createStandinQuad();
-
- /**
- * Construct this backdrop, using the given color.
- *
- * @param color
- * the color of the backdrop
- */
- public SolidBackdrop(final ReadOnlyColorRGBA color) {
- setColor(color);
- }
-
- /**
- * @return the color of this back drop.
- */
- public ReadOnlyColorRGBA getColor() {
- return _color;
- }
-
- /**
- * Set the color of this back drop.
- *
- * @param color
- * the color to use
- */
- public void setColor(final ReadOnlyColorRGBA color) {
- if (color != null) {
- _color.set(color);
- }
- }
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
-
- final float oldA = _color.getAlpha();
- if (oldA == 0) {
- // no need to draw.
- return;
- }
-
- _color.setAlpha(oldA * UIComponent.getCurrentOpacity());
- SolidBackdrop._standin.setDefaultColor(_color);
-
- final Vector3 v = Vector3.fetchTempInstance();
- v.set(comp.getMargin().getLeft() + comp.getBorder().getLeft(), comp.getMargin().getBottom()
- + comp.getBorder().getBottom(), 0);
-
- final Transform t = Transform.fetchTempInstance();
- t.set(comp.getWorldTransform());
- t.applyForwardVector(v);
- t.translate(v);
- Vector3.releaseTempInstance(v);
-
- SolidBackdrop._standin.setWorldTransform(t);
- Transform.releaseTempInstance(t);
-
- final float width = UIBackdrop.getBackdropWidth(comp);
- final float height = UIBackdrop.getBackdropHeight(comp);
- SolidBackdrop._standin.resize(width, height);
- SolidBackdrop._standin.render(renderer);
-
- _color.setAlpha(oldA);
- }
-
- private static UIQuad createStandinQuad() {
- final UIQuad quad = new UIQuad("standin", 1, 1);
-
- final BlendState blend = new BlendState();
- blend.setBlendEnabled(true);
- blend.setSourceFunction(SourceFunction.SourceAlpha);
- blend.setDestinationFunction(DestinationFunction.OneMinusSourceAlpha);
- quad.setRenderState(blend);
- quad.updateWorldRenderStates(false);
-
- return quad;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.backdrop;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.util.UIQuad;
+import com.ardor3d.math.ColorRGBA;
+import com.ardor3d.math.Transform;
+import com.ardor3d.math.Vector3;
+import com.ardor3d.math.type.ReadOnlyColorRGBA;
+import com.ardor3d.renderer.Renderer;
+import com.ardor3d.renderer.state.BlendState;
+import com.ardor3d.renderer.state.BlendState.DestinationFunction;
+import com.ardor3d.renderer.state.BlendState.SourceFunction;
+
+/**
+ * This backdrop paints a solid rectangle of color behind a UI component.
+ */
+public class SolidBackdrop extends UIBackdrop {
+
+ /** The color to draw */
+ private final ColorRGBA _color = new ColorRGBA(ColorRGBA.GRAY);
+ /** The quad used across all solid backdrops to render with. */
+ private static UIQuad _standin = SolidBackdrop.createStandinQuad();
+
+ /**
+ * Construct this backdrop, using the given color.
+ *
+ * @param color
+ * the color of the backdrop
+ */
+ public SolidBackdrop(final ReadOnlyColorRGBA color) {
+ setColor(color);
+ }
+
+ /**
+ * @return the color of this back drop.
+ */
+ public ReadOnlyColorRGBA getColor() {
+ return _color;
+ }
+
+ /**
+ * Set the color of this back drop.
+ *
+ * @param color
+ * the color to use
+ */
+ public void setColor(final ReadOnlyColorRGBA color) {
+ if (color != null) {
+ _color.set(color);
+ }
+ }
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+
+ final float oldA = _color.getAlpha();
+ if (oldA == 0) {
+ // no need to draw.
+ return;
+ }
+
+ _color.setAlpha(oldA * UIComponent.getCurrentOpacity());
+ SolidBackdrop._standin.setDefaultColor(_color);
+
+ final Vector3 v = Vector3.fetchTempInstance();
+ v.set(comp.getMargin().getLeft() + comp.getBorder().getLeft(), comp.getMargin().getBottom()
+ + comp.getBorder().getBottom(), 0);
+
+ final Transform t = Transform.fetchTempInstance();
+ t.set(comp.getWorldTransform());
+ t.applyForwardVector(v);
+ t.translate(v);
+ Vector3.releaseTempInstance(v);
+
+ SolidBackdrop._standin.setWorldTransform(t);
+ Transform.releaseTempInstance(t);
+
+ final float width = UIBackdrop.getBackdropWidth(comp);
+ final float height = UIBackdrop.getBackdropHeight(comp);
+ SolidBackdrop._standin.resize(width, height);
+ SolidBackdrop._standin.render(renderer);
+
+ _color.setAlpha(oldA);
+ }
+
+ private static UIQuad createStandinQuad() {
+ final UIQuad quad = new UIQuad("standin", 1, 1);
+
+ final BlendState blend = new BlendState();
+ blend.setBlendEnabled(true);
+ blend.setSourceFunction(SourceFunction.SourceAlpha);
+ blend.setDestinationFunction(DestinationFunction.OneMinusSourceAlpha);
+ quad.setRenderState(blend);
+ quad.updateWorldRenderStates(false);
+
+ return quad;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/UIBackdrop.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/UIBackdrop.java
index 7028339..028b0c9 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/UIBackdrop.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/backdrop/UIBackdrop.java
@@ -1,62 +1,62 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.backdrop;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * Defines a class responsible for drawing a "backdrop" or screen/background that lays behind a UI component.
- */
-public abstract class UIBackdrop {
-
- /**
- * Draw this backdrop. Override this method to do the actual work.
- *
- * @param renderer
- * the renderer to use in drawing.
- * @param component
- * the component we are drawing the background for.
- */
- public abstract void draw(final Renderer renderer, final UIComponent comp);
-
- /**
- * Get the height that a backdrop should cover for a given component. The height is the component's current content
- * area height, plus any padding on the top and bottom.
- *
- * @param component
- * the component to check against
- * @return the height as described above
- */
- public static int getBackdropHeight(final UIComponent component) {
- if (component.getPadding() == null) {
- return component.getContentHeight();
- } else {
- return component.getContentHeight() + component.getPadding().getTop() + component.getPadding().getBottom();
- }
- }
-
- /**
- * Get the width that a backdrop should cover for a given component. The width is the component's current content
- * area width, plus any padding on the left and right.
- *
- * @param component
- * the component to check against
- * @return the width as described above
- */
- public static int getBackdropWidth(final UIComponent component) {
- if (component.getPadding() == null) {
- return component.getContentWidth();
- } else {
- return component.getContentWidth() + component.getPadding().getRight() + component.getPadding().getLeft();
- }
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.backdrop;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * Defines a class responsible for drawing a "backdrop" or screen/background that lays behind a UI component.
+ */
+public abstract class UIBackdrop {
+
+ /**
+ * Draw this backdrop. Override this method to do the actual work.
+ *
+ * @param renderer
+ * the renderer to use in drawing.
+ * @param component
+ * the component we are drawing the background for.
+ */
+ public abstract void draw(final Renderer renderer, final UIComponent comp);
+
+ /**
+ * Get the height that a backdrop should cover for a given component. The height is the component's current content
+ * area height, plus any padding on the top and bottom.
+ *
+ * @param component
+ * the component to check against
+ * @return the height as described above
+ */
+ public static int getBackdropHeight(final UIComponent component) {
+ if (component.getPadding() == null) {
+ return component.getContentHeight();
+ } else {
+ return component.getContentHeight() + component.getPadding().getTop() + component.getPadding().getBottom();
+ }
+ }
+
+ /**
+ * Get the width that a backdrop should cover for a given component. The width is the component's current content
+ * area width, plus any padding on the left and right.
+ *
+ * @param component
+ * the component to check against
+ * @return the width as described above
+ */
+ public static int getBackdropWidth(final UIComponent component) {
+ if (component.getPadding() == null) {
+ return component.getContentWidth();
+ } else {
+ return component.getContentWidth() + component.getPadding().getRight() + component.getPadding().getLeft();
+ }
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/EmptyBorder.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/EmptyBorder.java
index e277da6..005f367 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/EmptyBorder.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/EmptyBorder.java
@@ -1,41 +1,41 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.border;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * A simple border that does not paint in the border area. This border can be used for adding fixed size padding or
- * spacing between components.
- */
-public class EmptyBorder extends UIBorder {
-
- /**
- * Create a new border. All sides are zero size.
- */
- public EmptyBorder() {
- this(0, 0, 0, 0);
- }
-
- /**
- * Create a new border with the given edge sizes
- */
- public EmptyBorder(final int top, final int left, final int bottom, final int right) {
- super(top, left, bottom, right);
- }
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
- ; // nothing to do here
- }
-
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.border;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * A simple border that does not paint in the border area. This border can be used for adding fixed size padding or
+ * spacing between components.
+ */
+public class EmptyBorder extends UIBorder {
+
+ /**
+ * Create a new border. All sides are zero size.
+ */
+ public EmptyBorder() {
+ this(0, 0, 0, 0);
+ }
+
+ /**
+ * Create a new border with the given edge sizes
+ */
+ public EmptyBorder(final int top, final int left, final int bottom, final int right) {
+ super(top, left, bottom, right);
+ }
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+ ; // nothing to do here
+ }
+
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/ImageBorder.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/ImageBorder.java
index dda3cba..070b877 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/ImageBorder.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/ImageBorder.java
@@ -1,215 +1,215 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.border;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.util.SubTex;
-import com.ardor3d.extension.ui.util.SubTexUtil;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * This border takes a set of images and draws them around the edge of a UI component. There are eight possible border
- * images - 4 for the sides of the component and 4 for the corners. Of these, only the sides must be provided. If the
- * corners are null, the top and bottom will stretch to fill in the gaps.
- */
-public class ImageBorder extends UIBorder {
-
- private SubTex _leftEdge = null;
- private SubTex _rightEdge = null;
- private SubTex _topEdge = null;
- private SubTex _bottomEdge = null;
-
- private SubTex _topLeftCorner = null;
- private SubTex _topRightCorner = null;
- private SubTex _bottomLeftCorner = null;
- private SubTex _bottomRightCorner = null;
-
- /**
- * Construct this border using the given edge images. The corners will not be drawn.
- *
- * @param leftEdge
- * @param rightEdge
- * @param topEdge
- * @param bottomEdge
- */
- public ImageBorder(final SubTex leftEdge, final SubTex rightEdge, final SubTex topEdge, final SubTex bottomEdge) {
- super(topEdge.getHeight(), leftEdge.getWidth(), bottomEdge.getHeight(), rightEdge.getWidth());
-
- _leftEdge = leftEdge;
- _rightEdge = rightEdge;
- _topEdge = topEdge;
- _bottomEdge = bottomEdge;
- }
-
- /**
- * Construct this border using the given edge and side images.
- *
- * @param leftEdge
- * @param rightEdge
- * @param topEdge
- * @param bottomEdge
- * @param topLeftCorner
- * @param topRightCorner
- * @param bottomLeftCorner
- * @param bottomRightCorner
- */
- public ImageBorder(final SubTex leftEdge, final SubTex rightEdge, final SubTex topEdge, final SubTex bottomEdge,
- final SubTex topLeftCorner, final SubTex topRightCorner, final SubTex bottomLeftCorner,
- final SubTex bottomRightCorner) {
- super(topEdge.getHeight(), leftEdge.getWidth(), bottomEdge.getHeight(), rightEdge.getWidth());
-
- _leftEdge = leftEdge;
- _rightEdge = rightEdge;
- _topEdge = topEdge;
- _bottomEdge = bottomEdge;
- _topLeftCorner = topLeftCorner;
- _topRightCorner = topRightCorner;
- _bottomLeftCorner = bottomLeftCorner;
- _bottomRightCorner = bottomRightCorner;
- }
-
- public SubTex getBottomEdge() {
- return _bottomEdge;
- }
-
- public void setBottomEdge(final SubTex bottomEdge) {
- _bottomEdge = bottomEdge;
- }
-
- public SubTex getBottomLeftCorner() {
- return _bottomLeftCorner;
- }
-
- public void setBottomLeftCorner(final SubTex bottomLeftCorner) {
- _bottomLeftCorner = bottomLeftCorner;
- }
-
- public SubTex getBottomRightCorner() {
- return _bottomRightCorner;
- }
-
- public void setBottomRightCorner(final SubTex bottomRightCorner) {
- _bottomRightCorner = bottomRightCorner;
- }
-
- public SubTex getLeftEdge() {
- return _leftEdge;
- }
-
- public void setLeftEdge(final SubTex leftEdge) {
- _leftEdge = leftEdge;
- }
-
- public SubTex getRightEdge() {
- return _rightEdge;
- }
-
- public void setRightEdge(final SubTex rightEdge) {
- _rightEdge = rightEdge;
- }
-
- public SubTex getTopEdge() {
- return _topEdge;
- }
-
- public void setTopEdge(final SubTex topEdge) {
- _topEdge = topEdge;
- }
-
- public SubTex getTopLeftCorner() {
- return _topLeftCorner;
- }
-
- public void setTopLeftCorner(final SubTex topLeftCorner) {
- _topLeftCorner = topLeftCorner;
- }
-
- public SubTex getTopRightCorner() {
- return _topRightCorner;
- }
-
- public void setTopRightCorner(final SubTex topRightCorner) {
- _topRightCorner = topRightCorner;
- }
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
-
- // get our general width and height
- final int borderWidth = UIBorder.getBorderWidth(comp);
- final int borderHeight = UIBorder.getBorderHeight(comp);
-
- // Figure out our bottom left corner
- final double dX = comp.getMargin().getLeft();
- final double dY = comp.getMargin().getBottom();
-
- {
- // draw bottom - stretched to fit
- double leftwidth = _bottomLeftCorner != null ? _bottomLeftCorner.getWidth() : 0;
- double rightwidth = _bottomRightCorner != null ? _bottomRightCorner.getWidth() : 0;
- double x = dX + leftwidth;
- double y = dY;
- double width = borderWidth - leftwidth - rightwidth;
- double height = _bottomEdge.getHeight();
- SubTexUtil.drawSubTex(renderer, _bottomEdge, x, y, width, height, comp.getWorldTransform());
-
- // draw top - stretched to fit
- leftwidth = _topLeftCorner != null ? _topLeftCorner.getWidth() : 0;
- rightwidth = _topRightCorner != null ? _topRightCorner.getWidth() : 0;
- x = dX + leftwidth;
- y = dY + (borderHeight - _topEdge.getHeight());
- width = borderWidth - leftwidth - rightwidth;
- height = _topEdge.getHeight();
- SubTexUtil.drawSubTex(renderer, _topEdge, x, y, width, height, comp.getWorldTransform());
- }
-
- {
- // draw left - stretched to fit
- int bottomHeight = _bottomLeftCorner != null ? _bottomLeftCorner.getHeight() : _bottomEdge.getHeight();
- int topHeight = _topLeftCorner != null ? _topLeftCorner.getHeight() : _topEdge.getHeight();
- double x = dX;
- double y = dY + bottomHeight;
- double width = _leftEdge.getWidth();
- double height = borderHeight - bottomHeight - topHeight;
- SubTexUtil.drawSubTex(renderer, _leftEdge, x, y, width, height, comp.getWorldTransform());
-
- // draw right - stretched to fit
- bottomHeight = _bottomRightCorner != null ? _bottomRightCorner.getHeight() : _bottomEdge.getHeight();
- topHeight = _topRightCorner != null ? _topRightCorner.getHeight() : _topEdge.getHeight();
- x = dX + (borderWidth - _rightEdge.getWidth());
- y = dY + bottomHeight;
- width = _rightEdge.getWidth();
- height = borderHeight - bottomHeight - topHeight;
- SubTexUtil.drawSubTex(renderer, _rightEdge, x, y, width, height, comp.getWorldTransform());
- }
-
- // draw corners - not stretched
- if (_topLeftCorner != null) {
- SubTexUtil.drawSubTex(renderer, _topLeftCorner, dX, dY + (borderHeight - _topLeftCorner.getHeight()),
- _topLeftCorner.getWidth(), _topLeftCorner.getHeight(), comp.getWorldTransform());
- }
- if (_bottomLeftCorner != null) {
- SubTexUtil.drawSubTex(renderer, _bottomLeftCorner, dX, dY, _bottomLeftCorner.getWidth(), _bottomLeftCorner
- .getHeight(), comp.getWorldTransform());
- }
- if (_topRightCorner != null) {
- SubTexUtil.drawSubTex(renderer, _topRightCorner, dX + (borderWidth - _topRightCorner.getWidth()), dY
- + (borderHeight - _topRightCorner.getHeight()), _topRightCorner.getWidth(), _topRightCorner
- .getHeight(), comp.getWorldTransform());
- }
- if (_bottomRightCorner != null) {
- SubTexUtil.drawSubTex(renderer, _bottomRightCorner, dX + (borderWidth - _bottomRightCorner.getWidth()), dY,
- _bottomRightCorner.getWidth(), _bottomRightCorner.getHeight(), comp.getWorldTransform());
- }
-
- }
-
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.border;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.util.SubTex;
+import com.ardor3d.extension.ui.util.SubTexUtil;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * This border takes a set of images and draws them around the edge of a UI component. There are eight possible border
+ * images - 4 for the sides of the component and 4 for the corners. Of these, only the sides must be provided. If the
+ * corners are null, the top and bottom will stretch to fill in the gaps.
+ */
+public class ImageBorder extends UIBorder {
+
+ private SubTex _leftEdge = null;
+ private SubTex _rightEdge = null;
+ private SubTex _topEdge = null;
+ private SubTex _bottomEdge = null;
+
+ private SubTex _topLeftCorner = null;
+ private SubTex _topRightCorner = null;
+ private SubTex _bottomLeftCorner = null;
+ private SubTex _bottomRightCorner = null;
+
+ /**
+ * Construct this border using the given edge images. The corners will not be drawn.
+ *
+ * @param leftEdge
+ * @param rightEdge
+ * @param topEdge
+ * @param bottomEdge
+ */
+ public ImageBorder(final SubTex leftEdge, final SubTex rightEdge, final SubTex topEdge, final SubTex bottomEdge) {
+ super(topEdge.getHeight(), leftEdge.getWidth(), bottomEdge.getHeight(), rightEdge.getWidth());
+
+ _leftEdge = leftEdge;
+ _rightEdge = rightEdge;
+ _topEdge = topEdge;
+ _bottomEdge = bottomEdge;
+ }
+
+ /**
+ * Construct this border using the given edge and side images.
+ *
+ * @param leftEdge
+ * @param rightEdge
+ * @param topEdge
+ * @param bottomEdge
+ * @param topLeftCorner
+ * @param topRightCorner
+ * @param bottomLeftCorner
+ * @param bottomRightCorner
+ */
+ public ImageBorder(final SubTex leftEdge, final SubTex rightEdge, final SubTex topEdge, final SubTex bottomEdge,
+ final SubTex topLeftCorner, final SubTex topRightCorner, final SubTex bottomLeftCorner,
+ final SubTex bottomRightCorner) {
+ super(topEdge.getHeight(), leftEdge.getWidth(), bottomEdge.getHeight(), rightEdge.getWidth());
+
+ _leftEdge = leftEdge;
+ _rightEdge = rightEdge;
+ _topEdge = topEdge;
+ _bottomEdge = bottomEdge;
+ _topLeftCorner = topLeftCorner;
+ _topRightCorner = topRightCorner;
+ _bottomLeftCorner = bottomLeftCorner;
+ _bottomRightCorner = bottomRightCorner;
+ }
+
+ public SubTex getBottomEdge() {
+ return _bottomEdge;
+ }
+
+ public void setBottomEdge(final SubTex bottomEdge) {
+ _bottomEdge = bottomEdge;
+ }
+
+ public SubTex getBottomLeftCorner() {
+ return _bottomLeftCorner;
+ }
+
+ public void setBottomLeftCorner(final SubTex bottomLeftCorner) {
+ _bottomLeftCorner = bottomLeftCorner;
+ }
+
+ public SubTex getBottomRightCorner() {
+ return _bottomRightCorner;
+ }
+
+ public void setBottomRightCorner(final SubTex bottomRightCorner) {
+ _bottomRightCorner = bottomRightCorner;
+ }
+
+ public SubTex getLeftEdge() {
+ return _leftEdge;
+ }
+
+ public void setLeftEdge(final SubTex leftEdge) {
+ _leftEdge = leftEdge;
+ }
+
+ public SubTex getRightEdge() {
+ return _rightEdge;
+ }
+
+ public void setRightEdge(final SubTex rightEdge) {
+ _rightEdge = rightEdge;
+ }
+
+ public SubTex getTopEdge() {
+ return _topEdge;
+ }
+
+ public void setTopEdge(final SubTex topEdge) {
+ _topEdge = topEdge;
+ }
+
+ public SubTex getTopLeftCorner() {
+ return _topLeftCorner;
+ }
+
+ public void setTopLeftCorner(final SubTex topLeftCorner) {
+ _topLeftCorner = topLeftCorner;
+ }
+
+ public SubTex getTopRightCorner() {
+ return _topRightCorner;
+ }
+
+ public void setTopRightCorner(final SubTex topRightCorner) {
+ _topRightCorner = topRightCorner;
+ }
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+
+ // get our general width and height
+ final int borderWidth = UIBorder.getBorderWidth(comp);
+ final int borderHeight = UIBorder.getBorderHeight(comp);
+
+ // Figure out our bottom left corner
+ final double dX = comp.getMargin().getLeft();
+ final double dY = comp.getMargin().getBottom();
+
+ {
+ // draw bottom - stretched to fit
+ double leftwidth = _bottomLeftCorner != null ? _bottomLeftCorner.getWidth() : 0;
+ double rightwidth = _bottomRightCorner != null ? _bottomRightCorner.getWidth() : 0;
+ double x = dX + leftwidth;
+ double y = dY;
+ double width = borderWidth - leftwidth - rightwidth;
+ double height = _bottomEdge.getHeight();
+ SubTexUtil.drawSubTex(renderer, _bottomEdge, x, y, width, height, comp.getWorldTransform());
+
+ // draw top - stretched to fit
+ leftwidth = _topLeftCorner != null ? _topLeftCorner.getWidth() : 0;
+ rightwidth = _topRightCorner != null ? _topRightCorner.getWidth() : 0;
+ x = dX + leftwidth;
+ y = dY + (borderHeight - _topEdge.getHeight());
+ width = borderWidth - leftwidth - rightwidth;
+ height = _topEdge.getHeight();
+ SubTexUtil.drawSubTex(renderer, _topEdge, x, y, width, height, comp.getWorldTransform());
+ }
+
+ {
+ // draw left - stretched to fit
+ int bottomHeight = _bottomLeftCorner != null ? _bottomLeftCorner.getHeight() : _bottomEdge.getHeight();
+ int topHeight = _topLeftCorner != null ? _topLeftCorner.getHeight() : _topEdge.getHeight();
+ double x = dX;
+ double y = dY + bottomHeight;
+ double width = _leftEdge.getWidth();
+ double height = borderHeight - bottomHeight - topHeight;
+ SubTexUtil.drawSubTex(renderer, _leftEdge, x, y, width, height, comp.getWorldTransform());
+
+ // draw right - stretched to fit
+ bottomHeight = _bottomRightCorner != null ? _bottomRightCorner.getHeight() : _bottomEdge.getHeight();
+ topHeight = _topRightCorner != null ? _topRightCorner.getHeight() : _topEdge.getHeight();
+ x = dX + (borderWidth - _rightEdge.getWidth());
+ y = dY + bottomHeight;
+ width = _rightEdge.getWidth();
+ height = borderHeight - bottomHeight - topHeight;
+ SubTexUtil.drawSubTex(renderer, _rightEdge, x, y, width, height, comp.getWorldTransform());
+ }
+
+ // draw corners - not stretched
+ if (_topLeftCorner != null) {
+ SubTexUtil.drawSubTex(renderer, _topLeftCorner, dX, dY + (borderHeight - _topLeftCorner.getHeight()),
+ _topLeftCorner.getWidth(), _topLeftCorner.getHeight(), comp.getWorldTransform());
+ }
+ if (_bottomLeftCorner != null) {
+ SubTexUtil.drawSubTex(renderer, _bottomLeftCorner, dX, dY, _bottomLeftCorner.getWidth(), _bottomLeftCorner
+ .getHeight(), comp.getWorldTransform());
+ }
+ if (_topRightCorner != null) {
+ SubTexUtil.drawSubTex(renderer, _topRightCorner, dX + (borderWidth - _topRightCorner.getWidth()), dY
+ + (borderHeight - _topRightCorner.getHeight()), _topRightCorner.getWidth(), _topRightCorner
+ .getHeight(), comp.getWorldTransform());
+ }
+ if (_bottomRightCorner != null) {
+ SubTexUtil.drawSubTex(renderer, _bottomRightCorner, dX + (borderWidth - _bottomRightCorner.getWidth()), dY,
+ _bottomRightCorner.getWidth(), _bottomRightCorner.getHeight(), comp.getWorldTransform());
+ }
+
+ }
+
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/SolidBorder.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/SolidBorder.java
index 45fbebd..171c72e 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/SolidBorder.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/SolidBorder.java
@@ -1,219 +1,222 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.border;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.math.ColorRGBA;
-import com.ardor3d.math.Transform;
-import com.ardor3d.math.Vector3;
-import com.ardor3d.math.type.ReadOnlyColorRGBA;
-import com.ardor3d.renderer.IndexMode;
-import com.ardor3d.renderer.Renderer;
-import com.ardor3d.renderer.state.BlendState;
-import com.ardor3d.renderer.state.ShadingState;
-import com.ardor3d.renderer.state.BlendState.DestinationFunction;
-import com.ardor3d.renderer.state.BlendState.SourceFunction;
-import com.ardor3d.renderer.state.ShadingState.ShadingMode;
-import com.ardor3d.scenegraph.FloatBufferData;
-import com.ardor3d.scenegraph.Mesh;
-import com.ardor3d.util.geom.BufferUtils;
-
-/**
- * This border draws solid colored edges around a UI component. Each edge may be a different thickness and/or color.
- */
-public class SolidBorder extends UIBorder {
-
- private static final Mesh _mesh = SolidBorder.createMesh();
- private static final float[] _verts = new float[16];
- private static final float[] _colors = new float[32];
-
- /** Our top color - defaults to GRAY. */
- private final ColorRGBA _topColor = new ColorRGBA(ColorRGBA.GRAY);
- /** Our left color - defaults to GRAY. */
- private final ColorRGBA _leftColor = new ColorRGBA(ColorRGBA.GRAY);
- /** Our bottom color - defaults to LIGHT_GRAY. */
- private final ColorRGBA _bottomColor = new ColorRGBA(ColorRGBA.LIGHT_GRAY);
- /** Our right color - defaults to LIGHT_GRAY. */
- private final ColorRGBA _rightColor = new ColorRGBA(ColorRGBA.LIGHT_GRAY);
-
- /**
- * Construct a border with the given thicknesses. Uses the default colors.
- *
- * @param top
- * @param left
- * @param bottom
- * @param right
- */
- public SolidBorder(final int top, final int left, final int bottom, final int right) {
- super(top, left, bottom, right);
- }
-
- /**
- * Construct a border with the given thicknesses and colors
- *
- * @param top
- * @param left
- * @param bottom
- * @param right
- * @param topColor
- * @param leftColor
- * @param bottomColor
- * @param rightColor
- */
- public SolidBorder(final int top, final int left, final int bottom, final int right,
- final ReadOnlyColorRGBA topColor, final ReadOnlyColorRGBA leftColor, final ReadOnlyColorRGBA bottomColor,
- final ReadOnlyColorRGBA rightColor) {
- super(top, left, bottom, right);
- setTopColor(topColor);
- setLeftColor(leftColor);
- setBottomColor(bottomColor);
- setRightColor(rightColor);
- }
-
- public ReadOnlyColorRGBA getBottomColor() {
- return _bottomColor;
- }
-
- public void setBottomColor(final ReadOnlyColorRGBA color) {
- _bottomColor.set(color);
- }
-
- public ReadOnlyColorRGBA getLeftColor() {
- return _leftColor;
- }
-
- public void setLeftColor(final ReadOnlyColorRGBA color) {
- _leftColor.set(color);
- }
-
- public ReadOnlyColorRGBA getRightColor() {
- return _rightColor;
- }
-
- public void setRightColor(final ReadOnlyColorRGBA color) {
- _rightColor.set(color);
- }
-
- public ReadOnlyColorRGBA getTopColor() {
- return _topColor;
- }
-
- public void setTopColor(final ReadOnlyColorRGBA color) {
- _topColor.set(color);
- }
-
- /**
- * Sets all of the border colors to the given color.
- *
- * @param solidColor
- * new color for all borders
- */
- public void setColor(final ReadOnlyColorRGBA solidColor) {
- setTopColor(solidColor);
- setBottomColor(solidColor);
- setLeftColor(solidColor);
- setRightColor(solidColor);
- }
-
- @Override
- public void draw(final Renderer renderer, final UIComponent comp) {
- // draw this border using a triangle-strip of 8 triangles.
-
- final float pAlpha = UIComponent.getCurrentOpacity();
-
- final Vector3 v = Vector3.fetchTempInstance();
- v.set(comp.getMargin().getLeft(), comp.getMargin().getBottom(), 0);
-
- final Transform t = Transform.fetchTempInstance();
- t.set(comp.getWorldTransform());
- t.applyForwardVector(v);
- t.translate(v);
- Vector3.releaseTempInstance(v);
-
- SolidBorder._mesh.setWorldTransform(t);
- Transform.releaseTempInstance(t);
-
- final int height = UIBorder.getBorderHeight(comp);
- final int width = UIBorder.getBorderWidth(comp);
- final int left = getLeft(), right = getRight(), top = getTop(), bottom = getBottom();
-
- // set vertices
- SolidBorder._verts[0] = 0;
- SolidBorder._verts[1] = 0;
- SolidBorder._verts[2] = left;
- SolidBorder._verts[3] = bottom;
- SolidBorder._verts[4] = 0;
- SolidBorder._verts[5] = height;
- SolidBorder._verts[6] = left;
- SolidBorder._verts[7] = height - top;
- SolidBorder._verts[8] = width;
- SolidBorder._verts[9] = height;
- SolidBorder._verts[10] = width - right;
- SolidBorder._verts[11] = height - top;
- SolidBorder._verts[12] = width;
- SolidBorder._verts[13] = 0;
- SolidBorder._verts[14] = width - right;
- SolidBorder._verts[15] = bottom;
-
- setColor(0, _bottomColor, pAlpha);
- setColor(1, _bottomColor, pAlpha);
-
- setColor(2, _leftColor, pAlpha);
- setColor(3, _leftColor, pAlpha);
-
- setColor(4, _topColor, pAlpha);
- setColor(5, _topColor, pAlpha);
-
- setColor(6, _rightColor, pAlpha);
- setColor(7, _rightColor, pAlpha);
-
- SolidBorder._mesh.getMeshData().getVertexBuffer().rewind();
- SolidBorder._mesh.getMeshData().getVertexBuffer().put(SolidBorder._verts);
-
- SolidBorder._mesh.getMeshData().getColorBuffer().rewind();
- SolidBorder._mesh.getMeshData().getColorBuffer().put(SolidBorder._colors);
-
- SolidBorder._mesh.render(renderer);
- }
-
- private void setColor(int i, final ReadOnlyColorRGBA color, final float pAlpha) {
- i *= 4;
- SolidBorder._colors[i] = color.getRed();
- SolidBorder._colors[i + 1] = color.getGreen();
- SolidBorder._colors[i + 2] = color.getBlue();
- SolidBorder._colors[i + 3] = color.getAlpha() * pAlpha;
- }
-
- private static Mesh createMesh() {
- // create a triangle strip of 8 triangles.
- final Mesh mesh = new Mesh();
- mesh.getMeshData().setVertexCoords(new FloatBufferData(BufferUtils.createVector2Buffer(8), 2));
- mesh.getMeshData().setColorBuffer(BufferUtils.createColorBuffer(8));
- mesh.getMeshData().setIndexMode(IndexMode.TriangleStrip);
- mesh.getMeshData().setIndexBuffer(BufferUtils.createIntBuffer(new int[] { 0, 1, 2, 3, 4, 5, 6, 7, 0, 1 }));
-
- // set up alpha blending.
- final BlendState blend = new BlendState();
- blend.setBlendEnabled(true);
- blend.setSourceFunction(SourceFunction.SourceAlpha);
- blend.setDestinationFunction(DestinationFunction.OneMinusSourceAlpha);
- mesh.setRenderState(blend);
-
- // use flat shade so our borders will have a solid color.
- final ShadingState shading = new ShadingState();
- shading.setShadingMode(ShadingMode.Flat);
- mesh.setRenderState(shading);
-
- mesh.updateWorldRenderStates(false);
-
- return mesh;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.border;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.math.ColorRGBA;
+import com.ardor3d.math.Transform;
+import com.ardor3d.math.Vector3;
+import com.ardor3d.math.type.ReadOnlyColorRGBA;
+import com.ardor3d.renderer.IndexMode;
+import com.ardor3d.renderer.Renderer;
+import com.ardor3d.renderer.state.BlendState;
+import com.ardor3d.renderer.state.BlendState.DestinationFunction;
+import com.ardor3d.renderer.state.BlendState.SourceFunction;
+import com.ardor3d.renderer.state.ShadingState;
+import com.ardor3d.renderer.state.ShadingState.ShadingMode;
+import com.ardor3d.scenegraph.FloatBufferData;
+import com.ardor3d.scenegraph.IndexBufferData;
+import com.ardor3d.scenegraph.Mesh;
+import com.ardor3d.util.geom.BufferUtils;
+
+/**
+ * This border draws solid colored edges around a UI component. Each edge may be a different thickness and/or color.
+ */
+public class SolidBorder extends UIBorder {
+
+ private static final Mesh _mesh = SolidBorder.createMesh();
+ private static final float[] _verts = new float[16];
+ private static final float[] _colors = new float[32];
+
+ /** Our top color - defaults to GRAY. */
+ private final ColorRGBA _topColor = new ColorRGBA(ColorRGBA.GRAY);
+ /** Our left color - defaults to GRAY. */
+ private final ColorRGBA _leftColor = new ColorRGBA(ColorRGBA.GRAY);
+ /** Our bottom color - defaults to LIGHT_GRAY. */
+ private final ColorRGBA _bottomColor = new ColorRGBA(ColorRGBA.LIGHT_GRAY);
+ /** Our right color - defaults to LIGHT_GRAY. */
+ private final ColorRGBA _rightColor = new ColorRGBA(ColorRGBA.LIGHT_GRAY);
+
+ /**
+ * Construct a border with the given thicknesses. Uses the default colors.
+ *
+ * @param top
+ * @param left
+ * @param bottom
+ * @param right
+ */
+ public SolidBorder(final int top, final int left, final int bottom, final int right) {
+ super(top, left, bottom, right);
+ }
+
+ /**
+ * Construct a border with the given thicknesses and colors
+ *
+ * @param top
+ * @param left
+ * @param bottom
+ * @param right
+ * @param topColor
+ * @param leftColor
+ * @param bottomColor
+ * @param rightColor
+ */
+ public SolidBorder(final int top, final int left, final int bottom, final int right,
+ final ReadOnlyColorRGBA topColor, final ReadOnlyColorRGBA leftColor, final ReadOnlyColorRGBA bottomColor,
+ final ReadOnlyColorRGBA rightColor) {
+ super(top, left, bottom, right);
+ setTopColor(topColor);
+ setLeftColor(leftColor);
+ setBottomColor(bottomColor);
+ setRightColor(rightColor);
+ }
+
+ public ReadOnlyColorRGBA getBottomColor() {
+ return _bottomColor;
+ }
+
+ public void setBottomColor(final ReadOnlyColorRGBA color) {
+ _bottomColor.set(color);
+ }
+
+ public ReadOnlyColorRGBA getLeftColor() {
+ return _leftColor;
+ }
+
+ public void setLeftColor(final ReadOnlyColorRGBA color) {
+ _leftColor.set(color);
+ }
+
+ public ReadOnlyColorRGBA getRightColor() {
+ return _rightColor;
+ }
+
+ public void setRightColor(final ReadOnlyColorRGBA color) {
+ _rightColor.set(color);
+ }
+
+ public ReadOnlyColorRGBA getTopColor() {
+ return _topColor;
+ }
+
+ public void setTopColor(final ReadOnlyColorRGBA color) {
+ _topColor.set(color);
+ }
+
+ /**
+ * Sets all of the border colors to the given color.
+ *
+ * @param solidColor
+ * new color for all borders
+ */
+ public void setColor(final ReadOnlyColorRGBA solidColor) {
+ setTopColor(solidColor);
+ setBottomColor(solidColor);
+ setLeftColor(solidColor);
+ setRightColor(solidColor);
+ }
+
+ @Override
+ public void draw(final Renderer renderer, final UIComponent comp) {
+ // draw this border using a triangle-strip of 8 triangles.
+
+ final float pAlpha = UIComponent.getCurrentOpacity();
+
+ final Vector3 v = Vector3.fetchTempInstance();
+ v.set(comp.getMargin().getLeft(), comp.getMargin().getBottom(), 0);
+
+ final Transform t = Transform.fetchTempInstance();
+ t.set(comp.getWorldTransform());
+ t.applyForwardVector(v);
+ t.translate(v);
+ Vector3.releaseTempInstance(v);
+
+ SolidBorder._mesh.setWorldTransform(t);
+ Transform.releaseTempInstance(t);
+
+ final int height = UIBorder.getBorderHeight(comp);
+ final int width = UIBorder.getBorderWidth(comp);
+ final int left = getLeft(), right = getRight(), top = getTop(), bottom = getBottom();
+
+ // set vertices
+ SolidBorder._verts[0] = 0;
+ SolidBorder._verts[1] = 0;
+ SolidBorder._verts[2] = left;
+ SolidBorder._verts[3] = bottom;
+ SolidBorder._verts[4] = 0;
+ SolidBorder._verts[5] = height;
+ SolidBorder._verts[6] = left;
+ SolidBorder._verts[7] = height - top;
+ SolidBorder._verts[8] = width;
+ SolidBorder._verts[9] = height;
+ SolidBorder._verts[10] = width - right;
+ SolidBorder._verts[11] = height - top;
+ SolidBorder._verts[12] = width;
+ SolidBorder._verts[13] = 0;
+ SolidBorder._verts[14] = width - right;
+ SolidBorder._verts[15] = bottom;
+
+ setColor(0, _bottomColor, pAlpha);
+ setColor(1, _bottomColor, pAlpha);
+
+ setColor(2, _leftColor, pAlpha);
+ setColor(3, _leftColor, pAlpha);
+
+ setColor(4, _topColor, pAlpha);
+ setColor(5, _topColor, pAlpha);
+
+ setColor(6, _rightColor, pAlpha);
+ setColor(7, _rightColor, pAlpha);
+
+ SolidBorder._mesh.getMeshData().getVertexBuffer().rewind();
+ SolidBorder._mesh.getMeshData().getVertexBuffer().put(SolidBorder._verts);
+
+ SolidBorder._mesh.getMeshData().getColorBuffer().rewind();
+ SolidBorder._mesh.getMeshData().getColorBuffer().put(SolidBorder._colors);
+
+ SolidBorder._mesh.render(renderer);
+ }
+
+ private void setColor(int i, final ReadOnlyColorRGBA color, final float pAlpha) {
+ i *= 4;
+ SolidBorder._colors[i] = color.getRed();
+ SolidBorder._colors[i + 1] = color.getGreen();
+ SolidBorder._colors[i + 2] = color.getBlue();
+ SolidBorder._colors[i + 3] = color.getAlpha() * pAlpha;
+ }
+
+ private static Mesh createMesh() {
+ // create a triangle strip of 8 triangles.
+ final Mesh mesh = new Mesh();
+ mesh.getMeshData().setVertexCoords(new FloatBufferData(BufferUtils.createVector2Buffer(8), 2));
+ mesh.getMeshData().setColorBuffer(BufferUtils.createColorBuffer(8));
+ mesh.getMeshData().setIndexMode(IndexMode.TriangleStrip);
+ final IndexBufferData<?> indices = BufferUtils.createIndexBufferData(10, 7);
+ indices.put(new int[] { 0, 1, 2, 3, 4, 5, 6, 7, 0, 1 });
+ mesh.getMeshData().setIndices(indices);
+
+ // set up alpha blending.
+ final BlendState blend = new BlendState();
+ blend.setBlendEnabled(true);
+ blend.setSourceFunction(SourceFunction.SourceAlpha);
+ blend.setDestinationFunction(DestinationFunction.OneMinusSourceAlpha);
+ mesh.setRenderState(blend);
+
+ // use flat shade so our borders will have a solid color.
+ final ShadingState shading = new ShadingState();
+ shading.setShadingMode(ShadingMode.Flat);
+ mesh.setRenderState(shading);
+
+ mesh.updateWorldRenderStates(false);
+
+ return mesh;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/UIBorder.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/UIBorder.java
index f0af766..645cf98 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/UIBorder.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/border/UIBorder.java
@@ -1,81 +1,81 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.border;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.util.Insets;
-import com.ardor3d.renderer.Renderer;
-
-/**
- * Defines a class responsible for drawing a "border" or "picture frame" drawn around the edges of a UI component.
- */
-public abstract class UIBorder extends Insets {
-
- /**
- * Construct a border with the given edge thicknesses.
- *
- * @param top
- * @param left
- * @param bottom
- * @param right
- */
- public UIBorder(final int top, final int left, final int bottom, final int right) {
- super(top, left, bottom, right);
- }
-
- /**
- * Draw this border. Override this method to do the actual work.
- *
- * @param renderer
- * the renderer to use in drawing.
- * @param component
- * the UIComponent we are drawing the border for.
- */
- public abstract void draw(Renderer renderer, UIComponent component);
-
- /**
- * Calculate the total height of a border for a given component. This is the current inner height of the component
- * plus the top and bottom paddings and border thicknesses.
- *
- * @param comp
- * the component to check against
- * @return the height
- */
- public static int getBorderHeight(final UIComponent component) {
- int height = component.getContentHeight();
- if (component.getPadding() != null) {
- height += component.getPadding().getTop() + component.getPadding().getBottom();
- }
- if (component.getBorder() != null) {
- height += component.getBorder().getTop() + component.getBorder().getBottom();
- }
- return height;
- }
-
- /**
- * Calculate the total width of a border for a given component. This is the current inner width of the component
- * plus the left and right paddings and border thicknesses.
- *
- * @param comp
- * the component to check against
- * @return the width
- */
- public static int getBorderWidth(final UIComponent component) {
- int height = component.getContentWidth();
- if (component.getPadding() != null) {
- height += component.getPadding().getLeft() + component.getPadding().getRight();
- }
- if (component.getBorder() != null) {
- height += component.getBorder().getLeft() + component.getBorder().getRight();
- }
- return height;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.border;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.util.Insets;
+import com.ardor3d.renderer.Renderer;
+
+/**
+ * Defines a class responsible for drawing a "border" or "picture frame" drawn around the edges of a UI component.
+ */
+public abstract class UIBorder extends Insets {
+
+ /**
+ * Construct a border with the given edge thicknesses.
+ *
+ * @param top
+ * @param left
+ * @param bottom
+ * @param right
+ */
+ public UIBorder(final int top, final int left, final int bottom, final int right) {
+ super(top, left, bottom, right);
+ }
+
+ /**
+ * Draw this border. Override this method to do the actual work.
+ *
+ * @param renderer
+ * the renderer to use in drawing.
+ * @param component
+ * the UIComponent we are drawing the border for.
+ */
+ public abstract void draw(Renderer renderer, UIComponent component);
+
+ /**
+ * Calculate the total height of a border for a given component. This is the current inner height of the component
+ * plus the top and bottom paddings and border thicknesses.
+ *
+ * @param comp
+ * the component to check against
+ * @return the height
+ */
+ public static int getBorderHeight(final UIComponent component) {
+ int height = component.getContentHeight();
+ if (component.getPadding() != null) {
+ height += component.getPadding().getTop() + component.getPadding().getBottom();
+ }
+ if (component.getBorder() != null) {
+ height += component.getBorder().getTop() + component.getBorder().getBottom();
+ }
+ return height;
+ }
+
+ /**
+ * Calculate the total width of a border for a given component. This is the current inner width of the component
+ * plus the left and right paddings and border thicknesses.
+ *
+ * @param comp
+ * the component to check against
+ * @return the width
+ */
+ public static int getBorderWidth(final UIComponent component) {
+ int height = component.getContentWidth();
+ if (component.getPadding() != null) {
+ height += component.getPadding().getLeft() + component.getPadding().getRight();
+ }
+ if (component.getBorder() != null) {
+ height += component.getBorder().getLeft() + component.getBorder().getRight();
+ }
+ return height;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/ActionListener.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/ActionListener.java
index 7a2461a..d98a8e7 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/ActionListener.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/ActionListener.java
@@ -1,24 +1,24 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.event;
-
-/**
- * Classes interested in processing component actions such as the pressing of a button should implement this interface.
- * Similar in function to {@link java.awt.event.ActionListener}
- */
-public interface ActionListener {
-
- /**
- * Implement this method to perform your action
- */
- public void actionPerformed(ActionEvent event);
-
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.event;
+
+/**
+ * Classes interested in processing component actions such as the pressing of a button should implement this interface.
+ * Similar in function to {@link java.awt.event.ActionListener}
+ */
+public interface ActionListener {
+
+ /**
+ * Implement this method to perform your action
+ */
+ public void actionPerformed(ActionEvent event);
+
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/DragListener.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/DragListener.java
index 4b03155..1316f3e 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/DragListener.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/DragListener.java
@@ -1,67 +1,67 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.event;
-
-import com.ardor3d.extension.ui.UIComponent;
-
-/**
- * Classes interested in processing drag events should implement this interface.
- */
-public interface DragListener {
-
- /**
- * Ask if the given component and coordinates indicate a drag handle for the implementor. For example, a scroll bar
- * setting up a listener might only allow dragging if the component acted on is its button.
- *
- * @param component
- * the UIComponent being acted upon in a suspected drag operation
- * @param mouseX
- * the x mouse coordinate
- * @param mouseY
- * the y mouse coordinate
- * @return true if the given parameters describe a drag handle
- */
- public boolean isDragHandle(UIComponent component, int mouseX, int mouseY);
-
- /**
- * Let the implementor know that we've accepted this as our current drag target. This is called by the hud if a drag
- * action is detected and isDragHandle has returned true.
- *
- * @param mouseX
- * the x mouse coordinate
- * @param mouseY
- * the y mouse coordinate
- */
- public void startDrag(int mouseX, int mouseY);
-
- /**
- * Method called when the button is still held after startDrag and the mouse has moved again.
- *
- * @param mouseX
- * the new x mouse coordinate
- * @param mouseY
- * the new y mouse coordinate
- */
- public void drag(int mouseX, int mouseY);
-
- /**
- * End our drag. This is called when the button is released after initDrag.
- *
- * @param component
- * the UIComponent our drag ended over.
- * @param mouseX
- * the x mouse coordinate
- * @param mouseY
- * the y mouse coordinate
- */
- public void endDrag(UIComponent component, int mouseX, int mouseY);
-
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.event;
+
+import com.ardor3d.extension.ui.UIComponent;
+
+/**
+ * Classes interested in processing drag events should implement this interface.
+ */
+public interface DragListener {
+
+ /**
+ * Ask if the given component and coordinates indicate a drag handle for the implementor. For example, a scroll bar
+ * setting up a listener might only allow dragging if the component acted on is its button.
+ *
+ * @param component
+ * the UIComponent being acted upon in a suspected drag operation
+ * @param mouseX
+ * the x mouse coordinate
+ * @param mouseY
+ * the y mouse coordinate
+ * @return true if the given parameters describe a drag handle
+ */
+ public boolean isDragHandle(UIComponent component, int mouseX, int mouseY);
+
+ /**
+ * Let the implementor know that we've accepted this as our current drag target. This is called by the hud if a drag
+ * action is detected and isDragHandle has returned true.
+ *
+ * @param mouseX
+ * the x mouse coordinate
+ * @param mouseY
+ * the y mouse coordinate
+ */
+ public void startDrag(int mouseX, int mouseY);
+
+ /**
+ * Method called when the button is still held after startDrag and the mouse has moved again.
+ *
+ * @param mouseX
+ * the new x mouse coordinate
+ * @param mouseY
+ * the new y mouse coordinate
+ */
+ public void drag(int mouseX, int mouseY);
+
+ /**
+ * End our drag. This is called when the button is released after initDrag.
+ *
+ * @param component
+ * the UIComponent our drag ended over.
+ * @param mouseX
+ * the x mouse coordinate
+ * @param mouseY
+ * the y mouse coordinate
+ */
+ public void endDrag(UIComponent component, int mouseX, int mouseY);
+
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/FrameResizeListener.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/FrameResizeListener.java
index e5b96e6..47a5d5c 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/FrameResizeListener.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/event/FrameResizeListener.java
@@ -1,110 +1,110 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.event;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.UIFrame;
-import com.ardor3d.extension.ui.UIFrameStatusBar;
-import com.ardor3d.math.Transform;
-import com.ardor3d.math.Vector3;
-
-public final class FrameResizeListener implements DragListener {
- private int _initialX;
- private int _initialY;
- private int _initialLocalComponentWidth;
- private int _initialLocalComponentHeight;
- private final Transform _initFrameTransform = new Transform();
- private final UIFrameStatusBar _uiFrameStatusBar;
-
- public FrameResizeListener(final UIFrameStatusBar uiFrameStatusBar) {
- _uiFrameStatusBar = uiFrameStatusBar;
- }
-
- public void startDrag(final int mouseX, final int mouseY) {
- final Vector3 vec = Vector3.fetchTempInstance();
- vec.set(mouseX, mouseY, 0);
- _uiFrameStatusBar.getWorldTransform().applyInverseVector(vec);
-
- _initialX = Math.round(vec.getXf());
- _initialY = Math.round(vec.getYf());
- Vector3.releaseTempInstance(vec);
-
- final UIFrame frame = UIFrame.findParentFrame(_uiFrameStatusBar);
- _initialLocalComponentWidth = frame.getLocalComponentWidth();
- _initialLocalComponentHeight = frame.getLocalComponentHeight();
-
- _initFrameTransform.set(frame.getWorldTransform());
- }
-
- public void drag(final int mouseX, final int mouseY) {
- resizeFrameByPosition(mouseX, mouseY);
- }
-
- public void endDrag(final UIComponent component, final int mouseX, final int mouseY) {
- resizeFrameByPosition(mouseX, mouseY);
- }
-
- private void resizeFrameByPosition(final int mouseX, final int mouseY) {
-
- final Vector3 vec = Vector3.fetchTempInstance();
- vec.set(mouseX, mouseY, 0);
- _uiFrameStatusBar.getWorldTransform().applyInverseVector(vec);
-
- final int x = Math.round(vec.getXf());
- final int y = Math.round(vec.getYf());
-
- final UIFrame frame = UIFrame.findParentFrame(_uiFrameStatusBar);
-
- // Set the new width to the initial width + the change in mouse x position.
- int newWidth = _initialLocalComponentWidth + x - _initialX;
- if (newWidth < UIFrame.MIN_FRAME_WIDTH) {
- // don't let us get smaller than min size
- newWidth = UIFrame.MIN_FRAME_WIDTH;
- }
- if (newWidth < frame.getMinimumLocalComponentWidth()) {
- // don't let us get smaller than frame min size
- newWidth = frame.getMinimumLocalComponentWidth();
- }
- if (newWidth > frame.getMaximumLocalComponentWidth()) {
- // don't let us get bigger than frame max size
- newWidth = frame.getMaximumLocalComponentWidth();
- }
-
- // Set the new height to the initial height + the change in mouse y position.
- int newHeight = _initialLocalComponentHeight - (y - _initialY);
- if (newHeight < UIFrame.MIN_FRAME_HEIGHT) {
- // don't let us get smaller than absolute min size
- newHeight = UIFrame.MIN_FRAME_HEIGHT;
- }
- if (newHeight < frame.getMinimumLocalComponentHeight()) {
- // don't let us get smaller than frame min size
- newHeight = frame.getMinimumLocalComponentHeight();
- }
- if (newHeight > frame.getMaximumLocalComponentHeight()) {
- // don't let us get bigger than frame max size
- newHeight = frame.getMaximumLocalComponentHeight();
- }
-
- frame.setLocalComponentSize(newWidth, newHeight);
-
- vec.set(0, _initialLocalComponentHeight - newHeight, 0);
- _initFrameTransform.applyForwardVector(vec);
- frame.setTransform(_initFrameTransform);
- frame.addTranslation(vec);
- Vector3.releaseTempInstance(vec);
-
- frame.layout();
- }
-
- public boolean isDragHandle(final UIComponent component, final int mouseX, final int mouseY) {
- return component == _uiFrameStatusBar.getResizeButton();
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.event;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.UIFrame;
+import com.ardor3d.extension.ui.UIFrameStatusBar;
+import com.ardor3d.math.Transform;
+import com.ardor3d.math.Vector3;
+
+public final class FrameResizeListener implements DragListener {
+ private int _initialX;
+ private int _initialY;
+ private int _initialLocalComponentWidth;
+ private int _initialLocalComponentHeight;
+ private final Transform _initFrameTransform = new Transform();
+ private final UIFrameStatusBar _uiFrameStatusBar;
+
+ public FrameResizeListener(final UIFrameStatusBar uiFrameStatusBar) {
+ _uiFrameStatusBar = uiFrameStatusBar;
+ }
+
+ public void startDrag(final int mouseX, final int mouseY) {
+ final Vector3 vec = Vector3.fetchTempInstance();
+ vec.set(mouseX, mouseY, 0);
+ _uiFrameStatusBar.getWorldTransform().applyInverseVector(vec);
+
+ _initialX = Math.round(vec.getXf());
+ _initialY = Math.round(vec.getYf());
+ Vector3.releaseTempInstance(vec);
+
+ final UIFrame frame = UIFrame.findParentFrame(_uiFrameStatusBar);
+ _initialLocalComponentWidth = frame.getLocalComponentWidth();
+ _initialLocalComponentHeight = frame.getLocalComponentHeight();
+
+ _initFrameTransform.set(frame.getWorldTransform());
+ }
+
+ public void drag(final int mouseX, final int mouseY) {
+ resizeFrameByPosition(mouseX, mouseY);
+ }
+
+ public void endDrag(final UIComponent component, final int mouseX, final int mouseY) {
+ resizeFrameByPosition(mouseX, mouseY);
+ }
+
+ private void resizeFrameByPosition(final int mouseX, final int mouseY) {
+
+ final Vector3 vec = Vector3.fetchTempInstance();
+ vec.set(mouseX, mouseY, 0);
+ _uiFrameStatusBar.getWorldTransform().applyInverseVector(vec);
+
+ final int x = Math.round(vec.getXf());
+ final int y = Math.round(vec.getYf());
+
+ final UIFrame frame = UIFrame.findParentFrame(_uiFrameStatusBar);
+
+ // Set the new width to the initial width + the change in mouse x position.
+ int newWidth = _initialLocalComponentWidth + x - _initialX;
+ if (newWidth < UIFrame.MIN_FRAME_WIDTH) {
+ // don't let us get smaller than min size
+ newWidth = UIFrame.MIN_FRAME_WIDTH;
+ }
+ if (newWidth < frame.getMinimumLocalComponentWidth()) {
+ // don't let us get smaller than frame min size
+ newWidth = frame.getMinimumLocalComponentWidth();
+ }
+ if (newWidth > frame.getMaximumLocalComponentWidth()) {
+ // don't let us get bigger than frame max size
+ newWidth = frame.getMaximumLocalComponentWidth();
+ }
+
+ // Set the new height to the initial height + the change in mouse y position.
+ int newHeight = _initialLocalComponentHeight - (y - _initialY);
+ if (newHeight < UIFrame.MIN_FRAME_HEIGHT) {
+ // don't let us get smaller than absolute min size
+ newHeight = UIFrame.MIN_FRAME_HEIGHT;
+ }
+ if (newHeight < frame.getMinimumLocalComponentHeight()) {
+ // don't let us get smaller than frame min size
+ newHeight = frame.getMinimumLocalComponentHeight();
+ }
+ if (newHeight > frame.getMaximumLocalComponentHeight()) {
+ // don't let us get bigger than frame max size
+ newHeight = frame.getMaximumLocalComponentHeight();
+ }
+
+ frame.setLocalComponentSize(newWidth, newHeight);
+
+ vec.set(0, _initialLocalComponentHeight - newHeight, 0);
+ _initFrameTransform.applyForwardVector(vec);
+ frame.setTransform(_initFrameTransform);
+ frame.addTranslation(vec);
+ Vector3.releaseTempInstance(vec);
+
+ frame.layout();
+ }
+
+ public boolean isDragHandle(final UIComponent component, final int mouseX, final int mouseY) {
+ return component == _uiFrameStatusBar.getResizeButton();
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayout.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayout.java
index bdd6b28..b136420 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayout.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayout.java
@@ -1,224 +1,224 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.layout;
-
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.Map;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.UIContainer;
-import com.ardor3d.extension.ui.util.Alignment;
-import com.ardor3d.math.Rectangle2;
-import com.ardor3d.math.Vector2;
-import com.ardor3d.scenegraph.Spatial;
-import com.google.common.collect.Maps;
-
-/**
- * <p>
- * This layout arranges components based on anchors - descriptions of hard connections between two components. These
- * connections are specified per component, where each component may specify a dependent relationship with exactly one
- * other component. Each relationship consists of the two dependent components, the alignment points on each, and
- * optional x/y offsets.
- * </p>
- * <p>
- * As an example, the following would setup labelA in the top left corner of the container, 5 pixels from the top and 5
- * pixels from the bottom. Directly below that (5 pixels from the bottom of labelA) is labelB, left aligned to labelA:
- *
- * <pre>
- * UIContainer container;
- * UILabel labelA, labelB
- *
- * ...
- *
- * container.setLayout(new AnchorLayout());
- * labelA.setLayoutData(new AnchorLayoutData(Alignment.TOP_LEFT, container, Alignment.TOP_LEFT, 5, -5));
- * labelB.setLayoutData(new AnchorLayoutData(Alignment.TOP_LEFT, labelA, Alignment.BOTTOM_LEFT, 0, -5));
- * </pre>
- *
- * </p>
- *
- * @see AnchorLayoutData
- */
-public class AnchorLayout extends UILayout {
-
- /** map used to track anchor relationship during layout. */
- private final Map<UIComponent, AnchorRecord> _records = Maps.newHashMap();
-
- // Various min/max values set and used during a layout operation.
- private int _maxX = 0;
- private int _maxY = 0;
- private int _minX = 0;
- private int _minY = 0;
-
- @Override
- public void layoutContents(final UIContainer container) {
- _maxX = 0;
- _maxY = 0;
- _minX = 0;
- _minY = 0;
-
- // clear our records
- _records.clear();
-
- // add a record for the container
- _records.put(container, new AnchorRecord());
-
- // go through all children of a container
- for (int x = container.getNumberOfChildren(); --x >= 0;) {
- // set them all to relative position 0,0
- final Spatial child = container.getChild(x);
- if (child instanceof UIComponent) {
- final UIComponent childComp = (UIComponent) child;
-
- // add an anchor for the component, if missing.
- if (_records.get(childComp) == null) {
- _records.put(childComp, new AnchorRecord());
- }
-
- // add them to the records container by their dependencies, if any.
- if (childComp.getLayoutData() instanceof AnchorLayoutData) {
- // resets translation to 0 so we can addTranslation in applyAnchor
- childComp.setTranslation(0, 0, childComp.getTranslation().getZ());
-
- final AnchorLayoutData layData = (AnchorLayoutData) childComp.getLayoutData();
- AnchorRecord aRecord = _records.get(layData.getParent());
- if (aRecord == null) {
- aRecord = new AnchorRecord();
- _records.put(layData.getParent(), aRecord);
- }
- aRecord.dependants.add(childComp);
- }
- }
- }
-
- // Apply anchors starting at the container and working down. After traversal, remove the visited records and run
- // through again.
- visit(container);
- removeVisited();
- while (!_records.isEmpty()) {
- visit((UIComponent) _records.keySet().toArray()[0]);
- removeVisited();
- }
-
- // clear our records to allow potential cleanup of referenced components
- _records.clear();
- }
-
- @Override
- public void updateMinimumSizeFromContents(final UIContainer container) {
- layoutContents(container);
- container.setMinimumContentSize(_maxX - _minX, _maxY - _minY);
- }
-
- private void visit(final UIComponent toVisit) {
- // get the anchor record (if any) for this component
- final AnchorRecord aRecord = _records.get(toVisit);
- if (aRecord != null) {
- final Rectangle2 rect = new Rectangle2();
- for (int x = aRecord.dependants.size(); --x >= 0;) {
- final UIComponent dep = aRecord.dependants.get(x);
- if (dep.getLayoutData() instanceof AnchorLayoutData) {
- dep.getRelativeComponentBounds(rect);
- AnchorLayout.applyAnchor(dep, (AnchorLayoutData) dep.getLayoutData());
-
- // update min/max
- final int posX = Math.round(dep.getTranslation().getXf()) + rect.getWidth() - rect.getX();
- final int negX = Math.round(dep.getTranslation().getXf()) - rect.getX();
- final int posY = Math.round(dep.getTranslation().getYf()) + rect.getHeight() - rect.getY();
- final int negY = Math.round(dep.getTranslation().getYf()) - rect.getY();
- if (posX > _maxX) {
- _maxX = posX;
- }
- if (posY > _maxY) {
- _maxY = posY;
- }
- if (negX < _minX) {
- _minX = negX;
- }
- if (negY < _minY) {
- _minY = negY;
- }
- }
-
- visit(dep);
- }
-
- aRecord.visited = true;
- }
- }
-
- private static void applyAnchor(final UIComponent comp, final AnchorLayoutData layData) {
- final Vector2 offsetsA = AnchorLayout.getOffsets(comp, layData.getMyPoint(), null);
- final Vector2 offsetsB = AnchorLayout.getOffsets(layData.getParent(), layData.getParentPoint(), null);
- comp.addTranslation(offsetsB.getX() - offsetsA.getX() + layData.getXOffset(), offsetsB.getY() - offsetsA.getY()
- + layData.getYOffset(), 0);
- if (!comp.hasAncestor(layData.getParent())) {
- comp.addTranslation(layData.getParent().getTranslation());
- }
- }
-
- private static Vector2 getOffsets(final UIComponent comp, final Alignment point, Vector2 store) {
- if (store == null) {
- store = new Vector2();
- }
-
- final Rectangle2 rect = new Rectangle2();
- comp.getRelativeComponentBounds(rect);
- switch (point) {
- case TOP_LEFT:
- store.set(rect.getX(), rect.getHeight() + rect.getY());
- break;
- case TOP:
- store.set(rect.getWidth() / 2f + rect.getX(), rect.getHeight() + rect.getY());
- break;
- case TOP_RIGHT:
- store.set(rect.getWidth() + rect.getX(), rect.getHeight() + rect.getY());
- break;
- case LEFT:
- store.set(rect.getX(), rect.getHeight() / 2f + rect.getY());
- break;
- case MIDDLE:
- store.set(rect.getWidth() / 2f + rect.getX(), rect.getHeight() / 2f + rect.getY());
- break;
- case RIGHT:
- store.set(rect.getWidth() + rect.getX(), rect.getHeight() / 2f + rect.getY());
- break;
- case BOTTOM_LEFT:
- store.set(rect.getX(), rect.getY());
- break;
- case BOTTOM:
- store.set(rect.getWidth() / 2f + rect.getX(), rect.getY());
- break;
- case BOTTOM_RIGHT:
- store.set(rect.getWidth() + rect.getX(), rect.getY());
- break;
- }
-
- return store;
- }
-
- private void removeVisited() {
- final Iterator<UIComponent> it = _records.keySet().iterator();
- while (it.hasNext()) {
- final UIComponent comp = it.next();
- final AnchorRecord aRecord = _records.get(comp);
- if (aRecord != null && aRecord.visited) {
- it.remove();
- }
- }
- }
-
- private class AnchorRecord {
- private transient boolean visited = false;
- private transient final ArrayList<UIComponent> dependants = new ArrayList<UIComponent>();
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.layout;
+
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.Map;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.UIContainer;
+import com.ardor3d.extension.ui.util.Alignment;
+import com.ardor3d.math.Rectangle2;
+import com.ardor3d.math.Vector2;
+import com.ardor3d.scenegraph.Spatial;
+import com.google.common.collect.Maps;
+
+/**
+ * <p>
+ * This layout arranges components based on anchors - descriptions of hard connections between two components. These
+ * connections are specified per component, where each component may specify a dependent relationship with exactly one
+ * other component. Each relationship consists of the two dependent components, the alignment points on each, and
+ * optional x/y offsets.
+ * </p>
+ * <p>
+ * As an example, the following would setup labelA in the top left corner of the container, 5 pixels from the top and 5
+ * pixels from the bottom. Directly below that (5 pixels from the bottom of labelA) is labelB, left aligned to labelA:
+ *
+ * <pre>
+ * UIContainer container;
+ * UILabel labelA, labelB
+ *
+ * ...
+ *
+ * container.setLayout(new AnchorLayout());
+ * labelA.setLayoutData(new AnchorLayoutData(Alignment.TOP_LEFT, container, Alignment.TOP_LEFT, 5, -5));
+ * labelB.setLayoutData(new AnchorLayoutData(Alignment.TOP_LEFT, labelA, Alignment.BOTTOM_LEFT, 0, -5));
+ * </pre>
+ *
+ * </p>
+ *
+ * @see AnchorLayoutData
+ */
+public class AnchorLayout extends UILayout {
+
+ /** map used to track anchor relationship during layout. */
+ private final Map<UIComponent, AnchorRecord> _records = Maps.newHashMap();
+
+ // Various min/max values set and used during a layout operation.
+ private int _maxX = 0;
+ private int _maxY = 0;
+ private int _minX = 0;
+ private int _minY = 0;
+
+ @Override
+ public void layoutContents(final UIContainer container) {
+ _maxX = 0;
+ _maxY = 0;
+ _minX = 0;
+ _minY = 0;
+
+ // clear our records
+ _records.clear();
+
+ // add a record for the container
+ _records.put(container, new AnchorRecord());
+
+ // go through all children of a container
+ for (int x = container.getNumberOfChildren(); --x >= 0;) {
+ // set them all to relative position 0,0
+ final Spatial child = container.getChild(x);
+ if (child instanceof UIComponent) {
+ final UIComponent childComp = (UIComponent) child;
+
+ // add an anchor for the component, if missing.
+ if (_records.get(childComp) == null) {
+ _records.put(childComp, new AnchorRecord());
+ }
+
+ // add them to the records container by their dependencies, if any.
+ if (childComp.getLayoutData() instanceof AnchorLayoutData) {
+ // resets translation to 0 so we can addTranslation in applyAnchor
+ childComp.setTranslation(0, 0, childComp.getTranslation().getZ());
+
+ final AnchorLayoutData layData = (AnchorLayoutData) childComp.getLayoutData();
+ AnchorRecord aRecord = _records.get(layData.getParent());
+ if (aRecord == null) {
+ aRecord = new AnchorRecord();
+ _records.put(layData.getParent(), aRecord);
+ }
+ aRecord.dependants.add(childComp);
+ }
+ }
+ }
+
+ // Apply anchors starting at the container and working down. After traversal, remove the visited records and run
+ // through again.
+ visit(container);
+ removeVisited();
+ while (!_records.isEmpty()) {
+ visit((UIComponent) _records.keySet().toArray()[0]);
+ removeVisited();
+ }
+
+ // clear our records to allow potential cleanup of referenced components
+ _records.clear();
+ }
+
+ @Override
+ public void updateMinimumSizeFromContents(final UIContainer container) {
+ layoutContents(container);
+ container.setMinimumContentSize(_maxX - _minX, _maxY - _minY);
+ }
+
+ private void visit(final UIComponent toVisit) {
+ // get the anchor record (if any) for this component
+ final AnchorRecord aRecord = _records.get(toVisit);
+ if (aRecord != null) {
+ final Rectangle2 rect = new Rectangle2();
+ for (int x = aRecord.dependants.size(); --x >= 0;) {
+ final UIComponent dep = aRecord.dependants.get(x);
+ if (dep.getLayoutData() instanceof AnchorLayoutData) {
+ dep.getRelativeComponentBounds(rect);
+ AnchorLayout.applyAnchor(dep, (AnchorLayoutData) dep.getLayoutData());
+
+ // update min/max
+ final int posX = Math.round(dep.getTranslation().getXf()) + rect.getWidth() - rect.getX();
+ final int negX = Math.round(dep.getTranslation().getXf()) - rect.getX();
+ final int posY = Math.round(dep.getTranslation().getYf()) + rect.getHeight() - rect.getY();
+ final int negY = Math.round(dep.getTranslation().getYf()) - rect.getY();
+ if (posX > _maxX) {
+ _maxX = posX;
+ }
+ if (posY > _maxY) {
+ _maxY = posY;
+ }
+ if (negX < _minX) {
+ _minX = negX;
+ }
+ if (negY < _minY) {
+ _minY = negY;
+ }
+ }
+
+ visit(dep);
+ }
+
+ aRecord.visited = true;
+ }
+ }
+
+ private static void applyAnchor(final UIComponent comp, final AnchorLayoutData layData) {
+ final Vector2 offsetsA = AnchorLayout.getOffsets(comp, layData.getMyPoint(), null);
+ final Vector2 offsetsB = AnchorLayout.getOffsets(layData.getParent(), layData.getParentPoint(), null);
+ comp.addTranslation(offsetsB.getX() - offsetsA.getX() + layData.getXOffset(), offsetsB.getY() - offsetsA.getY()
+ + layData.getYOffset(), 0);
+ if (!comp.hasAncestor(layData.getParent())) {
+ comp.addTranslation(layData.getParent().getTranslation());
+ }
+ }
+
+ private static Vector2 getOffsets(final UIComponent comp, final Alignment point, Vector2 store) {
+ if (store == null) {
+ store = new Vector2();
+ }
+
+ final Rectangle2 rect = new Rectangle2();
+ comp.getRelativeComponentBounds(rect);
+ switch (point) {
+ case TOP_LEFT:
+ store.set(rect.getX(), rect.getHeight() + rect.getY());
+ break;
+ case TOP:
+ store.set(rect.getWidth() / 2f + rect.getX(), rect.getHeight() + rect.getY());
+ break;
+ case TOP_RIGHT:
+ store.set(rect.getWidth() + rect.getX(), rect.getHeight() + rect.getY());
+ break;
+ case LEFT:
+ store.set(rect.getX(), rect.getHeight() / 2f + rect.getY());
+ break;
+ case MIDDLE:
+ store.set(rect.getWidth() / 2f + rect.getX(), rect.getHeight() / 2f + rect.getY());
+ break;
+ case RIGHT:
+ store.set(rect.getWidth() + rect.getX(), rect.getHeight() / 2f + rect.getY());
+ break;
+ case BOTTOM_LEFT:
+ store.set(rect.getX(), rect.getY());
+ break;
+ case BOTTOM:
+ store.set(rect.getWidth() / 2f + rect.getX(), rect.getY());
+ break;
+ case BOTTOM_RIGHT:
+ store.set(rect.getWidth() + rect.getX(), rect.getY());
+ break;
+ }
+
+ return store;
+ }
+
+ private void removeVisited() {
+ final Iterator<UIComponent> it = _records.keySet().iterator();
+ while (it.hasNext()) {
+ final UIComponent comp = it.next();
+ final AnchorRecord aRecord = _records.get(comp);
+ if (aRecord != null && aRecord.visited) {
+ it.remove();
+ }
+ }
+ }
+
+ private class AnchorRecord {
+ private transient boolean visited = false;
+ private transient final ArrayList<UIComponent> dependants = new ArrayList<UIComponent>();
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayoutData.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayoutData.java
index 5e759d7..d26c08b 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayoutData.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/AnchorLayoutData.java
@@ -1,111 +1,111 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.layout;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.util.Alignment;
-
-/**
- * A data class that is used in conjunction with AnchorLayout.
- *
- * @see AnchorLayout
- */
-public class AnchorLayoutData implements UILayoutData {
-
- /** The point on my component to align at. */
- private Alignment _myPoint;
- /** The component or container to align to. */
- private UIComponent _parent;
- /** The point on the parent to align my point to. */
- private Alignment _parentPoint;
- /** After aligning, we will add this x offset to the component. */
- private int _xOffset;
- /** After aligning, we will add this y offset to the component. */
- private int _yOffset;
-
- /**
- * Construct a new AnchorLayoutData using the provided values.
- *
- * @param myPoint
- * the point on our component to align at
- * @param parent
- * the component or container to align to
- * @param parentPoint
- * the point on the parent to align my point to
- * @param xOffset
- * a value added to our component's x position after the alignment is done.
- * @param yOffset
- * a value added to our component's y position after the alignment is done.
- */
- public AnchorLayoutData(final Alignment myPoint, final UIComponent parent, final Alignment parentPoint,
- final int xOffset, final int yOffset) {
- _myPoint = myPoint;
- _parent = parent;
- _parentPoint = parentPoint;
- _xOffset = xOffset;
- _yOffset = yOffset;
- }
-
- /**
- * @return the point on our component to align at
- */
- public Alignment getMyPoint() {
- return _myPoint;
- }
-
- public void setMyPoint(final Alignment myPoint) {
- _myPoint = myPoint;
- }
-
- /**
- * @return the component or container to align to
- */
- public UIComponent getParent() {
- return _parent;
- }
-
- public void setParent(final UIComponent parent) {
- _parent = parent;
- }
-
- /**
- * @return the point on the parent to align my point to
- */
- public Alignment getParentPoint() {
- return _parentPoint;
- }
-
- public void setParentPoint(final Alignment parentPoint) {
- _parentPoint = parentPoint;
- }
-
- /**
- * @return a value added to our component's x position after the alignment is done
- */
- public int getXOffset() {
- return _xOffset;
- }
-
- public void setXOffset(final int offset) {
- _xOffset = offset;
- }
-
- /**
- * @return a value added to our component's y position after the alignment is done.
- */
- public int getYOffset() {
- return _yOffset;
- }
-
- public void setYOffset(final int offset) {
- _yOffset = offset;
- }
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.layout;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.util.Alignment;
+
+/**
+ * A data class that is used in conjunction with AnchorLayout.
+ *
+ * @see AnchorLayout
+ */
+public class AnchorLayoutData implements UILayoutData {
+
+ /** The point on my component to align at. */
+ private Alignment _myPoint;
+ /** The component or container to align to. */
+ private UIComponent _parent;
+ /** The point on the parent to align my point to. */
+ private Alignment _parentPoint;
+ /** After aligning, we will add this x offset to the component. */
+ private int _xOffset;
+ /** After aligning, we will add this y offset to the component. */
+ private int _yOffset;
+
+ /**
+ * Construct a new AnchorLayoutData using the provided values.
+ *
+ * @param myPoint
+ * the point on our component to align at
+ * @param parent
+ * the component or container to align to
+ * @param parentPoint
+ * the point on the parent to align my point to
+ * @param xOffset
+ * a value added to our component's x position after the alignment is done.
+ * @param yOffset
+ * a value added to our component's y position after the alignment is done.
+ */
+ public AnchorLayoutData(final Alignment myPoint, final UIComponent parent, final Alignment parentPoint,
+ final int xOffset, final int yOffset) {
+ _myPoint = myPoint;
+ _parent = parent;
+ _parentPoint = parentPoint;
+ _xOffset = xOffset;
+ _yOffset = yOffset;
+ }
+
+ /**
+ * @return the point on our component to align at
+ */
+ public Alignment getMyPoint() {
+ return _myPoint;
+ }
+
+ public void setMyPoint(final Alignment myPoint) {
+ _myPoint = myPoint;
+ }
+
+ /**
+ * @return the component or container to align to
+ */
+ public UIComponent getParent() {
+ return _parent;
+ }
+
+ public void setParent(final UIComponent parent) {
+ _parent = parent;
+ }
+
+ /**
+ * @return the point on the parent to align my point to
+ */
+ public Alignment getParentPoint() {
+ return _parentPoint;
+ }
+
+ public void setParentPoint(final Alignment parentPoint) {
+ _parentPoint = parentPoint;
+ }
+
+ /**
+ * @return a value added to our component's x position after the alignment is done
+ */
+ public int getXOffset() {
+ return _xOffset;
+ }
+
+ public void setXOffset(final int offset) {
+ _xOffset = offset;
+ }
+
+ /**
+ * @return a value added to our component's y position after the alignment is done.
+ */
+ public int getYOffset() {
+ return _yOffset;
+ }
+
+ public void setYOffset(final int offset) {
+ _yOffset = offset;
+ }
} \ No newline at end of file
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayout.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayout.java
index 96094c9..b7c7f40 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayout.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayout.java
@@ -1,176 +1,176 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.layout;
-
-import java.util.List;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.UIContainer;
-import com.ardor3d.math.Rectangle2;
-import com.ardor3d.scenegraph.Spatial;
-
-/**
- * This layout places components on the edges or in the center of a container, depending on the value of the layout data
- * object they hold. The behavior is meant to be similar to awt's {@link java.awt.BorderLayout BorderLayout}.
- *
- * @see BorderLayoutData
- */
-public class BorderLayout extends UILayout {
-
- @Override
- public void layoutContents(final UIContainer container) {
- if (container.getNumberOfChildren() < 1) {
- return;
- }
- int widthWest = 0;
- int widthEast = 0;
-
- int heightNorth = 0;
- int heightSouth = 0;
- final List<Spatial> content = container.getChildren();
-
- // Go through each component in the given container and determine the width and height of our edges.
- final Rectangle2 store = new Rectangle2();
- for (final Spatial s : content) {
- if (!(s instanceof UIComponent)) {
- continue;
- }
- final UIComponent comp = (UIComponent) s;
- comp.getRelativeMinComponentBounds(store);
-
- final BorderLayoutData data = (BorderLayoutData) comp.getLayoutData();
- if (data != null) {
- switch (data) {
- case NORTH:
- heightNorth = store.getHeight();
- break;
- case SOUTH:
- heightSouth = store.getHeight();
- break;
- case EAST:
- widthEast = store.getWidth();
- break;
- case WEST:
- widthWest = store.getWidth();
- break;
- case CENTER:
- // nothing to do
- break;
- }
- }
- }
-
- // Using the information from the last pass, set the position and size of each component in the container.
- for (final Spatial s : content) {
- if (!(s instanceof UIComponent)) {
- continue;
- }
- final UIComponent comp = (UIComponent) s;
- comp.getRelativeMinComponentBounds(store);
-
- final BorderLayoutData data = (BorderLayoutData) comp.getLayoutData();
-
- if (data != null) {
- switch (data) {
- case NORTH:
- comp.fitComponentIn(container.getContentWidth(), store.getHeight());
- comp.getRelativeComponentBounds(store);
- comp.setLocalXY(-store.getX(), container.getContentHeight() - heightNorth - store.getY());
- break;
- case SOUTH:
- comp.fitComponentIn(container.getContentWidth(), store.getHeight());
- comp.getRelativeComponentBounds(store);
- comp.setLocalXY(-store.getX(), -store.getY());
- break;
- case EAST:
- comp.fitComponentIn(store.getWidth(), container.getContentHeight() - heightNorth - heightSouth);
- comp.getRelativeComponentBounds(store);
- comp.setLocalXY(container.getContentWidth() - store.getWidth() - 1 - store.getX(), heightSouth
- - store.getY());
- break;
- case WEST:
- comp.fitComponentIn(store.getWidth(), container.getContentHeight() - heightNorth - heightSouth);
- comp.getRelativeComponentBounds(store);
- comp.setLocalXY(-store.getX(), heightSouth - store.getY());
- break;
- case CENTER:
- comp.fitComponentIn(container.getContentWidth() - widthEast - widthWest, container
- .getContentHeight()
- - heightSouth - heightNorth);
- comp.getRelativeComponentBounds(store);
- comp.setLocalXY(widthWest - store.getX(), heightSouth - store.getY());
- }
- }
- }
- }
-
- @Override
- public void updateMinimumSizeFromContents(final UIContainer container) {
- container.setMinimumContentSize(getMinimumWidth(container.getChildren()), getMinimumHeight(container
- .getChildren()));
- }
-
- private int getMinimumHeight(final List<Spatial> content) {
- int minH = 0;
- int maxEWCH = 0;
- if (content != null) {
- final Rectangle2 store = new Rectangle2();
- for (final Spatial s : content) {
- if (!(s instanceof UIComponent)) {
- continue;
- }
- final UIComponent comp = (UIComponent) s;
- comp.getRelativeMinComponentBounds(store);
- final BorderLayoutData bld = (BorderLayoutData) comp.getLayoutData();
- if (bld == null) {
- continue;
- }
- if (bld == BorderLayoutData.SOUTH || bld == BorderLayoutData.NORTH) {
- minH += store.getHeight();
- } else {
- final int h = store.getHeight();
- if (h > maxEWCH) {
- maxEWCH = h;
- }
- }
- }
- }
-
- return minH + maxEWCH;
- }
-
- private int getMinimumWidth(final List<Spatial> content) {
- int minWidth = 0;
- int maxNSWidth = 0;
- if (content != null) {
- final Rectangle2 store = new Rectangle2();
- for (final Spatial s : content) {
- if (!(s instanceof UIComponent)) {
- continue;
- }
- final UIComponent comp = (UIComponent) s;
- comp.getRelativeMinComponentBounds(store);
- final BorderLayoutData data = (BorderLayoutData) comp.getLayoutData();
- if (data == BorderLayoutData.EAST || data == BorderLayoutData.WEST || data == BorderLayoutData.CENTER
- || data == null) {
- minWidth += store.getWidth();
- } else {
- final int width = store.getWidth();
- if (width > maxNSWidth) {
- maxNSWidth = width;
- }
- }
-
- }
- }
- return Math.max(minWidth, maxNSWidth);
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.layout;
+
+import java.util.List;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.UIContainer;
+import com.ardor3d.math.Rectangle2;
+import com.ardor3d.scenegraph.Spatial;
+
+/**
+ * This layout places components on the edges or in the center of a container, depending on the value of the layout data
+ * object they hold. The behavior is meant to be similar to awt's {@link java.awt.BorderLayout BorderLayout}.
+ *
+ * @see BorderLayoutData
+ */
+public class BorderLayout extends UILayout {
+
+ @Override
+ public void layoutContents(final UIContainer container) {
+ if (container.getNumberOfChildren() < 1) {
+ return;
+ }
+ int widthWest = 0;
+ int widthEast = 0;
+
+ int heightNorth = 0;
+ int heightSouth = 0;
+ final List<Spatial> content = container.getChildren();
+
+ // Go through each component in the given container and determine the width and height of our edges.
+ final Rectangle2 store = new Rectangle2();
+ for (final Spatial s : content) {
+ if (!(s instanceof UIComponent)) {
+ continue;
+ }
+ final UIComponent comp = (UIComponent) s;
+ comp.getRelativeMinComponentBounds(store);
+
+ final BorderLayoutData data = (BorderLayoutData) comp.getLayoutData();
+ if (data != null) {
+ switch (data) {
+ case NORTH:
+ heightNorth = store.getHeight();
+ break;
+ case SOUTH:
+ heightSouth = store.getHeight();
+ break;
+ case EAST:
+ widthEast = store.getWidth();
+ break;
+ case WEST:
+ widthWest = store.getWidth();
+ break;
+ case CENTER:
+ // nothing to do
+ break;
+ }
+ }
+ }
+
+ // Using the information from the last pass, set the position and size of each component in the container.
+ for (final Spatial s : content) {
+ if (!(s instanceof UIComponent)) {
+ continue;
+ }
+ final UIComponent comp = (UIComponent) s;
+ comp.getRelativeMinComponentBounds(store);
+
+ final BorderLayoutData data = (BorderLayoutData) comp.getLayoutData();
+
+ if (data != null) {
+ switch (data) {
+ case NORTH:
+ comp.fitComponentIn(container.getContentWidth(), store.getHeight());
+ comp.getRelativeComponentBounds(store);
+ comp.setLocalXY(-store.getX(), container.getContentHeight() - heightNorth - store.getY());
+ break;
+ case SOUTH:
+ comp.fitComponentIn(container.getContentWidth(), store.getHeight());
+ comp.getRelativeComponentBounds(store);
+ comp.setLocalXY(-store.getX(), -store.getY());
+ break;
+ case EAST:
+ comp.fitComponentIn(store.getWidth(), container.getContentHeight() - heightNorth - heightSouth);
+ comp.getRelativeComponentBounds(store);
+ comp.setLocalXY(container.getContentWidth() - store.getWidth() - 1 - store.getX(), heightSouth
+ - store.getY());
+ break;
+ case WEST:
+ comp.fitComponentIn(store.getWidth(), container.getContentHeight() - heightNorth - heightSouth);
+ comp.getRelativeComponentBounds(store);
+ comp.setLocalXY(-store.getX(), heightSouth - store.getY());
+ break;
+ case CENTER:
+ comp.fitComponentIn(container.getContentWidth() - widthEast - widthWest, container
+ .getContentHeight()
+ - heightSouth - heightNorth);
+ comp.getRelativeComponentBounds(store);
+ comp.setLocalXY(widthWest - store.getX(), heightSouth - store.getY());
+ }
+ }
+ }
+ }
+
+ @Override
+ public void updateMinimumSizeFromContents(final UIContainer container) {
+ container.setMinimumContentSize(getMinimumWidth(container.getChildren()), getMinimumHeight(container
+ .getChildren()));
+ }
+
+ private int getMinimumHeight(final List<Spatial> content) {
+ int minH = 0;
+ int maxEWCH = 0;
+ if (content != null) {
+ final Rectangle2 store = new Rectangle2();
+ for (final Spatial s : content) {
+ if (!(s instanceof UIComponent)) {
+ continue;
+ }
+ final UIComponent comp = (UIComponent) s;
+ comp.getRelativeMinComponentBounds(store);
+ final BorderLayoutData bld = (BorderLayoutData) comp.getLayoutData();
+ if (bld == null) {
+ continue;
+ }
+ if (bld == BorderLayoutData.SOUTH || bld == BorderLayoutData.NORTH) {
+ minH += store.getHeight();
+ } else {
+ final int h = store.getHeight();
+ if (h > maxEWCH) {
+ maxEWCH = h;
+ }
+ }
+ }
+ }
+
+ return minH + maxEWCH;
+ }
+
+ private int getMinimumWidth(final List<Spatial> content) {
+ int minWidth = 0;
+ int maxNSWidth = 0;
+ if (content != null) {
+ final Rectangle2 store = new Rectangle2();
+ for (final Spatial s : content) {
+ if (!(s instanceof UIComponent)) {
+ continue;
+ }
+ final UIComponent comp = (UIComponent) s;
+ comp.getRelativeMinComponentBounds(store);
+ final BorderLayoutData data = (BorderLayoutData) comp.getLayoutData();
+ if (data == BorderLayoutData.EAST || data == BorderLayoutData.WEST || data == BorderLayoutData.CENTER
+ || data == null) {
+ minWidth += store.getWidth();
+ } else {
+ final int width = store.getWidth();
+ if (width > maxNSWidth) {
+ maxNSWidth = width;
+ }
+ }
+
+ }
+ }
+ return Math.max(minWidth, maxNSWidth);
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayoutData.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayoutData.java
index d95a21d..fbf71a0 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayoutData.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/BorderLayoutData.java
@@ -1,18 +1,18 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.layout;
-
-/**
- * A data class that represents which slot a component should fall into when used with a BorderLayout.
- */
-public enum BorderLayoutData implements UILayoutData {
- NORTH, WEST, SOUTH, CENTER, EAST;
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.layout;
+
+/**
+ * A data class that represents which slot a component should fall into when used with a BorderLayout.
+ */
+public enum BorderLayoutData implements UILayoutData {
+ NORTH, WEST, SOUTH, CENTER, EAST;
} \ No newline at end of file
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/RowLayout.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/RowLayout.java
index b4947f9..82fb762 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/RowLayout.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/RowLayout.java
@@ -1,255 +1,255 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.layout;
-
-import java.util.List;
-
-import com.ardor3d.extension.ui.UIComponent;
-import com.ardor3d.extension.ui.UIContainer;
-import com.ardor3d.math.Rectangle2;
-import com.ardor3d.scenegraph.Spatial;
-import com.google.common.collect.Lists;
-
-/**
- * This layout places components in either a horizontal or vertical row, ordered as they are placed in their container.
- * Depending on settings, the layout may also take any extra space in the container and divide it up equally among child
- * components that are marked as "layout resizeable".
- */
-public class RowLayout extends UILayout {
-
- private static final int MAX_RELAX = 50;
- private final boolean _horizontal;
- private final boolean _expandsHorizontally;
- private final boolean _expandsVertically;
-
- /**
- * Construct a new RowLayout
- *
- * @param horizontal
- * true if we should lay out horizontally, false if vertically
- */
- public RowLayout(final boolean horizontal) {
- this(horizontal, true, true);
- }
-
- /**
- * Construct a new RowLayout
- *
- * @param horizontal
- * true if we should lay out horizontally, false if vertically
- * @param expandsHorizontally
- * true (the default) if horizontal free space in the container should be divided up among the child
- * components.
- * @param expandsVertically
- * true (the default) if vertical free space in the container should be divided up among the child
- * components.
- */
- public RowLayout(final boolean horizontal, final boolean expandsHorizontally, final boolean expandsVertically) {
- _horizontal = horizontal;
- _expandsHorizontally = expandsHorizontally;
- _expandsVertically = expandsVertically;
- }
-
- /**
- * @return true if we lay out horizontally, false if vertically
- */
- public boolean isHorizontal() {
- return _horizontal;
- }
-
- /**
- * @return true (the default) if horizontal free space in the container should be divided up among the child
- * components.
- */
- public boolean isExpandsHorizontally() {
- return _expandsHorizontally;
- }
-
- /**
- *
- * @return true (the default) if vertical free space in the container should be divided up among the child
- * components.
- */
- public boolean isExpandsVertically() {
- return _expandsVertically;
- }
-
- @Override
- public void layoutContents(final UIContainer container) {
-
- final List<Spatial> content = container.getChildren();
- if (content == null) {
- return;
- }
-
- final Rectangle2 storeA = Rectangle2.fetchTempInstance();
- final Rectangle2 storeB = Rectangle2.fetchTempInstance();
-
- // Grab a list of components, squeezing them down to their min size on the flow axis
- List<UIComponent> comps = Lists.newArrayList();
- List<UIComponent> compsBack = Lists.newArrayList();
- for (int i = 0; i < content.size(); i++) {
- final Spatial spat = content.get(i);
- if (spat instanceof UIComponent) {
- final UIComponent comp = (UIComponent) spat;
- final Rectangle2 rect = comp.getRelativeComponentBounds(storeA);
- final Rectangle2 minRect = comp.getRelativeMinComponentBounds(storeB);
- if (_horizontal) {
- comp.fitComponentIn(minRect.getWidth(), rect.getHeight());
- } else {
- comp.fitComponentIn(rect.getWidth(), minRect.getHeight());
- }
- comps.add(comp);
- }
- }
-
- // if we have components to layout...
- if (!comps.isEmpty()) {
-
- // Determine how much space we feel we need.
- final int reqSpace = _horizontal ? getSumOfAllWidths(content) : getSumOfAllHeights(content);
-
- // How much extra space do we have?
- int freeSpace = (_horizontal ? container.getContentWidth() : container.getContentHeight()) - reqSpace;
-
- int relaxIndex = 0;
- // cycle through until we've given away all of the space
- while ((freeSpace > 0 || relaxIndex == 0) && !comps.isEmpty() && relaxIndex < RowLayout.MAX_RELAX) {
- final int extraPerComp = freeSpace / comps.size();
- while (!comps.isEmpty()) {
- final UIComponent comp = comps.remove(0);
- Rectangle2 rect = comp.getRelativeComponentBounds(storeA);
- final Rectangle2 origRect = storeB.set(rect);
- if (freeSpace < 0) {
- freeSpace = 0;
- }
- if (_horizontal) {
- final int height = _expandsVertically ? container.getContentHeight() : rect.getHeight();
- final int width = (_expandsHorizontally ? extraPerComp : 0) + rect.getWidth();
- if (height == rect.getHeight() && width == rect.getWidth()) {
- continue;
- }
-
- comp.fitComponentIn(width, height);
- rect = comp.getRelativeComponentBounds(storeA);
- if (Math.abs(rect.getWidth() - width) <= 1) {
- compsBack.add(comp);
- }
- freeSpace -= rect.getWidth() - origRect.getWidth();
- } else {
- final int width = _expandsHorizontally ? container.getContentWidth() : rect.getWidth();
- final int height = (_expandsVertically ? extraPerComp : 0) + rect.getHeight();
- if (height == rect.getHeight() && width == rect.getWidth()) {
- continue;
- }
-
- comp.fitComponentIn(width, height);
- rect = comp.getRelativeComponentBounds(storeA);
- if (Math.abs(rect.getHeight() - height) <= 1) {
- compsBack.add(comp);
- }
- freeSpace -= rect.getHeight() - origRect.getHeight();
- }
- }
- final List<UIComponent> compsTemp = comps;
- comps = compsBack;
- compsBack = compsTemp;
- relaxIndex++;
- }
-
- int x = 0;
- int y = !_expandsVertically && !_horizontal ? container.getContentHeight() - reqSpace : 0;
-
- // Now, go through children and set proper location.
- for (int i = 0; i < content.size(); i++) {
- final Spatial spat = _horizontal ? content.get(i) : content.get(content.size() - i - 1);
-
- if (!(spat instanceof UIComponent)) {
- continue;
- }
- final UIComponent comp = (UIComponent) spat;
- final Rectangle2 rect = comp.getRelativeComponentBounds(storeA);
-
- if (_horizontal) {
- comp.setLocalXY(x - rect.getX(), Math.max(container.getContentHeight() / 2 - rect.getHeight() / 2
- - rect.getY(), 0));
- x += rect.getWidth();
- } else {
- comp.setLocalXY(Math.max(container.getContentWidth() / 2 - rect.getWidth() / 2 - rect.getX(), 0), y
- - rect.getY());
- y += rect.getHeight();
- }
- }
- }
-
- Rectangle2.releaseTempInstance(storeA);
- Rectangle2.releaseTempInstance(storeB);
- }
-
- @Override
- public void updateMinimumSizeFromContents(final UIContainer container) {
-
- int minW = 0, minH = 0;
- if (container.getNumberOfChildren() > 0) {
- final List<Spatial> content = container.getChildren();
-
- // compute the min width and height of the container
- final Rectangle2 store = new Rectangle2();
- for (final Spatial s : content) {
- if (!(s instanceof UIComponent)) {
- continue;
- }
- final UIComponent comp = (UIComponent) s;
- final Rectangle2 rect = comp.getRelativeMinComponentBounds(store);
- if (_horizontal) {
- minW += rect.getWidth();
- if (minH < rect.getHeight()) {
- minH = rect.getHeight();
- }
- } else {
- if (minW < rect.getWidth()) {
- minW = rect.getWidth();
- }
- minH += rect.getHeight();
- }
- }
- }
- container.setMinimumContentSize(minW, minH);
- }
-
- private int getSumOfAllHeights(final List<Spatial> content) {
- int sum = 0;
- if (content != null) {
- final Rectangle2 store = new Rectangle2();
- for (final Spatial spat : content) {
- if (spat instanceof UIComponent) {
- final Rectangle2 rect = ((UIComponent) spat).getRelativeMinComponentBounds(store);
- sum += rect.getHeight();
- }
- }
- }
- return sum;
- }
-
- private int getSumOfAllWidths(final List<Spatial> content) {
- int sum = 0;
- if (content != null) {
- final Rectangle2 store = new Rectangle2();
- for (final Spatial spat : content) {
- if (spat instanceof UIComponent) {
- final Rectangle2 rect = ((UIComponent) spat).getRelativeMinComponentBounds(store);
- sum += rect.getWidth();
- }
- }
- }
- return sum;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.layout;
+
+import java.util.List;
+
+import com.ardor3d.extension.ui.UIComponent;
+import com.ardor3d.extension.ui.UIContainer;
+import com.ardor3d.math.Rectangle2;
+import com.ardor3d.scenegraph.Spatial;
+import com.google.common.collect.Lists;
+
+/**
+ * This layout places components in either a horizontal or vertical row, ordered as they are placed in their container.
+ * Depending on settings, the layout may also take any extra space in the container and divide it up equally among child
+ * components that are marked as "layout resizeable".
+ */
+public class RowLayout extends UILayout {
+
+ private static final int MAX_RELAX = 50;
+ private final boolean _horizontal;
+ private final boolean _expandsHorizontally;
+ private final boolean _expandsVertically;
+
+ /**
+ * Construct a new RowLayout
+ *
+ * @param horizontal
+ * true if we should lay out horizontally, false if vertically
+ */
+ public RowLayout(final boolean horizontal) {
+ this(horizontal, true, true);
+ }
+
+ /**
+ * Construct a new RowLayout
+ *
+ * @param horizontal
+ * true if we should lay out horizontally, false if vertically
+ * @param expandsHorizontally
+ * true (the default) if horizontal free space in the container should be divided up among the child
+ * components.
+ * @param expandsVertically
+ * true (the default) if vertical free space in the container should be divided up among the child
+ * components.
+ */
+ public RowLayout(final boolean horizontal, final boolean expandsHorizontally, final boolean expandsVertically) {
+ _horizontal = horizontal;
+ _expandsHorizontally = expandsHorizontally;
+ _expandsVertically = expandsVertically;
+ }
+
+ /**
+ * @return true if we lay out horizontally, false if vertically
+ */
+ public boolean isHorizontal() {
+ return _horizontal;
+ }
+
+ /**
+ * @return true (the default) if horizontal free space in the container should be divided up among the child
+ * components.
+ */
+ public boolean isExpandsHorizontally() {
+ return _expandsHorizontally;
+ }
+
+ /**
+ *
+ * @return true (the default) if vertical free space in the container should be divided up among the child
+ * components.
+ */
+ public boolean isExpandsVertically() {
+ return _expandsVertically;
+ }
+
+ @Override
+ public void layoutContents(final UIContainer container) {
+
+ final List<Spatial> content = container.getChildren();
+ if (content == null) {
+ return;
+ }
+
+ final Rectangle2 storeA = Rectangle2.fetchTempInstance();
+ final Rectangle2 storeB = Rectangle2.fetchTempInstance();
+
+ // Grab a list of components, squeezing them down to their min size on the flow axis
+ List<UIComponent> comps = Lists.newArrayList();
+ List<UIComponent> compsBack = Lists.newArrayList();
+ for (int i = 0; i < content.size(); i++) {
+ final Spatial spat = content.get(i);
+ if (spat instanceof UIComponent) {
+ final UIComponent comp = (UIComponent) spat;
+ final Rectangle2 rect = comp.getRelativeComponentBounds(storeA);
+ final Rectangle2 minRect = comp.getRelativeMinComponentBounds(storeB);
+ if (_horizontal) {
+ comp.fitComponentIn(minRect.getWidth(), rect.getHeight());
+ } else {
+ comp.fitComponentIn(rect.getWidth(), minRect.getHeight());
+ }
+ comps.add(comp);
+ }
+ }
+
+ // if we have components to layout...
+ if (!comps.isEmpty()) {
+
+ // Determine how much space we feel we need.
+ final int reqSpace = _horizontal ? getSumOfAllWidths(content) : getSumOfAllHeights(content);
+
+ // How much extra space do we have?
+ int freeSpace = (_horizontal ? container.getContentWidth() : container.getContentHeight()) - reqSpace;
+
+ int relaxIndex = 0;
+ // cycle through until we've given away all of the space
+ while ((freeSpace > 0 || relaxIndex == 0) && !comps.isEmpty() && relaxIndex < RowLayout.MAX_RELAX) {
+ final int extraPerComp = freeSpace / comps.size();
+ while (!comps.isEmpty()) {
+ final UIComponent comp = comps.remove(0);
+ Rectangle2 rect = comp.getRelativeComponentBounds(storeA);
+ final Rectangle2 origRect = storeB.set(rect);
+ if (freeSpace < 0) {
+ freeSpace = 0;
+ }
+ if (_horizontal) {
+ final int height = _expandsVertically ? container.getContentHeight() : rect.getHeight();
+ final int width = (_expandsHorizontally ? extraPerComp : 0) + rect.getWidth();
+ if (height == rect.getHeight() && width == rect.getWidth()) {
+ continue;
+ }
+
+ comp.fitComponentIn(width, height);
+ rect = comp.getRelativeComponentBounds(storeA);
+ if (Math.abs(rect.getWidth() - width) <= 1) {
+ compsBack.add(comp);
+ }
+ freeSpace -= rect.getWidth() - origRect.getWidth();
+ } else {
+ final int width = _expandsHorizontally ? container.getContentWidth() : rect.getWidth();
+ final int height = (_expandsVertically ? extraPerComp : 0) + rect.getHeight();
+ if (height == rect.getHeight() && width == rect.getWidth()) {
+ continue;
+ }
+
+ comp.fitComponentIn(width, height);
+ rect = comp.getRelativeComponentBounds(storeA);
+ if (Math.abs(rect.getHeight() - height) <= 1) {
+ compsBack.add(comp);
+ }
+ freeSpace -= rect.getHeight() - origRect.getHeight();
+ }
+ }
+ final List<UIComponent> compsTemp = comps;
+ comps = compsBack;
+ compsBack = compsTemp;
+ relaxIndex++;
+ }
+
+ int x = 0;
+ int y = !_expandsVertically && !_horizontal ? container.getContentHeight() - reqSpace : 0;
+
+ // Now, go through children and set proper location.
+ for (int i = 0; i < content.size(); i++) {
+ final Spatial spat = _horizontal ? content.get(i) : content.get(content.size() - i - 1);
+
+ if (!(spat instanceof UIComponent)) {
+ continue;
+ }
+ final UIComponent comp = (UIComponent) spat;
+ final Rectangle2 rect = comp.getRelativeComponentBounds(storeA);
+
+ if (_horizontal) {
+ comp.setLocalXY(x - rect.getX(), Math.max(container.getContentHeight() / 2 - rect.getHeight() / 2
+ - rect.getY(), 0));
+ x += rect.getWidth();
+ } else {
+ comp.setLocalXY(Math.max(container.getContentWidth() / 2 - rect.getWidth() / 2 - rect.getX(), 0), y
+ - rect.getY());
+ y += rect.getHeight();
+ }
+ }
+ }
+
+ Rectangle2.releaseTempInstance(storeA);
+ Rectangle2.releaseTempInstance(storeB);
+ }
+
+ @Override
+ public void updateMinimumSizeFromContents(final UIContainer container) {
+
+ int minW = 0, minH = 0;
+ if (container.getNumberOfChildren() > 0) {
+ final List<Spatial> content = container.getChildren();
+
+ // compute the min width and height of the container
+ final Rectangle2 store = new Rectangle2();
+ for (final Spatial s : content) {
+ if (!(s instanceof UIComponent)) {
+ continue;
+ }
+ final UIComponent comp = (UIComponent) s;
+ final Rectangle2 rect = comp.getRelativeMinComponentBounds(store);
+ if (_horizontal) {
+ minW += rect.getWidth();
+ if (minH < rect.getHeight()) {
+ minH = rect.getHeight();
+ }
+ } else {
+ if (minW < rect.getWidth()) {
+ minW = rect.getWidth();
+ }
+ minH += rect.getHeight();
+ }
+ }
+ }
+ container.setMinimumContentSize(minW, minH);
+ }
+
+ private int getSumOfAllHeights(final List<Spatial> content) {
+ int sum = 0;
+ if (content != null) {
+ final Rectangle2 store = new Rectangle2();
+ for (final Spatial spat : content) {
+ if (spat instanceof UIComponent) {
+ final Rectangle2 rect = ((UIComponent) spat).getRelativeMinComponentBounds(store);
+ sum += rect.getHeight();
+ }
+ }
+ }
+ return sum;
+ }
+
+ private int getSumOfAllWidths(final List<Spatial> content) {
+ int sum = 0;
+ if (content != null) {
+ final Rectangle2 store = new Rectangle2();
+ for (final Spatial spat : content) {
+ if (spat instanceof UIComponent) {
+ final Rectangle2 rect = ((UIComponent) spat).getRelativeMinComponentBounds(store);
+ sum += rect.getWidth();
+ }
+ }
+ }
+ return sum;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayout.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayout.java
index 1f55be8..f902a78 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayout.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayout.java
@@ -1,35 +1,35 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.layout;
-
-import com.ardor3d.extension.ui.UIContainer;
-
-/**
- * A class that can arrange the position and dimensions of the contents of a UI container.
- */
-public abstract class UILayout {
-
- /**
- * Perform the actual layout of the contents in the given container.
- *
- * @param container
- * the container to layout
- */
- public abstract void layoutContents(UIContainer container);
-
- /**
- * Update the minimum size of this container, based on the contents of the provided container and this layout.
- *
- * @param container
- * the container to update
- */
- public abstract void updateMinimumSizeFromContents(UIContainer container);
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.layout;
+
+import com.ardor3d.extension.ui.UIContainer;
+
+/**
+ * A class that can arrange the position and dimensions of the contents of a UI container.
+ */
+public abstract class UILayout {
+
+ /**
+ * Perform the actual layout of the contents in the given container.
+ *
+ * @param container
+ * the container to layout
+ */
+ public abstract void layoutContents(UIContainer container);
+
+ /**
+ * Update the minimum size of this container, based on the contents of the provided container and this layout.
+ *
+ * @param container
+ * the container to update
+ */
+ public abstract void updateMinimumSizeFromContents(UIContainer container);
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayoutData.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayoutData.java
index 2f69b78..643e6c2 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayoutData.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/layout/UILayoutData.java
@@ -1,16 +1,16 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.layout;
-
-/**
- * Interface identifying objects that provide more data about how a component should act in a specific layout.
- */
-public interface UILayoutData {}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.layout;
+
+/**
+ * Interface identifying objects that provide more data about how a component should act in a specific layout.
+ */
+public interface UILayoutData {}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/model/DefaultSliderModel.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/model/DefaultSliderModel.java
index f10a7c4..8a5b7ab 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/model/DefaultSliderModel.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/model/DefaultSliderModel.java
@@ -1,76 +1,76 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.model;
-
-import com.ardor3d.extension.ui.UISlider;
-import com.ardor3d.math.MathUtils;
-
-/**
- * A backing data model for UISlider.
- */
-public class DefaultSliderModel implements SliderModel {
-
- /** Minimum range value */
- private int _minValue;
-
- /** Maximum range value */
- private int _maxValue;
-
- /** Current value */
- private int _currentValue;
-
- /**
- * Construct a new model
- *
- * @param minValue
- * lowest possible value (inclusive)
- * @param maxValue
- * highest possible value (inclusive)
- */
- public DefaultSliderModel(final int minValue, final int maxValue) {
- setMinValue(minValue);
- setMaxValue(maxValue);
- }
-
- public int getCurrentValue() {
- return _currentValue;
- }
-
- public void setCurrentValue(final int currentValue) {
- setCurrentValue(currentValue, null);
- }
-
- public void setCurrentValue(final int currentValue, final UISlider slider) {
- if (_currentValue == currentValue) {
- return;
- }
- _currentValue = MathUtils.clamp(currentValue, _minValue, _maxValue);
- if (slider != null) {
- slider.fireChangeEvent();
- }
- }
-
- public int getMaxValue() {
- return _maxValue;
- }
-
- public void setMaxValue(final int maxValue) {
- _maxValue = maxValue;
- }
-
- public int getMinValue() {
- return _minValue;
- }
-
- public void setMinValue(final int minValue) {
- _minValue = minValue;
- }
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.model;
+
+import com.ardor3d.extension.ui.UISlider;
+import com.ardor3d.math.MathUtils;
+
+/**
+ * A backing data model for UISlider.
+ */
+public class DefaultSliderModel implements SliderModel {
+
+ /** Minimum range value */
+ private int _minValue;
+
+ /** Maximum range value */
+ private int _maxValue;
+
+ /** Current value */
+ private int _currentValue;
+
+ /**
+ * Construct a new model
+ *
+ * @param minValue
+ * lowest possible value (inclusive)
+ * @param maxValue
+ * highest possible value (inclusive)
+ */
+ public DefaultSliderModel(final int minValue, final int maxValue) {
+ setMinValue(minValue);
+ setMaxValue(maxValue);
+ }
+
+ public int getCurrentValue() {
+ return _currentValue;
+ }
+
+ public void setCurrentValue(final int currentValue) {
+ setCurrentValue(currentValue, null);
+ }
+
+ public void setCurrentValue(final int currentValue, final UISlider slider) {
+ if (_currentValue == currentValue) {
+ return;
+ }
+ _currentValue = MathUtils.clamp(currentValue, _minValue, _maxValue);
+ if (slider != null) {
+ slider.fireChangeEvent();
+ }
+ }
+
+ public int getMaxValue() {
+ return _maxValue;
+ }
+
+ public void setMaxValue(final int maxValue) {
+ _maxValue = maxValue;
+ }
+
+ public int getMinValue() {
+ return _minValue;
+ }
+
+ public void setMinValue(final int minValue) {
+ _minValue = minValue;
+ }
} \ No newline at end of file
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextCaret.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextCaret.java
index 4e30461..bd987b5 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextCaret.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextCaret.java
@@ -37,7 +37,7 @@ public class TextCaret {
public TextCaret() {
final MeshData md = _strip.getMeshData();
md.setVertexBuffer(BufferUtils.createVector3Buffer(4));
- md.setIndexBuffer(BufferUtils.createIntBuffer(new int[] { 0, 1, 3, 2 }));
+ md.setIndices(BufferUtils.createIndexBufferData(new int[] { 0, 1, 3, 2 }, 3));
md.setIndexMode(IndexMode.TriangleStrip);
final float[] vals = new float[] { 0, 0, 0, //
1, 0, 0, //
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextMesh.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextMesh.java
index dcc4c94..c7e3a91 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextMesh.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/text/TextMesh.java
@@ -1,37 +1,37 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.text;
-
-import com.ardor3d.renderer.IndexMode;
-import com.ardor3d.scenegraph.Mesh;
-import com.ardor3d.scenegraph.hint.CullHint;
-import com.ardor3d.scenegraph.hint.LightCombineMode;
-import com.ardor3d.scenegraph.hint.TextureCombineMode;
-
-/**
- * Text spatial which uses textures generated by UIFont
- */
-public class TextMesh extends Mesh {
-
- public TextMesh() {
- super("text");
- getMeshData().setIndexMode(IndexMode.Triangles);
- getSceneHints().setLightCombineMode(LightCombineMode.Off);
- getSceneHints().setTextureCombineMode(TextureCombineMode.Replace);
-
- // -- never cull
- setModelBound(null);
- getSceneHints().setCullHint(CullHint.Never);
-
- // -- default to non-pickable
- getSceneHints().setAllPickingHints(false);
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.text;
+
+import com.ardor3d.renderer.IndexMode;
+import com.ardor3d.scenegraph.Mesh;
+import com.ardor3d.scenegraph.hint.CullHint;
+import com.ardor3d.scenegraph.hint.LightCombineMode;
+import com.ardor3d.scenegraph.hint.TextureCombineMode;
+
+/**
+ * Text spatial which uses textures generated by UIFont
+ */
+public class TextMesh extends Mesh {
+
+ public TextMesh() {
+ super("text");
+ getMeshData().setIndexMode(IndexMode.Triangles);
+ getSceneHints().setLightCombineMode(LightCombineMode.Off);
+ getSceneHints().setTextureCombineMode(TextureCombineMode.Replace);
+
+ // -- never cull
+ setModelBound(null);
+ getSceneHints().setCullHint(CullHint.Never);
+
+ // -- default to non-pickable
+ getSceneHints().setAllPickingHints(false);
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Alignment.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Alignment.java
index 8161513..9f79f66 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Alignment.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Alignment.java
@@ -1,115 +1,115 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.util;
-
-/**
- * Enumeration useful for describing positioning and alignment to the edges and corners of a rectangular area. This is
- * used in our UI system to align text, images, and handle certain layouts such as the AnchorLayout.
- */
-public enum Alignment {
- /** North West */
- TOP_LEFT(0.0, 1.0),
-
- /** North */
- TOP(0.5, 1.0),
-
- /** North East */
- TOP_RIGHT(1.0, 1.0),
-
- /** West */
- LEFT(0.0, 0.5),
-
- /** Center */
- MIDDLE(0.5, 0.5),
-
- /** East */
- RIGHT(1.0, 0.5),
-
- /** South West */
- BOTTOM_LEFT(0.0, 0.0),
-
- /** South */
- BOTTOM(0.5, 0.0),
-
- /** South East */
- BOTTOM_RIGHT(1.0, 0.0);
-
- /**
- * How far from the left this alignment is as a percentage.
- */
- private double along;
-
- /**
- * How far from the bottom this alignment is as a percentage.
- */
- private double up;
-
- /**
- * @param along
- * How far from the left this alignment is as a percentage.
- * @param up
- * How far from the bottom this alignment is as a percentage.
- */
- Alignment(final double along, final double up) {
- this.along = along;
- this.up = up;
- }
-
- /**
- * @return a value in [0, 1] describing how far from the bottom this alignment is.
- */
- public double fromLeft() {
- return along;
- }
-
- /**
- * @return a value in [0, 1] describing how far from the bottom this alignment is.
- */
- public double fromBottom() {
- return up;
- }
-
- /**
- * Determine the correct relative X position for a component being aligned, using this alignment, to another
- * component (or a box to another box, or area... etc. - anything with a "width").
- *
- * @param availableWidth
- * the width of the component or area we are aligning to.
- * @param width
- * the width of the component or area we are setting position on.
- * @return the new X position to use.
- */
- public double alignX(final double availableWidth, final double width) {
- return fromLeft() * availableWidth - fromLeft() * width;
- }
-
- public int alignX(final int availableWidth, final int width) {
- return (int) Math.round(fromLeft() * availableWidth - fromLeft() * width);
- }
-
- /**
- * Determine the correct relative Y position for a component being aligned, using this alignment, to another
- * component (or a box to another box, or area... etc. - anything with a "height").
- *
- * @param availableHeight
- * the height of the component or area we are aligning to.
- * @param height
- * the height of the component or area we are setting position on.
- * @return the new Y position to use.
- */
- public double alignY(final double availableHeight, final double height) {
- return fromBottom() * availableHeight - fromBottom() * height;
- }
-
- public int alignY(final int availableHeight, final int height) {
- return (int) Math.round(fromBottom() * availableHeight - fromBottom() * height);
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.util;
+
+/**
+ * Enumeration useful for describing positioning and alignment to the edges and corners of a rectangular area. This is
+ * used in our UI system to align text, images, and handle certain layouts such as the AnchorLayout.
+ */
+public enum Alignment {
+ /** North West */
+ TOP_LEFT(0.0, 1.0),
+
+ /** North */
+ TOP(0.5, 1.0),
+
+ /** North East */
+ TOP_RIGHT(1.0, 1.0),
+
+ /** West */
+ LEFT(0.0, 0.5),
+
+ /** Center */
+ MIDDLE(0.5, 0.5),
+
+ /** East */
+ RIGHT(1.0, 0.5),
+
+ /** South West */
+ BOTTOM_LEFT(0.0, 0.0),
+
+ /** South */
+ BOTTOM(0.5, 0.0),
+
+ /** South East */
+ BOTTOM_RIGHT(1.0, 0.0);
+
+ /**
+ * How far from the left this alignment is as a percentage.
+ */
+ private double along;
+
+ /**
+ * How far from the bottom this alignment is as a percentage.
+ */
+ private double up;
+
+ /**
+ * @param along
+ * How far from the left this alignment is as a percentage.
+ * @param up
+ * How far from the bottom this alignment is as a percentage.
+ */
+ Alignment(final double along, final double up) {
+ this.along = along;
+ this.up = up;
+ }
+
+ /**
+ * @return a value in [0, 1] describing how far from the bottom this alignment is.
+ */
+ public double fromLeft() {
+ return along;
+ }
+
+ /**
+ * @return a value in [0, 1] describing how far from the bottom this alignment is.
+ */
+ public double fromBottom() {
+ return up;
+ }
+
+ /**
+ * Determine the correct relative X position for a component being aligned, using this alignment, to another
+ * component (or a box to another box, or area... etc. - anything with a "width").
+ *
+ * @param availableWidth
+ * the width of the component or area we are aligning to.
+ * @param width
+ * the width of the component or area we are setting position on.
+ * @return the new X position to use.
+ */
+ public double alignX(final double availableWidth, final double width) {
+ return fromLeft() * availableWidth - fromLeft() * width;
+ }
+
+ public int alignX(final int availableWidth, final int width) {
+ return (int) Math.round(fromLeft() * availableWidth - fromLeft() * width);
+ }
+
+ /**
+ * Determine the correct relative Y position for a component being aligned, using this alignment, to another
+ * component (or a box to another box, or area... etc. - anything with a "height").
+ *
+ * @param availableHeight
+ * the height of the component or area we are aligning to.
+ * @param height
+ * the height of the component or area we are setting position on.
+ * @return the new Y position to use.
+ */
+ public double alignY(final double availableHeight, final double height) {
+ return fromBottom() * availableHeight - fromBottom() * height;
+ }
+
+ public int alignY(final int availableHeight, final int height) {
+ return (int) Math.round(fromBottom() * availableHeight - fromBottom() * height);
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/ButtonGroup.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/ButtonGroup.java
index 10d38fc..ad7f059 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/ButtonGroup.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/ButtonGroup.java
@@ -1,130 +1,130 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.util;
-
-import java.util.ArrayList;
-import java.util.Iterator;
-import java.util.List;
-
-import com.ardor3d.extension.ui.UIButton;
-
-/**
- * Defines a group of buttons. This is generally used with radio or toggle buttons to indicate a group wherein only one
- * button should be pressed at a time.
- */
-public class ButtonGroup {
-
- /** The list of buttons participating in this group. */
- private final List<UIButton> _buttons = new ArrayList<UIButton>();
-
- /** The currently selected button. */
- private UIButton _selected;
-
- public ButtonGroup() {}
-
- /**
- * Add a button to this button group if not already present.
- *
- * @param button
- * the button to be added
- * @throws NullPointerException
- * if button is null
- */
- public void add(final UIButton button) {
-
- // Make sure the button has the right group set.
- if (button.getGroup() != this) {
- button.setGroup(this);
- }
-
- // Proceed if the button is not already part of the this.
- if (!_buttons.contains(button)) {
- // Add to list
- _buttons.add(button);
-
- // See if we're selected...
- if (button.isSelected()) {
- // ..if we are and nothing else is selected in this group, then this is our "selected" value.
- if (_selected == null) {
- _selected = button;
- }
- // ..otherwise, the existing "selected" takes priority, so turn off this button.
- else {
- button.setSelected(false);
- }
- }
- }
- }
-
- /**
- * Removes the button from the group.
- *
- * @param button
- * the button to remove. no-op if null.
- */
- public void remove(final UIButton button) {
- if (button == null) {
- return;
- }
- _buttons.remove(button);
- if (button == _selected) {
- _selected = null;
- }
- button.setGroup(null);
- }
-
- /**
- * @return an Iterator of buttons currently in this group
- */
- public Iterator<UIButton> getButtons() {
- return _buttons.iterator();
- }
-
- /**
- * @return the currently selected button or null if none have been selected yet.
- */
- public UIButton getSelection() {
- return _selected;
- }
-
- /**
- * Sets the selected value for the given button. Only one button in the group may be selected at a time.
- *
- * @param button
- * the button we are changing
- * @param selected
- * true if this button is to be selected and all others in the group should be de-selected.
- */
- public void setSelected(final UIButton button, final boolean selected) {
- if (selected && button != null && button != _selected) {
- final UIButton oldSelection = _selected;
- _selected = button;
- if (oldSelection != null) {
- oldSelection.setSelected(false);
- }
- button.setSelected(true);
- }
- }
-
- /**
- * @return true if the button is the currently selected button
- */
- public boolean isSelected(final UIButton button) {
- return button == _selected;
- }
-
- /**
- * @return the number of buttons currently in the group.
- */
- public int getButtonCount() {
- return _buttons.size();
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.util;
+
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.List;
+
+import com.ardor3d.extension.ui.UIButton;
+
+/**
+ * Defines a group of buttons. This is generally used with radio or toggle buttons to indicate a group wherein only one
+ * button should be pressed at a time.
+ */
+public class ButtonGroup {
+
+ /** The list of buttons participating in this group. */
+ private final List<UIButton> _buttons = new ArrayList<UIButton>();
+
+ /** The currently selected button. */
+ private UIButton _selected;
+
+ public ButtonGroup() {}
+
+ /**
+ * Add a button to this button group if not already present.
+ *
+ * @param button
+ * the button to be added
+ * @throws NullPointerException
+ * if button is null
+ */
+ public void add(final UIButton button) {
+
+ // Make sure the button has the right group set.
+ if (button.getGroup() != this) {
+ button.setGroup(this);
+ }
+
+ // Proceed if the button is not already part of the this.
+ if (!_buttons.contains(button)) {
+ // Add to list
+ _buttons.add(button);
+
+ // See if we're selected...
+ if (button.isSelected()) {
+ // ..if we are and nothing else is selected in this group, then this is our "selected" value.
+ if (_selected == null) {
+ _selected = button;
+ }
+ // ..otherwise, the existing "selected" takes priority, so turn off this button.
+ else {
+ button.setSelected(false);
+ }
+ }
+ }
+ }
+
+ /**
+ * Removes the button from the group.
+ *
+ * @param button
+ * the button to remove. no-op if null.
+ */
+ public void remove(final UIButton button) {
+ if (button == null) {
+ return;
+ }
+ _buttons.remove(button);
+ if (button == _selected) {
+ _selected = null;
+ }
+ button.setGroup(null);
+ }
+
+ /**
+ * @return an Iterator of buttons currently in this group
+ */
+ public Iterator<UIButton> getButtons() {
+ return _buttons.iterator();
+ }
+
+ /**
+ * @return the currently selected button or null if none have been selected yet.
+ */
+ public UIButton getSelection() {
+ return _selected;
+ }
+
+ /**
+ * Sets the selected value for the given button. Only one button in the group may be selected at a time.
+ *
+ * @param button
+ * the button we are changing
+ * @param selected
+ * true if this button is to be selected and all others in the group should be de-selected.
+ */
+ public void setSelected(final UIButton button, final boolean selected) {
+ if (selected && button != null && button != _selected) {
+ final UIButton oldSelection = _selected;
+ _selected = button;
+ if (oldSelection != null) {
+ oldSelection.setSelected(false);
+ }
+ button.setSelected(true);
+ }
+ }
+
+ /**
+ * @return true if the button is the currently selected button
+ */
+ public boolean isSelected(final UIButton button) {
+ return button == _selected;
+ }
+
+ /**
+ * @return the number of buttons currently in the group.
+ */
+ public int getButtonCount() {
+ return _buttons.size();
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Dimension.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Dimension.java
index 8564146..31cb508 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Dimension.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Dimension.java
@@ -1,103 +1,103 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.util;
-
-/**
- * This class is patterned after awt's {@link java.awt.Dimension Dimension} class. It describes the width and height of
- * something (in our case, generally a UI element.)
- */
-public class Dimension {
-
- private int _width;
- private int _height;
-
- /**
- * Construct a new 0x0 dimension object.
- */
- public Dimension() {
- this(0, 0);
- }
-
- /**
- * Construct a new dimension object using the given values.
- *
- * @param width
- * @param height
- */
- public Dimension(final int width, final int height) {
- setWidth(width);
- setHeight(height);
- }
-
- /**
- * Construct a new dimension object using the values of the given source.
- *
- * @param source
- */
- public Dimension(final Dimension source) {
- this(source.getWidth(), source.getHeight());
- }
-
- public int getWidth() {
- return _width;
- }
-
- public void setWidth(final int width) {
- _width = width;
- }
-
- public int getHeight() {
- return _height;
- }
-
- public void setHeight(final int height) {
- _height = height;
- }
-
- public void set(final int width, final int height) {
- setWidth(width);
- setHeight(height);
- }
-
- public void set(final Dimension d) {
- set(d.getWidth(), d.getHeight());
- }
-
- public boolean contains(final double x, final double y) {
- return x >= 0 && x < getWidth() && y >= 0 && y < getHeight();
- }
-
- public boolean contains(final int x, final int y) {
- return x >= 0 && x < getWidth() && y >= 0 && y < getHeight();
- }
-
- @Override
- public boolean equals(final Object obj) {
- if (obj instanceof Dimension) {
- final Dimension d = (Dimension) obj;
- return getWidth() == d.getWidth() && getHeight() == d.getHeight();
- }
- return false;
- }
-
- @Override
- public int hashCode() {
- int result = 17;
- result += 31 * result + getWidth();
- result += 31 * result + getHeight();
- return result;
- }
-
- @Override
- public String toString() {
- return getClass().getName() + "[width=" + getWidth() + ",height=" + getHeight() + "]";
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.util;
+
+/**
+ * This class is patterned after awt's {@link java.awt.Dimension Dimension} class. It describes the width and height of
+ * something (in our case, generally a UI element.)
+ */
+public class Dimension {
+
+ private int _width;
+ private int _height;
+
+ /**
+ * Construct a new 0x0 dimension object.
+ */
+ public Dimension() {
+ this(0, 0);
+ }
+
+ /**
+ * Construct a new dimension object using the given values.
+ *
+ * @param width
+ * @param height
+ */
+ public Dimension(final int width, final int height) {
+ setWidth(width);
+ setHeight(height);
+ }
+
+ /**
+ * Construct a new dimension object using the values of the given source.
+ *
+ * @param source
+ */
+ public Dimension(final Dimension source) {
+ this(source.getWidth(), source.getHeight());
+ }
+
+ public int getWidth() {
+ return _width;
+ }
+
+ public void setWidth(final int width) {
+ _width = width;
+ }
+
+ public int getHeight() {
+ return _height;
+ }
+
+ public void setHeight(final int height) {
+ _height = height;
+ }
+
+ public void set(final int width, final int height) {
+ setWidth(width);
+ setHeight(height);
+ }
+
+ public void set(final Dimension d) {
+ set(d.getWidth(), d.getHeight());
+ }
+
+ public boolean contains(final double x, final double y) {
+ return x >= 0 && x < getWidth() && y >= 0 && y < getHeight();
+ }
+
+ public boolean contains(final int x, final int y) {
+ return x >= 0 && x < getWidth() && y >= 0 && y < getHeight();
+ }
+
+ @Override
+ public boolean equals(final Object obj) {
+ if (obj instanceof Dimension) {
+ final Dimension d = (Dimension) obj;
+ return getWidth() == d.getWidth() && getHeight() == d.getHeight();
+ }
+ return false;
+ }
+
+ @Override
+ public int hashCode() {
+ int result = 17;
+ result += 31 * result + getWidth();
+ result += 31 * result + getHeight();
+ return result;
+ }
+
+ @Override
+ public String toString() {
+ return getClass().getName() + "[width=" + getWidth() + ",height=" + getHeight() + "]";
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Insets.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Insets.java
index 1183c36..d9f8fe6 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Insets.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/Insets.java
@@ -1,124 +1,124 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.util;
-
-/**
- * This class is patterned after awt's {@link java.awt.Insets Insets} class. It describes the margins on four sides of a
- * rectangular area and is the foundation of our UIBorder class.
- */
-public class Insets {
-
- private int _top;
- private int _left;
- private int _bottom;
- private int _right;
-
- /**
- * Constructs a new insets with 0 size on each side.
- */
- public Insets() {
- set(0, 0, 0, 0);
- }
-
- /**
- * Constructs a new insets using the given sizes.
- *
- * @param top
- * @param left
- * @param bottom
- * @param right
- */
- public Insets(final int top, final int left, final int bottom, final int right) {
- set(top, left, bottom, right);
- }
-
- /**
- * Constructs a new insets using the sizes from the given source.
- *
- * @param source
- */
- public Insets(final Insets source) {
- set(source);
- }
-
- /**
- * Set the size of the sides to the given values.
- *
- * @param top
- * @param left
- * @param bottom
- * @param right
- */
- public void set(final int top, final int left, final int bottom, final int right) {
- _top = top;
- _left = left;
- _bottom = bottom;
- _right = right;
- }
-
- public void set(final Insets other) {
- _top = other.getTop();
- _left = other.getLeft();
- _bottom = other.getBottom();
- _right = other.getRight();
- }
-
- public int getLeft() {
- return _left;
- }
-
- public int getTop() {
- return _top;
- }
-
- public int getRight() {
- return _right;
- }
-
- public int getBottom() {
- return _bottom;
- }
-
- public void setLeft(final int size) {
- _left = size;
- }
-
- public void setRight(final int size) {
- _right = size;
- }
-
- public void setTop(final int size) {
- _top = size;
- }
-
- public void setBottom(final int size) {
- _bottom = size;
- }
-
- @Override
- public boolean equals(final Object obj) {
- if (obj instanceof Insets) {
- final Insets other = (Insets) obj;
- return _top == other._top && _left == other._left && _bottom == other._bottom && _right == other._right;
- }
- return false;
- }
-
- @Override
- public int hashCode() {
- int result = 17;
- result += 31 * result + getLeft();
- result += 31 * result + getRight();
- result += 31 * result + getTop();
- result += 31 * result + getBottom();
- return result;
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.util;
+
+/**
+ * This class is patterned after awt's {@link java.awt.Insets Insets} class. It describes the margins on four sides of a
+ * rectangular area and is the foundation of our UIBorder class.
+ */
+public class Insets {
+
+ private int _top;
+ private int _left;
+ private int _bottom;
+ private int _right;
+
+ /**
+ * Constructs a new insets with 0 size on each side.
+ */
+ public Insets() {
+ set(0, 0, 0, 0);
+ }
+
+ /**
+ * Constructs a new insets using the given sizes.
+ *
+ * @param top
+ * @param left
+ * @param bottom
+ * @param right
+ */
+ public Insets(final int top, final int left, final int bottom, final int right) {
+ set(top, left, bottom, right);
+ }
+
+ /**
+ * Constructs a new insets using the sizes from the given source.
+ *
+ * @param source
+ */
+ public Insets(final Insets source) {
+ set(source);
+ }
+
+ /**
+ * Set the size of the sides to the given values.
+ *
+ * @param top
+ * @param left
+ * @param bottom
+ * @param right
+ */
+ public void set(final int top, final int left, final int bottom, final int right) {
+ _top = top;
+ _left = left;
+ _bottom = bottom;
+ _right = right;
+ }
+
+ public void set(final Insets other) {
+ _top = other.getTop();
+ _left = other.getLeft();
+ _bottom = other.getBottom();
+ _right = other.getRight();
+ }
+
+ public int getLeft() {
+ return _left;
+ }
+
+ public int getTop() {
+ return _top;
+ }
+
+ public int getRight() {
+ return _right;
+ }
+
+ public int getBottom() {
+ return _bottom;
+ }
+
+ public void setLeft(final int size) {
+ _left = size;
+ }
+
+ public void setRight(final int size) {
+ _right = size;
+ }
+
+ public void setTop(final int size) {
+ _top = size;
+ }
+
+ public void setBottom(final int size) {
+ _bottom = size;
+ }
+
+ @Override
+ public boolean equals(final Object obj) {
+ if (obj instanceof Insets) {
+ final Insets other = (Insets) obj;
+ return _top == other._top && _left == other._left && _bottom == other._bottom && _right == other._right;
+ }
+ return false;
+ }
+
+ @Override
+ public int hashCode() {
+ int result = 17;
+ result += 31 * result + getLeft();
+ result += 31 * result + getRight();
+ result += 31 * result + getTop();
+ result += 31 * result + getBottom();
+ return result;
+ }
+}
diff --git a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/SubTex.java b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/SubTex.java
index 5e65857..7d84897 100644
--- a/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/SubTex.java
+++ b/ardor3d-ui/src/main/java/com/ardor3d/extension/ui/util/SubTex.java
@@ -1,166 +1,166 @@
-/**
- * Copyright (c) 2008-2012 Ardor Labs, Inc.
- *
- * This file is part of Ardor3D.
- *
- * Ardor3D is free software: you can redistribute it and/or modify it
- * under the terms of its license which may be found in the accompanying
- * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
- */
-
-package com.ardor3d.extension.ui.util;
-
-import com.ardor3d.image.Texture;
-import com.ardor3d.math.ColorRGBA;
-import com.ardor3d.math.type.ReadOnlyColorRGBA;
-import com.ardor3d.math.type.ReadOnlyRectangle2;
-
-/**
- * Describes a sub-portion of a full Ardor3D Texture object. This is useful for taking a large image with lots of
- * smaller images in it and reusing that same texture in multiple locations.
- */
-public class SubTex {
-
- private final Texture _texture;
-
- /** The x location, in pixels, of our upper left corner */
- private int _x;
- /** The y location, in pixels, of our upper left corner */
- private int _y;
-
- /** The width, in pixels, of our part of the texture */
- private int _width;
- /** The height, in pixels, of our part of the texture */
- private int _height;
-
- /** The color to tint with when rendering this SubTex */
- private ColorRGBA _tint = null;
-
- /**
- * Construct a new SubTex that covers the entire width and height of the supplied Texture.
- *
- * @param texture
- * the base texture. Must already have a supplied image with a valid width and height.
- */
- public SubTex(final Texture texture) {
- this(texture, 0, 0, texture.getImage().getWidth(), texture.getImage().getHeight());
- }
-
- /**
- * Construct a new SubTex using the specified dimensions and location.
- *
- * @param texture
- * the master texture we are a part of
- * @param x
- * the x location, in pixels, of our upper left corner.
- * @param y
- * the y location, in pixels, of our upper left corner.
- * @param width
- * the width, in pixels, of our part of the texture.
- * @param height
- * the height, in pixels, of our part of the texture.
- */
- public SubTex(final Texture texture, final int x, final int y, final int width, final int height) {
- _texture = texture;
- _x = x;
- _y = y;
- _width = width;
- _height = height;
- }
-
- public Texture getTexture() {
- return _texture;
- }
-
- public int getX() {
- return _x;
- }
-
- public int getY() {
- return _y;
- }
-
- public int getHeight() {
- return _height;
- }
-
- public int getWidth() {
- return _width;
- }
-
- public ReadOnlyColorRGBA getTint() {
- return _tint;
- }
-
- /**
- *
- * @param color
- * a color to blend our texture with when rendering SubTex objects. The default is null (which is
- * interpreted as pure white and gives an unaltered version of the texture.)
- */
- public void setTint(final ReadOnlyColorRGBA color) {
- if (color == null) {
- _tint = null;
- } else if (_tint == null) {
- _tint = new ColorRGBA(color);
- } else {
- _tint.set(color);
- }
- }
-
- @Override
- public String toString() {
- return "SubTex of " + _texture + ": " + _x + ", " + _y + " dims: " + _width + ", " + _height;
- }
-
- public void setHeight(final int height) {
- _height = height;
- }
-
- public void setWidth(final int width) {
- _width = width;
- }
-
- public void setX(final int x) {
- _x = x;
- }
-
- public void setY(final int y) {
- _y = y;
- }
-
- public void set(final ReadOnlyRectangle2 viewport) {
- _x = viewport.getX();
- _y = viewport.getY();
- _width = viewport.getWidth();
- _height = viewport.getHeight();
- }
-
- /**
- * @return the uv coordinate, in [0, 1], of the right edge of this SubTex as relates to its master Texture.
- */
- public float getEndX() {
- return (_width + _x) / (float) _texture.getImage().getWidth();
- }
-
- /**
- * @return the uv coordinate, in [0, 1], of the top edge of this SubTex as relates to its master Texture.
- */
- public float getEndY() {
- return (_height + _y) / (float) _texture.getImage().getHeight();
- }
-
- /**
- * @return the uv coordinate, in [0, 1], of the left edge of this SubTex as relates to its master Texture.
- */
- public float getStartX() {
- return _x / (float) _texture.getImage().getWidth();
- }
-
- /**
- * @return the uv coordinate, in [0, 1], of the bottom edge of this SubTex as relates to its master Texture.
- */
- public float getStartY() {
- return _y / (float) _texture.getImage().getHeight();
- }
-}
+/**
+ * Copyright (c) 2008-2012 Ardor Labs, Inc.
+ *
+ * This file is part of Ardor3D.
+ *
+ * Ardor3D is free software: you can redistribute it and/or modify it
+ * under the terms of its license which may be found in the accompanying
+ * LICENSE file or at <http://www.ardor3d.com/LICENSE>.
+ */
+
+package com.ardor3d.extension.ui.util;
+
+import com.ardor3d.image.Texture;
+import com.ardor3d.math.ColorRGBA;
+import com.ardor3d.math.type.ReadOnlyColorRGBA;
+import com.ardor3d.math.type.ReadOnlyRectangle2;
+
+/**
+ * Describes a sub-portion of a full Ardor3D Texture object. This is useful for taking a large image with lots of
+ * smaller images in it and reusing that same texture in multiple locations.
+ */
+public class SubTex {
+
+ private final Texture _texture;
+
+ /** The x location, in pixels, of our upper left corner */
+ private int _x;
+ /** The y location, in pixels, of our upper left corner */
+ private int _y;
+
+ /** The width, in pixels, of our part of the texture */
+ private int _width;
+ /** The height, in pixels, of our part of the texture */
+ private int _height;
+
+ /** The color to tint with when rendering this SubTex */
+ private ColorRGBA _tint = null;
+
+ /**
+ * Construct a new SubTex that covers the entire width and height of the supplied Texture.
+ *
+ * @param texture
+ * the base texture. Must already have a supplied image with a valid width and height.
+ */
+ public SubTex(final Texture texture) {
+ this(texture, 0, 0, texture.getImage().getWidth(), texture.getImage().getHeight());
+ }
+
+ /**
+ * Construct a new SubTex using the specified dimensions and location.
+ *
+ * @param texture
+ * the master texture we are a part of
+ * @param x
+ * the x location, in pixels, of our upper left corner.
+ * @param y
+ * the y location, in pixels, of our upper left corner.
+ * @param width
+ * the width, in pixels, of our part of the texture.
+ * @param height
+ * the height, in pixels, of our part of the texture.
+ */
+ public SubTex(final Texture texture, final int x, final int y, final int width, final int height) {
+ _texture = texture;
+ _x = x;
+ _y = y;
+ _width = width;
+ _height = height;
+ }
+
+ public Texture getTexture() {
+ return _texture;
+ }
+
+ public int getX() {
+ return _x;
+ }
+
+ public int getY() {
+ return _y;
+ }
+
+ public int getHeight() {
+ return _height;
+ }
+
+ public int getWidth() {
+ return _width;
+ }
+
+ public ReadOnlyColorRGBA getTint() {
+ return _tint;
+ }
+
+ /**
+ *
+ * @param color
+ * a color to blend our texture with when rendering SubTex objects. The default is null (which is
+ * interpreted as pure white and gives an unaltered version of the texture.)
+ */
+ public void setTint(final ReadOnlyColorRGBA color) {
+ if (color == null) {
+ _tint = null;
+ } else if (_tint == null) {
+ _tint = new ColorRGBA(color);
+ } else {
+ _tint.set(color);
+ }
+ }
+
+ @Override
+ public String toString() {
+ return "SubTex of " + _texture + ": " + _x + ", " + _y + " dims: " + _width + ", " + _height;
+ }
+
+ public void setHeight(final int height) {
+ _height = height;
+ }
+
+ public void setWidth(final int width) {
+ _width = width;
+ }
+
+ public void setX(final int x) {
+ _x = x;
+ }
+
+ public void setY(final int y) {
+ _y = y;
+ }
+
+ public void set(final ReadOnlyRectangle2 viewport) {
+ _x = viewport.getX();
+ _y = viewport.getY();
+ _width = viewport.getWidth();
+ _height = viewport.getHeight();
+ }
+
+ /**
+ * @return the uv coordinate, in [0, 1], of the right edge of this SubTex as relates to its master Texture.
+ */
+ public float getEndX() {
+ return (_width + _x) / (float) _texture.getImage().getWidth();
+ }
+
+ /**
+ * @return the uv coordinate, in [0, 1], of the top edge of this SubTex as relates to its master Texture.
+ */
+ public float getEndY() {
+ return (_height + _y) / (float) _texture.getImage().getHeight();
+ }
+
+ /**
+ * @return the uv coordinate, in [0, 1], of the left edge of this SubTex as relates to its master Texture.
+ */
+ public float getStartX() {
+ return _x / (float) _texture.getImage().getWidth();
+ }
+
+ /**
+ * @return the uv coordinate, in [0, 1], of the bottom edge of this SubTex as relates to its master Texture.
+ */
+ public float getStartY() {
+ return _y / (float) _texture.getImage().getHeight();
+ }
+}
diff --git a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-12-regular.fnt b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-12-regular.fnt
index 183700a..51de500 100644
--- a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-12-regular.fnt
+++ b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-12-regular.fnt
@@ -1,596 +1,596 @@
-<?xml version="1.0"?>
-<font>
- <info face="Arial" size="12" bold="0" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
- <common lineHeight="12" base="9" scaleW="256" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
- <pages>
- <page id="0" file="arial-12-regular_0.png" />
- </pages>
- <chars count="527">
- <char id="32" x="164" y="97" width="1" height="1" xoffset="0" yoffset="9" xadvance="3" page="0" chnl="15" />
- <char id="33" x="114" y="91" width="1" height="7" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="34" x="122" y="98" width="3" height="2" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="35" x="195" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="36" x="170" y="41" width="5" height="8" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="37" x="102" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="38" x="109" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="39" x="134" y="98" width="1" height="2" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="40" x="252" y="20" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="41" x="243" y="30" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="42" x="96" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="43" x="187" y="91" width="5" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="44" x="132" y="98" width="1" height="2" xoffset="1" yoffset="8" xadvance="3" page="0" chnl="15" />
- <char id="45" x="155" y="97" width="2" height="1" xoffset="0" yoffset="6" xadvance="3" page="0" chnl="15" />
- <char id="46" x="160" y="97" width="1" height="1" xoffset="1" yoffset="8" xadvance="3" page="0" chnl="15" />
- <char id="47" x="60" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="48" x="205" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="49" x="100" y="91" width="2" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="50" x="210" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="51" x="215" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="52" x="210" y="74" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="53" x="225" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="54" x="15" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="55" x="10" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="56" x="0" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="57" x="250" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="58" x="54" y="101" width="1" height="5" xoffset="1" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="59" x="146" y="91" width="1" height="6" xoffset="1" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="60" x="34" y="102" width="3" height="5" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="61" x="78" y="100" width="4" height="3" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="62" x="50" y="101" width="3" height="5" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="63" x="48" y="77" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="64" x="207" y="0" width="8" height="9" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="65" x="215" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="66" x="190" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="67" x="66" y="76" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="68" x="84" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="69" x="102" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="70" x="185" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="71" x="114" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="72" x="126" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="73" x="120" y="91" width="1" height="7" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="74" x="170" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="75" x="150" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="76" x="160" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="77" x="56" y="68" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="78" x="216" y="74" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="79" x="207" y="66" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="80" x="155" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="81" x="84" y="50" width="5" height="8" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="82" x="95" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="83" x="150" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="84" x="198" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="85" x="72" y="76" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="86" x="118" y="59" width="9" height="7" xoffset="-1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="87" x="128" y="59" width="9" height="7" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="88" x="237" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="89" x="18" y="78" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="90" x="130" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="91" x="24" y="41" width="2" height="9" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="92" x="56" y="93" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="93" x="39" y="41" width="2" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="94" x="100" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="95" x="142" y="98" width="5" height="1" xoffset="0" yoffset="10" xadvance="5" page="0" chnl="15" />
- <char id="96" x="129" y="98" width="2" height="2" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="97" x="15" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="98" x="140" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="99" x="223" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="100" x="135" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="101" x="233" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="102" x="130" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="103" x="125" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="104" x="120" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="105" x="112" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="106" x="36" y="41" width="2" height="9" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="107" x="115" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="108" x="108" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="109" x="165" y="91" width="7" height="5" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="110" x="243" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="111" x="5" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="112" x="110" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="113" x="105" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="114" x="46" y="101" width="3" height="5" xoffset="0" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="115" x="10" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="116" x="72" y="92" width="3" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="117" x="25" y="102" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="118" x="211" y="90" width="5" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="119" x="217" y="90" width="5" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="120" x="228" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="121" x="144" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="122" x="30" y="102" width="3" height="5" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
- <char id="123" x="0" y="43" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="124" x="69" y="59" width="1" height="8" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="125" x="12" y="42" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="126" x="83" y="100" width="4" height="3" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="160" x="162" y="97" width="1" height="1" xoffset="0" yoffset="9" xadvance="3" page="0" chnl="15" />
- <char id="161" x="118" y="91" width="1" height="7" xoffset="1" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="162" x="132" y="0" width="4" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="163" x="213" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="164" x="68" y="100" width="4" height="4" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="165" x="243" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="166" x="254" y="40" width="1" height="8" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="167" x="188" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="168" x="148" y="97" width="3" height="1" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="169" x="40" y="69" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="170" x="108" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="171" x="56" y="101" width="5" height="4" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="172" x="73" y="100" width="4" height="3" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="173" x="152" y="97" width="2" height="1" xoffset="0" yoffset="6" xadvance="3" page="0" chnl="15" />
- <char id="174" x="8" y="71" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="175" x="136" y="98" width="5" height="1" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="176" x="104" y="99" width="3" height="3" xoffset="1" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="177" x="129" y="91" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="178" x="112" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="179" x="88" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="180" x="126" y="98" width="2" height="2" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="181" x="90" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="182" x="146" y="41" width="5" height="8" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="183" x="158" y="97" width="1" height="1" xoffset="1" yoffset="5" xadvance="3" page="0" chnl="15" />
- <char id="184" x="116" y="99" width="2" height="3" xoffset="0" yoffset="9" xadvance="3" page="0" chnl="15" />
- <char id="185" x="119" y="99" width="2" height="3" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="186" x="92" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="187" x="62" y="100" width="5" height="4" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="188" x="156" y="59" width="8" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="189" x="0" y="71" width="7" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="190" x="138" y="59" width="8" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="191" x="50" y="85" width="4" height="7" xoffset="1" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="192" x="0" y="13" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="193" x="8" y="12" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="194" x="32" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="195" x="40" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="196" x="86" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="197" x="16" y="12" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="198" x="86" y="59" width="10" height="7" xoffset="-1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="199" x="54" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="200" x="0" y="33" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="201" x="6" y="33" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="202" x="12" y="32" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="203" x="152" y="41" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="204" x="33" y="41" width="2" height="9" xoffset="1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="205" x="30" y="41" width="2" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="206" x="18" y="32" width="5" height="9" xoffset="-2" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="207" x="39" y="60" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="208" x="165" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="209" x="24" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="210" x="30" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="211" x="36" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="212" x="42" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="213" x="48" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="214" x="24" y="51" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="215" x="180" y="91" width="6" height="5" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="216" x="36" y="51" width="5" height="8" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="217" x="54" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="218" x="60" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="219" x="66" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="220" x="200" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="221" x="72" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="222" x="30" y="78" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="223" x="30" y="86" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="224" x="192" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="225" x="197" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="226" x="158" y="41" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="227" x="202" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="228" x="25" y="86" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="229" x="123" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="230" x="157" y="91" width="7" height="5" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="231" x="207" y="49" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="232" x="212" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="233" x="217" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="234" x="78" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="235" x="0" y="87" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="236" x="66" y="59" width="2" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="237" x="63" y="59" width="2" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="238" x="66" y="50" width="5" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="239" x="48" y="93" width="3" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="240" x="238" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="241" x="222" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="242" x="227" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="243" x="232" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="244" x="54" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="245" x="237" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="246" x="233" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="247" x="205" y="90" width="5" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="248" x="135" y="91" width="5" height="6" xoffset="-1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="249" x="242" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="250" x="247" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="251" x="30" y="51" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="252" x="228" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="253" x="96" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="254" x="158" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="255" x="205" y="10" width="5" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="256" x="94" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="257" x="30" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="258" x="240" y="0" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="259" x="0" y="62" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="260" x="224" y="0" width="7" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="261" x="249" y="66" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="262" x="223" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="263" x="25" y="60" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="264" x="90" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="265" x="188" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="266" x="194" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="267" x="25" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="268" x="247" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="269" x="212" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="270" x="137" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="271" x="144" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="272" x="151" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="273" x="132" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="274" x="242" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="275" x="95" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="276" x="18" y="22" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="277" x="5" y="62" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="278" x="12" y="52" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="279" x="245" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="280" x="42" y="21" width="5" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="281" x="235" y="82" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="282" x="54" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="283" x="42" y="51" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="284" x="66" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="285" x="84" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="286" x="72" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="287" x="152" y="0" width="4" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="288" x="72" y="50" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="289" x="228" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="290" x="90" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="291" x="11" y="0" width="4" height="11" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="292" x="235" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="293" x="193" y="10" width="5" height="9" xoffset="-1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="294" x="183" y="59" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="295" x="230" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="296" x="113" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="297" x="10" y="62" width="4" height="8" xoffset="-1" yoffset="1" xadvance="2" page="0" chnl="15" />
- <char id="298" x="59" y="59" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="299" x="92" y="91" width="3" height="7" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="300" x="247" y="30" width="3" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="301" x="55" y="59" width="3" height="8" xoffset="-1" yoffset="1" xadvance="2" page="0" chnl="15" />
- <char id="302" x="27" y="41" width="2" height="9" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="303" x="253" y="10" width="2" height="9" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="304" x="71" y="59" width="1" height="8" xoffset="1" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="305" x="253" y="90" width="1" height="5" xoffset="0" yoffset="4" xadvance="2" page="0" chnl="15" />
- <char id="306" x="88" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="307" x="251" y="30" width="3" height="9" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="308" x="158" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="309" x="114" y="0" width="5" height="10" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
- <char id="310" x="120" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="311" x="147" y="0" width="4" height="10" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="312" x="199" y="91" width="5" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="313" x="208" y="30" width="4" height="9" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="314" x="42" y="41" width="2" height="9" xoffset="-1" yoffset="0" xadvance="2" page="0" chnl="15" />
- <char id="315" x="142" y="0" width="4" height="10" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="316" x="170" y="0" width="2" height="10" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="317" x="84" y="92" width="3" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="318" x="68" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="319" x="145" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="320" x="52" y="93" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="321" x="108" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="322" x="96" y="91" width="3" height="7" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="323" x="211" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="324" x="15" y="61" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="325" x="60" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="326" x="20" y="61" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="327" x="24" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="328" x="176" y="41" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="329" x="42" y="77" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="330" x="54" y="77" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="331" x="180" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="332" x="18" y="52" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="333" x="5" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="334" x="199" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="335" x="30" y="60" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="336" x="96" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="337" x="102" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="338" x="174" y="59" width="8" height="7" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="339" x="148" y="91" width="8" height="5" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="340" x="179" y="10" width="6" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="341" x="43" y="60" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="342" x="29" y="0" width="6" height="10" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="343" x="51" y="59" width="3" height="8" xoffset="0" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="344" x="64" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="345" x="164" y="41" width="5" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="346" x="153" y="31" width="4" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="347" x="107" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="348" x="6" y="23" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="349" x="218" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="350" x="137" y="0" width="4" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="351" x="112" y="50" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="352" x="229" y="10" width="5" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="353" x="224" y="40" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="354" x="42" y="0" width="5" height="10" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="355" x="162" y="0" width="3" height="10" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="356" x="48" y="21" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="357" x="240" y="82" width="4" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="358" x="225" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="359" x="76" y="92" width="3" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="360" x="30" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="361" x="117" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="362" x="248" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="363" x="20" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="364" x="12" y="22" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="365" x="122" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="366" x="0" y="23" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="367" x="118" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="368" x="241" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="369" x="127" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="370" x="217" y="10" width="5" height="9" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="371" x="12" y="79" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="372" x="197" y="0" width="9" height="9" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="373" x="48" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="374" x="102" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="375" x="48" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="376" x="6" y="53" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="377" x="172" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="378" x="35" y="60" width="3" height="8" xoffset="0" yoffset="1" xadvance="4" page="0" chnl="15" />
- <char id="379" x="139" y="41" width="6" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="380" x="44" y="93" width="3" height="7" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="381" x="165" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="382" x="96" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="4" page="0" chnl="15" />
- <char id="383" x="103" y="91" width="2" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="384" x="24" y="78" width="5" height="7" xoffset="-1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="385" x="16" y="70" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="386" x="243" y="74" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="387" x="248" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="388" x="78" y="76" width="5" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="389" x="156" y="75" width="5" height="7" xoffset="-1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="390" x="162" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="391" x="132" y="41" width="6" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="392" x="122" y="91" width="6" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="393" x="200" y="66" width="6" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="394" x="24" y="70" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="395" x="5" y="87" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="396" x="10" y="87" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="397" x="15" y="87" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="398" x="36" y="77" width="5" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="399" x="6" y="79" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="400" x="20" y="86" width="4" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="401" x="84" y="31" width="5" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="402" x="78" y="31" width="5" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="403" x="118" y="41" width="6" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="404" x="95" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="405" x="48" y="69" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="406" x="106" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="407" x="64" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="408" x="137" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="409" x="60" y="76" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="410" x="40" y="93" width="3" height="7" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="411" x="35" y="86" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="412" x="72" y="68" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="413" x="109" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="414" x="40" y="85" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="415" x="96" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="416" x="158" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="417" x="193" y="91" width="5" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="418" x="123" y="11" width="6" height="9" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="419" x="120" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="420" x="172" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="421" x="203" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="422" x="246" y="20" width="5" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="423" x="45" y="85" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="424" x="238" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="425" x="186" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="426" x="16" y="42" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="427" x="20" y="42" width="3" height="9" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="428" x="116" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="429" x="55" y="85" width="4" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="430" x="116" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="431" x="199" y="58" width="7" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="432" x="173" y="91" width="6" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="433" x="231" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="434" x="138" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="435" x="247" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="436" x="72" y="11" width="7" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="437" x="60" y="84" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="438" x="0" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="439" x="240" y="20" width="5" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="440" x="234" y="20" width="5" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="441" x="65" y="84" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="442" x="192" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="443" x="70" y="84" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="444" x="75" y="84" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="445" x="38" y="102" width="3" height="5" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
- <char id="446" x="80" y="84" width="4" height="7" xoffset="-1" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="447" x="85" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="448" x="116" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="449" x="80" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="450" x="90" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="451" x="110" y="91" width="1" height="7" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="452" x="173" y="0" width="12" height="9" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="453" x="56" y="41" width="10" height="8" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="454" x="67" y="41" width="9" height="8" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="455" x="147" y="59" width="8" height="7" xoffset="1" yoffset="2" xadvance="10" page="0" chnl="15" />
- <char id="456" x="88" y="11" width="6" height="9" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="457" x="8" y="43" width="3" height="9" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="458" x="97" y="59" width="10" height="7" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="459" x="216" y="0" width="7" height="9" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="460" x="102" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="461" x="80" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="462" x="230" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="463" x="222" y="20" width="5" height="9" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="464" x="236" y="40" width="5" height="8" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
- <char id="465" x="216" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="466" x="182" y="41" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="467" x="210" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="468" x="0" y="53" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="469" x="204" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="470" x="178" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="471" x="198" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="472" x="213" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="473" x="192" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="474" x="186" y="20" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="475" x="180" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="476" x="198" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="477" x="20" y="102" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="478" x="24" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="479" x="128" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="480" x="232" y="0" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="481" x="148" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="482" x="45" y="41" width="10" height="8" xoffset="-1" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="483" x="64" y="68" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="484" x="123" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="485" x="0" y="79" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="486" x="174" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="487" x="36" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="488" x="228" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="489" x="168" y="21" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="490" x="162" y="21" width="5" height="9" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="491" x="100" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="492" x="78" y="0" width="5" height="10" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="493" x="223" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="494" x="5" y="0" width="5" height="11" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="495" x="126" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="496" x="108" y="0" width="5" height="10" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
- <char id="497" x="73" y="59" width="12" height="7" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="498" x="108" y="59" width="9" height="7" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="499" x="165" y="59" width="8" height="7" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="500" x="156" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="501" x="157" y="0" width="4" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="502" x="32" y="69" width="7" height="7" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="503" x="133" y="31" width="4" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="504" x="150" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="505" x="132" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="506" x="21" y="0" width="7" height="10" xoffset="0" yoffset="-1" xadvance="6" page="0" chnl="15" />
- <char id="507" x="0" y="0" width="4" height="12" xoffset="0" yoffset="-3" xadvance="5" page="0" chnl="15" />
- <char id="508" x="186" y="0" width="10" height="9" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="509" x="110" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="8" page="0" chnl="15" />
- <char id="510" x="66" y="0" width="5" height="10" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="511" x="60" y="50" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="512" x="48" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="513" x="137" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="514" x="56" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="515" x="142" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="516" x="138" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="517" x="147" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="518" x="132" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="519" x="152" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="520" x="163" y="31" width="4" height="9" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="521" x="157" y="50" width="4" height="8" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
- <char id="522" x="4" y="43" width="3" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="523" x="47" y="60" width="3" height="8" xoffset="-1" yoffset="1" xadvance="2" page="0" chnl="15" />
- <char id="524" x="126" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="525" x="162" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="526" x="144" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="527" x="167" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="528" x="186" y="10" width="6" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="529" x="172" y="50" width="4" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="530" x="130" y="11" width="6" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="531" x="252" y="49" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="532" x="114" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="533" x="177" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="534" x="108" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="535" x="182" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="536" x="16" y="0" width="4" height="11" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="537" x="168" y="31" width="4" height="9" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="538" x="102" y="0" width="5" height="10" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="539" x="166" y="0" width="3" height="10" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="540" x="143" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="541" x="88" y="91" width="3" height="7" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
- <char id="542" x="102" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="543" x="96" y="21" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="544" x="233" y="30" width="4" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="545" x="144" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="546" x="219" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="547" x="165" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="548" x="125" y="41" width="6" height="8" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="549" x="141" y="91" width="4" height="6" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="550" x="102" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="551" x="175" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="552" x="72" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="553" x="187" y="50" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="554" x="90" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="555" x="218" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="556" x="84" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="557" x="238" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="558" x="90" y="50" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="559" x="35" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="560" x="78" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
- <char id="561" x="193" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="562" x="206" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="563" x="60" y="21" width="5" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="564" x="183" y="30" width="4" height="9" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="565" x="179" y="67" width="6" height="7" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="566" x="200" y="83" width="4" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="567" x="253" y="74" width="2" height="7" xoffset="-1" yoffset="4" xadvance="2" page="0" chnl="15" />
- <char id="568" x="80" y="67" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="569" x="191" y="59" width="7" height="7" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="570" x="77" y="41" width="8" height="8" xoffset="-1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="571" x="120" y="21" width="5" height="9" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
- <char id="572" x="173" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="573" x="168" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="574" x="151" y="11" width="6" height="9" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="575" x="220" y="82" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="576" x="174" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="577" x="180" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="578" x="42" y="101" width="3" height="5" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
- <char id="579" x="186" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="580" x="207" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="581" x="223" y="58" width="7" height="7" xoffset="-1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="582" x="36" y="21" width="5" height="9" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="583" x="138" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="584" x="204" y="74" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="585" x="108" y="31" width="4" height="9" xoffset="-2" yoffset="2" xadvance="2" page="0" chnl="15" />
- <char id="586" x="248" y="0" width="7" height="9" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="587" x="193" y="67" width="6" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="588" x="239" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
- <char id="589" x="248" y="90" width="4" height="5" xoffset="-1" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="590" x="222" y="74" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
- <char id="591" x="231" y="66" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- </chars>
- <kernings count="57">
- <kerning first="32" second="65" amount="-1" />
- <kerning first="49" second="49" amount="-1" />
- <kerning first="65" second="32" amount="-1" />
- <kerning first="65" second="84" amount="-1" />
- <kerning first="65" second="86" amount="-1" />
- <kerning first="65" second="89" amount="-1" />
- <kerning first="70" second="44" amount="-1" />
- <kerning first="70" second="46" amount="-1" />
- <kerning first="70" second="65" amount="-1" />
- <kerning first="76" second="84" amount="-1" />
- <kerning first="76" second="86" amount="-1" />
- <kerning first="76" second="87" amount="-1" />
- <kerning first="76" second="89" amount="-1" />
- <kerning first="80" second="44" amount="-1" />
- <kerning first="80" second="46" amount="-1" />
- <kerning first="80" second="65" amount="-1" />
- <kerning first="84" second="44" amount="-1" />
- <kerning first="84" second="45" amount="-1" />
- <kerning first="84" second="46" amount="-1" />
- <kerning first="84" second="58" amount="-1" />
- <kerning first="84" second="65" amount="-1" />
- <kerning first="84" second="97" amount="-1" />
- <kerning first="84" second="99" amount="-1" />
- <kerning first="84" second="101" amount="-1" />
- <kerning first="84" second="111" amount="-1" />
- <kerning first="84" second="115" amount="-1" />
- <kerning first="84" second="119" amount="-1" />
- <kerning first="84" second="121" amount="-1" />
- <kerning first="86" second="44" amount="-1" />
- <kerning first="86" second="45" amount="-1" />
- <kerning first="86" second="46" amount="-1" />
- <kerning first="86" second="65" amount="-1" />
- <kerning first="86" second="97" amount="-1" />
- <kerning first="86" second="101" amount="-1" />
- <kerning first="86" second="111" amount="-1" />
- <kerning first="87" second="44" amount="-1" />
- <kerning first="87" second="46" amount="-1" />
- <kerning first="89" second="44" amount="-1" />
- <kerning first="89" second="45" amount="-1" />
- <kerning first="89" second="46" amount="-1" />
- <kerning first="89" second="58" amount="-1" />
- <kerning first="89" second="65" amount="-1" />
- <kerning first="89" second="97" amount="-1" />
- <kerning first="89" second="101" amount="-1" />
- <kerning first="89" second="111" amount="-1" />
- <kerning first="89" second="112" amount="-1" />
- <kerning first="89" second="113" amount="-1" />
- <kerning first="89" second="117" amount="-1" />
- <kerning first="89" second="118" amount="-1" />
- <kerning first="114" second="44" amount="-1" />
- <kerning first="114" second="46" amount="-1" />
- <kerning first="118" second="44" amount="-1" />
- <kerning first="118" second="46" amount="-1" />
- <kerning first="119" second="44" amount="-1" />
- <kerning first="119" second="46" amount="-1" />
- <kerning first="121" second="44" amount="-1" />
- <kerning first="121" second="46" amount="-1" />
- </kernings>
-</font>
+<?xml version="1.0"?>
+<font>
+ <info face="Arial" size="12" bold="0" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
+ <common lineHeight="12" base="9" scaleW="256" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
+ <pages>
+ <page id="0" file="arial-12-regular_0.png" />
+ </pages>
+ <chars count="527">
+ <char id="32" x="164" y="97" width="1" height="1" xoffset="0" yoffset="9" xadvance="3" page="0" chnl="15" />
+ <char id="33" x="114" y="91" width="1" height="7" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="34" x="122" y="98" width="3" height="2" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="35" x="195" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="36" x="170" y="41" width="5" height="8" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="37" x="102" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="38" x="109" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="39" x="134" y="98" width="1" height="2" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="40" x="252" y="20" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="41" x="243" y="30" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="42" x="96" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="43" x="187" y="91" width="5" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="44" x="132" y="98" width="1" height="2" xoffset="1" yoffset="8" xadvance="3" page="0" chnl="15" />
+ <char id="45" x="155" y="97" width="2" height="1" xoffset="0" yoffset="6" xadvance="3" page="0" chnl="15" />
+ <char id="46" x="160" y="97" width="1" height="1" xoffset="1" yoffset="8" xadvance="3" page="0" chnl="15" />
+ <char id="47" x="60" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="48" x="205" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="49" x="100" y="91" width="2" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="50" x="210" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="51" x="215" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="52" x="210" y="74" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="53" x="225" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="54" x="15" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="55" x="10" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="56" x="0" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="57" x="250" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="58" x="54" y="101" width="1" height="5" xoffset="1" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="59" x="146" y="91" width="1" height="6" xoffset="1" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="60" x="34" y="102" width="3" height="5" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="61" x="78" y="100" width="4" height="3" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="62" x="50" y="101" width="3" height="5" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="63" x="48" y="77" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="64" x="207" y="0" width="8" height="9" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="65" x="215" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="66" x="190" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="67" x="66" y="76" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="68" x="84" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="69" x="102" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="70" x="185" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="71" x="114" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="72" x="126" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="73" x="120" y="91" width="1" height="7" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="74" x="170" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="75" x="150" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="76" x="160" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="77" x="56" y="68" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="78" x="216" y="74" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="79" x="207" y="66" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="80" x="155" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="81" x="84" y="50" width="5" height="8" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="82" x="95" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="83" x="150" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="84" x="198" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="85" x="72" y="76" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="86" x="118" y="59" width="9" height="7" xoffset="-1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="87" x="128" y="59" width="9" height="7" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="88" x="237" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="89" x="18" y="78" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="90" x="130" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="91" x="24" y="41" width="2" height="9" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="92" x="56" y="93" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="93" x="39" y="41" width="2" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="94" x="100" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="95" x="142" y="98" width="5" height="1" xoffset="0" yoffset="10" xadvance="5" page="0" chnl="15" />
+ <char id="96" x="129" y="98" width="2" height="2" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="97" x="15" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="98" x="140" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="99" x="223" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="100" x="135" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="101" x="233" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="102" x="130" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="103" x="125" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="104" x="120" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="105" x="112" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="106" x="36" y="41" width="2" height="9" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="107" x="115" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="108" x="108" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="109" x="165" y="91" width="7" height="5" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="110" x="243" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="111" x="5" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="112" x="110" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="113" x="105" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="114" x="46" y="101" width="3" height="5" xoffset="0" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="115" x="10" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="116" x="72" y="92" width="3" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="117" x="25" y="102" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="118" x="211" y="90" width="5" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="119" x="217" y="90" width="5" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="120" x="228" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="121" x="144" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="122" x="30" y="102" width="3" height="5" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
+ <char id="123" x="0" y="43" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="124" x="69" y="59" width="1" height="8" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="125" x="12" y="42" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="126" x="83" y="100" width="4" height="3" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="160" x="162" y="97" width="1" height="1" xoffset="0" yoffset="9" xadvance="3" page="0" chnl="15" />
+ <char id="161" x="118" y="91" width="1" height="7" xoffset="1" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="162" x="132" y="0" width="4" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="163" x="213" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="164" x="68" y="100" width="4" height="4" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="165" x="243" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="166" x="254" y="40" width="1" height="8" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="167" x="188" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="168" x="148" y="97" width="3" height="1" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="169" x="40" y="69" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="170" x="108" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="171" x="56" y="101" width="5" height="4" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="172" x="73" y="100" width="4" height="3" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="173" x="152" y="97" width="2" height="1" xoffset="0" yoffset="6" xadvance="3" page="0" chnl="15" />
+ <char id="174" x="8" y="71" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="175" x="136" y="98" width="5" height="1" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="176" x="104" y="99" width="3" height="3" xoffset="1" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="177" x="129" y="91" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="178" x="112" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="179" x="88" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="180" x="126" y="98" width="2" height="2" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="181" x="90" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="182" x="146" y="41" width="5" height="8" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="183" x="158" y="97" width="1" height="1" xoffset="1" yoffset="5" xadvance="3" page="0" chnl="15" />
+ <char id="184" x="116" y="99" width="2" height="3" xoffset="0" yoffset="9" xadvance="3" page="0" chnl="15" />
+ <char id="185" x="119" y="99" width="2" height="3" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="186" x="92" y="99" width="3" height="3" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="187" x="62" y="100" width="5" height="4" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="188" x="156" y="59" width="8" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="189" x="0" y="71" width="7" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="190" x="138" y="59" width="8" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="191" x="50" y="85" width="4" height="7" xoffset="1" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="192" x="0" y="13" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="193" x="8" y="12" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="194" x="32" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="195" x="40" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="196" x="86" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="197" x="16" y="12" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="198" x="86" y="59" width="10" height="7" xoffset="-1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="199" x="54" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="200" x="0" y="33" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="201" x="6" y="33" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="202" x="12" y="32" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="203" x="152" y="41" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="204" x="33" y="41" width="2" height="9" xoffset="1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="205" x="30" y="41" width="2" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="206" x="18" y="32" width="5" height="9" xoffset="-2" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="207" x="39" y="60" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="208" x="165" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="209" x="24" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="210" x="30" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="211" x="36" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="212" x="42" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="213" x="48" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="214" x="24" y="51" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="215" x="180" y="91" width="6" height="5" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="216" x="36" y="51" width="5" height="8" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="217" x="54" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="218" x="60" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="219" x="66" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="220" x="200" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="221" x="72" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="222" x="30" y="78" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="223" x="30" y="86" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="224" x="192" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="225" x="197" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="226" x="158" y="41" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="227" x="202" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="228" x="25" y="86" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="229" x="123" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="230" x="157" y="91" width="7" height="5" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="231" x="207" y="49" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="232" x="212" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="233" x="217" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="234" x="78" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="235" x="0" y="87" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="236" x="66" y="59" width="2" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="237" x="63" y="59" width="2" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="238" x="66" y="50" width="5" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="239" x="48" y="93" width="3" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="240" x="238" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="241" x="222" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="242" x="227" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="243" x="232" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="244" x="54" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="245" x="237" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="246" x="233" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="247" x="205" y="90" width="5" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="248" x="135" y="91" width="5" height="6" xoffset="-1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="249" x="242" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="250" x="247" y="49" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="251" x="30" y="51" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="252" x="228" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="253" x="96" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="254" x="158" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="255" x="205" y="10" width="5" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="256" x="94" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="257" x="30" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="258" x="240" y="0" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="259" x="0" y="62" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="260" x="224" y="0" width="7" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="261" x="249" y="66" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="262" x="223" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="263" x="25" y="60" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="264" x="90" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="265" x="188" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="266" x="194" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="267" x="25" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="268" x="247" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="269" x="212" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="270" x="137" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="271" x="144" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="272" x="151" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="273" x="132" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="274" x="242" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="275" x="95" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="276" x="18" y="22" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="277" x="5" y="62" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="278" x="12" y="52" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="279" x="245" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="280" x="42" y="21" width="5" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="281" x="235" y="82" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="282" x="54" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="283" x="42" y="51" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="284" x="66" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="285" x="84" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="286" x="72" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="287" x="152" y="0" width="4" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="288" x="72" y="50" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="289" x="228" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="290" x="90" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="291" x="11" y="0" width="4" height="11" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="292" x="235" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="293" x="193" y="10" width="5" height="9" xoffset="-1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="294" x="183" y="59" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="295" x="230" y="82" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="296" x="113" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="297" x="10" y="62" width="4" height="8" xoffset="-1" yoffset="1" xadvance="2" page="0" chnl="15" />
+ <char id="298" x="59" y="59" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="299" x="92" y="91" width="3" height="7" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="300" x="247" y="30" width="3" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="301" x="55" y="59" width="3" height="8" xoffset="-1" yoffset="1" xadvance="2" page="0" chnl="15" />
+ <char id="302" x="27" y="41" width="2" height="9" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="303" x="253" y="10" width="2" height="9" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="304" x="71" y="59" width="1" height="8" xoffset="1" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="305" x="253" y="90" width="1" height="5" xoffset="0" yoffset="4" xadvance="2" page="0" chnl="15" />
+ <char id="306" x="88" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="307" x="251" y="30" width="3" height="9" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="308" x="158" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="309" x="114" y="0" width="5" height="10" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
+ <char id="310" x="120" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="311" x="147" y="0" width="4" height="10" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="312" x="199" y="91" width="5" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="313" x="208" y="30" width="4" height="9" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="314" x="42" y="41" width="2" height="9" xoffset="-1" yoffset="0" xadvance="2" page="0" chnl="15" />
+ <char id="315" x="142" y="0" width="4" height="10" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="316" x="170" y="0" width="2" height="10" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="317" x="84" y="92" width="3" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="318" x="68" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="319" x="145" y="83" width="4" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="320" x="52" y="93" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="321" x="108" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="322" x="96" y="91" width="3" height="7" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="323" x="211" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="324" x="15" y="61" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="325" x="60" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="326" x="20" y="61" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="327" x="24" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="328" x="176" y="41" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="329" x="42" y="77" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="330" x="54" y="77" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="331" x="180" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="332" x="18" y="52" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="333" x="5" y="95" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="334" x="199" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="335" x="30" y="60" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="336" x="96" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="337" x="102" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="338" x="174" y="59" width="8" height="7" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="339" x="148" y="91" width="8" height="5" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="340" x="179" y="10" width="6" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="341" x="43" y="60" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="342" x="29" y="0" width="6" height="10" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="343" x="51" y="59" width="3" height="8" xoffset="0" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="344" x="64" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="345" x="164" y="41" width="5" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="346" x="153" y="31" width="4" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="347" x="107" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="348" x="6" y="23" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="349" x="218" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="350" x="137" y="0" width="4" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="351" x="112" y="50" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="352" x="229" y="10" width="5" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="353" x="224" y="40" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="354" x="42" y="0" width="5" height="10" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="355" x="162" y="0" width="3" height="10" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="356" x="48" y="21" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="357" x="240" y="82" width="4" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="358" x="225" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="359" x="76" y="92" width="3" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="360" x="30" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="361" x="117" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="362" x="248" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="363" x="20" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="364" x="12" y="22" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="365" x="122" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="366" x="0" y="23" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="367" x="118" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="368" x="241" y="10" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="369" x="127" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="370" x="217" y="10" width="5" height="9" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="371" x="12" y="79" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="372" x="197" y="0" width="9" height="9" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="373" x="48" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="374" x="102" y="31" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="375" x="48" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="376" x="6" y="53" width="5" height="8" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="377" x="172" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="378" x="35" y="60" width="3" height="8" xoffset="0" yoffset="1" xadvance="4" page="0" chnl="15" />
+ <char id="379" x="139" y="41" width="6" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="380" x="44" y="93" width="3" height="7" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="381" x="165" y="11" width="6" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="382" x="96" y="50" width="5" height="8" xoffset="0" yoffset="1" xadvance="4" page="0" chnl="15" />
+ <char id="383" x="103" y="91" width="2" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="384" x="24" y="78" width="5" height="7" xoffset="-1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="385" x="16" y="70" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="386" x="243" y="74" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="387" x="248" y="74" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="388" x="78" y="76" width="5" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="389" x="156" y="75" width="5" height="7" xoffset="-1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="390" x="162" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="391" x="132" y="41" width="6" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="392" x="122" y="91" width="6" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="393" x="200" y="66" width="6" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="394" x="24" y="70" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="395" x="5" y="87" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="396" x="10" y="87" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="397" x="15" y="87" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="398" x="36" y="77" width="5" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="399" x="6" y="79" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="400" x="20" y="86" width="4" height="7" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="401" x="84" y="31" width="5" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="402" x="78" y="31" width="5" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="403" x="118" y="41" width="6" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="404" x="95" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="405" x="48" y="69" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="406" x="106" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="407" x="64" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="408" x="137" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="409" x="60" y="76" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="410" x="40" y="93" width="3" height="7" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="411" x="35" y="86" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="412" x="72" y="68" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="413" x="109" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="414" x="40" y="85" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="415" x="96" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="416" x="158" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="417" x="193" y="91" width="5" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="418" x="123" y="11" width="6" height="9" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="419" x="120" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="420" x="172" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="421" x="203" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="422" x="246" y="20" width="5" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="423" x="45" y="85" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="424" x="238" y="90" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="425" x="186" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="426" x="16" y="42" width="3" height="9" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="427" x="20" y="42" width="3" height="9" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="428" x="116" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="429" x="55" y="85" width="4" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="430" x="116" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="431" x="199" y="58" width="7" height="7" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="432" x="173" y="91" width="6" height="5" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="433" x="231" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="434" x="138" y="75" width="5" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="435" x="247" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="436" x="72" y="11" width="7" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="437" x="60" y="84" width="4" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="438" x="0" y="103" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="439" x="240" y="20" width="5" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="440" x="234" y="20" width="5" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="441" x="65" y="84" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="442" x="192" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="443" x="70" y="84" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="444" x="75" y="84" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="445" x="38" y="102" width="3" height="5" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
+ <char id="446" x="80" y="84" width="4" height="7" xoffset="-1" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="447" x="85" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="448" x="116" y="91" width="1" height="7" xoffset="0" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="449" x="80" y="92" width="3" height="7" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="450" x="90" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="451" x="110" y="91" width="1" height="7" xoffset="1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="452" x="173" y="0" width="12" height="9" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="453" x="56" y="41" width="10" height="8" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="454" x="67" y="41" width="9" height="8" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="455" x="147" y="59" width="8" height="7" xoffset="1" yoffset="2" xadvance="10" page="0" chnl="15" />
+ <char id="456" x="88" y="11" width="6" height="9" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="457" x="8" y="43" width="3" height="9" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="458" x="97" y="59" width="10" height="7" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="459" x="216" y="0" width="7" height="9" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="460" x="102" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="461" x="80" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="462" x="230" y="40" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="463" x="222" y="20" width="5" height="9" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="464" x="236" y="40" width="5" height="8" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
+ <char id="465" x="216" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="466" x="182" y="41" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="467" x="210" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="468" x="0" y="53" width="5" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="469" x="204" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="470" x="178" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="471" x="198" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="472" x="213" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="473" x="192" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="474" x="186" y="20" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="475" x="180" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="476" x="198" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="477" x="20" y="102" width="4" height="5" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="478" x="24" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="479" x="128" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="480" x="232" y="0" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="481" x="148" y="31" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="482" x="45" y="41" width="10" height="8" xoffset="-1" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="483" x="64" y="68" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="484" x="123" y="67" width="6" height="7" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="485" x="0" y="79" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="486" x="174" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="487" x="36" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="488" x="228" y="20" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="489" x="168" y="21" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="490" x="162" y="21" width="5" height="9" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="491" x="100" y="83" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="492" x="78" y="0" width="5" height="10" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="493" x="223" y="30" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="494" x="5" y="0" width="5" height="11" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="495" x="126" y="0" width="5" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="496" x="108" y="0" width="5" height="10" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
+ <char id="497" x="73" y="59" width="12" height="7" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="498" x="108" y="59" width="9" height="7" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="499" x="165" y="59" width="8" height="7" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="500" x="156" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="501" x="157" y="0" width="4" height="10" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="502" x="32" y="69" width="7" height="7" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="503" x="133" y="31" width="4" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="504" x="150" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="505" x="132" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="506" x="21" y="0" width="7" height="10" xoffset="0" yoffset="-1" xadvance="6" page="0" chnl="15" />
+ <char id="507" x="0" y="0" width="4" height="12" xoffset="0" yoffset="-3" xadvance="5" page="0" chnl="15" />
+ <char id="508" x="186" y="0" width="10" height="9" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="509" x="110" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="8" page="0" chnl="15" />
+ <char id="510" x="66" y="0" width="5" height="10" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="511" x="60" y="50" width="5" height="8" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="512" x="48" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="513" x="137" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="514" x="56" y="11" width="7" height="9" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="515" x="142" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="516" x="138" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="517" x="147" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="518" x="132" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="519" x="152" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="520" x="163" y="31" width="4" height="9" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="521" x="157" y="50" width="4" height="8" xoffset="-2" yoffset="1" xadvance="2" page="0" chnl="15" />
+ <char id="522" x="4" y="43" width="3" height="9" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="523" x="47" y="60" width="3" height="8" xoffset="-1" yoffset="1" xadvance="2" page="0" chnl="15" />
+ <char id="524" x="126" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="525" x="162" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="526" x="144" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="527" x="167" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="528" x="186" y="10" width="6" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="529" x="172" y="50" width="4" height="8" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="530" x="130" y="11" width="6" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="531" x="252" y="49" width="3" height="8" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="532" x="114" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="533" x="177" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="534" x="108" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="535" x="182" y="50" width="4" height="8" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="536" x="16" y="0" width="4" height="11" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="537" x="168" y="31" width="4" height="9" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="538" x="102" y="0" width="5" height="10" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="539" x="166" y="0" width="3" height="10" xoffset="-1" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="540" x="143" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="541" x="88" y="91" width="3" height="7" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
+ <char id="542" x="102" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="543" x="96" y="21" width="5" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="544" x="233" y="30" width="4" height="9" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="545" x="144" y="11" width="6" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="546" x="219" y="66" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="547" x="165" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="548" x="125" y="41" width="6" height="8" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="549" x="141" y="91" width="4" height="6" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="550" x="102" y="41" width="7" height="8" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="551" x="175" y="83" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="552" x="72" y="0" width="5" height="10" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="553" x="187" y="50" width="4" height="8" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="554" x="90" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="555" x="218" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="556" x="84" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="557" x="238" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="558" x="90" y="50" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="559" x="35" y="94" width="4" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="560" x="78" y="21" width="5" height="9" xoffset="1" yoffset="0" xadvance="7" page="0" chnl="15" />
+ <char id="561" x="193" y="30" width="4" height="9" xoffset="0" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="562" x="206" y="40" width="5" height="8" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="563" x="60" y="21" width="5" height="9" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="564" x="183" y="30" width="4" height="9" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="565" x="179" y="67" width="6" height="7" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="566" x="200" y="83" width="4" height="7" xoffset="-1" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="567" x="253" y="74" width="2" height="7" xoffset="-1" yoffset="4" xadvance="2" page="0" chnl="15" />
+ <char id="568" x="80" y="67" width="7" height="7" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="569" x="191" y="59" width="7" height="7" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="570" x="77" y="41" width="8" height="8" xoffset="-1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="571" x="120" y="21" width="5" height="9" xoffset="1" yoffset="1" xadvance="7" page="0" chnl="15" />
+ <char id="572" x="173" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="573" x="168" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="574" x="151" y="11" width="6" height="9" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="575" x="220" y="82" width="4" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="576" x="174" y="75" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="577" x="180" y="75" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="578" x="42" y="101" width="3" height="5" xoffset="0" yoffset="4" xadvance="4" page="0" chnl="15" />
+ <char id="579" x="186" y="67" width="6" height="7" xoffset="0" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="580" x="207" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="581" x="223" y="58" width="7" height="7" xoffset="-1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="582" x="36" y="21" width="5" height="9" xoffset="1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="583" x="138" y="31" width="4" height="9" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="584" x="204" y="74" width="5" height="7" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="585" x="108" y="31" width="4" height="9" xoffset="-2" yoffset="2" xadvance="2" page="0" chnl="15" />
+ <char id="586" x="248" y="0" width="7" height="9" xoffset="1" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="587" x="193" y="67" width="6" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="588" x="239" y="58" width="7" height="7" xoffset="0" yoffset="2" xadvance="7" page="0" chnl="15" />
+ <char id="589" x="248" y="90" width="4" height="5" xoffset="-1" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="590" x="222" y="74" width="5" height="7" xoffset="1" yoffset="2" xadvance="6" page="0" chnl="15" />
+ <char id="591" x="231" y="66" width="5" height="7" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ </chars>
+ <kernings count="57">
+ <kerning first="32" second="65" amount="-1" />
+ <kerning first="49" second="49" amount="-1" />
+ <kerning first="65" second="32" amount="-1" />
+ <kerning first="65" second="84" amount="-1" />
+ <kerning first="65" second="86" amount="-1" />
+ <kerning first="65" second="89" amount="-1" />
+ <kerning first="70" second="44" amount="-1" />
+ <kerning first="70" second="46" amount="-1" />
+ <kerning first="70" second="65" amount="-1" />
+ <kerning first="76" second="84" amount="-1" />
+ <kerning first="76" second="86" amount="-1" />
+ <kerning first="76" second="87" amount="-1" />
+ <kerning first="76" second="89" amount="-1" />
+ <kerning first="80" second="44" amount="-1" />
+ <kerning first="80" second="46" amount="-1" />
+ <kerning first="80" second="65" amount="-1" />
+ <kerning first="84" second="44" amount="-1" />
+ <kerning first="84" second="45" amount="-1" />
+ <kerning first="84" second="46" amount="-1" />
+ <kerning first="84" second="58" amount="-1" />
+ <kerning first="84" second="65" amount="-1" />
+ <kerning first="84" second="97" amount="-1" />
+ <kerning first="84" second="99" amount="-1" />
+ <kerning first="84" second="101" amount="-1" />
+ <kerning first="84" second="111" amount="-1" />
+ <kerning first="84" second="115" amount="-1" />
+ <kerning first="84" second="119" amount="-1" />
+ <kerning first="84" second="121" amount="-1" />
+ <kerning first="86" second="44" amount="-1" />
+ <kerning first="86" second="45" amount="-1" />
+ <kerning first="86" second="46" amount="-1" />
+ <kerning first="86" second="65" amount="-1" />
+ <kerning first="86" second="97" amount="-1" />
+ <kerning first="86" second="101" amount="-1" />
+ <kerning first="86" second="111" amount="-1" />
+ <kerning first="87" second="44" amount="-1" />
+ <kerning first="87" second="46" amount="-1" />
+ <kerning first="89" second="44" amount="-1" />
+ <kerning first="89" second="45" amount="-1" />
+ <kerning first="89" second="46" amount="-1" />
+ <kerning first="89" second="58" amount="-1" />
+ <kerning first="89" second="65" amount="-1" />
+ <kerning first="89" second="97" amount="-1" />
+ <kerning first="89" second="101" amount="-1" />
+ <kerning first="89" second="111" amount="-1" />
+ <kerning first="89" second="112" amount="-1" />
+ <kerning first="89" second="113" amount="-1" />
+ <kerning first="89" second="117" amount="-1" />
+ <kerning first="89" second="118" amount="-1" />
+ <kerning first="114" second="44" amount="-1" />
+ <kerning first="114" second="46" amount="-1" />
+ <kerning first="118" second="44" amount="-1" />
+ <kerning first="118" second="46" amount="-1" />
+ <kerning first="119" second="44" amount="-1" />
+ <kerning first="119" second="46" amount="-1" />
+ <kerning first="121" second="44" amount="-1" />
+ <kerning first="121" second="46" amount="-1" />
+ </kernings>
+</font>
diff --git a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-16-bold-regular.fnt b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-16-bold-regular.fnt
index 58f7d21..275c091 100644
--- a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-16-bold-regular.fnt
+++ b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-16-bold-regular.fnt
@@ -1,1403 +1,1403 @@
-<?xml version="1.0"?>
-<font>
- <info face="Arial" size="-16" bold="1" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="2,2" outline="0"/>
- <common lineHeight="19" base="15" scaleW="512" scaleH="512" pages="1" packed="0" alphaChnl="0" redChnl="0" greenChnl="0" blueChnl="0"/>
- <pages>
- <page id="0" file="arial-16-bold-regular_00.png" />
- </pages>
- <chars count="994">
- <char id="-1" x="382" y="258" width="8" height="11" xoffset="2" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="32" x="443" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="33" x="206" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="34" x="205" y="296" width="6" height="4" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="35" x="503" y="145" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="36" x="409" y="102" width="7" height="14" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="37" x="17" y="138" width="15" height="12" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="38" x="403" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="39" x="220" y="295" width="2" height="4" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="40" x="106" y="104" width="4" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="41" x="136" y="103" width="4" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="42" x="213" y="296" width="5" height="4" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="43" x="0" y="300" width="8" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="44" x="175" y="297" width="2" height="5" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
- <char id="45" x="387" y="293" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
- <char id="46" x="428" y="293" width="2" height="2" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
- <char id="47" x="109" y="262" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="48" x="150" y="233" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="49" x="14" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="50" x="310" y="231" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="51" x="390" y="230" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="52" x="400" y="230" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="53" x="490" y="229" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="54" x="242" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="55" x="262" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="56" x="292" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="57" x="332" y="202" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="58" x="491" y="279" width="2" height="9" xoffset="2" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="59" x="170" y="261" width="2" height="12" xoffset="2" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="60" x="150" y="286" width="8" height="9" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="61" x="115" y="299" width="8" height="5" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="62" x="120" y="287" width="8" height="9" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="63" x="442" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="64" x="142" y="0" width="15" height="16" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="65" x="351" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="66" x="492" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="67" x="480" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="68" x="468" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="69" x="380" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="70" x="492" y="201" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="71" x="444" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="72" x="432" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="73" x="166" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="74" x="60" y="222" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="75" x="338" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="76" x="100" y="220" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="77" x="325" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="78" x="384" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="79" x="372" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="80" x="391" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="81" x="481" y="102" width="10" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="82" x="312" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="83" x="402" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="84" x="348" y="174" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="85" x="336" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="86" x="222" y="133" width="13" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="87" x="481" y="117" width="15" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="88" x="299" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="89" x="448" y="145" width="12" height="12" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="90" x="413" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="91" x="142" y="103" width="4" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="92" x="139" y="261" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="93" x="118" y="104" width="4" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="94" x="50" y="300" width="8" height="6" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="95" x="333" y="294" width="9" height="2" xoffset="0" yoffset="16" xadvance="9" page="0" chnl="15" />
- <char id="96" x="409" y="293" width="3" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="97" x="70" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="98" x="210" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="99" x="329" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="100" x="250" y="217" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="101" x="320" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="102" x="426" y="244" width="6" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="103" x="280" y="217" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="104" x="340" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="105" x="154" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="106" x="112" y="104" width="4" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="107" x="490" y="215" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="108" x="198" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="109" x="215" y="273" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="110" x="60" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="111" x="50" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="112" x="170" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="113" x="210" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="114" x="484" y="280" width="5" height="9" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="115" x="40" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="116" x="7" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="117" x="30" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="118" x="409" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="119" x="16" y="278" width="13" height="9" xoffset="0" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="120" x="376" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="121" x="234" y="161" width="11" height="12" xoffset="-1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="122" x="230" y="284" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="123" x="0" y="106" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="124" x="183" y="103" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="125" x="504" y="85" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="126" x="228" y="295" width="8" height="3" xoffset="1" yoffset="8" xadvance="9" page="0" chnl="15" />
- <char id="160" x="449" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="161" x="150" y="261" width="2" height="12" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="162" x="238" y="86" width="8" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="163" x="435" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="164" x="453" y="271" width="9" height="9" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="165" x="180" y="232" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="166" x="508" y="0" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="167" x="208" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="168" x="373" y="293" width="5" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="169" x="56" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="170" x="91" y="300" width="5" height="6" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="171" x="29" y="300" width="7" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="172" x="60" y="300" width="8" height="6" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="173" x="393" y="293" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
- <char id="174" x="84" y="150" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="175" x="355" y="293" width="9" height="2" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="176" x="160" y="297" width="5" height="5" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="177" x="332" y="258" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="178" x="70" y="300" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="179" x="77" y="300" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="180" x="414" y="293" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="181" x="72" y="250" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="182" x="346" y="102" width="9" height="14" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="183" x="432" y="293" width="2" height="2" xoffset="2" yoffset="9" xadvance="5" page="0" chnl="15" />
- <char id="184" x="268" y="294" width="4" height="3" xoffset="0" yoffset="15" xadvance="5" page="0" chnl="15" />
- <char id="185" x="98" y="300" width="4" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="186" x="84" y="300" width="5" height="6" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="187" x="20" y="300" width="7" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="188" x="387" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="189" x="126" y="149" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="190" x="417" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="191" x="190" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="192" x="465" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="193" x="65" y="36" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="194" x="374" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="195" x="234" y="35" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="196" x="309" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="197" x="195" y="35" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="198" x="324" y="118" width="16" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="199" x="204" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="200" x="77" y="87" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="201" x="234" y="69" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="202" x="289" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="203" x="377" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="204" x="159" y="103" width="3" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="205" x="174" y="103" width="3" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="206" x="29" y="106" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="207" x="43" y="106" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="208" x="78" y="165" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="209" x="240" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="210" x="252" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="211" x="264" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="212" x="276" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="213" x="288" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="214" x="300" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="215" x="10" y="300" width="8" height="7" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="216" x="221" y="103" width="12" height="14" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="217" x="336" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="218" x="348" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="219" x="360" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="220" x="372" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="221" x="211" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="222" x="446" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="223" x="140" y="233" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="224" x="110" y="233" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="225" x="10" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="226" x="470" y="215" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="227" x="460" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="228" x="440" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="229" x="379" y="102" width="8" height="14" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="230" x="89" y="278" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="231" x="9" y="250" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="232" x="36" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="233" x="171" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="234" x="54" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="235" x="288" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="236" x="507" y="131" width="3" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="237" x="507" y="243" width="3" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="238" x="486" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="239" x="458" y="244" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="240" x="480" y="229" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="241" x="470" y="229" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="242" x="460" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="243" x="440" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="244" x="430" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="245" x="420" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="246" x="410" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="247" x="499" y="279" width="8" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="248" x="402" y="258" width="8" height="11" xoffset="1" yoffset="5" xadvance="10" page="0" chnl="15" />
- <char id="249" x="380" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="250" x="370" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="251" x="360" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="252" x="350" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="253" x="91" y="36" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="254" x="502" y="34" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="255" x="39" y="37" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="256" x="348" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="257" x="340" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="258" x="478" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="259" x="330" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="260" x="322" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="261" x="320" y="230" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="262" x="444" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="263" x="27" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="264" x="432" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="265" x="315" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="266" x="420" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="267" x="279" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="268" x="384" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="269" x="333" y="244" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="270" x="312" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="271" x="130" y="163" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="272" x="104" y="163" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="273" x="457" y="187" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="274" x="179" y="69" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="275" x="243" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="276" x="300" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="277" x="180" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="278" x="465" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="279" x="261" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="280" x="245" y="69" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="281" x="126" y="247" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="282" x="454" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="283" x="216" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="284" x="108" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="285" x="218" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="286" x="96" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="287" x="268" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="288" x="48" y="54" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="289" x="278" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="290" x="36" y="54" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="291" x="89" y="0" width="8" height="17" xoffset="1" yoffset="1" xadvance="10" page="0" chnl="15" />
- <char id="292" x="490" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="293" x="118" y="87" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="294" x="238" y="147" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="295" x="468" y="187" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="296" x="64" y="105" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="297" x="35" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="298" x="71" y="105" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="299" x="500" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="300" x="78" y="104" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="301" x="493" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="302" x="164" y="103" width="3" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="303" x="169" y="103" width="3" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="304" x="179" y="103" width="2" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="305" x="506" y="268" width="2" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="306" x="364" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="307" x="436" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="308" x="201" y="69" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="309" x="496" y="85" width="6" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="310" x="182" y="35" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="311" x="408" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="312" x="210" y="285" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="313" x="368" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="314" x="154" y="103" width="3" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="315" x="178" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="316" x="148" y="103" width="4" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="317" x="479" y="187" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="318" x="472" y="243" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="319" x="120" y="233" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="320" x="465" y="244" width="5" height="12" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="321" x="490" y="187" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="322" x="127" y="261" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="323" x="466" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="324" x="90" y="235" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="325" x="298" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="326" x="70" y="236" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="327" x="180" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="328" x="60" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="329" x="13" y="166" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="330" x="168" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="331" x="50" y="236" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="332" x="216" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="333" x="40" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="334" x="324" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="335" x="0" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="336" x="408" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="337" x="500" y="215" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="338" x="396" y="118" width="15" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="339" x="31" y="278" width="13" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
- <char id="340" x="273" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="341" x="84" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="342" x="208" y="35" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="343" x="77" y="264" width="5" height="12" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="344" x="221" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="345" x="70" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="346" x="333" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="347" x="330" y="216" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="348" x="223" y="69" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="349" x="320" y="216" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="350" x="168" y="69" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="351" x="310" y="217" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="352" x="33" y="89" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="353" x="290" y="217" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="354" x="228" y="52" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="355" x="22" y="106" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="356" x="168" y="52" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="357" x="502" y="159" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="358" x="132" y="177" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="359" x="0" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="360" x="84" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="361" x="220" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="362" x="72" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="363" x="200" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="364" x="430" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="365" x="190" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="366" x="418" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="367" x="389" y="102" width="8" height="14" xoffset="1" yoffset="1" xadvance="10" page="0" chnl="15" />
- <char id="368" x="394" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="369" x="180" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="370" x="370" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="371" x="170" y="218" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="372" x="366" y="0" width="15" height="15" xoffset="0" yoffset="0" xadvance="15" page="0" chnl="15" />
- <char id="373" x="327" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="374" x="225" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="375" x="130" y="35" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="376" x="281" y="17" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="377" x="443" y="68" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="378" x="153" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="379" x="476" y="68" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="380" x="117" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="381" x="0" y="89" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="382" x="108" y="248" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="383" x="121" y="261" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="384" x="501" y="187" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="385" x="252" y="147" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="386" x="144" y="191" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="387" x="462" y="201" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="388" x="168" y="190" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="389" x="0" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="390" x="144" y="177" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="391" x="207" y="103" width="12" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="392" x="277" y="259" width="9" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="393" x="26" y="166" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="394" x="0" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="395" x="216" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="396" x="382" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="397" x="372" y="202" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="398" x="22" y="208" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="399" x="312" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="400" x="33" y="208" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="401" x="382" y="34" width="10" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="402" x="278" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="403" x="235" y="103" width="12" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="404" x="71" y="19" width="12" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="405" x="357" y="132" width="13" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="406" x="190" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="407" x="97" y="263" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="408" x="39" y="166" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="409" x="302" y="203" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="410" x="103" y="263" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="411" x="91" y="164" width="11" height="12" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="412" x="146" y="134" width="14" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="413" x="43" y="20" width="12" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="414" x="282" y="203" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="415" x="180" y="190" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="416" x="308" y="146" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="417" x="341" y="271" width="10" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="418" x="29" y="20" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="419" x="478" y="159" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="420" x="350" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="421" x="318" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="422" x="298" y="102" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="423" x="44" y="208" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="424" x="392" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="425" x="252" y="203" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="426" x="472" y="85" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="427" x="8" y="106" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="428" x="36" y="180" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="429" x="42" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="430" x="144" y="69" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="431" x="14" y="152" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="432" x="268" y="272" width="11" height="9" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="433" x="208" y="161" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="434" x="84" y="179" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="435" x="28" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="436" x="197" y="18" width="12" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="437" x="120" y="177" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="438" x="436" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="439" x="410" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="440" x="421" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="441" x="225" y="246" width="7" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="442" x="270" y="231" width="8" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="443" x="250" y="231" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="444" x="0" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="445" x="383" y="282" width="7" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="446" x="272" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="447" x="362" y="202" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="448" x="182" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="449" x="378" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="450" x="502" y="201" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="451" x="178" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="452" x="252" y="0" width="19" height="15" xoffset="1" yoffset="0" xadvance="21" page="0" chnl="15" />
- <char id="453" x="192" y="119" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="454" x="378" y="118" width="16" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="455" x="251" y="119" width="17" height="12" xoffset="1" yoffset="3" xadvance="19" page="0" chnl="15" />
- <char id="456" x="127" y="18" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="457" x="418" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="458" x="112" y="121" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="459" x="399" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="460" x="239" y="17" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="461" x="260" y="34" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="462" x="0" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="463" x="36" y="106" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="464" x="49" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="465" x="468" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="466" x="40" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="467" x="480" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="468" x="90" y="221" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="469" x="492" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="470" x="308" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="471" x="0" y="72" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="472" x="388" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="473" x="12" y="72" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="474" x="398" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="475" x="24" y="72" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="476" x="88" y="87" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="477" x="284" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="478" x="143" y="35" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="479" x="108" y="87" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="480" x="26" y="37" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="481" x="128" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="482" x="313" y="0" width="16" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="483" x="210" y="147" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="484" x="52" y="166" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="485" x="55" y="208" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="486" x="36" y="71" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="487" x="148" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="488" x="13" y="38" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="489" x="168" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="490" x="48" y="71" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="491" x="380" y="216" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="492" x="24" y="0" width="10" height="18" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="493" x="188" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="494" x="36" y="0" width="9" height="18" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="495" x="463" y="85" width="7" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="496" x="15" y="106" width="5" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="497" x="71" y="122" width="19" height="12" xoffset="1" yoffset="3" xadvance="21" page="0" chnl="15" />
- <char id="498" x="152" y="120" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="499" x="306" y="118" width="16" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="500" x="60" y="71" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="501" x="198" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="502" x="430" y="118" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="503" x="267" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="504" x="72" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="505" x="420" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="506" x="173" y="0" width="11" height="16" xoffset="0" yoffset="-1" xadvance="11" page="0" chnl="15" />
- <char id="507" x="228" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="508" x="331" y="0" width="16" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="509" x="98" y="149" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="510" x="159" y="0" width="12" height="16" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="511" x="493" y="102" width="8" height="13" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="512" x="387" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="513" x="410" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="514" x="52" y="37" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="515" x="240" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="516" x="11" y="89" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="517" x="234" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="518" x="22" y="89" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="519" x="90" y="249" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="520" x="488" y="85" width="6" height="15" xoffset="-1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="521" x="394" y="244" width="6" height="12" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="522" x="57" y="105" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="523" x="479" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="524" x="84" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="525" x="290" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="526" x="96" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="527" x="450" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="528" x="247" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="529" x="504" y="173" width="6" height="12" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="530" x="156" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="531" x="28" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="532" x="108" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="533" x="80" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="534" x="120" y="69" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="535" x="400" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="536" x="78" y="0" width="9" height="17" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="537" x="399" y="102" width="8" height="14" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="538" x="66" y="0" width="10" height="17" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
- <char id="539" x="99" y="0" width="5" height="17" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="540" x="445" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="541" x="402" y="244" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="542" x="132" y="69" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="543" x="378" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="544" x="66" y="88" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="545" x="295" y="17" width="12" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="546" x="350" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="547" x="70" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="548" x="334" y="102" width="10" height="14" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="549" x="439" y="258" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="550" x="491" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="551" x="80" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="552" x="44" y="88" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="553" x="324" y="244" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="554" x="396" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="555" x="248" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="556" x="454" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="557" x="298" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="558" x="406" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="559" x="30" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="560" x="156" y="69" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="561" x="138" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="562" x="169" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="563" x="78" y="36" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="564" x="288" y="85" width="8" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="565" x="140" y="149" width="12" height="12" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="566" x="412" y="202" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="567" x="133" y="261" width="4" height="12" xoffset="-1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="568" x="66" y="137" width="14" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="569" x="98" y="135" width="14" height="12" xoffset="0" yoffset="6" xadvance="15" page="0" chnl="15" />
- <char id="570" x="439" y="102" width="12" height="13" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="571" x="264" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="572" x="427" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="573" x="77" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="574" x="274" y="102" width="10" height="14" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
- <char id="575" x="45" y="250" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="576" x="198" y="246" width="7" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="577" x="88" y="207" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="578" x="302" y="283" width="7" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="579" x="221" y="161" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="580" x="406" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="581" x="342" y="132" width="13" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="582" x="357" y="102" width="9" height="14" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="583" x="454" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="584" x="99" y="206" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="585" x="50" y="105" width="5" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="586" x="99" y="19" width="12" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="587" x="12" y="180" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="588" x="182" y="148" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="589" x="468" y="282" width="6" height="9" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="590" x="192" y="190" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="591" x="260" y="217" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="884" x="419" y="293" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="885" x="404" y="293" width="3" height="2" xoffset="1" yoffset="16" xadvance="5" page="0" chnl="15" />
- <char id="890" x="424" y="293" width="2" height="2" xoffset="1" yoffset="16" xadvance="5" page="0" chnl="15" />
- <char id="891" x="410" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="892" x="140" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="893" x="10" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="894" x="174" y="260" width="2" height="12" xoffset="2" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="900" x="399" y="293" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="901" x="238" y="295" width="7" height="3" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="902" x="169" y="162" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="903" x="436" y="293" width="2" height="2" xoffset="1" yoffset="6" xadvance="5" page="0" chnl="15" />
- <char id="904" x="267" y="133" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="905" x="114" y="135" width="14" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="906" x="162" y="247" width="7" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="908" x="462" y="145" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="910" x="288" y="118" width="16" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="911" x="378" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="912" x="10" y="123" width="7" height="13" xoffset="-1" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="913" x="286" y="161" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="914" x="300" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="915" x="482" y="201" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="916" x="154" y="148" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="917" x="110" y="205" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="918" x="121" y="205" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="919" x="276" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="920" x="252" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="921" x="186" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="922" x="273" y="161" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="923" x="192" y="133" width="13" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="924" x="247" y="161" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="925" x="204" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="926" x="260" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="927" x="192" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="928" x="180" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="929" x="132" y="205" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="931" x="280" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="932" x="72" y="180" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="933" x="498" y="117" width="12" height="12" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="934" x="0" y="180" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="935" x="490" y="145" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="936" x="454" y="159" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="937" x="156" y="162" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="938" x="99" y="104" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="939" x="57" y="19" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="940" x="312" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="941" x="18" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="942" x="158" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="943" x="145" y="261" width="3" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="944" x="503" y="102" width="7" height="13" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="945" x="20" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="946" x="98" y="87" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="947" x="228" y="175" width="10" height="12" xoffset="-1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="948" x="392" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="949" x="365" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="950" x="480" y="85" width="6" height="15" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="951" x="422" y="202" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="952" x="63" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="953" x="495" y="279" width="2" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="954" x="0" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="955" x="156" y="190" width="10" height="12" xoffset="-1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="956" x="472" y="201" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="957" x="387" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="958" x="504" y="17" width="6" height="15" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="959" x="486" y="268" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="960" x="117" y="276" width="12" height="9" xoffset="0" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="961" x="10" y="222" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="962" x="386" y="244" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="963" x="431" y="271" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="964" x="476" y="280" width="6" height="9" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="965" x="311" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="966" x="84" y="193" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="967" x="143" y="205" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="968" x="48" y="194" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="969" x="61" y="278" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="970" x="56" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="971" x="135" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="972" x="120" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="973" x="144" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="974" x="364" y="146" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="976" x="150" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="977" x="160" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="978" x="322" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="979" x="270" y="118" width="16" height="12" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="980" x="85" y="19" width="12" height="15" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="981" x="442" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="982" x="201" y="274" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="983" x="260" y="161" width="11" height="12" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="984" x="192" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="985" x="240" y="217" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="986" x="144" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="987" x="189" y="246" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="988" x="270" y="217" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="989" x="63" y="264" width="5" height="12" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="990" x="294" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="991" x="30" y="222" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="992" x="113" y="18" width="12" height="15" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="993" x="212" y="69" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="994" x="383" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="995" x="266" y="147" width="12" height="12" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="996" x="154" y="205" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="997" x="360" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="998" x="355" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="999" x="474" y="257" width="10" height="10" xoffset="0" yoffset="5" xadvance="10" page="0" chnl="15" />
- <char id="1000" x="165" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1001" x="176" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1002" x="60" y="194" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1003" x="293" y="272" width="10" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1004" x="0" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1005" x="401" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1006" x="450" y="216" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="1007" x="252" y="245" width="7" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="1008" x="255" y="272" width="11" height="9" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="1009" x="480" y="215" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1010" x="356" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1011" x="124" y="104" width="4" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="1012" x="360" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1013" x="452" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1014" x="444" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1015" x="187" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1016" x="338" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1017" x="240" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1018" x="0" y="166" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="1019" x="120" y="191" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="1020" x="198" y="204" width="9" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1021" x="420" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1022" x="442" y="160" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1023" x="48" y="180" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1024" x="322" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="1025" x="311" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="1026" x="312" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1027" x="328" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1028" x="209" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1029" x="220" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1030" x="194" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="1031" x="92" y="104" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="1032" x="200" y="232" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1033" x="232" y="119" width="17" height="12" xoffset="0" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="1034" x="413" y="118" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="1035" x="237" y="133" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1036" x="55" y="88" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1037" x="132" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1038" x="267" y="17" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1039" x="156" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1040" x="429" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1041" x="324" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1042" x="396" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1043" x="300" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1044" x="169" y="35" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1045" x="231" y="203" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1046" x="130" y="135" width="14" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1047" x="204" y="190" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1048" x="408" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1049" x="456" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1050" x="215" y="190" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1051" x="132" y="191" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1052" x="195" y="162" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="1053" x="12" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1054" x="72" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1055" x="96" y="192" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1056" x="226" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1057" x="108" y="191" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1058" x="466" y="159" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1059" x="224" y="147" width="12" height="12" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1060" x="196" y="147" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1061" x="117" y="163" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1062" x="104" y="36" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1063" x="237" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1064" x="82" y="136" width="14" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="1065" x="349" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="1066" x="402" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1067" x="207" y="133" width="13" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="1068" x="248" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1069" x="259" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1070" x="0" y="138" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="1071" x="143" y="163" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1072" x="200" y="285" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1073" x="500" y="229" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1074" x="190" y="285" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1075" x="428" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="1076" x="310" y="259" width="9" height="11" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1077" x="248" y="284" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1078" x="173" y="275" width="12" height="9" xoffset="0" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="1079" x="460" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1080" x="160" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1081" x="352" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1082" x="266" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1083" x="442" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1084" x="464" y="271" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="1085" x="130" y="287" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1086" x="110" y="288" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1087" x="100" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1088" x="20" y="222" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1089" x="374" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1090" x="90" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1091" x="182" y="162" width="11" height="12" xoffset="-1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1092" x="15" y="20" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1093" x="420" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1094" x="299" y="259" width="9" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1095" x="338" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1096" x="145" y="275" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="1097" x="210" y="260" width="13" height="11" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="1098" x="305" y="272" width="10" height="9" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="1099" x="131" y="275" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="1100" x="180" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1101" x="293" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1102" x="103" y="277" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="1103" x="80" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1104" x="360" y="244" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1105" x="369" y="244" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1106" x="190" y="69" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1107" x="442" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="1108" x="275" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1109" x="220" y="284" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1110" x="202" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="1111" x="21" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="1112" x="130" y="103" width="4" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="1113" x="486" y="257" width="15" height="9" xoffset="0" yoffset="6" xadvance="16" page="0" chnl="15" />
- <char id="1114" x="46" y="278" width="13" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
- <char id="1115" x="66" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1116" x="81" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="1117" x="370" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1118" x="117" y="35" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1119" x="372" y="258" width="8" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1120" x="212" y="119" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="1121" x="75" y="278" width="12" height="9" xoffset="0" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="1122" x="162" y="134" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1123" x="24" y="180" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1124" x="50" y="138" width="14" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="1125" x="242" y="273" width="11" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="1126" x="65" y="166" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1127" x="475" y="269" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1128" x="34" y="138" width="14" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="1129" x="187" y="274" width="12" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="1130" x="168" y="148" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="1131" x="353" y="271" width="10" height="9" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="1132" x="464" y="117" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="1133" x="0" y="278" width="14" height="9" xoffset="1" yoffset="6" xadvance="16" page="0" chnl="15" />
- <char id="1134" x="0" y="0" width="9" height="19" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1135" x="220" y="0" width="7" height="16" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="1136" x="112" y="149" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="1137" x="60" y="180" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="1138" x="96" y="178" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1139" x="496" y="268" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1140" x="372" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="1141" x="281" y="272" width="10" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1142" x="0" y="21" width="13" height="15" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="1143" x="108" y="177" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1144" x="229" y="0" width="21" height="15" xoffset="1" yoffset="3" xadvance="22" page="0" chnl="15" />
- <char id="1145" x="92" y="121" width="18" height="12" xoffset="1" yoffset="6" xadvance="19" page="0" chnl="15" />
- <char id="1146" x="249" y="103" width="11" height="14" xoffset="1" yoffset="2" xadvance="13" page="0" chnl="15" />
- <char id="1147" x="342" y="258" width="8" height="11" xoffset="1" yoffset="5" xadvance="10" page="0" chnl="15" />
- <char id="1148" x="293" y="0" width="18" height="15" xoffset="1" yoffset="0" xadvance="20" page="0" chnl="15" />
- <char id="1149" x="467" y="102" width="12" height="13" xoffset="1" yoffset="2" xadvance="14" page="0" chnl="15" />
- <char id="1150" x="273" y="0" width="18" height="15" xoffset="1" yoffset="0" xadvance="20" page="0" chnl="15" />
- <char id="1151" x="70" y="151" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1152" x="120" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1153" x="99" y="249" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1154" x="270" y="189" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1155" x="247" y="295" width="5" height="3" xoffset="-3" yoffset="2" xadvance="0" page="0" chnl="15" />
- <char id="1156" x="366" y="293" width="5" height="2" xoffset="-3" yoffset="3" xadvance="0" page="0" chnl="15" />
- <char id="1157" x="254" y="295" width="5" height="3" xoffset="-3" yoffset="2" xadvance="0" page="0" chnl="15" />
- <char id="1158" x="261" y="294" width="5" height="3" xoffset="-2" yoffset="2" xadvance="0" page="0" chnl="15" />
- <char id="1160" x="187" y="103" width="18" height="14" xoffset="-9" yoffset="3" xadvance="0" page="0" chnl="15" />
- <char id="1161" x="106" y="0" width="16" height="16" xoffset="-8" yoffset="2" xadvance="0" page="0" chnl="15" />
- <char id="1162" x="11" y="0" width="11" height="18" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1163" x="368" y="102" width="9" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1164" x="156" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1165" x="281" y="189" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1166" x="292" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1167" x="303" y="188" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1168" x="504" y="51" width="6" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="1169" x="463" y="258" width="5" height="11" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="1170" x="314" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1171" x="503" y="257" width="7" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="1172" x="198" y="0" width="9" height="16" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1173" x="230" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1174" x="447" y="0" width="14" height="15" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1175" x="225" y="260" width="12" height="11" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="1176" x="344" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1177" x="418" y="244" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1178" x="366" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1179" x="430" y="258" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1180" x="325" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1181" x="239" y="284" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1182" x="288" y="175" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1183" x="220" y="232" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="1184" x="42" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1185" x="317" y="272" width="10" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1186" x="60" y="54" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1187" x="288" y="259" width="9" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1188" x="297" y="132" width="13" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1189" x="329" y="272" width="10" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="1190" x="124" y="0" width="16" height="16" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="1191" x="282" y="132" width="13" height="12" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
- <char id="1192" x="310" y="102" width="10" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1193" x="421" y="258" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1194" x="24" y="55" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1195" x="342" y="244" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1196" x="12" y="55" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1197" x="352" y="258" width="8" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1198" x="160" y="233" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1199" x="130" y="233" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1200" x="100" y="234" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1201" x="0" y="123" width="8" height="13" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1202" x="0" y="55" width="10" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1203" x="362" y="258" width="8" height="11" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1204" x="478" y="0" width="13" height="15" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1205" x="239" y="260" width="11" height="11" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="1206" x="478" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1207" x="392" y="258" width="8" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1208" x="430" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1209" x="347" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1210" x="336" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1211" x="390" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1212" x="252" y="133" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1213" x="398" y="271" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="1214" x="463" y="0" width="13" height="15" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1215" x="347" y="188" width="9" height="12" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="1216" x="158" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="1217" x="431" y="0" width="14" height="15" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="1218" x="476" y="145" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1219" x="209" y="0" width="9" height="16" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1220" x="230" y="218" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1221" x="452" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1222" x="265" y="259" width="10" height="11" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1223" x="186" y="0" width="10" height="16" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1224" x="140" y="219" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1225" x="426" y="17" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1226" x="321" y="259" width="9" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1227" x="432" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1228" x="412" y="258" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1229" x="141" y="18" width="12" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="1230" x="252" y="259" width="11" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="1231" x="162" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="1232" x="0" y="38" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="1233" x="130" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1234" x="361" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="1235" x="110" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1236" x="342" y="118" width="16" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="1237" x="159" y="275" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="1238" x="256" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="1239" x="297" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1240" x="490" y="159" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1241" x="257" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1242" x="358" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1243" x="270" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1244" x="415" y="0" width="14" height="15" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="1245" x="434" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1246" x="399" y="68" width="9" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1247" x="434" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="1248" x="358" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1249" x="351" y="244" width="7" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="1250" x="346" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1251" x="432" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1252" x="334" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1253" x="402" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1254" x="322" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1255" x="342" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1256" x="24" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="1257" x="170" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="1258" x="310" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="1259" x="322" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="1260" x="487" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="1261" x="306" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1262" x="155" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1263" x="439" y="17" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1264" x="253" y="17" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1265" x="413" y="17" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1266" x="183" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="1267" x="400" y="17" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1268" x="498" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="1269" x="207" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1270" x="258" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1271" x="447" y="258" width="6" height="11" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="1272" x="493" y="0" width="13" height="15" xoffset="1" yoffset="0" xadvance="15" page="0" chnl="15" />
- <char id="1273" x="420" y="146" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="1274" x="286" y="34" width="10" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="1275" x="20" y="236" width="8" height="12" xoffset="-1" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="1276" x="335" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1277" x="369" y="188" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="1278" x="377" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="1279" x="365" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="8192" x="452" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="8" page="0" chnl="15" />
- <char id="8193" x="455" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="16" page="0" chnl="15" />
- <char id="8194" x="458" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="8" page="0" chnl="15" />
- <char id="8195" x="461" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="16" page="0" chnl="15" />
- <char id="8196" x="464" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="5" page="0" chnl="15" />
- <char id="8197" x="467" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="8198" x="470" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="3" page="0" chnl="15" />
- <char id="8199" x="473" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="9" page="0" chnl="15" />
- <char id="8200" x="446" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="8201" x="440" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="3" page="0" chnl="15" />
- <char id="8202" x="509" y="279" width="1" height="1" xoffset="0" yoffset="15" xadvance="1" page="0" chnl="15" />
- <char id="8203" x="509" y="82" width="1" height="1" xoffset="0" yoffset="15" xadvance="0" page="0" chnl="15" />
- <char id="8204" x="509" y="68" width="1" height="12" xoffset="0" yoffset="5" xadvance="0" page="0" chnl="15" />
- <char id="8205" x="66" y="122" width="3" height="13" xoffset="-1" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8206" x="54" y="122" width="4" height="13" xoffset="0" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8207" x="60" y="122" width="4" height="13" xoffset="-3" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8210" x="322" y="294" width="9" height="2" xoffset="0" yoffset="10" xadvance="9" page="0" chnl="15" />
- <char id="8211" x="344" y="294" width="9" height="2" xoffset="0" yoffset="10" xadvance="9" page="0" chnl="15" />
- <char id="8212" x="274" y="294" width="16" height="2" xoffset="0" yoffset="10" xadvance="16" page="0" chnl="15" />
- <char id="8213" x="292" y="294" width="14" height="2" xoffset="1" yoffset="10" xadvance="16" page="0" chnl="15" />
- <char id="8214" x="450" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="8215" x="104" y="300" width="9" height="5" xoffset="0" yoffset="14" xadvance="9" page="0" chnl="15" />
- <char id="8216" x="179" y="297" width="2" height="5" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="8217" x="183" y="297" width="2" height="5" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="8218" x="167" y="297" width="2" height="5" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
- <char id="8219" x="171" y="297" width="2" height="5" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="8220" x="125" y="298" width="5" height="5" xoffset="2" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="8221" x="139" y="298" width="5" height="5" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="8222" x="146" y="297" width="5" height="5" xoffset="1" yoffset="13" xadvance="8" page="0" chnl="15" />
- <char id="8223" x="153" y="297" width="5" height="5" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="8224" x="348" y="85" width="8" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="8225" x="358" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="8226" x="132" y="298" width="5" height="5" xoffset="1" yoffset="7" xadvance="6" page="0" chnl="15" />
- <char id="8230" x="308" y="294" width="12" height="2" xoffset="1" yoffset="13" xadvance="16" page="0" chnl="15" />
- <char id="8234" x="91" y="263" width="4" height="12" xoffset="0" yoffset="5" xadvance="0" page="0" chnl="15" />
- <char id="8235" x="115" y="262" width="4" height="12" xoffset="-3" yoffset="5" xadvance="0" page="0" chnl="15" />
- <char id="8236" x="418" y="102" width="5" height="14" xoffset="-2" yoffset="3" xadvance="0" page="0" chnl="15" />
- <char id="8237" x="26" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8238" x="19" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8240" x="132" y="120" width="18" height="12" xoffset="0" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="8242" x="224" y="295" width="2" height="4" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="8243" x="197" y="296" width="6" height="4" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="8244" x="187" y="297" width="8" height="4" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="8249" x="38" y="300" width="4" height="7" xoffset="0" yoffset="7" xadvance="5" page="0" chnl="15" />
- <char id="8250" x="44" y="300" width="4" height="7" xoffset="1" yoffset="7" xadvance="5" page="0" chnl="15" />
- <char id="8252" x="410" y="244" width="6" height="12" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="8254" x="380" y="293" width="5" height="2" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="8260" x="424" y="188" width="9" height="12" xoffset="-3" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="8286" x="470" y="258" width="2" height="11" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="8298" x="425" y="102" width="5" height="14" xoffset="-2" yoffset="3" xadvance="0" page="0" chnl="15" />
- <char id="8299" x="47" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8300" x="40" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8301" x="33" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
- <char id="8302" x="85" y="104" width="5" height="15" xoffset="-2" yoffset="2" xadvance="0" page="0" chnl="15" />
- <char id="8303" x="432" y="102" width="5" height="14" xoffset="-2" yoffset="3" xadvance="0" page="0" chnl="15" />
- <char id="8352" x="300" y="217" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="8353" x="322" y="102" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="8354" x="456" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="8355" x="50" y="222" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="8356" x="11" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="8357" x="453" y="102" width="12" height="13" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="8358" x="280" y="147" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="8359" x="360" y="118" width="16" height="12" xoffset="0" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="8360" x="172" y="120" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="8361" x="447" y="117" width="15" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="8362" x="229" y="273" width="11" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="8363" x="455" y="258" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="8364" x="452" y="202" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="8365" x="336" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="8366" x="36" y="194" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="8367" x="47" y="0" width="17" height="17" xoffset="0" yoffset="1" xadvance="17" page="0" chnl="15" />
- <char id="8368" x="388" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="8369" x="390" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="8370" x="286" y="102" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="8371" x="392" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="8372" x="416" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="8373" x="262" y="102" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="8531" x="432" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="8532" x="447" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="8539" x="462" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="8540" x="477" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="8541" x="492" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="8542" x="177" y="134" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="8580" x="419" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- </chars>
- <kernings count="397">
- <kerning first="32" second="65" amount="-1" />
- <kerning first="32" second="902" amount="-1" />
- <kerning first="32" second="913" amount="-1" />
- <kerning first="32" second="916" amount="-1" />
- <kerning first="32" second="923" amount="-1" />
- <kerning first="49" second="49" amount="-1" />
- <kerning first="65" second="32" amount="-1" />
- <kerning first="65" second="84" amount="-1" />
- <kerning first="65" second="86" amount="-1" />
- <kerning first="65" second="87" amount="-1" />
- <kerning first="65" second="89" amount="-1" />
- <kerning first="65" second="118" amount="-1" />
- <kerning first="65" second="121" amount="-1" />
- <kerning first="65" second="8217" amount="-1" />
- <kerning first="70" second="44" amount="-2" />
- <kerning first="70" second="46" amount="-2" />
- <kerning first="70" second="65" amount="-1" />
- <kerning first="76" second="84" amount="-1" />
- <kerning first="76" second="86" amount="-1" />
- <kerning first="76" second="87" amount="-1" />
- <kerning first="76" second="89" amount="-1" />
- <kerning first="76" second="121" amount="-1" />
- <kerning first="76" second="8217" amount="-1" />
- <kerning first="80" second="44" amount="-2" />
- <kerning first="80" second="46" amount="-2" />
- <kerning first="80" second="65" amount="-1" />
- <kerning first="82" second="89" amount="-1" />
- <kerning first="84" second="44" amount="-2" />
- <kerning first="84" second="45" amount="-1" />
- <kerning first="84" second="46" amount="-2" />
- <kerning first="84" second="58" amount="-2" />
- <kerning first="84" second="894" amount="-2" />
- <kerning first="84" second="65" amount="-1" />
- <kerning first="84" second="97" amount="-1" />
- <kerning first="84" second="99" amount="-1" />
- <kerning first="84" second="101" amount="-1" />
- <kerning first="84" second="111" amount="-1" />
- <kerning first="84" second="114" amount="-1" />
- <kerning first="84" second="115" amount="-1" />
- <kerning first="84" second="117" amount="-1" />
- <kerning first="84" second="119" amount="-1" />
- <kerning first="84" second="121" amount="-1" />
- <kerning first="86" second="44" amount="-1" />
- <kerning first="86" second="45" amount="-1" />
- <kerning first="86" second="46" amount="-1" />
- <kerning first="86" second="58" amount="-1" />
- <kerning first="86" second="894" amount="-1" />
- <kerning first="86" second="65" amount="-1" />
- <kerning first="86" second="97" amount="-1" />
- <kerning first="86" second="101" amount="-1" />
- <kerning first="86" second="111" amount="-1" />
- <kerning first="86" second="114" amount="-1" />
- <kerning first="86" second="117" amount="-1" />
- <kerning first="86" second="121" amount="-1" />
- <kerning first="87" second="44" amount="-1" />
- <kerning first="87" second="46" amount="-1" />
- <kerning first="87" second="65" amount="-1" />
- <kerning first="87" second="97" amount="-1" />
- <kerning first="89" second="44" amount="-2" />
- <kerning first="89" second="45" amount="-1" />
- <kerning first="89" second="46" amount="-2" />
- <kerning first="89" second="58" amount="-1" />
- <kerning first="89" second="894" amount="-1" />
- <kerning first="89" second="65" amount="-1" />
- <kerning first="89" second="97" amount="-1" />
- <kerning first="89" second="101" amount="-1" />
- <kerning first="89" second="105" amount="-1" />
- <kerning first="89" second="111" amount="-1" />
- <kerning first="89" second="112" amount="-1" />
- <kerning first="89" second="113" amount="-1" />
- <kerning first="89" second="117" amount="-1" />
- <kerning first="89" second="118" amount="-1" />
- <kerning first="114" second="44" amount="-1" />
- <kerning first="114" second="46" amount="-1" />
- <kerning first="114" second="8217" amount="1" />
- <kerning first="118" second="44" amount="-1" />
- <kerning first="118" second="46" amount="-1" />
- <kerning first="119" second="44" amount="-1" />
- <kerning first="119" second="46" amount="-1" />
- <kerning first="121" second="44" amount="-1" />
- <kerning first="121" second="46" amount="-1" />
- <kerning first="8216" second="8216" amount="-1" />
- <kerning first="8217" second="32" amount="-1" />
- <kerning first="8217" second="115" amount="-1" />
- <kerning first="8217" second="8217" amount="-1" />
- <kerning first="8222" second="1026" amount="-2" />
- <kerning first="8222" second="1035" amount="-2" />
- <kerning first="8222" second="1058" amount="-1" />
- <kerning first="8222" second="1063" amount="-2" />
- <kerning first="8222" second="1066" amount="-1" />
- <kerning first="915" second="44" amount="-2" />
- <kerning first="915" second="46" amount="-2" />
- <kerning first="915" second="913" amount="-2" />
- <kerning first="915" second="916" amount="-2" />
- <kerning first="915" second="923" amount="-2" />
- <kerning first="915" second="943" amount="-1" />
- <kerning first="915" second="953" amount="-1" />
- <kerning first="915" second="970" amount="1" />
- <kerning first="948" second="967" amount="-1" />
- <kerning first="966" second="967" amount="-1" />
- <kerning first="902" second="932" amount="-1" />
- <kerning first="902" second="933" amount="-1" />
- <kerning first="902" second="939" amount="-1" />
- <kerning first="902" second="947" amount="-1" />
- <kerning first="902" second="957" amount="-1" />
- <kerning first="902" second="967" amount="-1" />
- <kerning first="910" second="920" amount="-1" />
- <kerning first="910" second="934" amount="-1" />
- <kerning first="910" second="945" amount="-1" />
- <kerning first="910" second="948" amount="-1" />
- <kerning first="910" second="963" amount="-1" />
- <kerning first="910" second="966" amount="-1" />
- <kerning first="910" second="912" amount="2" />
- <kerning first="910" second="913" amount="-1" />
- <kerning first="910" second="916" amount="-1" />
- <kerning first="910" second="923" amount="-1" />
- <kerning first="910" second="927" amount="-1" />
- <kerning first="910" second="937" amount="-1" />
- <kerning first="910" second="940" amount="-1" />
- <kerning first="910" second="942" amount="-1" />
- <kerning first="910" second="943" amount="-1" />
- <kerning first="910" second="951" amount="-1" />
- <kerning first="910" second="953" amount="-1" />
- <kerning first="910" second="954" amount="-1" />
- <kerning first="910" second="956" amount="-1" />
- <kerning first="910" second="959" amount="-1" />
- <kerning first="910" second="970" amount="1" />
- <kerning first="910" second="972" amount="-1" />
- <kerning first="913" second="8217" amount="-1" />
- <kerning first="913" second="932" amount="-1" />
- <kerning first="913" second="933" amount="-1" />
- <kerning first="913" second="939" amount="-1" />
- <kerning first="913" second="947" amount="-1" />
- <kerning first="913" second="957" amount="-1" />
- <kerning first="913" second="967" amount="-1" />
- <kerning first="916" second="932" amount="-1" />
- <kerning first="916" second="933" amount="-1" />
- <kerning first="916" second="939" amount="-1" />
- <kerning first="922" second="920" amount="-1" />
- <kerning first="922" second="934" amount="-1" />
- <kerning first="922" second="927" amount="-1" />
- <kerning first="923" second="932" amount="-1" />
- <kerning first="923" second="933" amount="-1" />
- <kerning first="923" second="939" amount="-1" />
- <kerning first="929" second="44" amount="-2" />
- <kerning first="929" second="46" amount="-2" />
- <kerning first="929" second="913" amount="-1" />
- <kerning first="929" second="916" amount="-1" />
- <kerning first="929" second="923" amount="-1" />
- <kerning first="932" second="44" amount="-2" />
- <kerning first="932" second="45" amount="-1" />
- <kerning first="932" second="46" amount="-2" />
- <kerning first="932" second="58" amount="-2" />
- <kerning first="932" second="894" amount="-2" />
- <kerning first="932" second="945" amount="-1" />
- <kerning first="932" second="948" amount="-1" />
- <kerning first="932" second="949" amount="-1" />
- <kerning first="932" second="963" amount="-1" />
- <kerning first="932" second="966" amount="-1" />
- <kerning first="932" second="912" amount="2" />
- <kerning first="932" second="913" amount="-1" />
- <kerning first="932" second="916" amount="-1" />
- <kerning first="932" second="923" amount="-1" />
- <kerning first="932" second="940" amount="-1" />
- <kerning first="932" second="941" amount="-1" />
- <kerning first="932" second="947" amount="-1" />
- <kerning first="932" second="951" amount="-1" />
- <kerning first="932" second="956" amount="-1" />
- <kerning first="932" second="957" amount="-1" />
- <kerning first="932" second="959" amount="-1" />
- <kerning first="932" second="965" amount="-1" />
- <kerning first="932" second="967" amount="-1" />
- <kerning first="932" second="968" amount="-1" />
- <kerning first="932" second="970" amount="1" />
- <kerning first="932" second="971" amount="-1" />
- <kerning first="932" second="972" amount="-1" />
- <kerning first="932" second="973" amount="-1" />
- <kerning first="933" second="44" amount="-2" />
- <kerning first="933" second="45" amount="-1" />
- <kerning first="933" second="46" amount="-2" />
- <kerning first="933" second="58" amount="-1" />
- <kerning first="933" second="894" amount="-1" />
- <kerning first="933" second="920" amount="-1" />
- <kerning first="933" second="934" amount="-1" />
- <kerning first="933" second="945" amount="-1" />
- <kerning first="933" second="948" amount="-1" />
- <kerning first="933" second="963" amount="-1" />
- <kerning first="933" second="966" amount="-1" />
- <kerning first="933" second="912" amount="2" />
- <kerning first="933" second="913" amount="-1" />
- <kerning first="933" second="916" amount="-1" />
- <kerning first="933" second="923" amount="-1" />
- <kerning first="933" second="927" amount="-1" />
- <kerning first="933" second="937" amount="-1" />
- <kerning first="933" second="940" amount="-1" />
- <kerning first="933" second="942" amount="-1" />
- <kerning first="933" second="943" amount="-1" />
- <kerning first="933" second="947" amount="-1" />
- <kerning first="933" second="951" amount="-1" />
- <kerning first="933" second="953" amount="-1" />
- <kerning first="933" second="954" amount="-1" />
- <kerning first="933" second="956" amount="-1" />
- <kerning first="933" second="959" amount="-1" />
- <kerning first="933" second="970" amount="1" />
- <kerning first="933" second="972" amount="-1" />
- <kerning first="939" second="920" amount="-1" />
- <kerning first="939" second="934" amount="-1" />
- <kerning first="939" second="945" amount="-1" />
- <kerning first="939" second="948" amount="-1" />
- <kerning first="939" second="963" amount="-1" />
- <kerning first="939" second="966" amount="-1" />
- <kerning first="939" second="912" amount="2" />
- <kerning first="939" second="913" amount="-1" />
- <kerning first="939" second="916" amount="-1" />
- <kerning first="939" second="923" amount="-1" />
- <kerning first="939" second="927" amount="-1" />
- <kerning first="939" second="937" amount="-1" />
- <kerning first="939" second="940" amount="-1" />
- <kerning first="939" second="942" amount="-1" />
- <kerning first="939" second="943" amount="-1" />
- <kerning first="939" second="951" amount="-1" />
- <kerning first="939" second="953" amount="-1" />
- <kerning first="939" second="954" amount="-1" />
- <kerning first="939" second="956" amount="-1" />
- <kerning first="939" second="959" amount="-1" />
- <kerning first="939" second="970" amount="1" />
- <kerning first="939" second="972" amount="-1" />
- <kerning first="950" second="945" amount="-1" />
- <kerning first="950" second="948" amount="-1" />
- <kerning first="950" second="963" amount="-1" />
- <kerning first="950" second="964" amount="-1" />
- <kerning first="950" second="966" amount="-1" />
- <kerning first="950" second="940" amount="-1" />
- <kerning first="950" second="947" amount="-1" />
- <kerning first="950" second="952" amount="-1" />
- <kerning first="950" second="957" amount="-1" />
- <kerning first="950" second="959" amount="-1" />
- <kerning first="950" second="969" amount="-1" />
- <kerning first="950" second="972" amount="-1" />
- <kerning first="950" second="974" amount="-1" />
- <kerning first="950" second="960" amount="-1" />
- <kerning first="954" second="945" amount="-1" />
- <kerning first="954" second="948" amount="-1" />
- <kerning first="954" second="963" amount="-1" />
- <kerning first="954" second="966" amount="-1" />
- <kerning first="954" second="940" amount="-1" />
- <kerning first="954" second="950" amount="-1" />
- <kerning first="954" second="958" amount="-1" />
- <kerning first="954" second="959" amount="-1" />
- <kerning first="954" second="962" amount="-1" />
- <kerning first="954" second="969" amount="-1" />
- <kerning first="954" second="972" amount="-1" />
- <kerning first="954" second="974" amount="-1" />
- <kerning first="959" second="967" amount="-1" />
- <kerning first="967" second="945" amount="-1" />
- <kerning first="967" second="948" amount="-1" />
- <kerning first="967" second="963" amount="-1" />
- <kerning first="967" second="966" amount="-1" />
- <kerning first="967" second="940" amount="-1" />
- <kerning first="967" second="950" amount="-1" />
- <kerning first="967" second="959" amount="-1" />
- <kerning first="967" second="962" amount="-1" />
- <kerning first="967" second="972" amount="-1" />
- <kerning first="972" second="967" amount="-1" />
- <kerning first="1027" second="44" amount="-2" />
- <kerning first="1027" second="46" amount="-2" />
- <kerning first="1027" second="171" amount="-1" />
- <kerning first="1027" second="187" amount="-1" />
- <kerning first="1033" second="8217" amount="-2" />
- <kerning first="1034" second="8217" amount="-2" />
- <kerning first="1040" second="8217" amount="-1" />
- <kerning first="1040" second="1044" amount="1" />
- <kerning first="1040" second="1058" amount="-1" />
- <kerning first="1040" second="1059" amount="-1" />
- <kerning first="1040" second="1063" amount="-1" />
- <kerning first="1041" second="1040" amount="-1" />
- <kerning first="1041" second="1063" amount="-1" />
- <kerning first="1041" second="1066" amount="-1" />
- <kerning first="1042" second="1040" amount="-1" />
- <kerning first="1042" second="1046" amount="-1" />
- <kerning first="1042" second="1057" amount="-1" />
- <kerning first="1042" second="1058" amount="-1" />
- <kerning first="1042" second="1059" amount="-1" />
- <kerning first="1042" second="1061" amount="-1" />
- <kerning first="1042" second="1063" amount="-1" />
- <kerning first="1042" second="1066" amount="-1" />
- <kerning first="1042" second="1095" amount="-1" />
- <kerning first="1043" second="44" amount="-2" />
- <kerning first="1043" second="46" amount="-2" />
- <kerning first="1043" second="171" amount="-1" />
- <kerning first="1043" second="187" amount="-1" />
- <kerning first="1043" second="1040" amount="-1" />
- <kerning first="1043" second="1076" amount="-1" />
- <kerning first="1043" second="1077" amount="-1" />
- <kerning first="1043" second="1083" amount="-1" />
- <kerning first="1043" second="1084" amount="-1" />
- <kerning first="1043" second="1086" amount="-1" />
- <kerning first="1043" second="1088" amount="-1" />
- <kerning first="1043" second="1091" amount="-1" />
- <kerning first="1043" second="1099" amount="-1" />
- <kerning first="1043" second="1100" amount="-1" />
- <kerning first="1043" second="1102" amount="-1" />
- <kerning first="1043" second="1103" amount="-1" />
- <kerning first="1046" second="1066" amount="1" />
- <kerning first="1047" second="1058" amount="-1" />
- <kerning first="1047" second="1059" amount="-1" />
- <kerning first="1047" second="1063" amount="-1" />
- <kerning first="1050" second="1047" amount="1" />
- <kerning first="1054" second="1061" amount="-1" />
- <kerning first="1056" second="44" amount="-2" />
- <kerning first="1056" second="46" amount="-2" />
- <kerning first="1056" second="1040" amount="-1" />
- <kerning first="1056" second="1044" amount="-1" />
- <kerning first="1056" second="1051" amount="-1" />
- <kerning first="1056" second="1061" amount="-1" />
- <kerning first="1056" second="1076" amount="-1" />
- <kerning first="1057" second="1061" amount="-1" />
- <kerning first="1058" second="44" amount="-2" />
- <kerning first="1058" second="46" amount="-2" />
- <kerning first="1058" second="1040" amount="-1" />
- <kerning first="1058" second="1060" amount="-1" />
- <kerning first="1058" second="1074" amount="-1" />
- <kerning first="1058" second="1077" amount="-1" />
- <kerning first="1058" second="1080" amount="-1" />
- <kerning first="1058" second="1082" amount="-1" />
- <kerning first="1058" second="1083" amount="-1" />
- <kerning first="1058" second="1084" amount="-1" />
- <kerning first="1058" second="1086" amount="-1" />
- <kerning first="1058" second="1088" amount="-1" />
- <kerning first="1058" second="1089" amount="-1" />
- <kerning first="1058" second="1091" amount="-1" />
- <kerning first="1058" second="1093" amount="-1" />
- <kerning first="1059" second="44" amount="-2" />
- <kerning first="1059" second="46" amount="-2" />
- <kerning first="1059" second="171" amount="-1" />
- <kerning first="1059" second="187" amount="-1" />
- <kerning first="1059" second="1040" amount="-1" />
- <kerning first="1059" second="1044" amount="-1" />
- <kerning first="1059" second="1051" amount="-1" />
- <kerning first="1059" second="1060" amount="-1" />
- <kerning first="1059" second="1074" amount="-1" />
- <kerning first="1059" second="1075" amount="-1" />
- <kerning first="1059" second="1076" amount="-1" />
- <kerning first="1059" second="1077" amount="-1" />
- <kerning first="1059" second="1079" amount="-1" />
- <kerning first="1059" second="1080" amount="-1" />
- <kerning first="1059" second="1081" amount="-1" />
- <kerning first="1059" second="1082" amount="-1" />
- <kerning first="1059" second="1083" amount="-1" />
- <kerning first="1059" second="1084" amount="-1" />
- <kerning first="1059" second="1085" amount="-1" />
- <kerning first="1059" second="1086" amount="-1" />
- <kerning first="1059" second="1087" amount="-1" />
- <kerning first="1059" second="1088" amount="-1" />
- <kerning first="1059" second="1089" amount="-1" />
- <kerning first="1059" second="1094" amount="-1" />
- <kerning first="1059" second="1096" amount="-1" />
- <kerning first="1059" second="1097" amount="-1" />
- <kerning first="1059" second="1102" amount="-1" />
- <kerning first="1059" second="1103" amount="-1" />
- <kerning first="1060" second="1044" amount="-1" />
- <kerning first="1060" second="1051" amount="-1" />
- <kerning first="1060" second="1058" amount="-1" />
- <kerning first="1060" second="1059" amount="-1" />
- <kerning first="1061" second="1057" amount="-1" />
- <kerning first="1061" second="1060" amount="-1" />
- <kerning first="1062" second="1072" amount="1" />
- <kerning first="1066" second="8217" amount="-2" />
- <kerning first="1066" second="1071" amount="-1" />
- <kerning first="1068" second="8217" amount="-1" />
- <kerning first="1068" second="1046" amount="-1" />
- <kerning first="1068" second="1051" amount="-1" />
- <kerning first="1068" second="1058" amount="-2" />
- <kerning first="1068" second="1061" amount="-1" />
- <kerning first="1068" second="1063" amount="-1" />
- <kerning first="1068" second="1069" amount="-1" />
- <kerning first="1068" second="1071" amount="-1" />
- <kerning first="1069" second="1051" amount="-1" />
- <kerning first="1070" second="1051" amount="-1" />
- <kerning first="1070" second="1061" amount="-1" />
- <kerning first="1074" second="1095" amount="-1" />
- <kerning first="1075" second="44" amount="-1" />
- <kerning first="1075" second="46" amount="-2" />
- <kerning first="1075" second="1076" amount="-1" />
- <kerning first="1079" second="1095" amount="-1" />
- <kerning first="1090" second="44" amount="-1" />
- <kerning first="1090" second="46" amount="-1" />
- <kerning first="1091" second="44" amount="-1" />
- <kerning first="1091" second="46" amount="-1" />
- <kerning first="1100" second="1090" amount="-1" />
- <kerning first="1100" second="1095" amount="-1" />
- <kerning first="1102" second="1095" amount="-1" />
- <kerning first="1118" second="44" amount="-1" />
- <kerning first="1118" second="46" amount="-1" />
- <kerning first="1168" second="44" amount="-1" />
- <kerning first="1168" second="46" amount="-1" />
- <kerning first="960" second="955" amount="-1" />
- </kernings>
-</font>
+<?xml version="1.0"?>
+<font>
+ <info face="Arial" size="-16" bold="1" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="2,2" outline="0"/>
+ <common lineHeight="19" base="15" scaleW="512" scaleH="512" pages="1" packed="0" alphaChnl="0" redChnl="0" greenChnl="0" blueChnl="0"/>
+ <pages>
+ <page id="0" file="arial-16-bold-regular_00.png" />
+ </pages>
+ <chars count="994">
+ <char id="-1" x="382" y="258" width="8" height="11" xoffset="2" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="32" x="443" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="33" x="206" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="34" x="205" y="296" width="6" height="4" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="35" x="503" y="145" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="36" x="409" y="102" width="7" height="14" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="37" x="17" y="138" width="15" height="12" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="38" x="403" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="39" x="220" y="295" width="2" height="4" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="40" x="106" y="104" width="4" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="41" x="136" y="103" width="4" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="42" x="213" y="296" width="5" height="4" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="43" x="0" y="300" width="8" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="44" x="175" y="297" width="2" height="5" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
+ <char id="45" x="387" y="293" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
+ <char id="46" x="428" y="293" width="2" height="2" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
+ <char id="47" x="109" y="262" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="48" x="150" y="233" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="49" x="14" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="50" x="310" y="231" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="51" x="390" y="230" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="52" x="400" y="230" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="53" x="490" y="229" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="54" x="242" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="55" x="262" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="56" x="292" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="57" x="332" y="202" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="58" x="491" y="279" width="2" height="9" xoffset="2" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="59" x="170" y="261" width="2" height="12" xoffset="2" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="60" x="150" y="286" width="8" height="9" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="61" x="115" y="299" width="8" height="5" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="62" x="120" y="287" width="8" height="9" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="63" x="442" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="64" x="142" y="0" width="15" height="16" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="65" x="351" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="66" x="492" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="67" x="480" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="68" x="468" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="69" x="380" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="70" x="492" y="201" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="71" x="444" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="72" x="432" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="73" x="166" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="74" x="60" y="222" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="75" x="338" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="76" x="100" y="220" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="77" x="325" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="78" x="384" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="79" x="372" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="80" x="391" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="81" x="481" y="102" width="10" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="82" x="312" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="83" x="402" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="84" x="348" y="174" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="85" x="336" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="86" x="222" y="133" width="13" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="87" x="481" y="117" width="15" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="88" x="299" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="89" x="448" y="145" width="12" height="12" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="90" x="413" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="91" x="142" y="103" width="4" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="92" x="139" y="261" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="93" x="118" y="104" width="4" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="94" x="50" y="300" width="8" height="6" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="95" x="333" y="294" width="9" height="2" xoffset="0" yoffset="16" xadvance="9" page="0" chnl="15" />
+ <char id="96" x="409" y="293" width="3" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="97" x="70" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="98" x="210" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="99" x="329" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="100" x="250" y="217" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="101" x="320" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="102" x="426" y="244" width="6" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="103" x="280" y="217" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="104" x="340" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="105" x="154" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="106" x="112" y="104" width="4" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="107" x="490" y="215" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="108" x="198" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="109" x="215" y="273" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="110" x="60" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="111" x="50" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="112" x="170" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="113" x="210" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="114" x="484" y="280" width="5" height="9" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="115" x="40" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="116" x="7" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="117" x="30" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="118" x="409" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="119" x="16" y="278" width="13" height="9" xoffset="0" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="120" x="376" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="121" x="234" y="161" width="11" height="12" xoffset="-1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="122" x="230" y="284" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="123" x="0" y="106" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="124" x="183" y="103" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="125" x="504" y="85" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="126" x="228" y="295" width="8" height="3" xoffset="1" yoffset="8" xadvance="9" page="0" chnl="15" />
+ <char id="160" x="449" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="161" x="150" y="261" width="2" height="12" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="162" x="238" y="86" width="8" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="163" x="435" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="164" x="453" y="271" width="9" height="9" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="165" x="180" y="232" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="166" x="508" y="0" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="167" x="208" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="168" x="373" y="293" width="5" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="169" x="56" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="170" x="91" y="300" width="5" height="6" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="171" x="29" y="300" width="7" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="172" x="60" y="300" width="8" height="6" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="173" x="393" y="293" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
+ <char id="174" x="84" y="150" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="175" x="355" y="293" width="9" height="2" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="176" x="160" y="297" width="5" height="5" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="177" x="332" y="258" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="178" x="70" y="300" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="179" x="77" y="300" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="180" x="414" y="293" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="181" x="72" y="250" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="182" x="346" y="102" width="9" height="14" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="183" x="432" y="293" width="2" height="2" xoffset="2" yoffset="9" xadvance="5" page="0" chnl="15" />
+ <char id="184" x="268" y="294" width="4" height="3" xoffset="0" yoffset="15" xadvance="5" page="0" chnl="15" />
+ <char id="185" x="98" y="300" width="4" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="186" x="84" y="300" width="5" height="6" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="187" x="20" y="300" width="7" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="188" x="387" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="189" x="126" y="149" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="190" x="417" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="191" x="190" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="192" x="465" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="193" x="65" y="36" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="194" x="374" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="195" x="234" y="35" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="196" x="309" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="197" x="195" y="35" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="198" x="324" y="118" width="16" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="199" x="204" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="200" x="77" y="87" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="201" x="234" y="69" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="202" x="289" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="203" x="377" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="204" x="159" y="103" width="3" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="205" x="174" y="103" width="3" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="206" x="29" y="106" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="207" x="43" y="106" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="208" x="78" y="165" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="209" x="240" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="210" x="252" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="211" x="264" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="212" x="276" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="213" x="288" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="214" x="300" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="215" x="10" y="300" width="8" height="7" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="216" x="221" y="103" width="12" height="14" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="217" x="336" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="218" x="348" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="219" x="360" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="220" x="372" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="221" x="211" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="222" x="446" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="223" x="140" y="233" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="224" x="110" y="233" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="225" x="10" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="226" x="470" y="215" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="227" x="460" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="228" x="440" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="229" x="379" y="102" width="8" height="14" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="230" x="89" y="278" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="231" x="9" y="250" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="232" x="36" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="233" x="171" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="234" x="54" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="235" x="288" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="236" x="507" y="131" width="3" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="237" x="507" y="243" width="3" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="238" x="486" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="239" x="458" y="244" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="240" x="480" y="229" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="241" x="470" y="229" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="242" x="460" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="243" x="440" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="244" x="430" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="245" x="420" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="246" x="410" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="247" x="499" y="279" width="8" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="248" x="402" y="258" width="8" height="11" xoffset="1" yoffset="5" xadvance="10" page="0" chnl="15" />
+ <char id="249" x="380" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="250" x="370" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="251" x="360" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="252" x="350" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="253" x="91" y="36" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="254" x="502" y="34" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="255" x="39" y="37" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="256" x="348" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="257" x="340" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="258" x="478" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="259" x="330" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="260" x="322" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="261" x="320" y="230" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="262" x="444" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="263" x="27" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="264" x="432" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="265" x="315" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="266" x="420" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="267" x="279" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="268" x="384" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="269" x="333" y="244" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="270" x="312" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="271" x="130" y="163" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="272" x="104" y="163" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="273" x="457" y="187" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="274" x="179" y="69" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="275" x="243" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="276" x="300" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="277" x="180" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="278" x="465" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="279" x="261" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="280" x="245" y="69" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="281" x="126" y="247" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="282" x="454" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="283" x="216" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="284" x="108" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="285" x="218" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="286" x="96" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="287" x="268" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="288" x="48" y="54" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="289" x="278" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="290" x="36" y="54" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="291" x="89" y="0" width="8" height="17" xoffset="1" yoffset="1" xadvance="10" page="0" chnl="15" />
+ <char id="292" x="490" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="293" x="118" y="87" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="294" x="238" y="147" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="295" x="468" y="187" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="296" x="64" y="105" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="297" x="35" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="298" x="71" y="105" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="299" x="500" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="300" x="78" y="104" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="301" x="493" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="302" x="164" y="103" width="3" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="303" x="169" y="103" width="3" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="304" x="179" y="103" width="2" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="305" x="506" y="268" width="2" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="306" x="364" y="160" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="307" x="436" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="308" x="201" y="69" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="309" x="496" y="85" width="6" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="310" x="182" y="35" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="311" x="408" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="312" x="210" y="285" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="313" x="368" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="314" x="154" y="103" width="3" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="315" x="178" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="316" x="148" y="103" width="4" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="317" x="479" y="187" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="318" x="472" y="243" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="319" x="120" y="233" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="320" x="465" y="244" width="5" height="12" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="321" x="490" y="187" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="322" x="127" y="261" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="323" x="466" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="324" x="90" y="235" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="325" x="298" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="326" x="70" y="236" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="327" x="180" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="328" x="60" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="329" x="13" y="166" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="330" x="168" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="331" x="50" y="236" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="332" x="216" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="333" x="40" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="334" x="324" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="335" x="0" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="336" x="408" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="337" x="500" y="215" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="338" x="396" y="118" width="15" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="339" x="31" y="278" width="13" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
+ <char id="340" x="273" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="341" x="84" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="342" x="208" y="35" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="343" x="77" y="264" width="5" height="12" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="344" x="221" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="345" x="70" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="346" x="333" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="347" x="330" y="216" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="348" x="223" y="69" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="349" x="320" y="216" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="350" x="168" y="69" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="351" x="310" y="217" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="352" x="33" y="89" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="353" x="290" y="217" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="354" x="228" y="52" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="355" x="22" y="106" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="356" x="168" y="52" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="357" x="502" y="159" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="358" x="132" y="177" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="359" x="0" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="360" x="84" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="361" x="220" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="362" x="72" y="53" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="363" x="200" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="364" x="430" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="365" x="190" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="366" x="418" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="367" x="389" y="102" width="8" height="14" xoffset="1" yoffset="1" xadvance="10" page="0" chnl="15" />
+ <char id="368" x="394" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="369" x="180" y="218" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="370" x="370" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="371" x="170" y="218" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="372" x="366" y="0" width="15" height="15" xoffset="0" yoffset="0" xadvance="15" page="0" chnl="15" />
+ <char id="373" x="327" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="374" x="225" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="375" x="130" y="35" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="376" x="281" y="17" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="377" x="443" y="68" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="378" x="153" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="379" x="476" y="68" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="380" x="117" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="381" x="0" y="89" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="382" x="108" y="248" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="383" x="121" y="261" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="384" x="501" y="187" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="385" x="252" y="147" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="386" x="144" y="191" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="387" x="462" y="201" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="388" x="168" y="190" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="389" x="0" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="390" x="144" y="177" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="391" x="207" y="103" width="12" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="392" x="277" y="259" width="9" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="393" x="26" y="166" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="394" x="0" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="395" x="216" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="396" x="382" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="397" x="372" y="202" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="398" x="22" y="208" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="399" x="312" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="400" x="33" y="208" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="401" x="382" y="34" width="10" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="402" x="278" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="403" x="235" y="103" width="12" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="404" x="71" y="19" width="12" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="405" x="357" y="132" width="13" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="406" x="190" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="407" x="97" y="263" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="408" x="39" y="166" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="409" x="302" y="203" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="410" x="103" y="263" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="411" x="91" y="164" width="11" height="12" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="412" x="146" y="134" width="14" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="413" x="43" y="20" width="12" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="414" x="282" y="203" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="415" x="180" y="190" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="416" x="308" y="146" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="417" x="341" y="271" width="10" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="418" x="29" y="20" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="419" x="478" y="159" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="420" x="350" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="421" x="318" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="422" x="298" y="102" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="423" x="44" y="208" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="424" x="392" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="425" x="252" y="203" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="426" x="472" y="85" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="427" x="8" y="106" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="428" x="36" y="180" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="429" x="42" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="430" x="144" y="69" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="431" x="14" y="152" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="432" x="268" y="272" width="11" height="9" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="433" x="208" y="161" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="434" x="84" y="179" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="435" x="28" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="436" x="197" y="18" width="12" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="437" x="120" y="177" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="438" x="436" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="439" x="410" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="440" x="421" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="441" x="225" y="246" width="7" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="442" x="270" y="231" width="8" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="443" x="250" y="231" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="444" x="0" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="445" x="383" y="282" width="7" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="446" x="272" y="203" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="447" x="362" y="202" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="448" x="182" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="449" x="378" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="450" x="502" y="201" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="451" x="178" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="452" x="252" y="0" width="19" height="15" xoffset="1" yoffset="0" xadvance="21" page="0" chnl="15" />
+ <char id="453" x="192" y="119" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="454" x="378" y="118" width="16" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="455" x="251" y="119" width="17" height="12" xoffset="1" yoffset="3" xadvance="19" page="0" chnl="15" />
+ <char id="456" x="127" y="18" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="457" x="418" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="458" x="112" y="121" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="459" x="399" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="460" x="239" y="17" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="461" x="260" y="34" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="462" x="0" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="463" x="36" y="106" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="464" x="49" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="465" x="468" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="466" x="40" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="467" x="480" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="468" x="90" y="221" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="469" x="492" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="470" x="308" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="471" x="0" y="72" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="472" x="388" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="473" x="12" y="72" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="474" x="398" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="475" x="24" y="72" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="476" x="88" y="87" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="477" x="284" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="478" x="143" y="35" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="479" x="108" y="87" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="480" x="26" y="37" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="481" x="128" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="482" x="313" y="0" width="16" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="483" x="210" y="147" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="484" x="52" y="166" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="485" x="55" y="208" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="486" x="36" y="71" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="487" x="148" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="488" x="13" y="38" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="489" x="168" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="490" x="48" y="71" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="491" x="380" y="216" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="492" x="24" y="0" width="10" height="18" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="493" x="188" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="494" x="36" y="0" width="9" height="18" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="495" x="463" y="85" width="7" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="496" x="15" y="106" width="5" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="497" x="71" y="122" width="19" height="12" xoffset="1" yoffset="3" xadvance="21" page="0" chnl="15" />
+ <char id="498" x="152" y="120" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="499" x="306" y="118" width="16" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="500" x="60" y="71" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="501" x="198" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="502" x="430" y="118" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="503" x="267" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="504" x="72" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="505" x="420" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="506" x="173" y="0" width="11" height="16" xoffset="0" yoffset="-1" xadvance="11" page="0" chnl="15" />
+ <char id="507" x="228" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="508" x="331" y="0" width="16" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="509" x="98" y="149" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="510" x="159" y="0" width="12" height="16" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="511" x="493" y="102" width="8" height="13" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="512" x="387" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="513" x="410" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="514" x="52" y="37" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="515" x="240" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="516" x="11" y="89" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="517" x="234" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="518" x="22" y="89" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="519" x="90" y="249" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="520" x="488" y="85" width="6" height="15" xoffset="-1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="521" x="394" y="244" width="6" height="12" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="522" x="57" y="105" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="523" x="479" y="243" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="524" x="84" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="525" x="290" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="526" x="96" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="527" x="450" y="230" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="528" x="247" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="529" x="504" y="173" width="6" height="12" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="530" x="156" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="531" x="28" y="264" width="5" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="532" x="108" y="70" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="533" x="80" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="534" x="120" y="69" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="535" x="400" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="536" x="78" y="0" width="9" height="17" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="537" x="399" y="102" width="8" height="14" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="538" x="66" y="0" width="10" height="17" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
+ <char id="539" x="99" y="0" width="5" height="17" xoffset="0" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="540" x="445" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="541" x="402" y="244" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="542" x="132" y="69" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="543" x="378" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="544" x="66" y="88" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="545" x="295" y="17" width="12" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="546" x="350" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="547" x="70" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="548" x="334" y="102" width="10" height="14" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="549" x="439" y="258" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="550" x="491" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="551" x="80" y="222" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="552" x="44" y="88" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="553" x="324" y="244" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="554" x="396" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="555" x="248" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="556" x="454" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="557" x="298" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="558" x="406" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="559" x="30" y="236" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="560" x="156" y="69" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="561" x="138" y="86" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="562" x="169" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="563" x="78" y="36" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="564" x="288" y="85" width="8" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="565" x="140" y="149" width="12" height="12" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="566" x="412" y="202" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="567" x="133" y="261" width="4" height="12" xoffset="-1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="568" x="66" y="137" width="14" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="569" x="98" y="135" width="14" height="12" xoffset="0" yoffset="6" xadvance="15" page="0" chnl="15" />
+ <char id="570" x="439" y="102" width="12" height="13" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="571" x="264" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="572" x="427" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="573" x="77" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="574" x="274" y="102" width="10" height="14" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
+ <char id="575" x="45" y="250" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="576" x="198" y="246" width="7" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="577" x="88" y="207" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="578" x="302" y="283" width="7" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="579" x="221" y="161" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="580" x="406" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="581" x="342" y="132" width="13" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="582" x="357" y="102" width="9" height="14" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="583" x="454" y="85" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="584" x="99" y="206" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="585" x="50" y="105" width="5" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="586" x="99" y="19" width="12" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="587" x="12" y="180" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="588" x="182" y="148" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="589" x="468" y="282" width="6" height="9" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="590" x="192" y="190" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="591" x="260" y="217" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="884" x="419" y="293" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="885" x="404" y="293" width="3" height="2" xoffset="1" yoffset="16" xadvance="5" page="0" chnl="15" />
+ <char id="890" x="424" y="293" width="2" height="2" xoffset="1" yoffset="16" xadvance="5" page="0" chnl="15" />
+ <char id="891" x="410" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="892" x="140" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="893" x="10" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="894" x="174" y="260" width="2" height="12" xoffset="2" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="900" x="399" y="293" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="901" x="238" y="295" width="7" height="3" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="902" x="169" y="162" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="903" x="436" y="293" width="2" height="2" xoffset="1" yoffset="6" xadvance="5" page="0" chnl="15" />
+ <char id="904" x="267" y="133" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="905" x="114" y="135" width="14" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="906" x="162" y="247" width="7" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="908" x="462" y="145" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="910" x="288" y="118" width="16" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="911" x="378" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="912" x="10" y="123" width="7" height="13" xoffset="-1" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="913" x="286" y="161" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="914" x="300" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="915" x="482" y="201" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="916" x="154" y="148" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="917" x="110" y="205" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="918" x="121" y="205" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="919" x="276" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="920" x="252" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="921" x="186" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="922" x="273" y="161" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="923" x="192" y="133" width="13" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="924" x="247" y="161" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="925" x="204" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="926" x="260" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="927" x="192" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="928" x="180" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="929" x="132" y="205" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="931" x="280" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="932" x="72" y="180" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="933" x="498" y="117" width="12" height="12" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="934" x="0" y="180" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="935" x="490" y="145" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="936" x="454" y="159" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="937" x="156" y="162" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="938" x="99" y="104" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="939" x="57" y="19" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="940" x="312" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="941" x="18" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="942" x="158" y="86" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="943" x="145" y="261" width="3" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="944" x="503" y="102" width="7" height="13" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="945" x="20" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="946" x="98" y="87" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="947" x="228" y="175" width="10" height="12" xoffset="-1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="948" x="392" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="949" x="365" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="950" x="480" y="85" width="6" height="15" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="951" x="422" y="202" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="952" x="63" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="953" x="495" y="279" width="2" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="954" x="0" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="955" x="156" y="190" width="10" height="12" xoffset="-1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="956" x="472" y="201" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="957" x="387" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="958" x="504" y="17" width="6" height="15" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="959" x="486" y="268" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="960" x="117" y="276" width="12" height="9" xoffset="0" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="961" x="10" y="222" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="962" x="386" y="244" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="963" x="431" y="271" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="964" x="476" y="280" width="6" height="9" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="965" x="311" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="966" x="84" y="193" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="967" x="143" y="205" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="968" x="48" y="194" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="969" x="61" y="278" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="970" x="56" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="971" x="135" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="972" x="120" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="973" x="144" y="247" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="974" x="364" y="146" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="976" x="150" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="977" x="160" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="978" x="322" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="979" x="270" y="118" width="16" height="12" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="980" x="85" y="19" width="12" height="15" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="981" x="442" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="982" x="201" y="274" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="983" x="260" y="161" width="11" height="12" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="984" x="192" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="985" x="240" y="217" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="986" x="144" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="987" x="189" y="246" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="988" x="270" y="217" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="989" x="63" y="264" width="5" height="12" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="990" x="294" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="991" x="30" y="222" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="992" x="113" y="18" width="12" height="15" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="993" x="212" y="69" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="994" x="383" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="995" x="266" y="147" width="12" height="12" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="996" x="154" y="205" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="997" x="360" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="998" x="355" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="999" x="474" y="257" width="10" height="10" xoffset="0" yoffset="5" xadvance="10" page="0" chnl="15" />
+ <char id="1000" x="165" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1001" x="176" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1002" x="60" y="194" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1003" x="293" y="272" width="10" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1004" x="0" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1005" x="401" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1006" x="450" y="216" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="1007" x="252" y="245" width="7" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="1008" x="255" y="272" width="11" height="9" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="1009" x="480" y="215" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1010" x="356" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1011" x="124" y="104" width="4" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="1012" x="360" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1013" x="452" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1014" x="444" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1015" x="187" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1016" x="338" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1017" x="240" y="175" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1018" x="0" y="166" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="1019" x="120" y="191" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="1020" x="198" y="204" width="9" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1021" x="420" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1022" x="442" y="160" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1023" x="48" y="180" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1024" x="322" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="1025" x="311" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="1026" x="312" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1027" x="328" y="85" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1028" x="209" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1029" x="220" y="204" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1030" x="194" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="1031" x="92" y="104" width="5" height="15" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="1032" x="200" y="232" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1033" x="232" y="119" width="17" height="12" xoffset="0" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="1034" x="413" y="118" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="1035" x="237" y="133" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1036" x="55" y="88" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1037" x="132" y="52" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1038" x="267" y="17" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1039" x="156" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1040" x="429" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1041" x="324" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1042" x="396" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1043" x="300" y="231" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1044" x="169" y="35" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1045" x="231" y="203" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1046" x="130" y="135" width="14" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1047" x="204" y="190" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1048" x="408" y="174" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1049" x="456" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1050" x="215" y="190" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1051" x="132" y="191" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1052" x="195" y="162" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="1053" x="12" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1054" x="72" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1055" x="96" y="192" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1056" x="226" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1057" x="108" y="191" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1058" x="466" y="159" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1059" x="224" y="147" width="12" height="12" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1060" x="196" y="147" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1061" x="117" y="163" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1062" x="104" y="36" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1063" x="237" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1064" x="82" y="136" width="14" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="1065" x="349" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="1066" x="402" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1067" x="207" y="133" width="13" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="1068" x="248" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1069" x="259" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1070" x="0" y="138" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="1071" x="143" y="163" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1072" x="200" y="285" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1073" x="500" y="229" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1074" x="190" y="285" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1075" x="428" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="1076" x="310" y="259" width="9" height="11" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1077" x="248" y="284" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1078" x="173" y="275" width="12" height="9" xoffset="0" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="1079" x="460" y="282" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1080" x="160" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1081" x="352" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1082" x="266" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1083" x="442" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1084" x="464" y="271" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="1085" x="130" y="287" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1086" x="110" y="288" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1087" x="100" y="289" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1088" x="20" y="222" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1089" x="374" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1090" x="90" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1091" x="182" y="162" width="11" height="12" xoffset="-1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1092" x="15" y="20" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1093" x="420" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1094" x="299" y="259" width="9" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1095" x="338" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1096" x="145" y="275" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="1097" x="210" y="260" width="13" height="11" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="1098" x="305" y="272" width="10" height="9" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="1099" x="131" y="275" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="1100" x="180" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1101" x="293" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1102" x="103" y="277" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="1103" x="80" y="289" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1104" x="360" y="244" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1105" x="369" y="244" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1106" x="190" y="69" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1107" x="442" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="1108" x="275" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1109" x="220" y="284" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1110" x="202" y="260" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="1111" x="21" y="264" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="1112" x="130" y="103" width="4" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="1113" x="486" y="257" width="15" height="9" xoffset="0" yoffset="6" xadvance="16" page="0" chnl="15" />
+ <char id="1114" x="46" y="278" width="13" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
+ <char id="1115" x="66" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1116" x="81" y="250" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="1117" x="370" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1118" x="117" y="35" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1119" x="372" y="258" width="8" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1120" x="212" y="119" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="1121" x="75" y="278" width="12" height="9" xoffset="0" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="1122" x="162" y="134" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1123" x="24" y="180" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1124" x="50" y="138" width="14" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="1125" x="242" y="273" width="11" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="1126" x="65" y="166" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1127" x="475" y="269" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1128" x="34" y="138" width="14" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="1129" x="187" y="274" width="12" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="1130" x="168" y="148" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="1131" x="353" y="271" width="10" height="9" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="1132" x="464" y="117" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="1133" x="0" y="278" width="14" height="9" xoffset="1" yoffset="6" xadvance="16" page="0" chnl="15" />
+ <char id="1134" x="0" y="0" width="9" height="19" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1135" x="220" y="0" width="7" height="16" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="1136" x="112" y="149" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="1137" x="60" y="180" width="10" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="1138" x="96" y="178" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1139" x="496" y="268" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1140" x="372" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="1141" x="281" y="272" width="10" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1142" x="0" y="21" width="13" height="15" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="1143" x="108" y="177" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1144" x="229" y="0" width="21" height="15" xoffset="1" yoffset="3" xadvance="22" page="0" chnl="15" />
+ <char id="1145" x="92" y="121" width="18" height="12" xoffset="1" yoffset="6" xadvance="19" page="0" chnl="15" />
+ <char id="1146" x="249" y="103" width="11" height="14" xoffset="1" yoffset="2" xadvance="13" page="0" chnl="15" />
+ <char id="1147" x="342" y="258" width="8" height="11" xoffset="1" yoffset="5" xadvance="10" page="0" chnl="15" />
+ <char id="1148" x="293" y="0" width="18" height="15" xoffset="1" yoffset="0" xadvance="20" page="0" chnl="15" />
+ <char id="1149" x="467" y="102" width="12" height="13" xoffset="1" yoffset="2" xadvance="14" page="0" chnl="15" />
+ <char id="1150" x="273" y="0" width="18" height="15" xoffset="1" yoffset="0" xadvance="20" page="0" chnl="15" />
+ <char id="1151" x="70" y="151" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1152" x="120" y="52" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1153" x="99" y="249" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1154" x="270" y="189" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1155" x="247" y="295" width="5" height="3" xoffset="-3" yoffset="2" xadvance="0" page="0" chnl="15" />
+ <char id="1156" x="366" y="293" width="5" height="2" xoffset="-3" yoffset="3" xadvance="0" page="0" chnl="15" />
+ <char id="1157" x="254" y="295" width="5" height="3" xoffset="-3" yoffset="2" xadvance="0" page="0" chnl="15" />
+ <char id="1158" x="261" y="294" width="5" height="3" xoffset="-2" yoffset="2" xadvance="0" page="0" chnl="15" />
+ <char id="1160" x="187" y="103" width="18" height="14" xoffset="-9" yoffset="3" xadvance="0" page="0" chnl="15" />
+ <char id="1161" x="106" y="0" width="16" height="16" xoffset="-8" yoffset="2" xadvance="0" page="0" chnl="15" />
+ <char id="1162" x="11" y="0" width="11" height="18" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1163" x="368" y="102" width="9" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1164" x="156" y="176" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1165" x="281" y="189" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1166" x="292" y="189" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1167" x="303" y="188" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1168" x="504" y="51" width="6" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="1169" x="463" y="258" width="5" height="11" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="1170" x="314" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1171" x="503" y="257" width="7" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="1172" x="198" y="0" width="9" height="16" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1173" x="230" y="232" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1174" x="447" y="0" width="14" height="15" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1175" x="225" y="260" width="12" height="11" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="1176" x="344" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1177" x="418" y="244" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1178" x="366" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1179" x="430" y="258" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1180" x="325" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1181" x="239" y="284" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1182" x="288" y="175" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1183" x="220" y="232" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="1184" x="42" y="152" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1185" x="317" y="272" width="10" height="9" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1186" x="60" y="54" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1187" x="288" y="259" width="9" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1188" x="297" y="132" width="13" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1189" x="329" y="272" width="10" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="1190" x="124" y="0" width="16" height="16" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="1191" x="282" y="132" width="13" height="12" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
+ <char id="1192" x="310" y="102" width="10" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1193" x="421" y="258" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1194" x="24" y="55" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1195" x="342" y="244" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1196" x="12" y="55" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1197" x="352" y="258" width="8" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1198" x="160" y="233" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1199" x="130" y="233" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1200" x="100" y="234" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1201" x="0" y="123" width="8" height="13" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1202" x="0" y="55" width="10" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1203" x="362" y="258" width="8" height="11" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1204" x="478" y="0" width="13" height="15" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1205" x="239" y="260" width="11" height="11" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="1206" x="478" y="34" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1207" x="392" y="258" width="8" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1208" x="430" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1209" x="347" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1210" x="336" y="188" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1211" x="390" y="216" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1212" x="252" y="133" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1213" x="398" y="271" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="1214" x="463" y="0" width="13" height="15" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1215" x="347" y="188" width="9" height="12" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="1216" x="158" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="1217" x="431" y="0" width="14" height="15" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="1218" x="476" y="145" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1219" x="209" y="0" width="9" height="16" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1220" x="230" y="218" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1221" x="452" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1222" x="265" y="259" width="10" height="11" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1223" x="186" y="0" width="10" height="16" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1224" x="140" y="219" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1225" x="426" y="17" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1226" x="321" y="259" width="9" height="11" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1227" x="432" y="68" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1228" x="412" y="258" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1229" x="141" y="18" width="12" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="1230" x="252" y="259" width="11" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="1231" x="162" y="261" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="1232" x="0" y="38" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="1233" x="130" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1234" x="361" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="1235" x="110" y="219" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1236" x="342" y="118" width="16" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="1237" x="159" y="275" width="12" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="1238" x="256" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="1239" x="297" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1240" x="490" y="159" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1241" x="257" y="283" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1242" x="358" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1243" x="270" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1244" x="415" y="0" width="14" height="15" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="1245" x="434" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1246" x="399" y="68" width="9" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1247" x="434" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="1248" x="358" y="188" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1249" x="351" y="244" width="7" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="1250" x="346" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1251" x="432" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1252" x="334" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1253" x="402" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1254" x="322" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1255" x="342" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1256" x="24" y="194" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="1257" x="170" y="286" width="8" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="1258" x="310" y="34" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="1259" x="322" y="202" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="1260" x="487" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="1261" x="306" y="245" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1262" x="155" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1263" x="439" y="17" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1264" x="253" y="17" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1265" x="413" y="17" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1266" x="183" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="1267" x="400" y="17" width="11" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1268" x="498" y="68" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="1269" x="207" y="246" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1270" x="258" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1271" x="447" y="258" width="6" height="11" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="1272" x="493" y="0" width="13" height="15" xoffset="1" yoffset="0" xadvance="15" page="0" chnl="15" />
+ <char id="1273" x="420" y="146" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="1274" x="286" y="34" width="10" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="1275" x="20" y="236" width="8" height="12" xoffset="-1" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="1276" x="335" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1277" x="369" y="188" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="1278" x="377" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="1279" x="365" y="271" width="9" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="8192" x="452" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="8" page="0" chnl="15" />
+ <char id="8193" x="455" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="16" page="0" chnl="15" />
+ <char id="8194" x="458" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="8" page="0" chnl="15" />
+ <char id="8195" x="461" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="16" page="0" chnl="15" />
+ <char id="8196" x="464" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="5" page="0" chnl="15" />
+ <char id="8197" x="467" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="8198" x="470" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="3" page="0" chnl="15" />
+ <char id="8199" x="473" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="9" page="0" chnl="15" />
+ <char id="8200" x="446" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="8201" x="440" y="293" width="1" height="1" xoffset="0" yoffset="15" xadvance="3" page="0" chnl="15" />
+ <char id="8202" x="509" y="279" width="1" height="1" xoffset="0" yoffset="15" xadvance="1" page="0" chnl="15" />
+ <char id="8203" x="509" y="82" width="1" height="1" xoffset="0" yoffset="15" xadvance="0" page="0" chnl="15" />
+ <char id="8204" x="509" y="68" width="1" height="12" xoffset="0" yoffset="5" xadvance="0" page="0" chnl="15" />
+ <char id="8205" x="66" y="122" width="3" height="13" xoffset="-1" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8206" x="54" y="122" width="4" height="13" xoffset="0" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8207" x="60" y="122" width="4" height="13" xoffset="-3" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8210" x="322" y="294" width="9" height="2" xoffset="0" yoffset="10" xadvance="9" page="0" chnl="15" />
+ <char id="8211" x="344" y="294" width="9" height="2" xoffset="0" yoffset="10" xadvance="9" page="0" chnl="15" />
+ <char id="8212" x="274" y="294" width="16" height="2" xoffset="0" yoffset="10" xadvance="16" page="0" chnl="15" />
+ <char id="8213" x="292" y="294" width="14" height="2" xoffset="1" yoffset="10" xadvance="16" page="0" chnl="15" />
+ <char id="8214" x="450" y="244" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="8215" x="104" y="300" width="9" height="5" xoffset="0" yoffset="14" xadvance="9" page="0" chnl="15" />
+ <char id="8216" x="179" y="297" width="2" height="5" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="8217" x="183" y="297" width="2" height="5" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="8218" x="167" y="297" width="2" height="5" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
+ <char id="8219" x="171" y="297" width="2" height="5" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="8220" x="125" y="298" width="5" height="5" xoffset="2" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="8221" x="139" y="298" width="5" height="5" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="8222" x="146" y="297" width="5" height="5" xoffset="1" yoffset="13" xadvance="8" page="0" chnl="15" />
+ <char id="8223" x="153" y="297" width="5" height="5" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="8224" x="348" y="85" width="8" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="8225" x="358" y="85" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="8226" x="132" y="298" width="5" height="5" xoffset="1" yoffset="7" xadvance="6" page="0" chnl="15" />
+ <char id="8230" x="308" y="294" width="12" height="2" xoffset="1" yoffset="13" xadvance="16" page="0" chnl="15" />
+ <char id="8234" x="91" y="263" width="4" height="12" xoffset="0" yoffset="5" xadvance="0" page="0" chnl="15" />
+ <char id="8235" x="115" y="262" width="4" height="12" xoffset="-3" yoffset="5" xadvance="0" page="0" chnl="15" />
+ <char id="8236" x="418" y="102" width="5" height="14" xoffset="-2" yoffset="3" xadvance="0" page="0" chnl="15" />
+ <char id="8237" x="26" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8238" x="19" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8240" x="132" y="120" width="18" height="12" xoffset="0" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="8242" x="224" y="295" width="2" height="4" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="8243" x="197" y="296" width="6" height="4" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="8244" x="187" y="297" width="8" height="4" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="8249" x="38" y="300" width="4" height="7" xoffset="0" yoffset="7" xadvance="5" page="0" chnl="15" />
+ <char id="8250" x="44" y="300" width="4" height="7" xoffset="1" yoffset="7" xadvance="5" page="0" chnl="15" />
+ <char id="8252" x="410" y="244" width="6" height="12" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="8254" x="380" y="293" width="5" height="2" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="8260" x="424" y="188" width="9" height="12" xoffset="-3" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="8286" x="470" y="258" width="2" height="11" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="8298" x="425" y="102" width="5" height="14" xoffset="-2" yoffset="3" xadvance="0" page="0" chnl="15" />
+ <char id="8299" x="47" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8300" x="40" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8301" x="33" y="123" width="5" height="13" xoffset="-2" yoffset="4" xadvance="0" page="0" chnl="15" />
+ <char id="8302" x="85" y="104" width="5" height="15" xoffset="-2" yoffset="2" xadvance="0" page="0" chnl="15" />
+ <char id="8303" x="432" y="102" width="5" height="14" xoffset="-2" yoffset="3" xadvance="0" page="0" chnl="15" />
+ <char id="8352" x="300" y="217" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="8353" x="322" y="102" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="8354" x="456" y="173" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="8355" x="50" y="222" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="8356" x="11" y="208" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="8357" x="453" y="102" width="12" height="13" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="8358" x="280" y="147" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="8359" x="360" y="118" width="16" height="12" xoffset="0" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="8360" x="172" y="120" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="8361" x="447" y="117" width="15" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="8362" x="229" y="273" width="11" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="8363" x="455" y="258" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="8364" x="452" y="202" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="8365" x="336" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="8366" x="36" y="194" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="8367" x="47" y="0" width="17" height="17" xoffset="0" yoffset="1" xadvance="17" page="0" chnl="15" />
+ <char id="8368" x="388" y="68" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="8369" x="390" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="8370" x="286" y="102" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="8371" x="392" y="146" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="8372" x="416" y="160" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="8373" x="262" y="102" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="8531" x="432" y="132" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="8532" x="447" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="8539" x="462" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="8540" x="477" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="8541" x="492" y="131" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="8542" x="177" y="134" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="8580" x="419" y="282" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ </chars>
+ <kernings count="397">
+ <kerning first="32" second="65" amount="-1" />
+ <kerning first="32" second="902" amount="-1" />
+ <kerning first="32" second="913" amount="-1" />
+ <kerning first="32" second="916" amount="-1" />
+ <kerning first="32" second="923" amount="-1" />
+ <kerning first="49" second="49" amount="-1" />
+ <kerning first="65" second="32" amount="-1" />
+ <kerning first="65" second="84" amount="-1" />
+ <kerning first="65" second="86" amount="-1" />
+ <kerning first="65" second="87" amount="-1" />
+ <kerning first="65" second="89" amount="-1" />
+ <kerning first="65" second="118" amount="-1" />
+ <kerning first="65" second="121" amount="-1" />
+ <kerning first="65" second="8217" amount="-1" />
+ <kerning first="70" second="44" amount="-2" />
+ <kerning first="70" second="46" amount="-2" />
+ <kerning first="70" second="65" amount="-1" />
+ <kerning first="76" second="84" amount="-1" />
+ <kerning first="76" second="86" amount="-1" />
+ <kerning first="76" second="87" amount="-1" />
+ <kerning first="76" second="89" amount="-1" />
+ <kerning first="76" second="121" amount="-1" />
+ <kerning first="76" second="8217" amount="-1" />
+ <kerning first="80" second="44" amount="-2" />
+ <kerning first="80" second="46" amount="-2" />
+ <kerning first="80" second="65" amount="-1" />
+ <kerning first="82" second="89" amount="-1" />
+ <kerning first="84" second="44" amount="-2" />
+ <kerning first="84" second="45" amount="-1" />
+ <kerning first="84" second="46" amount="-2" />
+ <kerning first="84" second="58" amount="-2" />
+ <kerning first="84" second="894" amount="-2" />
+ <kerning first="84" second="65" amount="-1" />
+ <kerning first="84" second="97" amount="-1" />
+ <kerning first="84" second="99" amount="-1" />
+ <kerning first="84" second="101" amount="-1" />
+ <kerning first="84" second="111" amount="-1" />
+ <kerning first="84" second="114" amount="-1" />
+ <kerning first="84" second="115" amount="-1" />
+ <kerning first="84" second="117" amount="-1" />
+ <kerning first="84" second="119" amount="-1" />
+ <kerning first="84" second="121" amount="-1" />
+ <kerning first="86" second="44" amount="-1" />
+ <kerning first="86" second="45" amount="-1" />
+ <kerning first="86" second="46" amount="-1" />
+ <kerning first="86" second="58" amount="-1" />
+ <kerning first="86" second="894" amount="-1" />
+ <kerning first="86" second="65" amount="-1" />
+ <kerning first="86" second="97" amount="-1" />
+ <kerning first="86" second="101" amount="-1" />
+ <kerning first="86" second="111" amount="-1" />
+ <kerning first="86" second="114" amount="-1" />
+ <kerning first="86" second="117" amount="-1" />
+ <kerning first="86" second="121" amount="-1" />
+ <kerning first="87" second="44" amount="-1" />
+ <kerning first="87" second="46" amount="-1" />
+ <kerning first="87" second="65" amount="-1" />
+ <kerning first="87" second="97" amount="-1" />
+ <kerning first="89" second="44" amount="-2" />
+ <kerning first="89" second="45" amount="-1" />
+ <kerning first="89" second="46" amount="-2" />
+ <kerning first="89" second="58" amount="-1" />
+ <kerning first="89" second="894" amount="-1" />
+ <kerning first="89" second="65" amount="-1" />
+ <kerning first="89" second="97" amount="-1" />
+ <kerning first="89" second="101" amount="-1" />
+ <kerning first="89" second="105" amount="-1" />
+ <kerning first="89" second="111" amount="-1" />
+ <kerning first="89" second="112" amount="-1" />
+ <kerning first="89" second="113" amount="-1" />
+ <kerning first="89" second="117" amount="-1" />
+ <kerning first="89" second="118" amount="-1" />
+ <kerning first="114" second="44" amount="-1" />
+ <kerning first="114" second="46" amount="-1" />
+ <kerning first="114" second="8217" amount="1" />
+ <kerning first="118" second="44" amount="-1" />
+ <kerning first="118" second="46" amount="-1" />
+ <kerning first="119" second="44" amount="-1" />
+ <kerning first="119" second="46" amount="-1" />
+ <kerning first="121" second="44" amount="-1" />
+ <kerning first="121" second="46" amount="-1" />
+ <kerning first="8216" second="8216" amount="-1" />
+ <kerning first="8217" second="32" amount="-1" />
+ <kerning first="8217" second="115" amount="-1" />
+ <kerning first="8217" second="8217" amount="-1" />
+ <kerning first="8222" second="1026" amount="-2" />
+ <kerning first="8222" second="1035" amount="-2" />
+ <kerning first="8222" second="1058" amount="-1" />
+ <kerning first="8222" second="1063" amount="-2" />
+ <kerning first="8222" second="1066" amount="-1" />
+ <kerning first="915" second="44" amount="-2" />
+ <kerning first="915" second="46" amount="-2" />
+ <kerning first="915" second="913" amount="-2" />
+ <kerning first="915" second="916" amount="-2" />
+ <kerning first="915" second="923" amount="-2" />
+ <kerning first="915" second="943" amount="-1" />
+ <kerning first="915" second="953" amount="-1" />
+ <kerning first="915" second="970" amount="1" />
+ <kerning first="948" second="967" amount="-1" />
+ <kerning first="966" second="967" amount="-1" />
+ <kerning first="902" second="932" amount="-1" />
+ <kerning first="902" second="933" amount="-1" />
+ <kerning first="902" second="939" amount="-1" />
+ <kerning first="902" second="947" amount="-1" />
+ <kerning first="902" second="957" amount="-1" />
+ <kerning first="902" second="967" amount="-1" />
+ <kerning first="910" second="920" amount="-1" />
+ <kerning first="910" second="934" amount="-1" />
+ <kerning first="910" second="945" amount="-1" />
+ <kerning first="910" second="948" amount="-1" />
+ <kerning first="910" second="963" amount="-1" />
+ <kerning first="910" second="966" amount="-1" />
+ <kerning first="910" second="912" amount="2" />
+ <kerning first="910" second="913" amount="-1" />
+ <kerning first="910" second="916" amount="-1" />
+ <kerning first="910" second="923" amount="-1" />
+ <kerning first="910" second="927" amount="-1" />
+ <kerning first="910" second="937" amount="-1" />
+ <kerning first="910" second="940" amount="-1" />
+ <kerning first="910" second="942" amount="-1" />
+ <kerning first="910" second="943" amount="-1" />
+ <kerning first="910" second="951" amount="-1" />
+ <kerning first="910" second="953" amount="-1" />
+ <kerning first="910" second="954" amount="-1" />
+ <kerning first="910" second="956" amount="-1" />
+ <kerning first="910" second="959" amount="-1" />
+ <kerning first="910" second="970" amount="1" />
+ <kerning first="910" second="972" amount="-1" />
+ <kerning first="913" second="8217" amount="-1" />
+ <kerning first="913" second="932" amount="-1" />
+ <kerning first="913" second="933" amount="-1" />
+ <kerning first="913" second="939" amount="-1" />
+ <kerning first="913" second="947" amount="-1" />
+ <kerning first="913" second="957" amount="-1" />
+ <kerning first="913" second="967" amount="-1" />
+ <kerning first="916" second="932" amount="-1" />
+ <kerning first="916" second="933" amount="-1" />
+ <kerning first="916" second="939" amount="-1" />
+ <kerning first="922" second="920" amount="-1" />
+ <kerning first="922" second="934" amount="-1" />
+ <kerning first="922" second="927" amount="-1" />
+ <kerning first="923" second="932" amount="-1" />
+ <kerning first="923" second="933" amount="-1" />
+ <kerning first="923" second="939" amount="-1" />
+ <kerning first="929" second="44" amount="-2" />
+ <kerning first="929" second="46" amount="-2" />
+ <kerning first="929" second="913" amount="-1" />
+ <kerning first="929" second="916" amount="-1" />
+ <kerning first="929" second="923" amount="-1" />
+ <kerning first="932" second="44" amount="-2" />
+ <kerning first="932" second="45" amount="-1" />
+ <kerning first="932" second="46" amount="-2" />
+ <kerning first="932" second="58" amount="-2" />
+ <kerning first="932" second="894" amount="-2" />
+ <kerning first="932" second="945" amount="-1" />
+ <kerning first="932" second="948" amount="-1" />
+ <kerning first="932" second="949" amount="-1" />
+ <kerning first="932" second="963" amount="-1" />
+ <kerning first="932" second="966" amount="-1" />
+ <kerning first="932" second="912" amount="2" />
+ <kerning first="932" second="913" amount="-1" />
+ <kerning first="932" second="916" amount="-1" />
+ <kerning first="932" second="923" amount="-1" />
+ <kerning first="932" second="940" amount="-1" />
+ <kerning first="932" second="941" amount="-1" />
+ <kerning first="932" second="947" amount="-1" />
+ <kerning first="932" second="951" amount="-1" />
+ <kerning first="932" second="956" amount="-1" />
+ <kerning first="932" second="957" amount="-1" />
+ <kerning first="932" second="959" amount="-1" />
+ <kerning first="932" second="965" amount="-1" />
+ <kerning first="932" second="967" amount="-1" />
+ <kerning first="932" second="968" amount="-1" />
+ <kerning first="932" second="970" amount="1" />
+ <kerning first="932" second="971" amount="-1" />
+ <kerning first="932" second="972" amount="-1" />
+ <kerning first="932" second="973" amount="-1" />
+ <kerning first="933" second="44" amount="-2" />
+ <kerning first="933" second="45" amount="-1" />
+ <kerning first="933" second="46" amount="-2" />
+ <kerning first="933" second="58" amount="-1" />
+ <kerning first="933" second="894" amount="-1" />
+ <kerning first="933" second="920" amount="-1" />
+ <kerning first="933" second="934" amount="-1" />
+ <kerning first="933" second="945" amount="-1" />
+ <kerning first="933" second="948" amount="-1" />
+ <kerning first="933" second="963" amount="-1" />
+ <kerning first="933" second="966" amount="-1" />
+ <kerning first="933" second="912" amount="2" />
+ <kerning first="933" second="913" amount="-1" />
+ <kerning first="933" second="916" amount="-1" />
+ <kerning first="933" second="923" amount="-1" />
+ <kerning first="933" second="927" amount="-1" />
+ <kerning first="933" second="937" amount="-1" />
+ <kerning first="933" second="940" amount="-1" />
+ <kerning first="933" second="942" amount="-1" />
+ <kerning first="933" second="943" amount="-1" />
+ <kerning first="933" second="947" amount="-1" />
+ <kerning first="933" second="951" amount="-1" />
+ <kerning first="933" second="953" amount="-1" />
+ <kerning first="933" second="954" amount="-1" />
+ <kerning first="933" second="956" amount="-1" />
+ <kerning first="933" second="959" amount="-1" />
+ <kerning first="933" second="970" amount="1" />
+ <kerning first="933" second="972" amount="-1" />
+ <kerning first="939" second="920" amount="-1" />
+ <kerning first="939" second="934" amount="-1" />
+ <kerning first="939" second="945" amount="-1" />
+ <kerning first="939" second="948" amount="-1" />
+ <kerning first="939" second="963" amount="-1" />
+ <kerning first="939" second="966" amount="-1" />
+ <kerning first="939" second="912" amount="2" />
+ <kerning first="939" second="913" amount="-1" />
+ <kerning first="939" second="916" amount="-1" />
+ <kerning first="939" second="923" amount="-1" />
+ <kerning first="939" second="927" amount="-1" />
+ <kerning first="939" second="937" amount="-1" />
+ <kerning first="939" second="940" amount="-1" />
+ <kerning first="939" second="942" amount="-1" />
+ <kerning first="939" second="943" amount="-1" />
+ <kerning first="939" second="951" amount="-1" />
+ <kerning first="939" second="953" amount="-1" />
+ <kerning first="939" second="954" amount="-1" />
+ <kerning first="939" second="956" amount="-1" />
+ <kerning first="939" second="959" amount="-1" />
+ <kerning first="939" second="970" amount="1" />
+ <kerning first="939" second="972" amount="-1" />
+ <kerning first="950" second="945" amount="-1" />
+ <kerning first="950" second="948" amount="-1" />
+ <kerning first="950" second="963" amount="-1" />
+ <kerning first="950" second="964" amount="-1" />
+ <kerning first="950" second="966" amount="-1" />
+ <kerning first="950" second="940" amount="-1" />
+ <kerning first="950" second="947" amount="-1" />
+ <kerning first="950" second="952" amount="-1" />
+ <kerning first="950" second="957" amount="-1" />
+ <kerning first="950" second="959" amount="-1" />
+ <kerning first="950" second="969" amount="-1" />
+ <kerning first="950" second="972" amount="-1" />
+ <kerning first="950" second="974" amount="-1" />
+ <kerning first="950" second="960" amount="-1" />
+ <kerning first="954" second="945" amount="-1" />
+ <kerning first="954" second="948" amount="-1" />
+ <kerning first="954" second="963" amount="-1" />
+ <kerning first="954" second="966" amount="-1" />
+ <kerning first="954" second="940" amount="-1" />
+ <kerning first="954" second="950" amount="-1" />
+ <kerning first="954" second="958" amount="-1" />
+ <kerning first="954" second="959" amount="-1" />
+ <kerning first="954" second="962" amount="-1" />
+ <kerning first="954" second="969" amount="-1" />
+ <kerning first="954" second="972" amount="-1" />
+ <kerning first="954" second="974" amount="-1" />
+ <kerning first="959" second="967" amount="-1" />
+ <kerning first="967" second="945" amount="-1" />
+ <kerning first="967" second="948" amount="-1" />
+ <kerning first="967" second="963" amount="-1" />
+ <kerning first="967" second="966" amount="-1" />
+ <kerning first="967" second="940" amount="-1" />
+ <kerning first="967" second="950" amount="-1" />
+ <kerning first="967" second="959" amount="-1" />
+ <kerning first="967" second="962" amount="-1" />
+ <kerning first="967" second="972" amount="-1" />
+ <kerning first="972" second="967" amount="-1" />
+ <kerning first="1027" second="44" amount="-2" />
+ <kerning first="1027" second="46" amount="-2" />
+ <kerning first="1027" second="171" amount="-1" />
+ <kerning first="1027" second="187" amount="-1" />
+ <kerning first="1033" second="8217" amount="-2" />
+ <kerning first="1034" second="8217" amount="-2" />
+ <kerning first="1040" second="8217" amount="-1" />
+ <kerning first="1040" second="1044" amount="1" />
+ <kerning first="1040" second="1058" amount="-1" />
+ <kerning first="1040" second="1059" amount="-1" />
+ <kerning first="1040" second="1063" amount="-1" />
+ <kerning first="1041" second="1040" amount="-1" />
+ <kerning first="1041" second="1063" amount="-1" />
+ <kerning first="1041" second="1066" amount="-1" />
+ <kerning first="1042" second="1040" amount="-1" />
+ <kerning first="1042" second="1046" amount="-1" />
+ <kerning first="1042" second="1057" amount="-1" />
+ <kerning first="1042" second="1058" amount="-1" />
+ <kerning first="1042" second="1059" amount="-1" />
+ <kerning first="1042" second="1061" amount="-1" />
+ <kerning first="1042" second="1063" amount="-1" />
+ <kerning first="1042" second="1066" amount="-1" />
+ <kerning first="1042" second="1095" amount="-1" />
+ <kerning first="1043" second="44" amount="-2" />
+ <kerning first="1043" second="46" amount="-2" />
+ <kerning first="1043" second="171" amount="-1" />
+ <kerning first="1043" second="187" amount="-1" />
+ <kerning first="1043" second="1040" amount="-1" />
+ <kerning first="1043" second="1076" amount="-1" />
+ <kerning first="1043" second="1077" amount="-1" />
+ <kerning first="1043" second="1083" amount="-1" />
+ <kerning first="1043" second="1084" amount="-1" />
+ <kerning first="1043" second="1086" amount="-1" />
+ <kerning first="1043" second="1088" amount="-1" />
+ <kerning first="1043" second="1091" amount="-1" />
+ <kerning first="1043" second="1099" amount="-1" />
+ <kerning first="1043" second="1100" amount="-1" />
+ <kerning first="1043" second="1102" amount="-1" />
+ <kerning first="1043" second="1103" amount="-1" />
+ <kerning first="1046" second="1066" amount="1" />
+ <kerning first="1047" second="1058" amount="-1" />
+ <kerning first="1047" second="1059" amount="-1" />
+ <kerning first="1047" second="1063" amount="-1" />
+ <kerning first="1050" second="1047" amount="1" />
+ <kerning first="1054" second="1061" amount="-1" />
+ <kerning first="1056" second="44" amount="-2" />
+ <kerning first="1056" second="46" amount="-2" />
+ <kerning first="1056" second="1040" amount="-1" />
+ <kerning first="1056" second="1044" amount="-1" />
+ <kerning first="1056" second="1051" amount="-1" />
+ <kerning first="1056" second="1061" amount="-1" />
+ <kerning first="1056" second="1076" amount="-1" />
+ <kerning first="1057" second="1061" amount="-1" />
+ <kerning first="1058" second="44" amount="-2" />
+ <kerning first="1058" second="46" amount="-2" />
+ <kerning first="1058" second="1040" amount="-1" />
+ <kerning first="1058" second="1060" amount="-1" />
+ <kerning first="1058" second="1074" amount="-1" />
+ <kerning first="1058" second="1077" amount="-1" />
+ <kerning first="1058" second="1080" amount="-1" />
+ <kerning first="1058" second="1082" amount="-1" />
+ <kerning first="1058" second="1083" amount="-1" />
+ <kerning first="1058" second="1084" amount="-1" />
+ <kerning first="1058" second="1086" amount="-1" />
+ <kerning first="1058" second="1088" amount="-1" />
+ <kerning first="1058" second="1089" amount="-1" />
+ <kerning first="1058" second="1091" amount="-1" />
+ <kerning first="1058" second="1093" amount="-1" />
+ <kerning first="1059" second="44" amount="-2" />
+ <kerning first="1059" second="46" amount="-2" />
+ <kerning first="1059" second="171" amount="-1" />
+ <kerning first="1059" second="187" amount="-1" />
+ <kerning first="1059" second="1040" amount="-1" />
+ <kerning first="1059" second="1044" amount="-1" />
+ <kerning first="1059" second="1051" amount="-1" />
+ <kerning first="1059" second="1060" amount="-1" />
+ <kerning first="1059" second="1074" amount="-1" />
+ <kerning first="1059" second="1075" amount="-1" />
+ <kerning first="1059" second="1076" amount="-1" />
+ <kerning first="1059" second="1077" amount="-1" />
+ <kerning first="1059" second="1079" amount="-1" />
+ <kerning first="1059" second="1080" amount="-1" />
+ <kerning first="1059" second="1081" amount="-1" />
+ <kerning first="1059" second="1082" amount="-1" />
+ <kerning first="1059" second="1083" amount="-1" />
+ <kerning first="1059" second="1084" amount="-1" />
+ <kerning first="1059" second="1085" amount="-1" />
+ <kerning first="1059" second="1086" amount="-1" />
+ <kerning first="1059" second="1087" amount="-1" />
+ <kerning first="1059" second="1088" amount="-1" />
+ <kerning first="1059" second="1089" amount="-1" />
+ <kerning first="1059" second="1094" amount="-1" />
+ <kerning first="1059" second="1096" amount="-1" />
+ <kerning first="1059" second="1097" amount="-1" />
+ <kerning first="1059" second="1102" amount="-1" />
+ <kerning first="1059" second="1103" amount="-1" />
+ <kerning first="1060" second="1044" amount="-1" />
+ <kerning first="1060" second="1051" amount="-1" />
+ <kerning first="1060" second="1058" amount="-1" />
+ <kerning first="1060" second="1059" amount="-1" />
+ <kerning first="1061" second="1057" amount="-1" />
+ <kerning first="1061" second="1060" amount="-1" />
+ <kerning first="1062" second="1072" amount="1" />
+ <kerning first="1066" second="8217" amount="-2" />
+ <kerning first="1066" second="1071" amount="-1" />
+ <kerning first="1068" second="8217" amount="-1" />
+ <kerning first="1068" second="1046" amount="-1" />
+ <kerning first="1068" second="1051" amount="-1" />
+ <kerning first="1068" second="1058" amount="-2" />
+ <kerning first="1068" second="1061" amount="-1" />
+ <kerning first="1068" second="1063" amount="-1" />
+ <kerning first="1068" second="1069" amount="-1" />
+ <kerning first="1068" second="1071" amount="-1" />
+ <kerning first="1069" second="1051" amount="-1" />
+ <kerning first="1070" second="1051" amount="-1" />
+ <kerning first="1070" second="1061" amount="-1" />
+ <kerning first="1074" second="1095" amount="-1" />
+ <kerning first="1075" second="44" amount="-1" />
+ <kerning first="1075" second="46" amount="-2" />
+ <kerning first="1075" second="1076" amount="-1" />
+ <kerning first="1079" second="1095" amount="-1" />
+ <kerning first="1090" second="44" amount="-1" />
+ <kerning first="1090" second="46" amount="-1" />
+ <kerning first="1091" second="44" amount="-1" />
+ <kerning first="1091" second="46" amount="-1" />
+ <kerning first="1100" second="1090" amount="-1" />
+ <kerning first="1100" second="1095" amount="-1" />
+ <kerning first="1102" second="1095" amount="-1" />
+ <kerning first="1118" second="44" amount="-1" />
+ <kerning first="1118" second="46" amount="-1" />
+ <kerning first="1168" second="44" amount="-1" />
+ <kerning first="1168" second="46" amount="-1" />
+ <kerning first="960" second="955" amount="-1" />
+ </kernings>
+</font>
diff --git a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold-italic.fnt b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold-italic.fnt
index 1d28361..67f017a 100644
--- a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold-italic.fnt
+++ b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold-italic.fnt
@@ -1,604 +1,604 @@
-<?xml version="1.0"?>
-<font>
- <info face="Arial" size="18" bold="1" italic="1" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
- <common lineHeight="18" base="15" scaleW="512" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
- <pages>
- <page id="0" file="arial-18-bold-italic_0.png" />
- </pages>
- <chars count="527">
- <char id="32" x="510" y="34" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="33" x="345" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="34" x="377" y="141" width="6" height="4" xoffset="2" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="35" x="220" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="36" x="234" y="64" width="9" height="14" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="37" x="345" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="38" x="385" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="39" x="384" y="141" width="3" height="4" xoffset="2" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="40" x="446" y="48" width="6" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="41" x="453" y="48" width="6" height="15" xoffset="-1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="42" x="364" y="143" width="6" height="5" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="43" x="257" y="144" width="8" height="8" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="44" x="388" y="141" width="3" height="4" xoffset="0" yoffset="13" xadvance="4" page="0" chnl="15" />
- <char id="45" x="422" y="141" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
- <char id="46" x="446" y="141" width="2" height="2" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
- <char id="47" x="488" y="116" width="8" height="12" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="48" x="497" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="49" x="263" y="131" width="6" height="12" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="50" x="9" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="51" x="27" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="52" x="90" y="119" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="53" x="36" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="54" x="45" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="55" x="54" y="135" width="8" height="12" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="56" x="63" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="57" x="470" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="58" x="275" y="144" width="3" height="8" xoffset="1" yoffset="7" xadvance="5" page="0" chnl="15" />
- <char id="59" x="478" y="129" width="4" height="10" xoffset="0" yoffset="7" xadvance="5" page="0" chnl="15" />
- <char id="60" x="182" y="144" width="8" height="9" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="61" x="346" y="143" width="8" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="62" x="200" y="144" width="8" height="9" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="63" x="380" y="116" width="8" height="12" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="64" x="182" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="65" x="371" y="77" width="12" height="12" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="66" x="231" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="67" x="13" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="68" x="229" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="69" x="25" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="70" x="242" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="71" x="373" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="72" x="61" y="94" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="73" x="340" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="74" x="30" y="122" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="75" x="488" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="76" x="461" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="77" x="141" y="79" width="14" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="78" x="85" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="79" x="97" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="80" x="109" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="81" x="283" y="64" width="11" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="82" x="133" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="83" x="253" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="84" x="264" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="85" x="169" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="86" x="181" y="92" width="11" height="12" xoffset="2" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="87" x="34" y="83" width="15" height="12" xoffset="2" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="88" x="475" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="89" x="193" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="90" x="297" y="104" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="91" x="481" y="48" width="6" height="15" xoffset="-1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="92" x="350" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="93" x="488" y="48" width="6" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="94" x="306" y="143" width="7" height="6" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="95" x="50" y="94" width="9" height="1" xoffset="0" yoffset="17" xadvance="9" page="0" chnl="15" />
- <char id="96" x="432" y="141" width="4" height="2" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="97" x="191" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="98" x="40" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="99" x="209" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="100" x="70" y="120" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="101" x="227" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="102" x="242" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="103" x="330" y="104" width="10" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="104" x="130" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="105" x="335" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="106" x="392" y="48" width="7" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="107" x="372" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="108" x="330" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="109" x="0" y="148" width="14" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="110" x="65" y="148" width="10" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="111" x="107" y="145" width="9" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="112" x="80" y="120" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="113" x="501" y="77" width="10" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="114" x="236" y="144" width="7" height="9" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="115" x="137" y="145" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="116" x="466" y="129" width="5" height="11" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="117" x="54" y="148" width="10" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="118" x="146" y="145" width="8" height="9" xoffset="2" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="119" x="15" y="148" width="13" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="120" x="76" y="146" width="10" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="121" x="241" y="92" width="11" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="122" x="155" y="145" width="8" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="123" x="400" y="48" width="7" height="15" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="124" x="509" y="48" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="125" x="408" y="48" width="7" height="15" xoffset="-1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="126" x="392" y="141" width="8" height="3" xoffset="1" yoffset="8" xadvance="9" page="0" chnl="15" />
- <char id="160" x="510" y="32" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="161" x="325" y="130" width="4" height="12" xoffset="1" yoffset="6" xadvance="5" page="0" chnl="15" />
- <char id="162" x="338" y="48" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="163" x="306" y="64" width="10" height="13" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="164" x="97" y="145" width="9" height="9" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="165" x="313" y="91" width="11" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="166" x="509" y="16" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="167" x="208" y="48" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="168" x="416" y="141" width="5" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="169" x="410" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="170" x="321" y="143" width="6" height="6" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="171" x="297" y="144" width="8" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="172" x="355" y="143" width="8" height="5" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="173" x="427" y="141" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
- <char id="174" x="332" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="175" x="406" y="141" width="9" height="2" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="176" x="371" y="141" width="5" height="5" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="177" x="433" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="178" x="340" y="143" width="5" height="6" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="179" x="334" y="143" width="5" height="6" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="180" x="437" y="141" width="4" height="2" xoffset="3" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="181" x="337" y="91" width="11" height="12" xoffset="-1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="182" x="268" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="183" x="442" y="141" width="3" height="2" xoffset="2" yoffset="8" xadvance="5" page="0" chnl="15" />
- <char id="184" x="401" y="141" width="4" height="3" xoffset="0" yoffset="15" xadvance="5" page="0" chnl="15" />
- <char id="185" x="328" y="143" width="5" height="6" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="186" x="314" y="143" width="6" height="6" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="187" x="288" y="144" width="8" height="7" xoffset="0" yoffset="7" xadvance="8" page="0" chnl="15" />
- <char id="188" x="198" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="189" x="280" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="190" x="170" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="191" x="344" y="117" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="192" x="425" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="193" x="412" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="194" x="490" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="195" x="26" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="196" x="399" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="197" x="114" y="65" width="12" height="14" xoffset="-1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="198" x="451" y="64" width="18" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="199" x="437" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="200" x="449" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="201" x="461" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="202" x="473" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="203" x="485" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="204" x="13" y="67" width="5" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="205" x="460" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="206" x="19" y="67" width="5" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="207" x="474" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="208" x="277" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="209" x="497" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="210" x="305" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="211" x="12" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="212" x="24" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="213" x="36" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="214" x="48" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="215" x="279" y="144" width="8" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="216" x="100" y="65" width="13" height="14" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="217" x="60" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="218" x="72" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="219" x="84" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="220" x="96" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="221" x="108" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="222" x="409" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="223" x="352" y="104" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="224" x="308" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="225" x="299" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="226" x="281" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="227" x="254" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="228" x="245" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="229" x="328" y="64" width="8" height="13" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="230" x="498" y="129" width="13" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="231" x="227" y="118" width="8" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="232" x="218" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="233" x="209" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="234" x="200" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="235" x="362" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="236" x="360" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="237" x="314" y="130" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="238" x="302" y="130" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="239" x="308" y="130" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="240" x="362" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="241" x="420" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="242" x="392" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="243" x="402" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="244" x="412" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="245" x="432" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="246" x="452" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="247" x="266" y="144" width="8" height="8" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="248" x="392" y="129" width="10" height="11" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="249" x="431" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="250" x="442" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="251" x="453" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="252" x="464" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="253" x="216" y="32" width="11" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="254" x="121" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="255" x="228" y="32" width="11" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="256" x="127" y="65" width="12" height="14" xoffset="-1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="257" x="424" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="258" x="360" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="259" x="153" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="260" x="346" y="0" width="13" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="261" x="135" y="132" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="262" x="264" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="263" x="326" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="264" x="276" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="265" x="117" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="266" x="312" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="267" x="108" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="268" x="396" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="269" x="99" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="270" x="408" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="271" x="254" y="79" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="272" x="37" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="273" x="475" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="274" x="140" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="275" x="451" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="276" x="65" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="277" x="81" y="133" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="278" x="89" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="279" x="72" y="133" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="280" x="101" y="17" width="11" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="281" x="317" y="117" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="282" x="113" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="283" x="353" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="284" x="125" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="285" x="132" y="48" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="286" x="149" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="287" x="77" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="288" x="161" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="289" x="110" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="290" x="173" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="291" x="96" y="0" width="10" height="16" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="292" x="185" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="293" x="248" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="294" x="184" y="79" width="13" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="295" x="100" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="296" x="0" y="67" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="297" x="296" y="131" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="298" x="254" y="64" width="6" height="14" xoffset="1" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="299" x="460" y="129" width="5" height="11" xoffset="1" yoffset="4" xadvance="4" page="0" chnl="15" />
- <char id="300" x="432" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="301" x="290" y="131" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="302" x="25" y="67" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="303" x="31" y="67" width="5" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="304" x="37" y="66" width="5" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="305" x="252" y="144" width="4" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="306" x="156" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="307" x="328" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="308" x="187" y="48" width="10" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="309" x="383" y="48" width="8" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="310" x="386" y="0" width="12" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="311" x="198" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="312" x="127" y="145" width="9" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="313" x="503" y="0" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="314" x="467" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="315" x="356" y="48" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="316" x="7" y="67" width="5" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="317" x="502" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="318" x="203" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="319" x="162" y="131" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="320" x="90" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="321" x="110" y="119" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="322" x="235" y="131" width="6" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="323" x="180" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="324" x="0" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="325" x="420" y="32" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="326" x="11" y="109" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="327" x="192" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="328" x="22" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="329" x="145" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="330" x="157" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="331" x="33" y="109" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="332" x="164" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="333" x="414" y="129" width="9" height="11" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="334" x="120" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="335" x="60" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="336" x="372" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="337" x="44" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="338" x="17" y="83" width="16" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="339" x="483" y="129" width="14" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
- <char id="340" x="353" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="341" x="227" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="342" x="233" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="343" x="443" y="116" width="8" height="12" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="344" x="221" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="345" x="171" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="346" x="99" y="49" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="347" x="398" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="348" x="22" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="349" x="389" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="350" x="55" y="50" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="351" x="371" y="116" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="352" x="165" y="48" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="353" x="335" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="354" x="154" y="48" width="10" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="355" x="261" y="64" width="6" height="14" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="356" x="11" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="357" x="442" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="358" x="55" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="359" x="472" y="129" width="5" height="11" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="360" x="432" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="361" x="66" y="107" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="362" x="152" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="363" x="403" y="129" width="10" height="11" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="364" x="336" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="365" x="77" y="107" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="366" x="288" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="367" x="317" y="64" width="10" height="13" xoffset="1" yoffset="2" xadvance="10" page="0" chnl="15" />
- <char id="368" x="252" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="369" x="88" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="370" x="240" y="32" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="371" x="99" y="106" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="372" x="198" y="0" width="15" height="15" xoffset="2" yoffset="0" xadvance="15" page="0" chnl="15" />
- <char id="373" x="212" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="374" x="0" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="375" x="168" y="32" width="11" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="376" x="156" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="377" x="143" y="48" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="378" x="236" y="118" width="8" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="379" x="66" y="49" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="380" x="263" y="118" width="8" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="381" x="176" y="48" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="382" x="18" y="135" width="8" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="383" x="270" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="384" x="180" y="118" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="385" x="319" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="386" x="73" y="94" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="387" x="150" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="388" x="110" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="389" x="140" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="390" x="49" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="391" x="68" y="65" width="15" height="14" xoffset="2" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="392" x="379" y="129" width="12" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="393" x="349" y="91" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="394" x="397" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="395" x="121" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="396" x="132" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="397" x="143" y="106" width="10" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="398" x="462" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="399" x="361" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="400" x="382" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="401" x="304" y="0" width="13" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="402" x="444" y="32" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="403" x="84" y="65" width="15" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="404" x="132" y="32" width="11" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="405" x="111" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="406" x="320" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="407" x="506" y="116" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="408" x="306" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="409" x="472" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="410" x="284" y="131" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="411" x="492" y="103" width="9" height="12" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="412" x="50" y="81" width="15" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="413" x="260" y="0" width="14" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="414" x="10" y="122" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="415" x="301" y="91" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="416" x="66" y="81" width="14" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="417" x="29" y="148" width="12" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="418" x="245" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="419" x="293" y="78" width="12" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="420" x="267" y="79" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="421" x="88" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="422" x="223" y="64" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="423" x="121" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="424" x="173" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="425" x="154" y="105" width="10" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="426" x="43" y="66" width="5" height="15" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="427" x="424" y="48" width="7" height="15" xoffset="-1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="428" x="289" y="91" width="11" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="429" x="211" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="430" x="33" y="50" width="10" height="15" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="431" x="126" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="432" x="42" y="148" width="11" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="433" x="96" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="434" x="253" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="435" x="384" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="436" x="230" y="0" width="14" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="437" x="449" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="438" x="87" y="146" width="9" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="439" x="269" y="16" width="11" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="440" x="438" y="0" width="12" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="441" x="165" y="105" width="10" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="442" x="462" y="103" width="9" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="443" x="482" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="444" x="176" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="445" x="117" y="145" width="9" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="446" x="434" y="116" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="447" x="187" y="105" width="10" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="448" x="508" y="90" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="449" x="256" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="450" x="452" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="451" x="355" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="452" x="123" y="0" width="22" height="15" xoffset="1" yoffset="0" xadvance="21" page="0" chnl="15" />
- <char id="453" x="411" y="64" width="19" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="454" x="488" y="64" width="17" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="455" x="431" y="64" width="19" height="12" xoffset="1" yoffset="3" xadvance="19" page="0" chnl="15" />
- <char id="456" x="275" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="457" x="218" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="458" x="369" y="64" width="21" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="459" x="165" y="0" width="16" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="460" x="214" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="461" x="373" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="462" x="0" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="463" x="495" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="464" x="249" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="465" x="384" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="466" x="442" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="467" x="360" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="468" x="198" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="469" x="348" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="470" x="0" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="471" x="324" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="472" x="499" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="473" x="300" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="474" x="466" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="475" x="377" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="476" x="455" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="477" x="164" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="478" x="0" y="19" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="479" x="374" y="48" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="480" x="332" y="0" width="13" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="481" x="365" y="48" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="482" x="49" y="66" width="18" height="14" xoffset="-1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="483" x="365" y="129" width="13" height="11" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="484" x="358" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="485" x="205" y="92" width="11" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="486" x="144" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="487" x="477" y="32" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="488" x="13" y="18" width="12" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="489" x="258" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="490" x="329" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="491" x="422" y="103" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="492" x="12" y="0" width="11" height="17" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="493" x="244" y="64" width="9" height="14" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="494" x="0" y="0" width="11" height="18" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="495" x="238" y="48" width="9" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="496" x="228" y="48" width="9" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="497" x="346" y="64" width="22" height="12" xoffset="1" yoffset="3" xadvance="21" page="0" chnl="15" />
- <char id="498" x="391" y="64" width="19" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="499" x="470" y="64" width="17" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="500" x="245" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="501" x="44" y="50" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="502" x="0" y="83" width="16" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="503" x="209" y="16" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="504" x="197" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="505" x="209" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="506" x="60" y="0" width="12" height="16" xoffset="-1" yoffset="-1" xadvance="12" page="0" chnl="15" />
- <char id="507" x="107" y="0" width="9" height="16" xoffset="1" yoffset="-1" xadvance="9" page="0" chnl="15" />
- <char id="508" x="146" y="0" width="18" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="509" x="240" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="510" x="46" y="0" width="13" height="16" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="511" x="295" y="64" width="10" height="13" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="512" x="477" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="513" x="479" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="514" x="39" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="515" x="425" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="516" x="137" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="517" x="416" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="518" x="77" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="519" x="407" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="520" x="502" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="521" x="277" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="522" x="439" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="523" x="506" y="64" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="524" x="257" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="525" x="20" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="526" x="204" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="527" x="170" y="118" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="528" x="281" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="529" x="195" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="530" x="293" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="531" x="179" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="532" x="317" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="533" x="286" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="534" x="341" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="535" x="319" y="104" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="536" x="85" y="0" width="10" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="537" x="337" y="64" width="8" height="13" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="538" x="36" y="0" width="9" height="17" xoffset="2" yoffset="1" xadvance="10" page="0" chnl="15" />
- <char id="539" x="117" y="0" width="5" height="16" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
- <char id="540" x="308" y="48" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="541" x="0" y="122" width="9" height="12" xoffset="-1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="542" x="365" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="543" x="318" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="544" x="389" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="545" x="52" y="17" width="12" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="546" x="486" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="547" x="497" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="548" x="464" y="0" width="12" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="549" x="120" y="119" width="9" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="550" x="451" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="551" x="126" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="552" x="401" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="553" x="144" y="132" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="554" x="73" y="0" width="11" height="16" xoffset="1" yoffset="-1" xadvance="12" page="0" chnl="15" />
- <char id="555" x="278" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="556" x="24" y="0" width="11" height="17" xoffset="1" yoffset="-2" xadvance="12" page="0" chnl="15" />
- <char id="557" x="298" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="558" x="413" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="559" x="50" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="560" x="425" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="561" x="288" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="562" x="200" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="10" page="0" chnl="15" />
- <char id="563" x="188" y="64" width="11" height="14" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="564" x="416" y="48" width="7" height="15" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="565" x="217" y="92" width="11" height="12" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="566" x="219" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="567" x="187" y="131" width="7" height="12" xoffset="-2" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="568" x="81" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="569" x="226" y="79" width="13" height="12" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
- <char id="570" x="268" y="64" width="14" height="13" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="571" x="265" y="92" width="11" height="12" xoffset="2" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="572" x="318" y="0" width="13" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="573" x="190" y="118" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="574" x="176" y="64" width="11" height="14" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
- <char id="575" x="272" y="118" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="576" x="160" y="118" width="9" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="577" x="290" y="118" width="8" height="12" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="578" x="244" y="144" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="579" x="423" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="580" x="436" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="581" x="325" y="91" width="11" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="582" x="212" y="64" width="10" height="14" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="583" x="488" y="32" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="584" x="275" y="105" width="10" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="585" x="347" y="48" width="8" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="586" x="290" y="0" width="13" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="587" x="308" y="104" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="588" x="0" y="96" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="589" x="218" y="144" width="8" height="9" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="590" x="397" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="591" x="341" y="104" width="10" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- </chars>
- <kernings count="65">
- <kerning first="32" second="65" amount="-1" />
- <kerning first="49" second="49" amount="-1" />
- <kerning first="65" second="32" amount="-1" />
- <kerning first="65" second="84" amount="-1" />
- <kerning first="65" second="86" amount="-1" />
- <kerning first="65" second="87" amount="-1" />
- <kerning first="65" second="89" amount="-1" />
- <kerning first="70" second="44" amount="-2" />
- <kerning first="70" second="46" amount="-2" />
- <kerning first="70" second="65" amount="-1" />
- <kerning first="76" second="84" amount="-1" />
- <kerning first="76" second="86" amount="-1" />
- <kerning first="76" second="87" amount="-1" />
- <kerning first="76" second="89" amount="-1" />
- <kerning first="80" second="32" amount="-1" />
- <kerning first="80" second="44" amount="-2" />
- <kerning first="80" second="46" amount="-2" />
- <kerning first="80" second="65" amount="-1" />
- <kerning first="84" second="44" amount="-1" />
- <kerning first="84" second="45" amount="-1" />
- <kerning first="84" second="46" amount="-1" />
- <kerning first="84" second="58" amount="-1" />
- <kerning first="84" second="65" amount="-1" />
- <kerning first="84" second="97" amount="-1" />
- <kerning first="84" second="99" amount="-1" />
- <kerning first="84" second="101" amount="-1" />
- <kerning first="84" second="111" amount="-1" />
- <kerning first="84" second="115" amount="-1" />
- <kerning first="84" second="119" amount="-1" />
- <kerning first="84" second="121" amount="-1" />
- <kerning first="86" second="44" amount="-1" />
- <kerning first="86" second="45" amount="-1" />
- <kerning first="86" second="46" amount="-1" />
- <kerning first="86" second="58" amount="-1" />
- <kerning first="86" second="65" amount="-1" />
- <kerning first="86" second="97" amount="-1" />
- <kerning first="86" second="101" amount="-1" />
- <kerning first="86" second="105" amount="-1" />
- <kerning first="86" second="111" amount="-1" />
- <kerning first="87" second="44" amount="-1" />
- <kerning first="87" second="45" amount="-1" />
- <kerning first="87" second="46" amount="-1" />
- <kerning first="87" second="58" amount="-1" />
- <kerning first="87" second="65" amount="-1" />
- <kerning first="89" second="44" amount="-1" />
- <kerning first="89" second="45" amount="-1" />
- <kerning first="89" second="46" amount="-1" />
- <kerning first="89" second="58" amount="-1" />
- <kerning first="89" second="65" amount="-1" />
- <kerning first="89" second="97" amount="-1" />
- <kerning first="89" second="101" amount="-1" />
- <kerning first="89" second="105" amount="-1" />
- <kerning first="89" second="111" amount="-1" />
- <kerning first="89" second="112" amount="-1" />
- <kerning first="89" second="113" amount="-1" />
- <kerning first="89" second="117" amount="-1" />
- <kerning first="89" second="118" amount="-1" />
- <kerning first="114" second="44" amount="-1" />
- <kerning first="114" second="46" amount="-1" />
- <kerning first="118" second="44" amount="-1" />
- <kerning first="118" second="46" amount="-1" />
- <kerning first="119" second="44" amount="-1" />
- <kerning first="119" second="46" amount="-1" />
- <kerning first="121" second="44" amount="-1" />
- <kerning first="121" second="46" amount="-1" />
- </kernings>
-</font>
+<?xml version="1.0"?>
+<font>
+ <info face="Arial" size="18" bold="1" italic="1" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
+ <common lineHeight="18" base="15" scaleW="512" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
+ <pages>
+ <page id="0" file="arial-18-bold-italic_0.png" />
+ </pages>
+ <chars count="527">
+ <char id="32" x="510" y="34" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="33" x="345" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="34" x="377" y="141" width="6" height="4" xoffset="2" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="35" x="220" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="36" x="234" y="64" width="9" height="14" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="37" x="345" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="38" x="385" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="39" x="384" y="141" width="3" height="4" xoffset="2" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="40" x="446" y="48" width="6" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="41" x="453" y="48" width="6" height="15" xoffset="-1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="42" x="364" y="143" width="6" height="5" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="43" x="257" y="144" width="8" height="8" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="44" x="388" y="141" width="3" height="4" xoffset="0" yoffset="13" xadvance="4" page="0" chnl="15" />
+ <char id="45" x="422" y="141" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
+ <char id="46" x="446" y="141" width="2" height="2" xoffset="1" yoffset="13" xadvance="4" page="0" chnl="15" />
+ <char id="47" x="488" y="116" width="8" height="12" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="48" x="497" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="49" x="263" y="131" width="6" height="12" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="50" x="9" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="51" x="27" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="52" x="90" y="119" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="53" x="36" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="54" x="45" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="55" x="54" y="135" width="8" height="12" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="56" x="63" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="57" x="470" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="58" x="275" y="144" width="3" height="8" xoffset="1" yoffset="7" xadvance="5" page="0" chnl="15" />
+ <char id="59" x="478" y="129" width="4" height="10" xoffset="0" yoffset="7" xadvance="5" page="0" chnl="15" />
+ <char id="60" x="182" y="144" width="8" height="9" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="61" x="346" y="143" width="8" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="62" x="200" y="144" width="8" height="9" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="63" x="380" y="116" width="8" height="12" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="64" x="182" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="65" x="371" y="77" width="12" height="12" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="66" x="231" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="67" x="13" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="68" x="229" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="69" x="25" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="70" x="242" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="71" x="373" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="72" x="61" y="94" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="73" x="340" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="74" x="30" y="122" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="75" x="488" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="76" x="461" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="77" x="141" y="79" width="14" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="78" x="85" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="79" x="97" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="80" x="109" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="81" x="283" y="64" width="11" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="82" x="133" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="83" x="253" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="84" x="264" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="85" x="169" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="86" x="181" y="92" width="11" height="12" xoffset="2" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="87" x="34" y="83" width="15" height="12" xoffset="2" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="88" x="475" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="89" x="193" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="90" x="297" y="104" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="91" x="481" y="48" width="6" height="15" xoffset="-1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="92" x="350" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="93" x="488" y="48" width="6" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="94" x="306" y="143" width="7" height="6" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="95" x="50" y="94" width="9" height="1" xoffset="0" yoffset="17" xadvance="9" page="0" chnl="15" />
+ <char id="96" x="432" y="141" width="4" height="2" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="97" x="191" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="98" x="40" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="99" x="209" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="100" x="70" y="120" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="101" x="227" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="102" x="242" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="103" x="330" y="104" width="10" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="104" x="130" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="105" x="335" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="106" x="392" y="48" width="7" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="107" x="372" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="108" x="330" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="109" x="0" y="148" width="14" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="110" x="65" y="148" width="10" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="111" x="107" y="145" width="9" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="112" x="80" y="120" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="113" x="501" y="77" width="10" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="114" x="236" y="144" width="7" height="9" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="115" x="137" y="145" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="116" x="466" y="129" width="5" height="11" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="117" x="54" y="148" width="10" height="9" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="118" x="146" y="145" width="8" height="9" xoffset="2" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="119" x="15" y="148" width="13" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="120" x="76" y="146" width="10" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="121" x="241" y="92" width="11" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="122" x="155" y="145" width="8" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="123" x="400" y="48" width="7" height="15" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="124" x="509" y="48" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="125" x="408" y="48" width="7" height="15" xoffset="-1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="126" x="392" y="141" width="8" height="3" xoffset="1" yoffset="8" xadvance="9" page="0" chnl="15" />
+ <char id="160" x="510" y="32" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="161" x="325" y="130" width="4" height="12" xoffset="1" yoffset="6" xadvance="5" page="0" chnl="15" />
+ <char id="162" x="338" y="48" width="8" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="163" x="306" y="64" width="10" height="13" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="164" x="97" y="145" width="9" height="9" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="165" x="313" y="91" width="11" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="166" x="509" y="16" width="2" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="167" x="208" y="48" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="168" x="416" y="141" width="5" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="169" x="410" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="170" x="321" y="143" width="6" height="6" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="171" x="297" y="144" width="8" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="172" x="355" y="143" width="8" height="5" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="173" x="427" y="141" width="4" height="2" xoffset="1" yoffset="10" xadvance="5" page="0" chnl="15" />
+ <char id="174" x="332" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="175" x="406" y="141" width="9" height="2" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="176" x="371" y="141" width="5" height="5" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="177" x="433" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="178" x="340" y="143" width="5" height="6" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="179" x="334" y="143" width="5" height="6" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="180" x="437" y="141" width="4" height="2" xoffset="3" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="181" x="337" y="91" width="11" height="12" xoffset="-1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="182" x="268" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="183" x="442" y="141" width="3" height="2" xoffset="2" yoffset="8" xadvance="5" page="0" chnl="15" />
+ <char id="184" x="401" y="141" width="4" height="3" xoffset="0" yoffset="15" xadvance="5" page="0" chnl="15" />
+ <char id="185" x="328" y="143" width="5" height="6" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="186" x="314" y="143" width="6" height="6" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="187" x="288" y="144" width="8" height="7" xoffset="0" yoffset="7" xadvance="8" page="0" chnl="15" />
+ <char id="188" x="198" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="189" x="280" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="190" x="170" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="191" x="344" y="117" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="192" x="425" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="193" x="412" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="194" x="490" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="195" x="26" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="196" x="399" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="197" x="114" y="65" width="12" height="14" xoffset="-1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="198" x="451" y="64" width="18" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="199" x="437" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="200" x="449" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="201" x="461" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="202" x="473" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="203" x="485" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="204" x="13" y="67" width="5" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="205" x="460" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="206" x="19" y="67" width="5" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="207" x="474" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="208" x="277" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="209" x="497" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="210" x="305" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="211" x="12" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="212" x="24" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="213" x="36" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="214" x="48" y="34" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="215" x="279" y="144" width="8" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="216" x="100" y="65" width="13" height="14" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="217" x="60" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="218" x="72" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="219" x="84" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="220" x="96" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="221" x="108" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="222" x="409" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="223" x="352" y="104" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="224" x="308" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="225" x="299" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="226" x="281" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="227" x="254" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="228" x="245" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="229" x="328" y="64" width="8" height="13" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="230" x="498" y="129" width="13" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="231" x="227" y="118" width="8" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="232" x="218" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="233" x="209" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="234" x="200" y="118" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="235" x="362" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="236" x="360" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="237" x="314" y="130" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="238" x="302" y="130" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="239" x="308" y="130" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="240" x="362" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="241" x="420" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="242" x="392" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="243" x="402" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="244" x="412" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="245" x="432" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="246" x="452" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="247" x="266" y="144" width="8" height="8" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="248" x="392" y="129" width="10" height="11" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="249" x="431" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="250" x="442" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="251" x="453" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="252" x="464" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="253" x="216" y="32" width="11" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="254" x="121" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="255" x="228" y="32" width="11" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="256" x="127" y="65" width="12" height="14" xoffset="-1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="257" x="424" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="258" x="360" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="259" x="153" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="260" x="346" y="0" width="13" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="261" x="135" y="132" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="262" x="264" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="263" x="326" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="264" x="276" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="265" x="117" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="266" x="312" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="267" x="108" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="268" x="396" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="269" x="99" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="270" x="408" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="271" x="254" y="79" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="272" x="37" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="273" x="475" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="274" x="140" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="275" x="451" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="276" x="65" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="277" x="81" y="133" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="278" x="89" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="279" x="72" y="133" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="280" x="101" y="17" width="11" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="281" x="317" y="117" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="282" x="113" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="283" x="353" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="284" x="125" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="285" x="132" y="48" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="286" x="149" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="287" x="77" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="288" x="161" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="289" x="110" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="290" x="173" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="291" x="96" y="0" width="10" height="16" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="292" x="185" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="293" x="248" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="294" x="184" y="79" width="13" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="295" x="100" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="296" x="0" y="67" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="297" x="296" y="131" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="298" x="254" y="64" width="6" height="14" xoffset="1" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="299" x="460" y="129" width="5" height="11" xoffset="1" yoffset="4" xadvance="4" page="0" chnl="15" />
+ <char id="300" x="432" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="301" x="290" y="131" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="302" x="25" y="67" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="303" x="31" y="67" width="5" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="304" x="37" y="66" width="5" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="305" x="252" y="144" width="4" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="306" x="156" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="307" x="328" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="308" x="187" y="48" width="10" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="309" x="383" y="48" width="8" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="310" x="386" y="0" width="12" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="311" x="198" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="312" x="127" y="145" width="9" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="313" x="503" y="0" width="8" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="314" x="467" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="315" x="356" y="48" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="316" x="7" y="67" width="5" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="317" x="502" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="318" x="203" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="319" x="162" y="131" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="320" x="90" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="321" x="110" y="119" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="322" x="235" y="131" width="6" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="323" x="180" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="324" x="0" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="325" x="420" y="32" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="326" x="11" y="109" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="327" x="192" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="328" x="22" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="329" x="145" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="330" x="157" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="331" x="33" y="109" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="332" x="164" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="333" x="414" y="129" width="9" height="11" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="334" x="120" y="33" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="335" x="60" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="336" x="372" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="337" x="44" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="338" x="17" y="83" width="16" height="12" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="339" x="483" y="129" width="14" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
+ <char id="340" x="353" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="341" x="227" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="342" x="233" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="343" x="443" y="116" width="8" height="12" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="344" x="221" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="345" x="171" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="346" x="99" y="49" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="347" x="398" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="348" x="22" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="349" x="389" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="350" x="55" y="50" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="351" x="371" y="116" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="352" x="165" y="48" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="353" x="335" y="117" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="354" x="154" y="48" width="10" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="355" x="261" y="64" width="6" height="14" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="356" x="11" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="357" x="442" y="129" width="8" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="358" x="55" y="109" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="359" x="472" y="129" width="5" height="11" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="360" x="432" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="361" x="66" y="107" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="362" x="152" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="363" x="403" y="129" width="10" height="11" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="364" x="336" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="365" x="77" y="107" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="366" x="288" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="367" x="317" y="64" width="10" height="13" xoffset="1" yoffset="2" xadvance="10" page="0" chnl="15" />
+ <char id="368" x="252" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="369" x="88" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="370" x="240" y="32" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="371" x="99" y="106" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="372" x="198" y="0" width="15" height="15" xoffset="2" yoffset="0" xadvance="15" page="0" chnl="15" />
+ <char id="373" x="212" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="374" x="0" y="35" width="11" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="375" x="168" y="32" width="11" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="376" x="156" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="377" x="143" y="48" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="378" x="236" y="118" width="8" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="379" x="66" y="49" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="380" x="263" y="118" width="8" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="381" x="176" y="48" width="10" height="15" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="382" x="18" y="135" width="8" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="383" x="270" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="384" x="180" y="118" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="385" x="319" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="386" x="73" y="94" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="387" x="150" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="388" x="110" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="389" x="140" y="119" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="390" x="49" y="96" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="391" x="68" y="65" width="15" height="14" xoffset="2" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="392" x="379" y="129" width="12" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="393" x="349" y="91" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="394" x="397" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="395" x="121" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="396" x="132" y="106" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="397" x="143" y="106" width="10" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="398" x="462" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="399" x="361" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="400" x="382" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="401" x="304" y="0" width="13" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="402" x="444" y="32" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="403" x="84" y="65" width="15" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="404" x="132" y="32" width="11" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="405" x="111" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="406" x="320" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="407" x="506" y="116" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="408" x="306" y="78" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="409" x="472" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="410" x="284" y="131" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="411" x="492" y="103" width="9" height="12" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="412" x="50" y="81" width="15" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="413" x="260" y="0" width="14" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="414" x="10" y="122" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="415" x="301" y="91" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="416" x="66" y="81" width="14" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="417" x="29" y="148" width="12" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="418" x="245" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="419" x="293" y="78" width="12" height="12" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="420" x="267" y="79" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="421" x="88" y="49" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="422" x="223" y="64" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="423" x="121" y="93" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="424" x="173" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="425" x="154" y="105" width="10" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="426" x="43" y="66" width="5" height="15" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="427" x="424" y="48" width="7" height="15" xoffset="-1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="428" x="289" y="91" width="11" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="429" x="211" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="430" x="33" y="50" width="10" height="15" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="431" x="126" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="432" x="42" y="148" width="11" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="433" x="96" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="434" x="253" y="92" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="435" x="384" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="436" x="230" y="0" width="14" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="437" x="449" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="438" x="87" y="146" width="9" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="439" x="269" y="16" width="11" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="440" x="438" y="0" width="12" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="441" x="165" y="105" width="10" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="442" x="462" y="103" width="9" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="443" x="482" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="444" x="176" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="445" x="117" y="145" width="9" height="9" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="446" x="434" y="116" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="447" x="187" y="105" width="10" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="448" x="508" y="90" width="2" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="449" x="256" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="450" x="452" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="451" x="355" y="130" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="452" x="123" y="0" width="22" height="15" xoffset="1" yoffset="0" xadvance="21" page="0" chnl="15" />
+ <char id="453" x="411" y="64" width="19" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="454" x="488" y="64" width="17" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="455" x="431" y="64" width="19" height="12" xoffset="1" yoffset="3" xadvance="19" page="0" chnl="15" />
+ <char id="456" x="275" y="0" width="14" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="457" x="218" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="458" x="369" y="64" width="21" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="459" x="165" y="0" width="16" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="460" x="214" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="461" x="373" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="462" x="0" y="135" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="463" x="495" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="464" x="249" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="465" x="384" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="466" x="442" y="103" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="467" x="360" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="468" x="198" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="469" x="348" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="470" x="0" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="471" x="324" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="472" x="499" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="473" x="300" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="474" x="466" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="475" x="377" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="476" x="455" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="477" x="164" y="144" width="8" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="478" x="0" y="19" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="479" x="374" y="48" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="480" x="332" y="0" width="13" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="481" x="365" y="48" width="8" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="482" x="49" y="66" width="18" height="14" xoffset="-1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="483" x="365" y="129" width="13" height="11" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="484" x="358" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="485" x="205" y="92" width="11" height="12" xoffset="0" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="486" x="144" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="487" x="477" y="32" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="488" x="13" y="18" width="12" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="489" x="258" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="490" x="329" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="491" x="422" y="103" width="9" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="492" x="12" y="0" width="11" height="17" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="493" x="244" y="64" width="9" height="14" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="494" x="0" y="0" width="11" height="18" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="495" x="238" y="48" width="9" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="496" x="228" y="48" width="9" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="497" x="346" y="64" width="22" height="12" xoffset="1" yoffset="3" xadvance="21" page="0" chnl="15" />
+ <char id="498" x="391" y="64" width="19" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="499" x="470" y="64" width="17" height="12" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="500" x="245" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="501" x="44" y="50" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="502" x="0" y="83" width="16" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="503" x="209" y="16" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="504" x="197" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="505" x="209" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="506" x="60" y="0" width="12" height="16" xoffset="-1" yoffset="-1" xadvance="12" page="0" chnl="15" />
+ <char id="507" x="107" y="0" width="9" height="16" xoffset="1" yoffset="-1" xadvance="9" page="0" chnl="15" />
+ <char id="508" x="146" y="0" width="18" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="509" x="240" y="79" width="13" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="510" x="46" y="0" width="13" height="16" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="511" x="295" y="64" width="10" height="13" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="512" x="477" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="513" x="479" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="514" x="39" y="18" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="515" x="425" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="516" x="137" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="517" x="416" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="518" x="77" y="17" width="11" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="519" x="407" y="116" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="520" x="502" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="521" x="277" y="131" width="6" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="522" x="439" y="48" width="6" height="15" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="523" x="506" y="64" width="5" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="524" x="257" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="525" x="20" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="526" x="204" y="32" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="527" x="170" y="118" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="528" x="281" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="529" x="195" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="530" x="293" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="531" x="179" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="532" x="317" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="533" x="286" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="534" x="341" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="535" x="319" y="104" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="536" x="85" y="0" width="10" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="537" x="337" y="64" width="8" height="13" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="538" x="36" y="0" width="9" height="17" xoffset="2" yoffset="1" xadvance="10" page="0" chnl="15" />
+ <char id="539" x="117" y="0" width="5" height="16" xoffset="1" yoffset="2" xadvance="5" page="0" chnl="15" />
+ <char id="540" x="308" y="48" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="541" x="0" y="122" width="9" height="12" xoffset="-1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="542" x="365" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="543" x="318" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="544" x="389" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="545" x="52" y="17" width="12" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="546" x="486" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="547" x="497" y="90" width="10" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="548" x="464" y="0" width="12" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="549" x="120" y="119" width="9" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="550" x="451" y="0" width="12" height="15" xoffset="-1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="551" x="126" y="132" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="552" x="401" y="16" width="11" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="553" x="144" y="132" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="554" x="73" y="0" width="11" height="16" xoffset="1" yoffset="-1" xadvance="12" page="0" chnl="15" />
+ <char id="555" x="278" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="556" x="24" y="0" width="11" height="17" xoffset="1" yoffset="-2" xadvance="12" page="0" chnl="15" />
+ <char id="557" x="298" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="558" x="413" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="559" x="50" y="122" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="560" x="425" y="16" width="11" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="561" x="288" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="562" x="200" y="64" width="11" height="14" xoffset="1" yoffset="1" xadvance="10" page="0" chnl="15" />
+ <char id="563" x="188" y="64" width="11" height="14" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="564" x="416" y="48" width="7" height="15" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="565" x="217" y="92" width="11" height="12" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="566" x="219" y="131" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="567" x="187" y="131" width="7" height="12" xoffset="-2" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="568" x="81" y="80" width="14" height="12" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="569" x="226" y="79" width="13" height="12" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
+ <char id="570" x="268" y="64" width="14" height="13" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="571" x="265" y="92" width="11" height="12" xoffset="2" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="572" x="318" y="0" width="13" height="15" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="573" x="190" y="118" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="574" x="176" y="64" width="11" height="14" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
+ <char id="575" x="272" y="118" width="8" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="576" x="160" y="118" width="9" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="577" x="290" y="118" width="8" height="12" xoffset="2" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="578" x="244" y="144" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="579" x="423" y="77" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="580" x="436" y="77" width="12" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="581" x="325" y="91" width="11" height="12" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="582" x="212" y="64" width="10" height="14" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="583" x="488" y="32" width="10" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="584" x="275" y="105" width="10" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="585" x="347" y="48" width="8" height="15" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="586" x="290" y="0" width="13" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="587" x="308" y="104" width="10" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="588" x="0" y="96" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="589" x="218" y="144" width="8" height="9" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="590" x="397" y="90" width="11" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="591" x="341" y="104" width="10" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ </chars>
+ <kernings count="65">
+ <kerning first="32" second="65" amount="-1" />
+ <kerning first="49" second="49" amount="-1" />
+ <kerning first="65" second="32" amount="-1" />
+ <kerning first="65" second="84" amount="-1" />
+ <kerning first="65" second="86" amount="-1" />
+ <kerning first="65" second="87" amount="-1" />
+ <kerning first="65" second="89" amount="-1" />
+ <kerning first="70" second="44" amount="-2" />
+ <kerning first="70" second="46" amount="-2" />
+ <kerning first="70" second="65" amount="-1" />
+ <kerning first="76" second="84" amount="-1" />
+ <kerning first="76" second="86" amount="-1" />
+ <kerning first="76" second="87" amount="-1" />
+ <kerning first="76" second="89" amount="-1" />
+ <kerning first="80" second="32" amount="-1" />
+ <kerning first="80" second="44" amount="-2" />
+ <kerning first="80" second="46" amount="-2" />
+ <kerning first="80" second="65" amount="-1" />
+ <kerning first="84" second="44" amount="-1" />
+ <kerning first="84" second="45" amount="-1" />
+ <kerning first="84" second="46" amount="-1" />
+ <kerning first="84" second="58" amount="-1" />
+ <kerning first="84" second="65" amount="-1" />
+ <kerning first="84" second="97" amount="-1" />
+ <kerning first="84" second="99" amount="-1" />
+ <kerning first="84" second="101" amount="-1" />
+ <kerning first="84" second="111" amount="-1" />
+ <kerning first="84" second="115" amount="-1" />
+ <kerning first="84" second="119" amount="-1" />
+ <kerning first="84" second="121" amount="-1" />
+ <kerning first="86" second="44" amount="-1" />
+ <kerning first="86" second="45" amount="-1" />
+ <kerning first="86" second="46" amount="-1" />
+ <kerning first="86" second="58" amount="-1" />
+ <kerning first="86" second="65" amount="-1" />
+ <kerning first="86" second="97" amount="-1" />
+ <kerning first="86" second="101" amount="-1" />
+ <kerning first="86" second="105" amount="-1" />
+ <kerning first="86" second="111" amount="-1" />
+ <kerning first="87" second="44" amount="-1" />
+ <kerning first="87" second="45" amount="-1" />
+ <kerning first="87" second="46" amount="-1" />
+ <kerning first="87" second="58" amount="-1" />
+ <kerning first="87" second="65" amount="-1" />
+ <kerning first="89" second="44" amount="-1" />
+ <kerning first="89" second="45" amount="-1" />
+ <kerning first="89" second="46" amount="-1" />
+ <kerning first="89" second="58" amount="-1" />
+ <kerning first="89" second="65" amount="-1" />
+ <kerning first="89" second="97" amount="-1" />
+ <kerning first="89" second="101" amount="-1" />
+ <kerning first="89" second="105" amount="-1" />
+ <kerning first="89" second="111" amount="-1" />
+ <kerning first="89" second="112" amount="-1" />
+ <kerning first="89" second="113" amount="-1" />
+ <kerning first="89" second="117" amount="-1" />
+ <kerning first="89" second="118" amount="-1" />
+ <kerning first="114" second="44" amount="-1" />
+ <kerning first="114" second="46" amount="-1" />
+ <kerning first="118" second="44" amount="-1" />
+ <kerning first="118" second="46" amount="-1" />
+ <kerning first="119" second="44" amount="-1" />
+ <kerning first="119" second="46" amount="-1" />
+ <kerning first="121" second="44" amount="-1" />
+ <kerning first="121" second="46" amount="-1" />
+ </kernings>
+</font>
diff --git a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold.fnt b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold.fnt
index 6e6e423..1460ef8 100644
--- a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold.fnt
+++ b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-bold.fnt
@@ -1,610 +1,610 @@
-<?xml version="1.0"?>
-<font>
- <info face="Arial" size="18" bold="1" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
- <common lineHeight="18" base="14" scaleW="256" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
- <pages>
- <page id="0" file="arial-18-bold_0.png" />
- </pages>
- <chars count="527">
- <char id="32" x="22" y="16" width="1" height="1" xoffset="0" yoffset="14" xadvance="4" page="0" chnl="15" />
- <char id="33" x="73" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="34" x="221" y="222" width="6" height="4" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="35" x="24" y="195" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="36" x="110" y="106" width="7" height="13" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="37" x="0" y="135" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="38" x="55" y="146" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="39" x="239" y="222" width="2" height="4" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="40" x="247" y="90" width="4" height="14" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="41" x="242" y="90" width="4" height="14" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="42" x="228" y="222" width="5" height="4" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="43" x="239" y="213" width="8" height="8" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="44" x="242" y="222" width="2" height="4" xoffset="1" yoffset="12" xadvance="4" page="0" chnl="15" />
- <char id="45" x="29" y="240" width="4" height="2" xoffset="1" yoffset="9" xadvance="5" page="0" chnl="15" />
- <char id="46" x="50" y="240" width="2" height="2" xoffset="1" yoffset="12" xadvance="4" page="0" chnl="15" />
- <char id="47" x="35" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="48" x="40" y="195" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="49" x="221" y="201" width="5" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="50" x="56" y="195" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="51" x="64" y="194" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="52" x="72" y="194" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="53" x="80" y="194" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="54" x="88" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="55" x="104" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="56" x="112" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="57" x="120" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="58" x="138" y="227" width="2" height="8" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="59" x="139" y="216" width="2" height="10" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="60" x="17" y="231" width="7" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="61" x="203" y="223" width="8" height="5" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="62" x="57" y="231" width="7" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="63" x="72" y="170" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="64" x="20" y="0" width="14" height="15" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="65" x="62" y="134" width="11" height="11" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="66" x="214" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="67" x="204" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="68" x="194" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="69" x="189" y="154" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="70" x="136" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="71" x="237" y="129" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="72" x="184" y="142" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="73" x="67" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="74" x="144" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="75" x="226" y="129" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="76" x="160" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="77" x="98" y="132" width="11" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="78" x="30" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="79" x="99" y="144" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="80" x="243" y="153" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="81" x="158" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="82" x="77" y="144" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="83" x="99" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="84" x="135" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="85" x="174" y="142" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="86" x="224" y="141" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="87" x="108" y="120" width="13" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="88" x="44" y="147" width="10" height="11" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="89" x="66" y="146" width="10" height="11" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="90" x="162" y="155" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="91" x="15" y="108" width="4" height="14" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="92" x="30" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="93" x="10" y="108" width="4" height="14" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="94" x="157" y="225" width="8" height="6" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="95" x="5" y="240" width="8" height="2" xoffset="0" yoffset="15" xadvance="8" page="0" chnl="15" />
- <char id="96" x="39" y="240" width="3" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="97" x="25" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="98" x="176" y="191" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="99" x="101" y="227" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="100" x="184" y="190" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="101" x="41" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="102" x="72" y="206" width="6" height="11" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="103" x="192" y="190" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="104" x="200" y="190" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="105" x="64" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="106" x="5" y="108" width="4" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="107" x="224" y="189" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="108" x="253" y="117" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="109" x="179" y="215" width="10" height="8" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="110" x="49" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="111" x="65" y="230" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="112" x="232" y="189" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="113" x="240" y="189" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="114" x="129" y="227" width="5" height="8" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="115" x="108" y="227" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="116" x="127" y="216" width="5" height="10" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="117" x="33" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="118" x="201" y="214" width="9" height="8" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="119" x="155" y="216" width="11" height="8" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="120" x="230" y="213" width="8" height="8" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="121" x="248" y="189" width="7" height="11" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="122" x="94" y="227" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="123" x="224" y="90" width="5" height="14" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="124" x="31" y="108" width="2" height="14" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="125" x="236" y="90" width="5" height="14" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="126" x="245" y="222" width="8" height="3" xoffset="0" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="160" x="20" y="16" width="1" height="1" xoffset="0" yoffset="14" xadvance="4" page="0" chnl="15" />
- <char id="161" x="79" y="218" width="2" height="11" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="162" x="236" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="163" x="45" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="164" x="221" y="213" width="8" height="8" xoffset="0" yoffset="5" xadvance="8" page="0" chnl="15" />
- <char id="165" x="36" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="166" x="253" y="30" width="2" height="14" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="167" x="112" y="91" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="168" x="23" y="240" width="5" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="169" x="74" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="170" x="174" y="225" width="5" height="6" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="171" x="141" y="227" width="7" height="7" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="172" x="212" y="222" width="8" height="5" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="173" x="34" y="240" width="4" height="2" xoffset="1" yoffset="9" xadvance="5" page="0" chnl="15" />
- <char id="174" x="122" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="175" x="14" y="240" width="8" height="2" xoffset="0" yoffset="1" xadvance="8" page="0" chnl="15" />
- <char id="176" x="234" y="222" width="4" height="4" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="177" x="171" y="154" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="178" x="186" y="224" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="179" x="180" y="224" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="180" x="43" y="240" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="181" x="0" y="207" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="182" x="110" y="60" width="9" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="183" x="47" y="240" width="2" height="2" xoffset="1" yoffset="8" xadvance="5" page="0" chnl="15" />
- <char id="184" x="0" y="240" width="4" height="3" xoffset="0" yoffset="14" xadvance="5" page="0" chnl="15" />
- <char id="185" x="198" y="223" width="4" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="186" x="192" y="223" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="187" x="149" y="225" width="7" height="7" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="188" x="94" y="120" width="13" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="189" x="227" y="117" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="190" x="122" y="120" width="13" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="191" x="8" y="207" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="192" x="228" y="0" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="193" x="12" y="18" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="194" x="132" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="195" x="216" y="0" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="196" x="84" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="197" x="72" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="198" x="48" y="122" width="15" height="11" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="199" x="100" y="61" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="200" x="210" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="201" x="192" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="202" x="183" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="203" x="174" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="204" x="20" y="108" width="3" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="205" x="252" y="0" width="3" height="14" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="206" x="194" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="207" x="200" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="208" x="132" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="209" x="125" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="210" x="66" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="211" x="22" y="33" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="212" x="11" y="33" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="213" x="213" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="214" x="242" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="215" x="166" y="225" width="7" height="6" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="216" x="34" y="108" width="12" height="13" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="217" x="50" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="218" x="195" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="219" x="215" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="220" x="70" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="221" x="176" y="30" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="222" x="18" y="171" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="223" x="16" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="224" x="24" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="225" x="32" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="226" x="40" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="227" x="48" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="228" x="56" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="229" x="126" y="105" width="7" height="13" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
- <char id="230" x="167" y="216" width="11" height="8" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="231" x="135" y="204" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="232" x="64" y="206" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="233" x="248" y="129" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="234" x="90" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="235" x="98" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="236" x="60" y="219" width="3" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="237" x="252" y="153" width="3" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="238" x="6" y="219" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="239" x="18" y="219" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="240" x="106" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="241" x="122" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="242" x="130" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="243" x="138" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="244" x="146" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="245" x="154" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="246" x="162" y="167" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="247" x="0" y="231" width="8" height="8" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="248" x="112" y="216" width="7" height="10" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="249" x="170" y="167" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="250" x="178" y="166" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="251" x="186" y="166" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="252" x="194" y="166" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="253" x="40" y="93" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="254" x="228" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="255" x="244" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="256" x="0" y="18" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="257" x="202" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="258" x="240" y="0" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="259" x="210" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="260" x="144" y="15" width="11" height="14" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="261" x="218" y="165" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="262" x="90" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="263" x="184" y="202" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="264" x="80" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="265" x="79" y="206" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="266" x="165" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="267" x="100" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="268" x="245" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="269" x="107" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="270" x="235" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="271" x="33" y="147" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="272" x="110" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="273" x="108" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="274" x="129" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="275" x="234" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="276" x="138" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="277" x="242" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="278" x="219" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="279" x="0" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="280" x="147" y="60" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="281" x="8" y="183" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="282" x="156" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="283" x="16" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="284" x="165" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="285" x="0" y="93" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="286" x="99" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="287" x="148" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="288" x="110" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="289" x="48" y="91" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="290" x="121" y="30" width="10" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="291" x="78" y="0" width="7" height="15" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="292" x="155" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="293" x="220" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="294" x="158" y="130" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="295" x="144" y="156" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="296" x="212" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="297" x="197" y="202" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="298" x="188" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="299" x="239" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="300" x="170" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="301" x="233" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="302" x="24" y="108" width="3" height="14" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="303" x="252" y="75" width="3" height="14" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="304" x="28" y="108" width="2" height="14" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="305" x="135" y="227" width="2" height="8" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="306" x="215" y="129" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="307" x="163" y="90" width="6" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="308" x="36" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="309" x="128" y="90" width="6" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="310" x="143" y="30" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="311" x="204" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="312" x="248" y="213" width="7" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="313" x="180" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="314" x="252" y="90" width="3" height="14" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="315" x="32" y="93" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="316" x="0" y="108" width="4" height="14" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="317" x="54" y="171" width="8" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="318" x="191" y="202" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="319" x="24" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="320" x="0" y="219" width="5" height="11" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="321" x="0" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="322" x="40" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="323" x="246" y="15" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="324" x="32" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="325" x="20" y="63" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="326" x="48" y="183" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="327" x="10" y="63" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="328" x="64" y="182" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="329" x="88" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="330" x="244" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="331" x="80" y="182" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="332" x="0" y="33" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="333" x="96" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="334" x="132" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="335" x="104" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="336" x="198" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="337" x="112" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="338" x="64" y="120" width="14" height="11" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="339" x="142" y="216" width="12" height="8" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="340" x="209" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="341" x="215" y="201" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="342" x="154" y="30" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="343" x="250" y="165" width="5" height="11" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="344" x="220" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="345" x="209" y="201" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="346" x="201" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="347" x="86" y="206" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="348" x="228" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="349" x="170" y="203" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="350" x="246" y="60" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="351" x="156" y="204" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="352" x="45" y="76" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="353" x="142" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="354" x="237" y="60" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="355" x="134" y="105" width="5" height="13" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="356" x="18" y="78" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="357" x="234" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="358" x="9" y="171" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="359" x="133" y="216" width="5" height="10" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="360" x="135" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="361" x="136" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="362" x="75" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="363" x="144" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="364" x="30" y="63" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="365" x="152" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="366" x="185" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="367" x="118" y="106" width="7" height="13" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="368" x="175" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="369" x="168" y="179" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="370" x="105" y="45" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="371" x="184" y="178" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="372" x="151" y="0" width="13" height="14" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="373" x="134" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="374" x="231" y="30" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="375" x="72" y="91" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="376" x="187" y="30" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="377" x="27" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="378" x="149" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="379" x="9" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="380" x="163" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="381" x="0" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="382" x="177" y="203" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="383" x="45" y="219" width="4" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="384" x="198" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="385" x="214" y="117" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="386" x="50" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="387" x="192" y="178" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="388" x="182" y="130" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="389" x="216" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="390" x="70" y="158" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="391" x="60" y="106" width="11" height="13" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="392" x="103" y="216" width="8" height="10" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="393" x="204" y="129" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="394" x="201" y="117" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="395" x="80" y="156" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="396" x="200" y="178" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="397" x="208" y="177" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="398" x="180" y="154" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="399" x="154" y="143" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="400" x="153" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="401" x="0" y="63" width="9" height="14" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="402" x="90" y="76" width="8" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="403" x="47" y="108" width="12" height="13" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="404" x="165" y="0" width="12" height="14" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="405" x="240" y="117" width="12" height="11" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="406" x="82" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="407" x="50" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="408" x="0" y="147" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="409" x="216" y="177" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="410" x="251" y="201" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="411" x="11" y="147" width="10" height="11" xoffset="-1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="412" x="188" y="117" width="12" height="11" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="413" x="120" y="15" width="11" height="14" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="414" x="224" y="177" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="415" x="22" y="147" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="416" x="136" y="119" width="12" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="417" x="211" y="213" width="9" height="8" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="418" x="96" y="15" width="11" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="419" x="164" y="142" width="9" height="11" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="420" x="110" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="421" x="188" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="422" x="82" y="106" width="9" height="13" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="423" x="90" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="424" x="80" y="230" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="425" x="232" y="177" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="426" x="142" y="90" width="6" height="14" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="427" x="140" y="105" width="5" height="13" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="428" x="234" y="141" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="429" x="227" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="430" x="165" y="60" width="8" height="14" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="431" x="38" y="135" width="11" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="432" x="190" y="214" width="10" height="8" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="433" x="121" y="144" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="434" x="0" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="435" x="13" y="135" width="12" height="11" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="436" x="55" y="31" width="10" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="437" x="10" y="159" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="438" x="87" y="229" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="439" x="120" y="60" width="8" height="14" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="440" x="99" y="76" width="8" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="441" x="240" y="177" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="442" x="117" y="156" width="8" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="443" x="248" y="177" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="444" x="121" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="445" x="115" y="227" width="6" height="8" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="446" x="85" y="218" width="8" height="10" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="447" x="16" y="195" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="448" x="70" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="449" x="12" y="219" width="5" height="11" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="450" x="126" y="156" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="451" x="76" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="452" x="86" y="0" width="18" height="14" xoffset="1" yoffset="0" xadvance="20" page="0" chnl="15" />
- <char id="453" x="221" y="105" width="16" height="11" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="454" x="0" y="123" width="15" height="11" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="455" x="16" y="123" width="15" height="11" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="456" x="24" y="16" width="11" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="457" x="156" y="90" width="6" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="458" x="203" y="105" width="17" height="11" xoffset="1" yoffset="3" xadvance="19" page="0" chnl="15" />
- <char id="459" x="137" y="0" width="13" height="14" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="460" x="204" y="0" width="11" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="461" x="156" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="462" x="128" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="463" x="218" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="464" x="245" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="465" x="235" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="466" x="152" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="467" x="65" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="468" x="168" y="191" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="469" x="55" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="470" x="8" y="93" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="471" x="225" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="472" x="172" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="473" x="40" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="474" x="164" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="475" x="60" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="476" x="140" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="477" x="73" y="230" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="478" x="48" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="479" x="116" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="480" x="108" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="481" x="56" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="482" x="105" y="0" width="15" height="14" xoffset="0" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="483" x="50" y="134" width="11" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="484" x="26" y="135" width="11" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="485" x="63" y="170" width="8" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="486" x="0" y="48" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="487" x="96" y="91" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="488" x="11" y="48" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="489" x="196" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="490" x="22" y="48" width="10" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="491" x="114" y="168" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="492" x="0" y="0" width="10" height="17" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="493" x="88" y="91" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="494" x="11" y="0" width="8" height="17" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="495" x="108" y="76" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="496" x="182" y="90" width="5" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="497" x="184" y="105" width="18" height="11" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="498" x="238" y="105" width="16" height="11" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
- <char id="499" x="32" y="123" width="15" height="11" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="500" x="33" y="46" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="501" x="124" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="502" x="79" y="120" width="14" height="11" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="503" x="54" y="76" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="504" x="115" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="505" x="226" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="506" x="48" y="0" width="11" height="15" xoffset="-1" yoffset="-1" xadvance="9" page="0" chnl="15" />
- <char id="507" x="156" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="508" x="121" y="0" width="15" height="14" xoffset="0" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="509" x="170" y="130" width="11" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="510" x="35" y="0" width="12" height="15" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="511" x="169" y="105" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="512" x="36" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="513" x="40" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="514" x="168" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="515" x="56" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="516" x="63" y="76" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="517" x="72" y="182" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="518" x="72" y="76" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="519" x="88" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="520" x="135" y="90" width="6" height="14" xoffset="-1" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="521" x="114" y="204" width="6" height="11" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="522" x="206" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
- <char id="523" x="203" y="202" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="524" x="44" y="46" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="525" x="120" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="526" x="88" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="527" x="128" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="528" x="180" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="529" x="93" y="204" width="6" height="11" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="530" x="191" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="531" x="24" y="219" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="532" x="85" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="533" x="160" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="534" x="95" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="535" x="176" y="179" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="536" x="60" y="0" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="537" x="177" y="105" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="538" x="69" y="0" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="539" x="176" y="90" width="5" height="14" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="540" x="16" y="93" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="541" x="128" y="204" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="542" x="205" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="543" x="24" y="93" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="544" x="145" y="45" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="545" x="191" y="0" width="12" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="546" x="0" y="195" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="547" x="8" y="195" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="548" x="72" y="106" width="9" height="13" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="549" x="120" y="216" width="6" height="10" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="550" x="60" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="551" x="32" y="195" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="552" x="81" y="76" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="553" x="48" y="195" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="554" x="202" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="555" x="64" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="556" x="224" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="557" x="80" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="558" x="33" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="559" x="96" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="560" x="44" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="561" x="104" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="562" x="77" y="31" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="563" x="120" y="90" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="564" x="132" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="565" x="149" y="118" width="12" height="11" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="566" x="94" y="216" width="8" height="10" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="567" x="55" y="219" width="4" height="11" xoffset="-1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="568" x="162" y="118" width="12" height="11" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="569" x="175" y="118" width="12" height="11" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="570" x="146" y="105" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="571" x="20" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="572" x="149" y="90" width="6" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="573" x="207" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="574" x="92" y="106" width="8" height="13" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="575" x="208" y="189" width="7" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="576" x="216" y="189" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="577" x="225" y="153" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="578" x="9" y="231" width="7" height="8" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="579" x="193" y="129" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="580" x="146" y="131" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="581" x="40" y="159" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="582" x="101" y="106" width="8" height="13" xoffset="1" yoffset="2" xadvance="10" page="0" chnl="15" />
- <char id="583" x="212" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="584" x="27" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="585" x="230" y="90" width="5" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="586" x="178" y="0" width="12" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="587" x="60" y="158" width="9" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="588" x="86" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="589" x="122" y="227" width="6" height="8" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
- <char id="590" x="143" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="591" x="81" y="168" width="8" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- </chars>
- <kernings count="71">
- <kerning first="32" second="65" amount="-1" />
- <kerning first="49" second="49" amount="-1" />
- <kerning first="65" second="32" amount="-1" />
- <kerning first="65" second="84" amount="-1" />
- <kerning first="65" second="86" amount="-1" />
- <kerning first="65" second="87" amount="-1" />
- <kerning first="65" second="89" amount="-1" />
- <kerning first="65" second="118" amount="-1" />
- <kerning first="65" second="121" amount="-1" />
- <kerning first="70" second="44" amount="-2" />
- <kerning first="70" second="46" amount="-2" />
- <kerning first="70" second="65" amount="-1" />
- <kerning first="76" second="84" amount="-1" />
- <kerning first="76" second="86" amount="-1" />
- <kerning first="76" second="87" amount="-1" />
- <kerning first="76" second="89" amount="-1" />
- <kerning first="76" second="121" amount="-1" />
- <kerning first="80" second="44" amount="-2" />
- <kerning first="80" second="46" amount="-2" />
- <kerning first="80" second="65" amount="-1" />
- <kerning first="82" second="89" amount="-1" />
- <kerning first="84" second="44" amount="-2" />
- <kerning first="84" second="45" amount="-1" />
- <kerning first="84" second="46" amount="-2" />
- <kerning first="84" second="58" amount="-2" />
- <kerning first="84" second="65" amount="-1" />
- <kerning first="84" second="97" amount="-1" />
- <kerning first="84" second="99" amount="-1" />
- <kerning first="84" second="101" amount="-1" />
- <kerning first="84" second="111" amount="-1" />
- <kerning first="84" second="114" amount="-1" />
- <kerning first="84" second="115" amount="-1" />
- <kerning first="84" second="117" amount="-1" />
- <kerning first="84" second="119" amount="-1" />
- <kerning first="84" second="121" amount="-1" />
- <kerning first="86" second="44" amount="-1" />
- <kerning first="86" second="45" amount="-1" />
- <kerning first="86" second="46" amount="-1" />
- <kerning first="86" second="58" amount="-1" />
- <kerning first="86" second="65" amount="-1" />
- <kerning first="86" second="97" amount="-1" />
- <kerning first="86" second="101" amount="-1" />
- <kerning first="86" second="111" amount="-1" />
- <kerning first="86" second="114" amount="-1" />
- <kerning first="86" second="117" amount="-1" />
- <kerning first="86" second="121" amount="-1" />
- <kerning first="87" second="44" amount="-1" />
- <kerning first="87" second="46" amount="-1" />
- <kerning first="87" second="65" amount="-1" />
- <kerning first="87" second="97" amount="-1" />
- <kerning first="89" second="44" amount="-2" />
- <kerning first="89" second="45" amount="-1" />
- <kerning first="89" second="46" amount="-2" />
- <kerning first="89" second="58" amount="-1" />
- <kerning first="89" second="65" amount="-1" />
- <kerning first="89" second="97" amount="-1" />
- <kerning first="89" second="101" amount="-1" />
- <kerning first="89" second="105" amount="-1" />
- <kerning first="89" second="111" amount="-1" />
- <kerning first="89" second="112" amount="-1" />
- <kerning first="89" second="113" amount="-1" />
- <kerning first="89" second="117" amount="-1" />
- <kerning first="89" second="118" amount="-1" />
- <kerning first="114" second="44" amount="-1" />
- <kerning first="114" second="46" amount="-1" />
- <kerning first="118" second="44" amount="-1" />
- <kerning first="118" second="46" amount="-1" />
- <kerning first="119" second="44" amount="-1" />
- <kerning first="119" second="46" amount="-1" />
- <kerning first="121" second="44" amount="-1" />
- <kerning first="121" second="46" amount="-1" />
- </kernings>
-</font>
+<?xml version="1.0"?>
+<font>
+ <info face="Arial" size="18" bold="1" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
+ <common lineHeight="18" base="14" scaleW="256" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
+ <pages>
+ <page id="0" file="arial-18-bold_0.png" />
+ </pages>
+ <chars count="527">
+ <char id="32" x="22" y="16" width="1" height="1" xoffset="0" yoffset="14" xadvance="4" page="0" chnl="15" />
+ <char id="33" x="73" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="34" x="221" y="222" width="6" height="4" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="35" x="24" y="195" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="36" x="110" y="106" width="7" height="13" xoffset="0" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="37" x="0" y="135" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="38" x="55" y="146" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="39" x="239" y="222" width="2" height="4" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="40" x="247" y="90" width="4" height="14" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="41" x="242" y="90" width="4" height="14" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="42" x="228" y="222" width="5" height="4" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="43" x="239" y="213" width="8" height="8" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="44" x="242" y="222" width="2" height="4" xoffset="1" yoffset="12" xadvance="4" page="0" chnl="15" />
+ <char id="45" x="29" y="240" width="4" height="2" xoffset="1" yoffset="9" xadvance="5" page="0" chnl="15" />
+ <char id="46" x="50" y="240" width="2" height="2" xoffset="1" yoffset="12" xadvance="4" page="0" chnl="15" />
+ <char id="47" x="35" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="48" x="40" y="195" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="49" x="221" y="201" width="5" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="50" x="56" y="195" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="51" x="64" y="194" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="52" x="72" y="194" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="53" x="80" y="194" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="54" x="88" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="55" x="104" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="56" x="112" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="57" x="120" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="58" x="138" y="227" width="2" height="8" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="59" x="139" y="216" width="2" height="10" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="60" x="17" y="231" width="7" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="61" x="203" y="223" width="8" height="5" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="62" x="57" y="231" width="7" height="8" xoffset="0" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="63" x="72" y="170" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="64" x="20" y="0" width="14" height="15" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="65" x="62" y="134" width="11" height="11" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="66" x="214" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="67" x="204" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="68" x="194" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="69" x="189" y="154" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="70" x="136" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="71" x="237" y="129" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="72" x="184" y="142" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="73" x="67" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="74" x="144" y="192" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="75" x="226" y="129" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="76" x="160" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="77" x="98" y="132" width="11" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="78" x="30" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="79" x="99" y="144" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="80" x="243" y="153" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="81" x="158" y="105" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="82" x="77" y="144" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="83" x="99" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="84" x="135" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="85" x="174" y="142" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="86" x="224" y="141" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="87" x="108" y="120" width="13" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="88" x="44" y="147" width="10" height="11" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="89" x="66" y="146" width="10" height="11" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="90" x="162" y="155" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="91" x="15" y="108" width="4" height="14" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="92" x="30" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="93" x="10" y="108" width="4" height="14" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="94" x="157" y="225" width="8" height="6" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="95" x="5" y="240" width="8" height="2" xoffset="0" yoffset="15" xadvance="8" page="0" chnl="15" />
+ <char id="96" x="39" y="240" width="3" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="97" x="25" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="98" x="176" y="191" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="99" x="101" y="227" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="100" x="184" y="190" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="101" x="41" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="102" x="72" y="206" width="6" height="11" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="103" x="192" y="190" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="104" x="200" y="190" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="105" x="64" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="106" x="5" y="108" width="4" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="107" x="224" y="189" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="108" x="253" y="117" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="109" x="179" y="215" width="10" height="8" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="110" x="49" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="111" x="65" y="230" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="112" x="232" y="189" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="113" x="240" y="189" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="114" x="129" y="227" width="5" height="8" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="115" x="108" y="227" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="116" x="127" y="216" width="5" height="10" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="117" x="33" y="231" width="7" height="8" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="118" x="201" y="214" width="9" height="8" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="119" x="155" y="216" width="11" height="8" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="120" x="230" y="213" width="8" height="8" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="121" x="248" y="189" width="7" height="11" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="122" x="94" y="227" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="123" x="224" y="90" width="5" height="14" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="124" x="31" y="108" width="2" height="14" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="125" x="236" y="90" width="5" height="14" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="126" x="245" y="222" width="8" height="3" xoffset="0" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="160" x="20" y="16" width="1" height="1" xoffset="0" yoffset="14" xadvance="4" page="0" chnl="15" />
+ <char id="161" x="79" y="218" width="2" height="11" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="162" x="236" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="163" x="45" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="164" x="221" y="213" width="8" height="8" xoffset="0" yoffset="5" xadvance="8" page="0" chnl="15" />
+ <char id="165" x="36" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="166" x="253" y="30" width="2" height="14" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="167" x="112" y="91" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="168" x="23" y="240" width="5" height="2" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="169" x="74" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="170" x="174" y="225" width="5" height="6" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="171" x="141" y="227" width="7" height="7" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="172" x="212" y="222" width="8" height="5" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="173" x="34" y="240" width="4" height="2" xoffset="1" yoffset="9" xadvance="5" page="0" chnl="15" />
+ <char id="174" x="122" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="175" x="14" y="240" width="8" height="2" xoffset="0" yoffset="1" xadvance="8" page="0" chnl="15" />
+ <char id="176" x="234" y="222" width="4" height="4" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="177" x="171" y="154" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="178" x="186" y="224" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="179" x="180" y="224" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="180" x="43" y="240" width="3" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="181" x="0" y="207" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="182" x="110" y="60" width="9" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="183" x="47" y="240" width="2" height="2" xoffset="1" yoffset="8" xadvance="5" page="0" chnl="15" />
+ <char id="184" x="0" y="240" width="4" height="3" xoffset="0" yoffset="14" xadvance="5" page="0" chnl="15" />
+ <char id="185" x="198" y="223" width="4" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="186" x="192" y="223" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="187" x="149" y="225" width="7" height="7" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="188" x="94" y="120" width="13" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="189" x="227" y="117" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="190" x="122" y="120" width="13" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="191" x="8" y="207" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="192" x="228" y="0" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="193" x="12" y="18" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="194" x="132" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="195" x="216" y="0" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="196" x="84" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="197" x="72" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="198" x="48" y="122" width="15" height="11" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="199" x="100" y="61" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="200" x="210" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="201" x="192" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="202" x="183" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="203" x="174" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="204" x="20" y="108" width="3" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="205" x="252" y="0" width="3" height="14" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="206" x="194" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="207" x="200" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="208" x="132" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="209" x="125" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="210" x="66" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="211" x="22" y="33" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="212" x="11" y="33" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="213" x="213" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="214" x="242" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="215" x="166" y="225" width="7" height="6" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="216" x="34" y="108" width="12" height="13" xoffset="0" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="217" x="50" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="218" x="195" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="219" x="215" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="220" x="70" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="221" x="176" y="30" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="222" x="18" y="171" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="223" x="16" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="224" x="24" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="225" x="32" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="226" x="40" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="227" x="48" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="228" x="56" y="207" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="229" x="126" y="105" width="7" height="13" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
+ <char id="230" x="167" y="216" width="11" height="8" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="231" x="135" y="204" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="232" x="64" y="206" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="233" x="248" y="129" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="234" x="90" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="235" x="98" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="236" x="60" y="219" width="3" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="237" x="252" y="153" width="3" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="238" x="6" y="219" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="239" x="18" y="219" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="240" x="106" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="241" x="122" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="242" x="130" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="243" x="138" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="244" x="146" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="245" x="154" y="168" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="246" x="162" y="167" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="247" x="0" y="231" width="8" height="8" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="248" x="112" y="216" width="7" height="10" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="249" x="170" y="167" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="250" x="178" y="166" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="251" x="186" y="166" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="252" x="194" y="166" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="253" x="40" y="93" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="254" x="228" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="255" x="244" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="256" x="0" y="18" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="257" x="202" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="258" x="240" y="0" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="259" x="210" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="260" x="144" y="15" width="11" height="14" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="261" x="218" y="165" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="262" x="90" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="263" x="184" y="202" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="264" x="80" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="265" x="79" y="206" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="266" x="165" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="267" x="100" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="268" x="245" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="269" x="107" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="270" x="235" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="271" x="33" y="147" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="272" x="110" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="273" x="108" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="274" x="129" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="275" x="234" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="276" x="138" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="277" x="242" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="278" x="219" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="279" x="0" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="280" x="147" y="60" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="281" x="8" y="183" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="282" x="156" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="283" x="16" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="284" x="165" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="285" x="0" y="93" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="286" x="99" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="287" x="148" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="288" x="110" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="289" x="48" y="91" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="290" x="121" y="30" width="10" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="291" x="78" y="0" width="7" height="15" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="292" x="155" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="293" x="220" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="294" x="158" y="130" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="295" x="144" y="156" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="296" x="212" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="297" x="197" y="202" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="298" x="188" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="299" x="239" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="300" x="170" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="301" x="233" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="302" x="24" y="108" width="3" height="14" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="303" x="252" y="75" width="3" height="14" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="304" x="28" y="108" width="2" height="14" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="305" x="135" y="227" width="2" height="8" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="306" x="215" y="129" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="307" x="163" y="90" width="6" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="308" x="36" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="309" x="128" y="90" width="6" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="310" x="143" y="30" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="311" x="204" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="312" x="248" y="213" width="7" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="313" x="180" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="314" x="252" y="90" width="3" height="14" xoffset="1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="315" x="32" y="93" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="316" x="0" y="108" width="4" height="14" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="317" x="54" y="171" width="8" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="318" x="191" y="202" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="319" x="24" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="320" x="0" y="219" width="5" height="11" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="321" x="0" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="322" x="40" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="323" x="246" y="15" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="324" x="32" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="325" x="20" y="63" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="326" x="48" y="183" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="327" x="10" y="63" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="328" x="64" y="182" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="329" x="88" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="330" x="244" y="141" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="331" x="80" y="182" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="332" x="0" y="33" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="333" x="96" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="334" x="132" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="335" x="104" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="336" x="198" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="337" x="112" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="338" x="64" y="120" width="14" height="11" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="339" x="142" y="216" width="12" height="8" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="340" x="209" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="341" x="215" y="201" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="342" x="154" y="30" width="10" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="343" x="250" y="165" width="5" height="11" xoffset="1" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="344" x="220" y="30" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="345" x="209" y="201" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="346" x="201" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="347" x="86" y="206" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="348" x="228" y="60" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="349" x="170" y="203" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="350" x="246" y="60" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="351" x="156" y="204" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="352" x="45" y="76" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="353" x="142" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="354" x="237" y="60" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="355" x="134" y="105" width="5" height="13" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="356" x="18" y="78" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="357" x="234" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="358" x="9" y="171" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="359" x="133" y="216" width="5" height="10" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="360" x="135" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="361" x="136" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="362" x="75" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="363" x="144" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="364" x="30" y="63" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="365" x="152" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="366" x="185" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="367" x="118" y="106" width="7" height="13" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="368" x="175" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="369" x="168" y="179" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="370" x="105" y="45" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="371" x="184" y="178" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="372" x="151" y="0" width="13" height="14" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="373" x="134" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="374" x="231" y="30" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="375" x="72" y="91" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="376" x="187" y="30" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="377" x="27" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="378" x="149" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="379" x="9" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="380" x="163" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="381" x="0" y="78" width="8" height="14" xoffset="0" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="382" x="177" y="203" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="383" x="45" y="219" width="4" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="384" x="198" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="385" x="214" y="117" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="386" x="50" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="387" x="192" y="178" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="388" x="182" y="130" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="389" x="216" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="390" x="70" y="158" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="391" x="60" y="106" width="11" height="13" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="392" x="103" y="216" width="8" height="10" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="393" x="204" y="129" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="394" x="201" y="117" width="12" height="11" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="395" x="80" y="156" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="396" x="200" y="178" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="397" x="208" y="177" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="398" x="180" y="154" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="399" x="154" y="143" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="400" x="153" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="401" x="0" y="63" width="9" height="14" xoffset="-1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="402" x="90" y="76" width="8" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="403" x="47" y="108" width="12" height="13" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="404" x="165" y="0" width="12" height="14" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="405" x="240" y="117" width="12" height="11" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="406" x="82" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="407" x="50" y="219" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="408" x="0" y="147" width="10" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="409" x="216" y="177" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="410" x="251" y="201" width="4" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="411" x="11" y="147" width="10" height="11" xoffset="-1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="412" x="188" y="117" width="12" height="11" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="413" x="120" y="15" width="11" height="14" xoffset="-1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="414" x="224" y="177" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="415" x="22" y="147" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="416" x="136" y="119" width="12" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="417" x="211" y="213" width="9" height="8" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="418" x="96" y="15" width="11" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="419" x="164" y="142" width="9" height="11" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="420" x="110" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="421" x="188" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="422" x="82" y="106" width="9" height="13" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="423" x="90" y="156" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="424" x="80" y="230" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="425" x="232" y="177" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="426" x="142" y="90" width="6" height="14" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="427" x="140" y="105" width="5" height="13" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="428" x="234" y="141" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="429" x="227" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="430" x="165" y="60" width="8" height="14" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="431" x="38" y="135" width="11" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="432" x="190" y="214" width="10" height="8" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="433" x="121" y="144" width="10" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="434" x="0" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="435" x="13" y="135" width="12" height="11" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="436" x="55" y="31" width="10" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="437" x="10" y="159" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="438" x="87" y="229" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="439" x="120" y="60" width="8" height="14" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="440" x="99" y="76" width="8" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="441" x="240" y="177" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="442" x="117" y="156" width="8" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="443" x="248" y="177" width="7" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="444" x="121" y="204" width="6" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="445" x="115" y="227" width="6" height="8" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="446" x="85" y="218" width="8" height="10" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="447" x="16" y="195" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="448" x="70" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="449" x="12" y="219" width="5" height="11" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="450" x="126" y="156" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="451" x="76" y="218" width="2" height="11" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="452" x="86" y="0" width="18" height="14" xoffset="1" yoffset="0" xadvance="20" page="0" chnl="15" />
+ <char id="453" x="221" y="105" width="16" height="11" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="454" x="0" y="123" width="15" height="11" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="455" x="16" y="123" width="15" height="11" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="456" x="24" y="16" width="11" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="457" x="156" y="90" width="6" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="458" x="203" y="105" width="17" height="11" xoffset="1" yoffset="3" xadvance="19" page="0" chnl="15" />
+ <char id="459" x="137" y="0" width="13" height="14" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="460" x="204" y="0" width="11" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="461" x="156" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="462" x="128" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="463" x="218" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="464" x="245" y="201" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="465" x="235" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="466" x="152" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="467" x="65" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="468" x="168" y="191" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="469" x="55" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="470" x="8" y="93" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="471" x="225" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="472" x="172" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="473" x="40" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="474" x="164" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="475" x="60" y="61" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="476" x="140" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="477" x="73" y="230" width="6" height="8" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="478" x="48" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="479" x="116" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="480" x="108" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="481" x="56" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="482" x="105" y="0" width="15" height="14" xoffset="0" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="483" x="50" y="134" width="11" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="484" x="26" y="135" width="11" height="11" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="485" x="63" y="170" width="8" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="486" x="0" y="48" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="487" x="96" y="91" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="488" x="11" y="48" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="489" x="196" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="490" x="22" y="48" width="10" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="491" x="114" y="168" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="492" x="0" y="0" width="10" height="17" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="493" x="88" y="91" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="494" x="11" y="0" width="8" height="17" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="495" x="108" y="76" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="496" x="182" y="90" width="5" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="497" x="184" y="105" width="18" height="11" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="498" x="238" y="105" width="16" height="11" xoffset="1" yoffset="3" xadvance="18" page="0" chnl="15" />
+ <char id="499" x="32" y="123" width="15" height="11" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="500" x="33" y="46" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="501" x="124" y="75" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="502" x="79" y="120" width="14" height="11" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="503" x="54" y="76" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="504" x="115" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="505" x="226" y="165" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="506" x="48" y="0" width="11" height="15" xoffset="-1" yoffset="-1" xadvance="9" page="0" chnl="15" />
+ <char id="507" x="156" y="75" width="7" height="14" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="508" x="121" y="0" width="15" height="14" xoffset="0" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="509" x="170" y="130" width="11" height="11" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="510" x="35" y="0" width="12" height="15" xoffset="0" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="511" x="169" y="105" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="512" x="36" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="513" x="40" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="514" x="168" y="15" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="515" x="56" y="183" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="516" x="63" y="76" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="517" x="72" y="182" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="518" x="72" y="76" width="8" height="14" xoffset="1" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="519" x="88" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="520" x="135" y="90" width="6" height="14" xoffset="-1" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="521" x="114" y="204" width="6" height="11" xoffset="-2" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="522" x="206" y="90" width="5" height="14" xoffset="0" yoffset="0" xadvance="4" page="0" chnl="15" />
+ <char id="523" x="203" y="202" width="5" height="11" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="524" x="44" y="46" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="525" x="120" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="526" x="88" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="527" x="128" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="528" x="180" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="529" x="93" y="204" width="6" height="11" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="530" x="191" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="531" x="24" y="219" width="5" height="11" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="532" x="85" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="533" x="160" y="180" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="534" x="95" y="46" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="535" x="176" y="179" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="536" x="60" y="0" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="537" x="177" y="105" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="538" x="69" y="0" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="539" x="176" y="90" width="5" height="14" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="540" x="16" y="93" width="7" height="14" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="541" x="128" y="204" width="6" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="542" x="205" y="45" width="9" height="14" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="543" x="24" y="93" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="544" x="145" y="45" width="9" height="14" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="545" x="191" y="0" width="12" height="14" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="546" x="0" y="195" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="547" x="8" y="195" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="548" x="72" y="106" width="9" height="13" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="549" x="120" y="216" width="6" height="10" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="550" x="60" y="16" width="11" height="14" xoffset="-1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="551" x="32" y="195" width="7" height="11" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="552" x="81" y="76" width="8" height="14" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="553" x="48" y="195" width="7" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="554" x="202" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="555" x="64" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="556" x="224" y="15" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="557" x="80" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="558" x="33" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="559" x="96" y="192" width="7" height="11" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="560" x="44" y="31" width="10" height="14" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="561" x="104" y="91" width="7" height="14" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="562" x="77" y="31" width="10" height="14" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="563" x="120" y="90" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="564" x="132" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="565" x="149" y="118" width="12" height="11" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="566" x="94" y="216" width="8" height="10" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="567" x="55" y="219" width="4" height="11" xoffset="-1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="568" x="162" y="118" width="12" height="11" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="569" x="175" y="118" width="12" height="11" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="570" x="146" y="105" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="571" x="20" y="159" width="9" height="11" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="572" x="149" y="90" width="6" height="14" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="573" x="207" y="153" width="8" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="574" x="92" y="106" width="8" height="13" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="575" x="208" y="189" width="7" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="576" x="216" y="189" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="577" x="225" y="153" width="8" height="11" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="578" x="9" y="231" width="7" height="8" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="579" x="193" y="129" width="10" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="580" x="146" y="131" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="581" x="40" y="159" width="9" height="11" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="582" x="101" y="106" width="8" height="13" xoffset="1" yoffset="2" xadvance="10" page="0" chnl="15" />
+ <char id="583" x="212" y="75" width="7" height="14" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="584" x="27" y="171" width="8" height="11" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="585" x="230" y="90" width="5" height="14" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="586" x="178" y="0" width="12" height="14" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="587" x="60" y="158" width="9" height="11" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="588" x="86" y="132" width="11" height="11" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="589" x="122" y="227" width="6" height="8" xoffset="0" yoffset="6" xadvance="6" page="0" chnl="15" />
+ <char id="590" x="143" y="144" width="10" height="11" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="591" x="81" y="168" width="8" height="11" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ </chars>
+ <kernings count="71">
+ <kerning first="32" second="65" amount="-1" />
+ <kerning first="49" second="49" amount="-1" />
+ <kerning first="65" second="32" amount="-1" />
+ <kerning first="65" second="84" amount="-1" />
+ <kerning first="65" second="86" amount="-1" />
+ <kerning first="65" second="87" amount="-1" />
+ <kerning first="65" second="89" amount="-1" />
+ <kerning first="65" second="118" amount="-1" />
+ <kerning first="65" second="121" amount="-1" />
+ <kerning first="70" second="44" amount="-2" />
+ <kerning first="70" second="46" amount="-2" />
+ <kerning first="70" second="65" amount="-1" />
+ <kerning first="76" second="84" amount="-1" />
+ <kerning first="76" second="86" amount="-1" />
+ <kerning first="76" second="87" amount="-1" />
+ <kerning first="76" second="89" amount="-1" />
+ <kerning first="76" second="121" amount="-1" />
+ <kerning first="80" second="44" amount="-2" />
+ <kerning first="80" second="46" amount="-2" />
+ <kerning first="80" second="65" amount="-1" />
+ <kerning first="82" second="89" amount="-1" />
+ <kerning first="84" second="44" amount="-2" />
+ <kerning first="84" second="45" amount="-1" />
+ <kerning first="84" second="46" amount="-2" />
+ <kerning first="84" second="58" amount="-2" />
+ <kerning first="84" second="65" amount="-1" />
+ <kerning first="84" second="97" amount="-1" />
+ <kerning first="84" second="99" amount="-1" />
+ <kerning first="84" second="101" amount="-1" />
+ <kerning first="84" second="111" amount="-1" />
+ <kerning first="84" second="114" amount="-1" />
+ <kerning first="84" second="115" amount="-1" />
+ <kerning first="84" second="117" amount="-1" />
+ <kerning first="84" second="119" amount="-1" />
+ <kerning first="84" second="121" amount="-1" />
+ <kerning first="86" second="44" amount="-1" />
+ <kerning first="86" second="45" amount="-1" />
+ <kerning first="86" second="46" amount="-1" />
+ <kerning first="86" second="58" amount="-1" />
+ <kerning first="86" second="65" amount="-1" />
+ <kerning first="86" second="97" amount="-1" />
+ <kerning first="86" second="101" amount="-1" />
+ <kerning first="86" second="111" amount="-1" />
+ <kerning first="86" second="114" amount="-1" />
+ <kerning first="86" second="117" amount="-1" />
+ <kerning first="86" second="121" amount="-1" />
+ <kerning first="87" second="44" amount="-1" />
+ <kerning first="87" second="46" amount="-1" />
+ <kerning first="87" second="65" amount="-1" />
+ <kerning first="87" second="97" amount="-1" />
+ <kerning first="89" second="44" amount="-2" />
+ <kerning first="89" second="45" amount="-1" />
+ <kerning first="89" second="46" amount="-2" />
+ <kerning first="89" second="58" amount="-1" />
+ <kerning first="89" second="65" amount="-1" />
+ <kerning first="89" second="97" amount="-1" />
+ <kerning first="89" second="101" amount="-1" />
+ <kerning first="89" second="105" amount="-1" />
+ <kerning first="89" second="111" amount="-1" />
+ <kerning first="89" second="112" amount="-1" />
+ <kerning first="89" second="113" amount="-1" />
+ <kerning first="89" second="117" amount="-1" />
+ <kerning first="89" second="118" amount="-1" />
+ <kerning first="114" second="44" amount="-1" />
+ <kerning first="114" second="46" amount="-1" />
+ <kerning first="118" second="44" amount="-1" />
+ <kerning first="118" second="46" amount="-1" />
+ <kerning first="119" second="44" amount="-1" />
+ <kerning first="119" second="46" amount="-1" />
+ <kerning first="121" second="44" amount="-1" />
+ <kerning first="121" second="46" amount="-1" />
+ </kernings>
+</font>
diff --git a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-regular.fnt b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-regular.fnt
index 89872f9..5f2bc09 100644
--- a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-regular.fnt
+++ b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-18-regular.fnt
@@ -1,609 +1,609 @@
-<?xml version="1.0"?>
-<font>
- <info face="Arial" size="18" bold="0" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
- <common lineHeight="18" base="15" scaleW="256" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
- <pages>
- <page id="0" file="arial-18-regular_0.png" />
- </pages>
- <chars count="527">
- <char id="32" x="70" y="179" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="33" x="246" y="215" width="1" height="12" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="34" x="234" y="239" width="4" height="4" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="35" x="200" y="165" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="36" x="73" y="112" width="7" height="14" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="37" x="91" y="140" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="38" x="169" y="152" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="39" x="244" y="239" width="1" height="4" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="40" x="248" y="80" width="3" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="41" x="252" y="48" width="3" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="42" x="228" y="239" width="5" height="5" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="43" x="129" y="243" width="7" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="44" x="246" y="239" width="1" height="4" xoffset="2" yoffset="14" xadvance="4" page="0" chnl="15" />
- <char id="45" x="57" y="140" width="4" height="1" xoffset="0" yoffset="11" xadvance="5" page="0" chnl="15" />
- <char id="46" x="62" y="140" width="1" height="1" xoffset="2" yoffset="14" xadvance="4" page="0" chnl="15" />
- <char id="47" x="183" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="48" x="200" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="49" x="168" y="217" width="4" height="12" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="50" x="184" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="51" x="176" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="52" x="54" y="181" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="53" x="152" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="54" x="144" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="55" x="136" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="56" x="112" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="57" x="104" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="58" x="110" y="243" width="1" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="59" x="250" y="215" width="1" height="12" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="60" x="137" y="242" width="7" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="61" x="220" y="240" width="7" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="62" x="121" y="243" width="7" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="63" x="80" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="64" x="194" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="65" x="140" y="139" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="66" x="160" y="165" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="67" x="103" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="68" x="136" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="69" x="140" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="70" x="0" y="182" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="71" x="125" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="72" x="40" y="169" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="73" x="244" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="74" x="175" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="75" x="110" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="76" x="112" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="77" x="0" y="156" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="78" x="130" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="79" x="147" y="152" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="80" x="70" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="81" x="173" y="112" width="10" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="82" x="59" y="155" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="83" x="244" y="150" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="84" x="20" y="169" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="85" x="90" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="86" x="104" y="140" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="87" x="91" y="127" width="15" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="88" x="36" y="156" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="89" x="60" y="168" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="90" x="50" y="168" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="91" x="240" y="80" width="3" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="92" x="173" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="93" x="244" y="80" width="3" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="94" x="168" y="240" width="7" height="6" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="95" x="104" y="253" width="9" height="1" xoffset="0" yoffset="17" xadvance="9" page="0" chnl="15" />
- <char id="96" x="252" y="238" width="2" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="97" x="240" y="229" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="98" x="240" y="189" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="99" x="68" y="245" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="100" x="40" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="101" x="32" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="102" x="151" y="218" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="103" x="242" y="176" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="104" x="182" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="105" x="236" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="106" x="236" y="80" width="3" height="15" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="107" x="153" y="178" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="108" x="248" y="215" width="1" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="109" x="178" y="230" width="11" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
- <char id="110" x="61" y="245" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="111" x="222" y="229" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="112" x="24" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="113" x="32" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="114" x="103" y="243" width="4" height="9" xoffset="1" yoffset="6" xadvance="5" page="0" chnl="15" />
- <char id="115" x="82" y="243" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="116" x="178" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="117" x="47" y="246" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="118" x="212" y="230" width="9" height="9" xoffset="-1" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="119" x="190" y="230" width="11" height="9" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="120" x="8" y="246" width="7" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="121" x="27" y="182" width="8" height="12" xoffset="-1" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="122" x="248" y="228" width="7" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="123" x="180" y="80" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="124" x="254" y="0" width="1" height="15" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="125" x="186" y="80" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="126" x="82" y="253" width="8" height="2" xoffset="0" yoffset="8" xadvance="9" page="0" chnl="15" />
- <char id="160" x="77" y="231" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
- <char id="161" x="242" y="216" width="1" height="12" xoffset="2" yoffset="6" xadvance="5" page="0" chnl="15" />
- <char id="162" x="115" y="0" width="7" height="16" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="163" x="126" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="164" x="159" y="241" width="8" height="6" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="165" x="190" y="165" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="166" x="9" y="99" width="1" height="15" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="167" x="27" y="83" width="8" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="168" x="72" y="218" width="3" height="1" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="169" x="52" y="142" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="170" x="176" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="171" x="152" y="241" width="6" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="172" x="204" y="240" width="7" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="173" x="65" y="153" width="4" height="1" xoffset="0" yoffset="11" xadvance="5" page="0" chnl="15" />
- <char id="174" x="13" y="143" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="175" x="94" y="253" width="9" height="1" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="176" x="239" y="239" width="4" height="4" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="177" x="142" y="231" width="7" height="10" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
- <char id="178" x="194" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="179" x="188" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="180" x="91" y="253" width="2" height="2" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="181" x="216" y="190" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="182" x="92" y="49" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="183" x="79" y="231" width="1" height="1" xoffset="2" yoffset="9" xadvance="5" page="0" chnl="15" />
- <char id="184" x="248" y="238" width="3" height="3" xoffset="1" yoffset="15" xadvance="5" page="0" chnl="15" />
- <char id="185" x="200" y="240" width="3" height="6" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="186" x="182" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="187" x="145" y="242" width="6" height="7" xoffset="2" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="188" x="224" y="124" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="189" x="237" y="124" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="190" x="155" y="126" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="191" x="180" y="178" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
- <char id="192" x="62" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="193" x="74" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="194" x="86" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="195" x="50" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="196" x="54" y="97" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="197" x="66" y="97" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="198" x="239" y="111" width="16" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="199" x="0" y="35" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="200" x="130" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="201" x="70" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="202" x="202" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="203" x="197" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="204" x="3" y="99" width="2" height="15" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="205" x="6" y="99" width="2" height="15" xoffset="1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="206" x="145" y="81" width="6" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="207" x="131" y="112" width="3" height="14" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="208" x="236" y="137" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="209" x="110" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="210" x="55" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="211" x="77" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="212" x="110" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="213" x="132" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="214" x="90" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="215" x="112" y="243" width="8" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="216" x="101" y="97" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="217" x="122" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="218" x="132" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="219" x="60" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="220" x="187" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="221" x="152" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="222" x="224" y="150" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="223" x="192" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="224" x="248" y="189" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="225" x="168" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="226" x="248" y="137" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="227" x="64" y="194" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="228" x="57" y="233" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="229" x="184" y="112" width="7" height="13" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="230" x="150" y="231" width="13" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="231" x="196" y="204" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="232" x="16" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="233" x="8" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="234" x="0" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="235" x="41" y="234" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="236" x="230" y="216" width="2" height="12" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="237" x="233" y="216" width="2" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="238" x="203" y="204" width="6" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="239" x="252" y="215" width="3" height="11" xoffset="0" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="240" x="234" y="176" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="241" x="210" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="242" x="9" y="182" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="243" x="90" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="244" x="198" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="245" x="238" y="163" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="246" x="14" y="234" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="247" x="212" y="240" width="7" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
- <char id="248" x="0" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="249" x="217" y="203" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="250" x="238" y="203" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="251" x="0" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="252" x="112" y="231" width="6" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="253" x="36" y="82" width="8" height="15" xoffset="-1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="254" x="101" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="255" x="56" y="112" width="8" height="14" xoffset="-1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="256" x="78" y="97" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="257" x="89" y="231" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="258" x="122" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="259" x="104" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="260" x="98" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="261" x="128" y="205" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="262" x="215" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="263" x="42" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="264" x="0" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="265" x="7" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="266" x="112" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="267" x="119" y="231" width="6" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="268" x="154" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="269" x="14" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="270" x="242" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="271" x="10" y="169" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="272" x="152" y="139" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="273" x="18" y="182" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="274" x="10" y="115" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="275" x="97" y="231" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="276" x="0" y="67" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="277" x="24" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="278" x="227" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="279" x="49" y="234" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="280" x="192" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="281" x="88" y="192" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="282" x="162" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="283" x="120" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="284" x="209" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="285" x="45" y="82" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="286" x="176" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="287" x="93" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="288" x="145" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="289" x="89" y="112" width="7" height="14" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="290" x="44" y="0" width="10" height="16" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="291" x="139" y="0" width="7" height="16" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="292" x="222" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="293" x="152" y="81" width="6" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="294" x="200" y="138" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="295" x="208" y="191" width="7" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="296" x="221" y="80" width="4" height="15" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="297" x="193" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="298" x="125" y="112" width="5" height="14" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="299" x="126" y="231" width="5" height="11" xoffset="-1" yoffset="4" xadvance="3" page="0" chnl="15" />
- <char id="300" x="204" y="80" width="5" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="301" x="157" y="218" width="5" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="302" x="252" y="80" width="2" height="15" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="303" x="0" y="99" width="2" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="304" x="135" y="112" width="1" height="14" xoffset="1" yoffset="1" xadvance="3" page="0" chnl="15" />
- <char id="305" x="108" y="243" width="1" height="9" xoffset="1" yoffset="6" xadvance="3" page="0" chnl="15" />
- <char id="306" x="229" y="163" width="8" height="12" xoffset="2" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="307" x="226" y="80" width="4" height="15" xoffset="2" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="308" x="62" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="309" x="117" y="81" width="6" height="15" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="310" x="66" y="0" width="9" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="311" x="106" y="0" width="8" height="16" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="312" x="24" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="313" x="85" y="81" width="7" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="314" x="253" y="32" width="2" height="15" xoffset="1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="315" x="131" y="0" width="7" height="16" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="316" x="152" y="0" width="3" height="16" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
- <char id="317" x="144" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="318" x="207" y="217" width="3" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="319" x="32" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="320" x="252" y="202" width="3" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="321" x="234" y="150" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="322" x="203" y="217" width="3" height="12" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="323" x="180" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="324" x="35" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="325" x="96" y="0" width="9" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="326" x="192" y="111" width="6" height="13" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
- <char id="327" x="190" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="328" x="168" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="329" x="135" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="330" x="81" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="331" x="49" y="221" width="6" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="332" x="156" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="333" x="23" y="234" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="334" x="99" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="335" x="220" y="164" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="336" x="11" y="35" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="337" x="171" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="338" x="107" y="127" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="339" x="164" y="230" width="13" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
- <char id="340" x="220" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="341" x="163" y="217" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="342" x="33" y="0" width="10" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="343" x="213" y="111" width="4" height="13" xoffset="1" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="344" x="226" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="345" x="56" y="220" width="6" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="346" x="210" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="347" x="63" y="220" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="348" x="150" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="349" x="70" y="220" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="350" x="140" y="65" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="351" x="77" y="218" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="352" x="120" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="353" x="84" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="354" x="90" y="65" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="355" x="216" y="80" width="4" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="356" x="30" y="66" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="357" x="91" y="218" width="6" height="12" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="358" x="0" y="169" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="359" x="198" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="360" x="232" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="361" x="98" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="362" x="217" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="363" x="105" y="231" width="6" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="364" x="102" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="365" x="105" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="366" x="160" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="367" x="206" y="111" width="6" height="13" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
- <char id="368" x="22" y="50" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="369" x="112" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="370" x="10" y="67" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="371" x="119" y="218" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="372" x="210" y="0" width="15" height="15" xoffset="0" yoffset="0" xadvance="15" page="0" chnl="15" />
- <char id="373" x="12" y="156" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="374" x="72" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="375" x="0" y="83" width="8" height="15" xoffset="-1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="376" x="0" y="115" width="9" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="377" x="82" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="378" x="232" y="190" width="7" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="379" x="167" y="97" width="9" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="380" x="81" y="231" width="7" height="11" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="381" x="52" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
- <char id="382" x="8" y="208" width="7" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="383" x="227" y="216" width="2" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="384" x="216" y="177" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="385" x="188" y="139" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="386" x="210" y="164" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="387" x="80" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="388" x="213" y="151" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="389" x="108" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="390" x="48" y="155" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="391" x="137" y="112" width="12" height="13" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="392" x="132" y="231" width="9" height="10" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
- <char id="393" x="24" y="156" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="394" x="26" y="143" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="395" x="80" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="396" x="64" y="207" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="397" x="48" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="398" x="120" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="399" x="70" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="400" x="63" y="181" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="401" x="22" y="34" width="10" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="402" x="240" y="64" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="403" x="150" y="112" width="11" height="13" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
- <char id="404" x="237" y="16" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="405" x="211" y="125" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="406" x="238" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="407" x="215" y="217" width="3" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="408" x="92" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="409" x="16" y="208" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="410" x="211" y="217" width="3" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="411" x="81" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="412" x="164" y="139" width="11" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="413" x="13" y="18" width="12" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="414" x="72" y="205" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="415" x="114" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="416" x="0" y="143" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="417" x="231" y="229" width="8" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="418" x="0" y="19" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="419" x="100" y="166" width="9" height="12" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="420" x="128" y="140" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="421" x="61" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="422" x="198" y="32" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="423" x="170" y="165" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="424" x="96" y="243" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="425" x="72" y="179" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="426" x="166" y="81" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="427" x="231" y="80" width="4" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="428" x="158" y="152" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="429" x="188" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="430" x="112" y="49" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="431" x="116" y="140" width="11" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="432" x="202" y="230" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="433" x="176" y="139" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="434" x="180" y="152" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="435" x="65" y="140" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="436" x="134" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="437" x="225" y="177" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="438" x="75" y="245" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="439" x="20" y="67" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="440" x="172" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="441" x="0" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="442" x="224" y="190" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="443" x="96" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="444" x="72" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="445" x="54" y="246" width="6" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="446" x="56" y="194" width="7" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="447" x="48" y="195" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="448" x="240" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="449" x="219" y="216" width="3" height="12" xoffset="2" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="450" x="56" y="207" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="451" x="254" y="150" width="1" height="12" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="452" x="156" y="0" width="20" height="15" xoffset="1" yoffset="0" xadvance="21" page="0" chnl="15" />
- <char id="453" x="0" y="130" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="454" x="57" y="127" width="16" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="455" x="139" y="126" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="456" x="38" y="17" width="11" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="457" x="250" y="64" width="5" height="15" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
- <char id="458" x="38" y="129" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="459" x="226" y="0" width="13" height="15" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
- <char id="460" x="33" y="33" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="461" x="26" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="462" x="40" y="208" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="463" x="138" y="81" width="6" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="464" x="126" y="218" width="6" height="12" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="465" x="44" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="466" x="117" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="467" x="100" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="468" x="189" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="469" x="42" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="470" x="111" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
- <char id="471" x="32" y="50" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="472" x="104" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
- <char id="473" x="230" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="474" x="97" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
- <char id="475" x="220" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="476" x="118" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
- <char id="477" x="16" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="478" x="146" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="479" x="81" y="112" width="7" height="14" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="480" x="110" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="481" x="65" y="112" width="7" height="14" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="482" x="11" y="99" width="16" height="14" xoffset="-1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="483" x="0" y="234" width="13" height="11" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="484" x="212" y="138" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="485" x="150" y="165" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="486" x="231" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="487" x="53" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="488" x="170" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="489" x="9" y="83" width="8" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="490" x="165" y="32" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="491" x="207" y="178" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="492" x="10" y="0" width="10" height="17" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="493" x="247" y="96" width="8" height="14" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="494" x="0" y="0" width="9" height="18" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
- <char id="495" x="248" y="16" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="496" x="173" y="81" width="6" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="497" x="218" y="111" width="20" height="12" xoffset="1" yoffset="3" xadvance="21" page="0" chnl="15" />
- <char id="498" x="19" y="130" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
- <char id="499" x="74" y="127" width="16" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="500" x="66" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="501" x="77" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="502" x="123" y="127" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
- <char id="503" x="18" y="83" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="504" x="80" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="505" x="21" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="506" x="21" y="0" width="11" height="16" xoffset="0" yoffset="-1" xadvance="11" page="0" chnl="15" />
- <char id="507" x="123" y="0" width="7" height="16" xoffset="1" yoffset="-1" xadvance="9" page="0" chnl="15" />
- <char id="508" x="177" y="0" width="16" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="509" x="197" y="125" width="13" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="510" x="55" y="0" width="10" height="16" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="511" x="88" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="512" x="170" y="16" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="513" x="96" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="514" x="158" y="16" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="515" x="120" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="516" x="50" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="517" x="136" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="518" x="40" y="66" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="519" x="152" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="520" x="198" y="80" width="5" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="521" x="250" y="176" width="5" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="522" x="192" y="80" width="5" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
- <char id="523" x="250" y="124" width="5" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
- <char id="524" x="204" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="525" x="36" y="182" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="526" x="187" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="527" x="247" y="163" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="528" x="193" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="529" x="133" y="218" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="530" x="11" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="531" x="139" y="218" width="5" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
- <char id="532" x="142" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="533" x="231" y="203" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="534" x="200" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="535" x="245" y="202" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="536" x="86" y="0" width="9" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="537" x="199" y="111" width="6" height="13" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
- <char id="538" x="76" y="0" width="9" height="16" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
- <char id="539" x="147" y="0" width="4" height="16" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
- <char id="540" x="69" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="541" x="145" y="218" width="5" height="12" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="542" x="242" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="543" x="159" y="81" width="6" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
- <char id="544" x="212" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="545" x="143" y="33" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="546" x="45" y="182" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="547" x="128" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="548" x="123" y="97" width="10" height="14" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
- <char id="549" x="65" y="233" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="550" x="42" y="98" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="551" x="73" y="233" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="552" x="182" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="553" x="160" y="191" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="554" x="182" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="555" x="20" y="114" width="8" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="556" x="121" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="557" x="29" y="114" width="8" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="558" x="134" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="559" x="32" y="234" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="560" x="88" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="561" x="38" y="114" width="8" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="562" x="207" y="96" width="9" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
- <char id="563" x="47" y="113" width="8" height="14" xoffset="-1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="564" x="124" y="81" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="565" x="180" y="165" width="9" height="12" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="566" x="224" y="203" width="6" height="12" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
- <char id="567" x="223" y="216" width="3" height="12" xoffset="0" yoffset="6" xadvance="4" page="0" chnl="15" />
- <char id="568" x="169" y="126" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
- <char id="569" x="183" y="126" width="13" height="12" xoffset="0" yoffset="6" xadvance="14" page="0" chnl="15" />
- <char id="570" x="28" y="99" width="13" height="14" xoffset="-1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="571" x="162" y="112" width="10" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="572" x="131" y="81" width="6" height="15" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="573" x="144" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="574" x="237" y="96" width="9" height="14" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
- <char id="575" x="28" y="221" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="576" x="160" y="204" width="7" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
- <char id="577" x="162" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="578" x="89" y="243" width="6" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
- <char id="579" x="191" y="152" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="580" x="78" y="140" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="581" x="224" y="137" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="582" x="177" y="97" width="9" height="14" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="583" x="109" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
- <char id="584" x="189" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
- <char id="585" x="210" y="80" width="5" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
- <char id="586" x="240" y="0" width="13" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="587" x="202" y="151" width="10" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
- <char id="588" x="39" y="142" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="589" x="40" y="246" width="6" height="9" xoffset="0" yoffset="6" xadvance="5" page="0" chnl="15" />
- <char id="590" x="30" y="169" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="591" x="99" y="179" width="8" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
- </chars>
- <kernings count="70">
- <kerning first="32" second="65" amount="-1" />
- <kerning first="49" second="49" amount="-1" />
- <kerning first="65" second="32" amount="-1" />
- <kerning first="65" second="84" amount="-1" />
- <kerning first="65" second="86" amount="-1" />
- <kerning first="65" second="87" amount="-1" />
- <kerning first="65" second="89" amount="-1" />
- <kerning first="70" second="44" amount="-2" />
- <kerning first="70" second="46" amount="-2" />
- <kerning first="70" second="65" amount="-1" />
- <kerning first="76" second="32" amount="-1" />
- <kerning first="76" second="84" amount="-1" />
- <kerning first="76" second="86" amount="-1" />
- <kerning first="76" second="87" amount="-1" />
- <kerning first="76" second="89" amount="-1" />
- <kerning first="76" second="121" amount="-1" />
- <kerning first="80" second="44" amount="-2" />
- <kerning first="80" second="46" amount="-2" />
- <kerning first="80" second="65" amount="-1" />
- <kerning first="84" second="44" amount="-2" />
- <kerning first="84" second="45" amount="-1" />
- <kerning first="84" second="46" amount="-2" />
- <kerning first="84" second="58" amount="-2" />
- <kerning first="84" second="65" amount="-1" />
- <kerning first="84" second="97" amount="-2" />
- <kerning first="84" second="99" amount="-2" />
- <kerning first="84" second="101" amount="-2" />
- <kerning first="84" second="105" amount="-1" />
- <kerning first="84" second="111" amount="-2" />
- <kerning first="84" second="114" amount="-1" />
- <kerning first="84" second="115" amount="-2" />
- <kerning first="84" second="117" amount="-1" />
- <kerning first="84" second="119" amount="-1" />
- <kerning first="84" second="121" amount="-1" />
- <kerning first="86" second="44" amount="-1" />
- <kerning first="86" second="45" amount="-1" />
- <kerning first="86" second="46" amount="-1" />
- <kerning first="86" second="58" amount="-1" />
- <kerning first="86" second="65" amount="-1" />
- <kerning first="86" second="97" amount="-1" />
- <kerning first="86" second="101" amount="-1" />
- <kerning first="86" second="111" amount="-1" />
- <kerning first="86" second="114" amount="-1" />
- <kerning first="86" second="117" amount="-1" />
- <kerning first="86" second="121" amount="-1" />
- <kerning first="87" second="44" amount="-1" />
- <kerning first="87" second="46" amount="-1" />
- <kerning first="87" second="65" amount="-1" />
- <kerning first="87" second="97" amount="-1" />
- <kerning first="89" second="44" amount="-2" />
- <kerning first="89" second="45" amount="-1" />
- <kerning first="89" second="46" amount="-2" />
- <kerning first="89" second="58" amount="-1" />
- <kerning first="89" second="65" amount="-1" />
- <kerning first="89" second="97" amount="-1" />
- <kerning first="89" second="101" amount="-1" />
- <kerning first="89" second="105" amount="-1" />
- <kerning first="89" second="111" amount="-1" />
- <kerning first="89" second="112" amount="-1" />
- <kerning first="89" second="113" amount="-1" />
- <kerning first="89" second="117" amount="-1" />
- <kerning first="89" second="118" amount="-1" />
- <kerning first="114" second="44" amount="-1" />
- <kerning first="114" second="46" amount="-1" />
- <kerning first="118" second="44" amount="-1" />
- <kerning first="118" second="46" amount="-1" />
- <kerning first="119" second="44" amount="-1" />
- <kerning first="119" second="46" amount="-1" />
- <kerning first="121" second="44" amount="-1" />
- <kerning first="121" second="46" amount="-1" />
- </kernings>
-</font>
+<?xml version="1.0"?>
+<font>
+ <info face="Arial" size="18" bold="0" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
+ <common lineHeight="18" base="15" scaleW="256" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
+ <pages>
+ <page id="0" file="arial-18-regular_0.png" />
+ </pages>
+ <chars count="527">
+ <char id="32" x="70" y="179" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="33" x="246" y="215" width="1" height="12" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="34" x="234" y="239" width="4" height="4" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="35" x="200" y="165" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="36" x="73" y="112" width="7" height="14" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="37" x="91" y="140" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="38" x="169" y="152" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="39" x="244" y="239" width="1" height="4" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="40" x="248" y="80" width="3" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="41" x="252" y="48" width="3" height="15" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="42" x="228" y="239" width="5" height="5" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="43" x="129" y="243" width="7" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="44" x="246" y="239" width="1" height="4" xoffset="2" yoffset="14" xadvance="4" page="0" chnl="15" />
+ <char id="45" x="57" y="140" width="4" height="1" xoffset="0" yoffset="11" xadvance="5" page="0" chnl="15" />
+ <char id="46" x="62" y="140" width="1" height="1" xoffset="2" yoffset="14" xadvance="4" page="0" chnl="15" />
+ <char id="47" x="183" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="48" x="200" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="49" x="168" y="217" width="4" height="12" xoffset="2" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="50" x="184" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="51" x="176" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="52" x="54" y="181" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="53" x="152" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="54" x="144" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="55" x="136" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="56" x="112" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="57" x="104" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="58" x="110" y="243" width="1" height="9" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="59" x="250" y="215" width="1" height="12" xoffset="1" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="60" x="137" y="242" width="7" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="61" x="220" y="240" width="7" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="62" x="121" y="243" width="7" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="63" x="80" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="64" x="194" y="0" width="15" height="15" xoffset="1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="65" x="140" y="139" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="66" x="160" y="165" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="67" x="103" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="68" x="136" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="69" x="140" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="70" x="0" y="182" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="71" x="125" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="72" x="40" y="169" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="73" x="244" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="74" x="175" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="75" x="110" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="76" x="112" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="77" x="0" y="156" width="11" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="78" x="130" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="79" x="147" y="152" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="80" x="70" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="81" x="173" y="112" width="10" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="82" x="59" y="155" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="83" x="244" y="150" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="84" x="20" y="169" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="85" x="90" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="86" x="104" y="140" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="87" x="91" y="127" width="15" height="12" xoffset="0" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="88" x="36" y="156" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="89" x="60" y="168" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="90" x="50" y="168" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="91" x="240" y="80" width="3" height="15" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="92" x="173" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="93" x="244" y="80" width="3" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="94" x="168" y="240" width="7" height="6" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="95" x="104" y="253" width="9" height="1" xoffset="0" yoffset="17" xadvance="9" page="0" chnl="15" />
+ <char id="96" x="252" y="238" width="2" height="2" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="97" x="240" y="229" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="98" x="240" y="189" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="99" x="68" y="245" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="100" x="40" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="101" x="32" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="102" x="151" y="218" width="5" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="103" x="242" y="176" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="104" x="182" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="105" x="236" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="106" x="236" y="80" width="3" height="15" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="107" x="153" y="178" width="8" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="108" x="248" y="215" width="1" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="109" x="178" y="230" width="11" height="9" xoffset="1" yoffset="6" xadvance="13" page="0" chnl="15" />
+ <char id="110" x="61" y="245" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="111" x="222" y="229" width="8" height="9" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="112" x="24" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="113" x="32" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="114" x="103" y="243" width="4" height="9" xoffset="1" yoffset="6" xadvance="5" page="0" chnl="15" />
+ <char id="115" x="82" y="243" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="116" x="178" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="117" x="47" y="246" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="118" x="212" y="230" width="9" height="9" xoffset="-1" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="119" x="190" y="230" width="11" height="9" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="120" x="8" y="246" width="7" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="121" x="27" y="182" width="8" height="12" xoffset="-1" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="122" x="248" y="228" width="7" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="123" x="180" y="80" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="124" x="254" y="0" width="1" height="15" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="125" x="186" y="80" width="5" height="15" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="126" x="82" y="253" width="8" height="2" xoffset="0" yoffset="8" xadvance="9" page="0" chnl="15" />
+ <char id="160" x="77" y="231" width="1" height="1" xoffset="0" yoffset="15" xadvance="4" page="0" chnl="15" />
+ <char id="161" x="242" y="216" width="1" height="12" xoffset="2" yoffset="6" xadvance="5" page="0" chnl="15" />
+ <char id="162" x="115" y="0" width="7" height="16" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="163" x="126" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="164" x="159" y="241" width="8" height="6" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="165" x="190" y="165" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="166" x="9" y="99" width="1" height="15" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="167" x="27" y="83" width="8" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="168" x="72" y="218" width="3" height="1" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="169" x="52" y="142" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="170" x="176" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="171" x="152" y="241" width="6" height="7" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="172" x="204" y="240" width="7" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="173" x="65" y="153" width="4" height="1" xoffset="0" yoffset="11" xadvance="5" page="0" chnl="15" />
+ <char id="174" x="13" y="143" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="175" x="94" y="253" width="9" height="1" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="176" x="239" y="239" width="4" height="4" xoffset="1" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="177" x="142" y="231" width="7" height="10" xoffset="1" yoffset="5" xadvance="9" page="0" chnl="15" />
+ <char id="178" x="194" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="179" x="188" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="180" x="91" y="253" width="2" height="2" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="181" x="216" y="190" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="182" x="92" y="49" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="183" x="79" y="231" width="1" height="1" xoffset="2" yoffset="9" xadvance="5" page="0" chnl="15" />
+ <char id="184" x="248" y="238" width="3" height="3" xoffset="1" yoffset="15" xadvance="5" page="0" chnl="15" />
+ <char id="185" x="200" y="240" width="3" height="6" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="186" x="182" y="240" width="5" height="6" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="187" x="145" y="242" width="6" height="7" xoffset="2" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="188" x="224" y="124" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="189" x="237" y="124" width="12" height="12" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="190" x="155" y="126" width="13" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="191" x="180" y="178" width="8" height="12" xoffset="1" yoffset="6" xadvance="10" page="0" chnl="15" />
+ <char id="192" x="62" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="193" x="74" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="194" x="86" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="195" x="50" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="196" x="54" y="97" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="197" x="66" y="97" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="198" x="239" y="111" width="16" height="12" xoffset="-1" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="199" x="0" y="35" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="200" x="130" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="201" x="70" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="202" x="202" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="203" x="197" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="204" x="3" y="99" width="2" height="15" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="205" x="6" y="99" width="2" height="15" xoffset="1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="206" x="145" y="81" width="6" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="207" x="131" y="112" width="3" height="14" xoffset="0" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="208" x="236" y="137" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="209" x="110" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="210" x="55" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="211" x="77" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="212" x="110" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="213" x="132" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="214" x="90" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="215" x="112" y="243" width="8" height="7" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="216" x="101" y="97" width="10" height="14" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="217" x="122" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="218" x="132" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="219" x="60" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="220" x="187" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="221" x="152" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="222" x="224" y="150" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="223" x="192" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="224" x="248" y="189" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="225" x="168" y="191" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="226" x="248" y="137" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="227" x="64" y="194" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="228" x="57" y="233" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="229" x="184" y="112" width="7" height="13" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="230" x="150" y="231" width="13" height="9" xoffset="1" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="231" x="196" y="204" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="232" x="16" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="233" x="8" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="234" x="0" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="235" x="41" y="234" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="236" x="230" y="216" width="2" height="12" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="237" x="233" y="216" width="2" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="238" x="203" y="204" width="6" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="239" x="252" y="215" width="3" height="11" xoffset="0" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="240" x="234" y="176" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="241" x="210" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="242" x="9" y="182" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="243" x="90" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="244" x="198" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="245" x="238" y="163" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="246" x="14" y="234" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="247" x="212" y="240" width="7" height="5" xoffset="1" yoffset="7" xadvance="9" page="0" chnl="15" />
+ <char id="248" x="0" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="249" x="217" y="203" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="250" x="238" y="203" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="251" x="0" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="252" x="112" y="231" width="6" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="253" x="36" y="82" width="8" height="15" xoffset="-1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="254" x="101" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="255" x="56" y="112" width="8" height="14" xoffset="-1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="256" x="78" y="97" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="257" x="89" y="231" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="258" x="122" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="259" x="104" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="260" x="98" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="261" x="128" y="205" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="262" x="215" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="263" x="42" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="264" x="0" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="265" x="7" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="266" x="112" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="267" x="119" y="231" width="6" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="268" x="154" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="269" x="14" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="270" x="242" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="271" x="10" y="169" width="9" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="272" x="152" y="139" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="273" x="18" y="182" width="8" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="274" x="10" y="115" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="275" x="97" y="231" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="276" x="0" y="67" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="277" x="24" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="278" x="227" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="279" x="49" y="234" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="280" x="192" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="281" x="88" y="192" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="282" x="162" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="283" x="120" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="284" x="209" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="285" x="45" y="82" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="286" x="176" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="287" x="93" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="288" x="145" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="289" x="89" y="112" width="7" height="14" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="290" x="44" y="0" width="10" height="16" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="291" x="139" y="0" width="7" height="16" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="292" x="222" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="293" x="152" y="81" width="6" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="294" x="200" y="138" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="295" x="208" y="191" width="7" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="296" x="221" y="80" width="4" height="15" xoffset="0" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="297" x="193" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="298" x="125" y="112" width="5" height="14" xoffset="-1" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="299" x="126" y="231" width="5" height="11" xoffset="-1" yoffset="4" xadvance="3" page="0" chnl="15" />
+ <char id="300" x="204" y="80" width="5" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="301" x="157" y="218" width="5" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="302" x="252" y="80" width="2" height="15" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="303" x="0" y="99" width="2" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="304" x="135" y="112" width="1" height="14" xoffset="1" yoffset="1" xadvance="3" page="0" chnl="15" />
+ <char id="305" x="108" y="243" width="1" height="9" xoffset="1" yoffset="6" xadvance="3" page="0" chnl="15" />
+ <char id="306" x="229" y="163" width="8" height="12" xoffset="2" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="307" x="226" y="80" width="4" height="15" xoffset="2" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="308" x="62" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="309" x="117" y="81" width="6" height="15" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="310" x="66" y="0" width="9" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="311" x="106" y="0" width="8" height="16" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="312" x="24" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="313" x="85" y="81" width="7" height="15" xoffset="1" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="314" x="253" y="32" width="2" height="15" xoffset="1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="315" x="131" y="0" width="7" height="16" xoffset="1" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="316" x="152" y="0" width="3" height="16" xoffset="0" yoffset="2" xadvance="3" page="0" chnl="15" />
+ <char id="317" x="144" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="318" x="207" y="217" width="3" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="319" x="32" y="195" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="320" x="252" y="202" width="3" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="321" x="234" y="150" width="9" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="322" x="203" y="217" width="3" height="12" xoffset="0" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="323" x="180" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="324" x="35" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="325" x="96" y="0" width="9" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="326" x="192" y="111" width="6" height="13" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
+ <char id="327" x="190" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="328" x="168" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="329" x="135" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="330" x="81" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="331" x="49" y="221" width="6" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="332" x="156" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="333" x="23" y="234" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="334" x="99" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="335" x="220" y="164" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="336" x="11" y="35" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="337" x="171" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="338" x="107" y="127" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="339" x="164" y="230" width="13" height="9" xoffset="1" yoffset="6" xadvance="15" page="0" chnl="15" />
+ <char id="340" x="220" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="341" x="163" y="217" width="4" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="342" x="33" y="0" width="10" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="343" x="213" y="111" width="4" height="13" xoffset="1" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="344" x="226" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="345" x="56" y="220" width="6" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="346" x="210" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="347" x="63" y="220" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="348" x="150" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="349" x="70" y="220" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="350" x="140" y="65" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="351" x="77" y="218" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="352" x="120" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="353" x="84" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="354" x="90" y="65" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="355" x="216" y="80" width="4" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="356" x="30" y="66" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="357" x="91" y="218" width="6" height="12" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="358" x="0" y="169" width="9" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="359" x="198" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="360" x="232" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="361" x="98" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="362" x="217" y="96" width="9" height="14" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="363" x="105" y="231" width="6" height="11" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="364" x="102" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="365" x="105" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="366" x="160" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="367" x="206" y="111" width="6" height="13" xoffset="1" yoffset="2" xadvance="8" page="0" chnl="15" />
+ <char id="368" x="22" y="50" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="369" x="112" y="218" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="370" x="10" y="67" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="371" x="119" y="218" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="372" x="210" y="0" width="15" height="15" xoffset="0" yoffset="0" xadvance="15" page="0" chnl="15" />
+ <char id="373" x="12" y="156" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="374" x="72" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="375" x="0" y="83" width="8" height="15" xoffset="-1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="376" x="0" y="115" width="9" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="377" x="82" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="378" x="232" y="190" width="7" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="379" x="167" y="97" width="9" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="380" x="81" y="231" width="7" height="11" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="381" x="52" y="49" width="9" height="15" xoffset="0" yoffset="0" xadvance="9" page="0" chnl="15" />
+ <char id="382" x="8" y="208" width="7" height="12" xoffset="0" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="383" x="227" y="216" width="2" height="12" xoffset="1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="384" x="216" y="177" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="385" x="188" y="139" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="386" x="210" y="164" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="387" x="80" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="388" x="213" y="151" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="389" x="108" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="390" x="48" y="155" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="391" x="137" y="112" width="12" height="13" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="392" x="132" y="231" width="9" height="10" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
+ <char id="393" x="24" y="156" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="394" x="26" y="143" width="12" height="12" xoffset="0" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="395" x="80" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="396" x="64" y="207" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="397" x="48" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="398" x="120" y="166" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="399" x="70" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="400" x="63" y="181" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="401" x="22" y="34" width="10" height="15" xoffset="-1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="402" x="240" y="64" width="9" height="15" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="403" x="150" y="112" width="11" height="13" xoffset="1" yoffset="2" xadvance="12" page="0" chnl="15" />
+ <char id="404" x="237" y="16" width="10" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="405" x="211" y="125" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="406" x="238" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="407" x="215" y="217" width="3" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="408" x="92" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="409" x="16" y="208" width="7" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="410" x="211" y="217" width="3" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="411" x="81" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="412" x="164" y="139" width="11" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="413" x="13" y="18" width="12" height="15" xoffset="-1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="414" x="72" y="205" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="415" x="114" y="153" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="416" x="0" y="143" width="12" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="417" x="231" y="229" width="8" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="418" x="0" y="19" width="12" height="15" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="419" x="100" y="166" width="9" height="12" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="420" x="128" y="140" width="11" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="421" x="61" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="422" x="198" y="32" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="423" x="170" y="165" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="424" x="96" y="243" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="425" x="72" y="179" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="426" x="166" y="81" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="427" x="231" y="80" width="4" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="428" x="158" y="152" width="10" height="12" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="429" x="188" y="217" width="4" height="12" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="430" x="112" y="49" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="431" x="116" y="140" width="11" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="432" x="202" y="230" width="9" height="9" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="433" x="176" y="139" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="434" x="180" y="152" width="10" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="435" x="65" y="140" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="436" x="134" y="17" width="11" height="15" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="437" x="225" y="177" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="438" x="75" y="245" width="6" height="9" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="439" x="20" y="67" width="9" height="15" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="440" x="172" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="441" x="0" y="208" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="442" x="224" y="190" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="443" x="96" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="444" x="72" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="445" x="54" y="246" width="6" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="446" x="56" y="194" width="7" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="447" x="48" y="195" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="448" x="240" y="216" width="1" height="12" xoffset="1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="449" x="219" y="216" width="3" height="12" xoffset="2" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="450" x="56" y="207" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="451" x="254" y="150" width="1" height="12" xoffset="2" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="452" x="156" y="0" width="20" height="15" xoffset="1" yoffset="0" xadvance="21" page="0" chnl="15" />
+ <char id="453" x="0" y="130" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="454" x="57" y="127" width="16" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="455" x="139" y="126" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="456" x="38" y="17" width="11" height="15" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="457" x="250" y="64" width="5" height="15" xoffset="1" yoffset="3" xadvance="7" page="0" chnl="15" />
+ <char id="458" x="38" y="129" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="459" x="226" y="0" width="13" height="15" xoffset="1" yoffset="3" xadvance="15" page="0" chnl="15" />
+ <char id="460" x="33" y="33" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="461" x="26" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="462" x="40" y="208" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="463" x="138" y="81" width="6" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="464" x="126" y="218" width="6" height="12" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="465" x="44" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="466" x="117" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="467" x="100" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="468" x="189" y="204" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="469" x="42" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="470" x="111" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
+ <char id="471" x="32" y="50" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="472" x="104" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
+ <char id="473" x="230" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="474" x="97" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
+ <char id="475" x="220" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="476" x="118" y="112" width="6" height="14" xoffset="1" yoffset="1" xadvance="8" page="0" chnl="15" />
+ <char id="477" x="16" y="246" width="7" height="9" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="478" x="146" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="479" x="81" y="112" width="7" height="14" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="480" x="110" y="17" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="481" x="65" y="112" width="7" height="14" xoffset="1" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="482" x="11" y="99" width="16" height="14" xoffset="-1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="483" x="0" y="234" width="13" height="11" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="484" x="212" y="138" width="11" height="12" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="485" x="150" y="165" width="9" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="486" x="231" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="487" x="53" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="488" x="170" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="489" x="9" y="83" width="8" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="490" x="165" y="32" width="10" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="491" x="207" y="178" width="8" height="12" xoffset="0" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="492" x="10" y="0" width="10" height="17" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="493" x="247" y="96" width="8" height="14" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="494" x="0" y="0" width="9" height="18" xoffset="0" yoffset="0" xadvance="10" page="0" chnl="15" />
+ <char id="495" x="248" y="16" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="496" x="173" y="81" width="6" height="15" xoffset="0" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="497" x="218" y="111" width="20" height="12" xoffset="1" yoffset="3" xadvance="21" page="0" chnl="15" />
+ <char id="498" x="19" y="130" width="18" height="12" xoffset="1" yoffset="3" xadvance="20" page="0" chnl="15" />
+ <char id="499" x="74" y="127" width="16" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="500" x="66" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="501" x="77" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="502" x="123" y="127" width="15" height="12" xoffset="1" yoffset="3" xadvance="17" page="0" chnl="15" />
+ <char id="503" x="18" y="83" width="8" height="15" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="504" x="80" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="505" x="21" y="221" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="506" x="21" y="0" width="11" height="16" xoffset="0" yoffset="-1" xadvance="11" page="0" chnl="15" />
+ <char id="507" x="123" y="0" width="7" height="16" xoffset="1" yoffset="-1" xadvance="9" page="0" chnl="15" />
+ <char id="508" x="177" y="0" width="16" height="15" xoffset="-1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="509" x="197" y="125" width="13" height="12" xoffset="1" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="510" x="55" y="0" width="10" height="16" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="511" x="88" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="512" x="170" y="16" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="513" x="96" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="514" x="158" y="16" width="11" height="15" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="515" x="120" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="516" x="50" y="65" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="517" x="136" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="518" x="40" y="66" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="519" x="152" y="205" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="520" x="198" y="80" width="5" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="521" x="250" y="176" width="5" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="522" x="192" y="80" width="5" height="15" xoffset="-1" yoffset="0" xadvance="3" page="0" chnl="15" />
+ <char id="523" x="250" y="124" width="5" height="12" xoffset="-1" yoffset="3" xadvance="3" page="0" chnl="15" />
+ <char id="524" x="204" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="525" x="36" y="182" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="526" x="187" y="32" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="527" x="247" y="163" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="528" x="193" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="529" x="133" y="218" width="5" height="12" xoffset="0" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="530" x="11" y="51" width="10" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="531" x="139" y="218" width="5" height="12" xoffset="1" yoffset="3" xadvance="5" page="0" chnl="15" />
+ <char id="532" x="142" y="49" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="533" x="231" y="203" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="534" x="200" y="64" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="535" x="245" y="202" width="6" height="12" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="536" x="86" y="0" width="9" height="16" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="537" x="199" y="111" width="6" height="13" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
+ <char id="538" x="76" y="0" width="9" height="16" xoffset="0" yoffset="2" xadvance="9" page="0" chnl="15" />
+ <char id="539" x="147" y="0" width="4" height="16" xoffset="0" yoffset="2" xadvance="4" page="0" chnl="15" />
+ <char id="540" x="69" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="541" x="145" y="218" width="5" height="12" xoffset="1" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="542" x="242" y="48" width="9" height="15" xoffset="1" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="543" x="159" y="81" width="6" height="15" xoffset="1" yoffset="0" xadvance="8" page="0" chnl="15" />
+ <char id="544" x="212" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="545" x="143" y="33" width="10" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="546" x="45" y="182" width="8" height="12" xoffset="1" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="547" x="128" y="192" width="7" height="12" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="548" x="123" y="97" width="10" height="14" xoffset="0" yoffset="3" xadvance="10" page="0" chnl="15" />
+ <char id="549" x="65" y="233" width="7" height="11" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="550" x="42" y="98" width="11" height="14" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="551" x="73" y="233" width="7" height="11" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="552" x="182" y="48" width="9" height="15" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="553" x="160" y="191" width="7" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="554" x="182" y="16" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="555" x="20" y="114" width="8" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="556" x="121" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="557" x="29" y="114" width="8" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="558" x="134" y="97" width="10" height="14" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="559" x="32" y="234" width="8" height="11" xoffset="0" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="560" x="88" y="33" width="10" height="15" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="561" x="38" y="114" width="8" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="562" x="207" y="96" width="9" height="14" xoffset="0" yoffset="1" xadvance="9" page="0" chnl="15" />
+ <char id="563" x="47" y="113" width="8" height="14" xoffset="-1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="564" x="124" y="81" width="6" height="15" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="565" x="180" y="165" width="9" height="12" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="566" x="224" y="203" width="6" height="12" xoffset="0" yoffset="3" xadvance="6" page="0" chnl="15" />
+ <char id="567" x="223" y="216" width="3" height="12" xoffset="0" yoffset="6" xadvance="4" page="0" chnl="15" />
+ <char id="568" x="169" y="126" width="13" height="12" xoffset="0" yoffset="3" xadvance="14" page="0" chnl="15" />
+ <char id="569" x="183" y="126" width="13" height="12" xoffset="0" yoffset="6" xadvance="14" page="0" chnl="15" />
+ <char id="570" x="28" y="99" width="13" height="14" xoffset="-1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="571" x="162" y="112" width="10" height="13" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="572" x="131" y="81" width="6" height="15" xoffset="1" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="573" x="144" y="179" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="574" x="237" y="96" width="9" height="14" xoffset="0" yoffset="2" xadvance="10" page="0" chnl="15" />
+ <char id="575" x="28" y="221" width="6" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="576" x="160" y="204" width="7" height="12" xoffset="1" yoffset="6" xadvance="8" page="0" chnl="15" />
+ <char id="577" x="162" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="578" x="89" y="243" width="6" height="9" xoffset="0" yoffset="6" xadvance="7" page="0" chnl="15" />
+ <char id="579" x="191" y="152" width="10" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="580" x="78" y="140" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="581" x="224" y="137" width="11" height="12" xoffset="0" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="582" x="177" y="97" width="9" height="14" xoffset="1" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="583" x="109" y="81" width="7" height="15" xoffset="1" yoffset="3" xadvance="9" page="0" chnl="15" />
+ <char id="584" x="189" y="178" width="8" height="12" xoffset="0" yoffset="3" xadvance="8" page="0" chnl="15" />
+ <char id="585" x="210" y="80" width="5" height="15" xoffset="-1" yoffset="3" xadvance="4" page="0" chnl="15" />
+ <char id="586" x="240" y="0" width="13" height="15" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="587" x="202" y="151" width="10" height="12" xoffset="1" yoffset="6" xadvance="9" page="0" chnl="15" />
+ <char id="588" x="39" y="142" width="12" height="12" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="589" x="40" y="246" width="6" height="9" xoffset="0" yoffset="6" xadvance="5" page="0" chnl="15" />
+ <char id="590" x="30" y="169" width="9" height="12" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="591" x="99" y="179" width="8" height="12" xoffset="0" yoffset="6" xadvance="8" page="0" chnl="15" />
+ </chars>
+ <kernings count="70">
+ <kerning first="32" second="65" amount="-1" />
+ <kerning first="49" second="49" amount="-1" />
+ <kerning first="65" second="32" amount="-1" />
+ <kerning first="65" second="84" amount="-1" />
+ <kerning first="65" second="86" amount="-1" />
+ <kerning first="65" second="87" amount="-1" />
+ <kerning first="65" second="89" amount="-1" />
+ <kerning first="70" second="44" amount="-2" />
+ <kerning first="70" second="46" amount="-2" />
+ <kerning first="70" second="65" amount="-1" />
+ <kerning first="76" second="32" amount="-1" />
+ <kerning first="76" second="84" amount="-1" />
+ <kerning first="76" second="86" amount="-1" />
+ <kerning first="76" second="87" amount="-1" />
+ <kerning first="76" second="89" amount="-1" />
+ <kerning first="76" second="121" amount="-1" />
+ <kerning first="80" second="44" amount="-2" />
+ <kerning first="80" second="46" amount="-2" />
+ <kerning first="80" second="65" amount="-1" />
+ <kerning first="84" second="44" amount="-2" />
+ <kerning first="84" second="45" amount="-1" />
+ <kerning first="84" second="46" amount="-2" />
+ <kerning first="84" second="58" amount="-2" />
+ <kerning first="84" second="65" amount="-1" />
+ <kerning first="84" second="97" amount="-2" />
+ <kerning first="84" second="99" amount="-2" />
+ <kerning first="84" second="101" amount="-2" />
+ <kerning first="84" second="105" amount="-1" />
+ <kerning first="84" second="111" amount="-2" />
+ <kerning first="84" second="114" amount="-1" />
+ <kerning first="84" second="115" amount="-2" />
+ <kerning first="84" second="117" amount="-1" />
+ <kerning first="84" second="119" amount="-1" />
+ <kerning first="84" second="121" amount="-1" />
+ <kerning first="86" second="44" amount="-1" />
+ <kerning first="86" second="45" amount="-1" />
+ <kerning first="86" second="46" amount="-1" />
+ <kerning first="86" second="58" amount="-1" />
+ <kerning first="86" second="65" amount="-1" />
+ <kerning first="86" second="97" amount="-1" />
+ <kerning first="86" second="101" amount="-1" />
+ <kerning first="86" second="111" amount="-1" />
+ <kerning first="86" second="114" amount="-1" />
+ <kerning first="86" second="117" amount="-1" />
+ <kerning first="86" second="121" amount="-1" />
+ <kerning first="87" second="44" amount="-1" />
+ <kerning first="87" second="46" amount="-1" />
+ <kerning first="87" second="65" amount="-1" />
+ <kerning first="87" second="97" amount="-1" />
+ <kerning first="89" second="44" amount="-2" />
+ <kerning first="89" second="45" amount="-1" />
+ <kerning first="89" second="46" amount="-2" />
+ <kerning first="89" second="58" amount="-1" />
+ <kerning first="89" second="65" amount="-1" />
+ <kerning first="89" second="97" amount="-1" />
+ <kerning first="89" second="101" amount="-1" />
+ <kerning first="89" second="105" amount="-1" />
+ <kerning first="89" second="111" amount="-1" />
+ <kerning first="89" second="112" amount="-1" />
+ <kerning first="89" second="113" amount="-1" />
+ <kerning first="89" second="117" amount="-1" />
+ <kerning first="89" second="118" amount="-1" />
+ <kerning first="114" second="44" amount="-1" />
+ <kerning first="114" second="46" amount="-1" />
+ <kerning first="118" second="44" amount="-1" />
+ <kerning first="118" second="46" amount="-1" />
+ <kerning first="119" second="44" amount="-1" />
+ <kerning first="119" second="46" amount="-1" />
+ <kerning first="121" second="44" amount="-1" />
+ <kerning first="121" second="46" amount="-1" />
+ </kernings>
+</font>
diff --git a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-24-bold.fnt b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-24-bold.fnt
index 66140e7..1cd3826 100644
--- a/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-24-bold.fnt
+++ b/ardor3d-ui/src/main/resources/com/ardor3d/extension/ui/font/arial-24-bold.fnt
@@ -1,610 +1,610 @@
-<?xml version="1.0"?>
-<font>
- <info face="Arial" size="24" bold="1" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
- <common lineHeight="24" base="19" scaleW="512" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
- <pages>
- <page id="0" file="arial-24-bold_0.png" />
- </pages>
- <chars count="527">
- <char id="32" x="508" y="56" width="1" height="1" xoffset="0" yoffset="19" xadvance="6" page="0" chnl="15" />
- <char id="33" x="508" y="111" width="3" height="15" xoffset="2" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="34" x="439" y="193" width="7" height="5" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
- <char id="35" x="406" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="36" x="346" y="79" width="9" height="18" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="37" x="483" y="78" width="15" height="16" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="38" x="326" y="114" width="13" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="39" x="447" y="192" width="3" height="5" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="40" x="355" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="41" x="361" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="42" x="374" y="193" width="8" height="8" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="43" x="77" y="197" width="11" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="44" x="435" y="193" width="3" height="6" xoffset="1" yoffset="16" xadvance="6" page="0" chnl="15" />
- <char id="45" x="476" y="191" width="6" height="3" xoffset="1" yoffset="12" xadvance="7" page="0" chnl="15" />
- <char id="46" x="497" y="188" width="3" height="3" xoffset="1" yoffset="16" xadvance="6" page="0" chnl="15" />
- <char id="47" x="476" y="160" width="6" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="48" x="53" y="100" width="9" height="16" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="49" x="454" y="161" width="7" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="50" x="283" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="51" x="293" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="52" x="382" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="53" x="303" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="54" x="313" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="55" x="323" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="56" x="333" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="57" x="502" y="127" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="58" x="507" y="176" width="3" height="11" xoffset="2" yoffset="8" xadvance="7" page="0" chnl="15" />
- <char id="59" x="461" y="177" width="3" height="14" xoffset="2" yoffset="8" xadvance="7" page="0" chnl="15" />
- <char id="60" x="170" y="194" width="10" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="61" x="352" y="193" width="10" height="8" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="62" x="148" y="194" width="10" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
- <char id="63" x="92" y="148" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="64" x="40" y="0" width="19" height="20" xoffset="1" yoffset="4" xadvance="20" page="0" chnl="15" />
- <char id="65" x="368" y="114" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="66" x="54" y="134" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="67" x="145" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="68" x="28" y="134" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="69" x="418" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="70" x="466" y="144" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="71" x="191" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="72" x="249" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="73" x="34" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="74" x="81" y="148" width="10" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="75" x="354" y="114" width="13" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="76" x="444" y="145" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="77" x="66" y="116" width="15" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="78" x="210" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="79" x="251" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="80" x="274" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="81" x="0" y="101" width="15" height="16" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="82" x="236" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="83" x="394" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="84" x="430" y="129" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="85" x="41" y="134" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="86" x="14" y="134" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="87" x="254" y="98" width="19" height="15" xoffset="0" yoffset="4" xadvance="19" page="0" chnl="15" />
- <char id="88" x="494" y="111" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="89" x="130" y="115" width="15" height="15" xoffset="-1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="90" x="454" y="129" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="91" x="379" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="92" x="462" y="161" width="6" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="93" x="373" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="94" x="363" y="193" width="10" height="8" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="95" x="12" y="210" width="11" height="2" xoffset="0" yoffset="21" xadvance="11" page="0" chnl="15" />
- <char id="96" x="488" y="190" width="4" height="3" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="97" x="181" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="98" x="400" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="99" x="234" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="100" x="411" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="101" x="254" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="102" x="438" y="161" width="7" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="103" x="33" y="166" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="104" x="455" y="145" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="105" x="22" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="106" x="385" y="40" width="5" height="19" xoffset="-1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="107" x="477" y="144" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="108" x="26" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="109" x="33" y="198" width="15" height="11" xoffset="1" yoffset="8" xadvance="17" page="0" chnl="15" />
- <char id="110" x="192" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="111" x="159" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="112" x="77" y="164" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="113" x="88" y="164" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="114" x="310" y="193" width="7" height="11" xoffset="1" yoffset="8" xadvance="8" page="0" chnl="15" />
- <char id="115" x="214" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="116" x="483" y="160" width="6" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="117" x="137" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="118" x="101" y="195" width="11" height="11" xoffset="0" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="119" x="17" y="198" width="15" height="11" xoffset="0" yoffset="8" xadvance="15" page="0" chnl="15" />
- <char id="120" x="89" y="195" width="11" height="11" xoffset="0" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="121" x="410" y="114" width="13" height="15" xoffset="-1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="122" x="274" y="193" width="8" height="11" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
- <char id="123" x="316" y="40" width="7" height="19" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="124" x="423" y="40" width="2" height="19" xoffset="2" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="125" x="340" y="40" width="7" height="19" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="126" x="451" y="192" width="11" height="4" xoffset="0" yoffset="10" xadvance="12" page="0" chnl="15" />
- <char id="160" x="510" y="0" width="1" height="1" xoffset="0" yoffset="19" xadvance="6" page="0" chnl="15" />
- <char id="161" x="508" y="40" width="3" height="15" xoffset="2" yoffset="8" xadvance="7" page="0" chnl="15" />
- <char id="162" x="96" y="41" width="10" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="163" x="213" y="146" width="10" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="164" x="113" y="195" width="11" height="11" xoffset="0" yoffset="7" xadvance="11" page="0" chnl="15" />
- <char id="165" x="334" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="166" x="420" y="40" width="2" height="19" xoffset="2" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="167" x="217" y="40" width="10" height="19" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="168" x="501" y="188" width="6" height="2" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="169" x="98" y="115" width="15" height="15" xoffset="0" yoffset="4" xadvance="15" page="0" chnl="15" />
- <char id="170" x="423" y="193" width="6" height="7" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="171" x="322" y="193" width="9" height="9" xoffset="1" yoffset="9" xadvance="11" page="0" chnl="15" />
- <char id="172" x="383" y="193" width="10" height="7" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="173" x="469" y="191" width="6" height="3" xoffset="1" yoffset="12" xadvance="7" page="0" chnl="15" />
- <char id="174" x="50" y="118" width="15" height="15" xoffset="0" yoffset="4" xadvance="15" page="0" chnl="15" />
- <char id="175" x="0" y="210" width="11" height="2" xoffset="0" yoffset="2" xadvance="11" page="0" chnl="15" />
- <char id="176" x="394" y="193" width="7" height="7" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="177" x="298" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="178" x="416" y="193" width="6" height="7" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="179" x="402" y="193" width="6" height="7" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="180" x="483" y="190" width="4" height="3" xoffset="2" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="181" x="235" y="146" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="182" x="214" y="79" width="10" height="18" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="183" x="493" y="188" width="3" height="3" xoffset="2" yoffset="10" xadvance="7" page="0" chnl="15" />
- <char id="184" x="463" y="192" width="5" height="4" xoffset="0" yoffset="19" xadvance="6" page="0" chnl="15" />
- <char id="185" x="430" y="193" width="4" height="7" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="186" x="409" y="193" width="6" height="7" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="187" x="332" y="193" width="9" height="9" xoffset="1" yoffset="9" xadvance="11" page="0" chnl="15" />
- <char id="188" x="438" y="97" width="16" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="189" x="489" y="95" width="16" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="190" x="386" y="98" width="17" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="191" x="55" y="166" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="192" x="126" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="193" x="28" y="22" width="13" height="19" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="194" x="167" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="195" x="84" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="196" x="237" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="197" x="251" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="198" x="191" y="98" width="20" height="15" xoffset="-1" yoffset="4" xadvance="20" page="0" chnl="15" />
- <char id="199" x="413" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="200" x="72" y="41" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="201" x="463" y="20" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="202" x="135" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="203" x="147" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="204" x="406" y="40" width="4" height="19" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="205" x="411" y="40" width="4" height="19" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
- <char id="206" x="372" y="79" width="7" height="18" xoffset="-1" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="207" x="394" y="79" width="6" height="18" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
- <char id="208" x="424" y="113" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="209" x="374" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="210" x="405" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="211" x="465" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="212" x="92" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="213" x="285" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="214" x="32" y="63" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="215" x="342" y="193" width="9" height="9" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="216" x="425" y="79" width="16" height="17" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
- <char id="217" x="179" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="218" x="166" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="219" x="490" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="220" x="13" y="82" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="221" x="238" y="0" width="15" height="19" xoffset="-1" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="222" x="389" y="146" width="10" height="15" xoffset="2" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="223" x="378" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="224" x="367" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="225" x="356" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="226" x="97" y="180" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="227" x="323" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="228" x="86" y="180" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="229" x="499" y="78" width="10" height="16" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
- <char id="230" x="0" y="198" width="16" height="11" xoffset="1" yoffset="8" xadvance="18" page="0" chnl="15" />
- <char id="231" x="143" y="163" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="232" x="153" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="233" x="163" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="234" x="374" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="235" x="304" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="236" x="17" y="182" width="4" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="237" x="12" y="182" width="4" height="15" xoffset="1" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="238" x="418" y="178" width="7" height="14" xoffset="-1" yoffset="5" xadvance="6" page="0" chnl="15" />
- <char id="239" x="441" y="177" width="6" height="14" xoffset="0" yoffset="5" xadvance="6" page="0" chnl="15" />
- <char id="240" x="312" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="241" x="202" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="242" x="191" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="243" x="180" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="244" x="75" y="182" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="245" x="169" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="246" x="251" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="247" x="125" y="194" width="11" height="11" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="248" x="478" y="176" width="10" height="13" xoffset="1" yoffset="7" xadvance="12" page="0" chnl="15" />
- <char id="249" x="290" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="250" x="147" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="251" x="174" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="252" x="163" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="253" x="42" y="21" width="13" height="19" xoffset="-1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="254" x="184" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="255" x="209" y="60" width="13" height="18" xoffset="-1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="256" x="195" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="257" x="152" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="258" x="181" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="259" x="119" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="260" x="495" y="0" width="14" height="19" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="261" x="466" y="128" width="11" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="262" x="192" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="263" x="233" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="264" x="26" y="82" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="265" x="314" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="266" x="296" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="267" x="173" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="268" x="464" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="269" x="324" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="270" x="477" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="271" x="266" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="272" x="438" y="113" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="273" x="12" y="150" width="11" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="274" x="87" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="275" x="334" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="276" x="111" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="277" x="344" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="278" x="487" y="20" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="279" x="183" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="280" x="451" y="20" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="281" x="223" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="282" x="75" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="283" x="364" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="284" x="62" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="285" x="192" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="286" x="77" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="287" x="335" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="288" x="375" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="289" x="173" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="290" x="450" y="0" width="14" height="19" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="291" x="101" y="0" width="10" height="20" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="292" x="0" y="82" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="293" x="280" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="294" x="206" y="114" width="14" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="295" x="346" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="296" x="324" y="40" width="7" height="19" xoffset="-1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="297" x="398" y="162" width="7" height="15" xoffset="-1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="298" x="387" y="79" width="6" height="18" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="299" x="434" y="178" width="6" height="14" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="300" x="380" y="79" width="6" height="18" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="301" x="448" y="177" width="6" height="14" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="302" x="401" y="40" width="4" height="19" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="303" x="396" y="40" width="4" height="19" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="304" x="416" y="40" width="3" height="19" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="305" x="318" y="193" width="3" height="11" xoffset="1" yoffset="8" xadvance="5" page="0" chnl="15" />
- <char id="306" x="176" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="307" x="260" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="308" x="399" y="60" width="12" height="18" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="309" x="364" y="79" width="7" height="18" xoffset="-1" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="310" x="56" y="21" width="13" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="311" x="151" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="312" x="203" y="193" width="10" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="313" x="118" y="41" width="10" height="19" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="314" x="391" y="40" width="4" height="19" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="315" x="162" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="316" x="367" y="40" width="5" height="19" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="317" x="48" y="150" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="318" x="446" y="161" width="7" height="15" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="319" x="44" y="166" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="320" x="414" y="162" width="7" height="15" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="321" x="93" y="131" width="12" height="15" xoffset="-1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="322" x="497" y="160" width="5" height="15" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="323" x="348" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="324" x="257" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="325" x="309" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="326" x="224" y="146" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="327" x="438" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="328" x="218" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="329" x="296" y="114" width="14" height="15" xoffset="-1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="330" x="106" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="331" x="110" y="163" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="332" x="47" y="62" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="333" x="229" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="334" x="152" y="60" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="335" x="207" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="336" x="435" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="337" x="433" y="145" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="338" x="274" y="98" width="19" height="15" xoffset="0" yoffset="4" xadvance="20" page="0" chnl="15" />
- <char id="339" x="489" y="176" width="17" height="11" xoffset="1" yoffset="8" xadvance="19" page="0" chnl="15" />
- <char id="340" x="231" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="341" x="422" y="162" width="7" height="15" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="342" x="400" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="343" x="430" y="162" width="7" height="15" xoffset="1" yoffset="8" xadvance="8" page="0" chnl="15" />
- <char id="344" x="451" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="345" x="402" y="178" width="7" height="14" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
- <char id="346" x="84" y="41" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="347" x="243" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="348" x="123" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="349" x="294" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="350" x="36" y="42" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="351" x="253" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="352" x="51" y="81" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="353" x="284" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="354" x="48" y="41" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="355" x="348" y="40" width="6" height="19" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="356" x="39" y="82" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="357" x="158" y="147" width="10" height="15" xoffset="0" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="358" x="310" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="359" x="469" y="160" width="6" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="360" x="257" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="361" x="246" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="362" x="425" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="363" x="262" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="364" x="412" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="365" x="273" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="366" x="322" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="367" x="42" y="101" width="10" height="16" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="368" x="335" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="369" x="301" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="370" x="270" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="371" x="478" y="128" width="11" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="372" x="472" y="40" width="19" height="18" xoffset="0" yoffset="1" xadvance="19" page="0" chnl="15" />
- <char id="373" x="59" y="182" width="15" height="14" xoffset="0" yoffset="5" xadvance="15" page="0" chnl="15" />
- <char id="374" x="492" y="40" width="15" height="18" xoffset="-1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="375" x="265" y="60" width="13" height="18" xoffset="-1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="376" x="0" y="63" width="15" height="18" xoffset="-1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="377" x="439" y="20" width="11" height="19" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="378" x="353" y="162" width="8" height="15" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="379" x="60" y="41" width="11" height="19" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
- <char id="380" x="389" y="162" width="8" height="15" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="381" x="63" y="80" width="11" height="18" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="382" x="393" y="178" width="8" height="14" xoffset="1" yoffset="5" xadvance="10" page="0" chnl="15" />
- <char id="383" x="506" y="95" width="5" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="384" x="286" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="385" x="404" y="98" width="16" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="386" x="67" y="132" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="387" x="279" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="388" x="340" y="114" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="389" x="322" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="390" x="119" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="391" x="442" y="78" width="15" height="17" xoffset="1" yoffset="2" xadvance="14" page="0" chnl="15" />
- <char id="392" x="465" y="177" width="12" height="13" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
- <char id="393" x="452" y="113" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="394" x="472" y="96" width="16" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="395" x="132" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="396" x="334" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="397" x="121" y="163" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="398" x="36" y="150" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="399" x="396" y="114" width="13" height="15" xoffset="1" yoffset="4" xadvance="15" page="0" chnl="15" />
- <char id="400" x="223" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="401" x="244" y="20" width="12" height="19" xoffset="-1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="402" x="499" y="20" width="11" height="19" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="403" x="407" y="79" width="17" height="17" xoffset="1" yoffset="2" xadvance="16" page="0" chnl="15" />
- <char id="404" x="0" y="23" width="13" height="19" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="405" x="368" y="98" width="17" height="15" xoffset="1" yoffset="4" xadvance="19" page="0" chnl="15" />
- <char id="406" x="30" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="407" x="0" y="182" width="5" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="408" x="480" y="112" width="13" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="409" x="99" y="164" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="410" x="503" y="160" width="5" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="411" x="24" y="150" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="412" x="350" y="98" width="17" height="15" xoffset="1" yoffset="4" xadvance="20" page="0" chnl="15" />
- <char id="413" x="420" y="0" width="14" height="19" xoffset="-1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="414" x="132" y="163" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="415" x="311" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="416" x="0" y="118" width="16" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="417" x="49" y="197" width="13" height="11" xoffset="1" yoffset="8" xadvance="14" page="0" chnl="15" />
- <char id="418" x="170" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
- <char id="419" x="281" y="114" width="14" height="15" xoffset="0" yoffset="8" xadvance="15" page="0" chnl="15" />
- <char id="420" x="114" y="115" width="15" height="15" xoffset="0" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="421" x="239" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="422" x="347" y="60" width="12" height="18" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="423" x="370" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="424" x="244" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="425" x="70" y="148" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="426" x="299" y="40" width="8" height="19" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="427" x="308" y="40" width="7" height="19" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="428" x="80" y="132" width="12" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="429" x="406" y="162" width="7" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="430" x="24" y="43" width="11" height="19" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="431" x="455" y="96" width="16" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="432" x="63" y="197" width="13" height="11" xoffset="1" yoffset="8" xadvance="14" page="0" chnl="15" />
- <char id="433" x="146" y="115" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="434" x="158" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="435" x="34" y="118" width="15" height="15" xoffset="0" yoffset="4" xadvance="15" page="0" chnl="15" />
- <char id="436" x="360" y="0" width="14" height="19" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="437" x="171" y="131" width="12" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="438" x="292" y="193" width="8" height="11" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
- <char id="439" x="140" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="440" x="129" y="41" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="441" x="103" y="147" width="10" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="442" x="125" y="147" width="10" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="443" x="263" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="444" x="273" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="445" x="264" y="193" width="9" height="11" xoffset="0" yoffset="8" xadvance="10" page="0" chnl="15" />
- <char id="446" x="358" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="447" x="22" y="166" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="448" x="509" y="160" width="2" height="15" xoffset="2" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="449" x="490" y="160" width="6" height="15" xoffset="2" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="450" x="11" y="166" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="451" x="38" y="182" width="3" height="15" xoffset="2" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="452" x="426" y="40" width="24" height="18" xoffset="1" yoffset="1" xadvance="27" page="0" chnl="15" />
- <char id="453" x="146" y="99" width="22" height="15" xoffset="1" yoffset="4" xadvance="24" page="0" chnl="15" />
- <char id="454" x="212" y="98" width="20" height="15" xoffset="1" yoffset="4" xadvance="22" page="0" chnl="15" />
- <char id="455" x="169" y="98" width="21" height="15" xoffset="1" yoffset="4" xadvance="23" page="0" chnl="15" />
- <char id="456" x="254" y="0" width="15" height="19" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
- <char id="457" x="270" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="458" x="73" y="99" width="24" height="15" xoffset="1" yoffset="4" xadvance="26" page="0" chnl="15" />
- <char id="459" x="151" y="0" width="18" height="19" xoffset="1" yoffset="4" xadvance="20" page="0" chnl="15" />
- <char id="460" x="187" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
- <char id="461" x="293" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="462" x="108" y="180" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="463" x="503" y="59" width="7" height="18" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="464" x="410" y="178" width="7" height="14" xoffset="-1" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="465" x="122" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="466" x="130" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="467" x="373" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="468" x="141" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="469" x="361" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="470" x="228" y="40" width="10" height="19" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
- <char id="471" x="283" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="472" x="225" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="473" x="387" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="474" x="159" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="475" x="218" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="476" x="247" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="477" x="224" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="478" x="14" y="23" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="479" x="258" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="480" x="98" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="481" x="269" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="482" x="451" y="40" width="20" height="18" xoffset="-1" yoffset="1" xadvance="20" page="0" chnl="15" />
- <char id="483" x="42" y="182" width="16" height="14" xoffset="1" yoffset="5" xadvance="18" page="0" chnl="15" />
- <char id="484" x="82" y="115" width="15" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="485" x="262" y="130" width="11" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="486" x="137" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="487" x="291" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="488" x="223" y="60" width="13" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="489" x="203" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
- <char id="490" x="480" y="0" width="14" height="19" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="491" x="499" y="144" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="492" x="0" y="0" width="14" height="22" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="493" x="324" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="494" x="15" y="0" width="10" height="22" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="495" x="170" y="79" width="10" height="18" xoffset="0" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="496" x="356" y="79" width="7" height="18" xoffset="0" yoffset="5" xadvance="6" page="0" chnl="15" />
- <char id="497" x="98" y="99" width="24" height="15" xoffset="1" yoffset="4" xadvance="27" page="0" chnl="15" />
- <char id="498" x="123" y="99" width="22" height="15" xoffset="1" yoffset="4" xadvance="24" page="0" chnl="15" />
- <char id="499" x="233" y="98" width="20" height="15" xoffset="1" yoffset="4" xadvance="22" page="0" chnl="15" />
- <char id="500" x="270" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="501" x="206" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="502" x="294" y="98" width="19" height="15" xoffset="1" yoffset="4" xadvance="21" page="0" chnl="15" />
- <char id="503" x="12" y="43" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="504" x="140" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="505" x="0" y="166" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="506" x="26" y="0" width="13" height="21" xoffset="0" yoffset="-2" xadvance="13" page="0" chnl="15" />
- <char id="507" x="112" y="0" width="10" height="20" xoffset="1" yoffset="-1" xadvance="11" page="0" chnl="15" />
- <char id="508" x="130" y="0" width="20" height="19" xoffset="-1" yoffset="0" xadvance="20" page="0" chnl="15" />
- <char id="509" x="421" y="97" width="16" height="15" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
- <char id="510" x="60" y="0" width="16" height="20" xoffset="0" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="511" x="31" y="101" width="10" height="16" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="512" x="112" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="513" x="59" y="150" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="514" x="307" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="515" x="196" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="516" x="475" y="20" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="517" x="343" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="518" x="99" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="519" x="354" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="520" x="290" y="40" width="8" height="19" xoffset="-2" yoffset="0" xadvance="5" page="0" chnl="15" />
- <char id="521" x="371" y="162" width="8" height="15" xoffset="-2" yoffset="4" xadvance="5" page="0" chnl="15" />
- <char id="522" x="401" y="79" width="5" height="18" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
- <char id="523" x="455" y="177" width="5" height="14" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
- <char id="524" x="300" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="525" x="114" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="526" x="107" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
- <char id="527" x="240" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="528" x="205" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="529" x="380" y="162" width="8" height="15" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
- <char id="530" x="321" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="531" x="426" y="178" width="7" height="14" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
- <char id="532" x="153" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
- <char id="533" x="136" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="534" x="334" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="535" x="185" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
- <char id="536" x="89" y="0" width="11" height="20" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="537" x="63" y="99" width="9" height="16" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="538" x="77" y="0" width="11" height="20" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="539" x="123" y="0" width="6" height="20" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
- <char id="540" x="107" y="41" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="541" x="362" y="162" width="8" height="15" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
- <char id="542" x="360" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
- <char id="543" x="313" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="544" x="426" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="545" x="204" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
- <char id="546" x="490" y="128" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="547" x="442" y="129" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="548" x="386" y="60" width="12" height="18" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="549" x="384" y="178" width="8" height="14" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
- <char id="550" x="70" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
- <char id="551" x="268" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="552" x="0" y="43" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="553" x="193" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="554" x="315" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="555" x="181" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="556" x="390" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="557" x="236" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="558" x="330" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="559" x="345" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="560" x="345" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
- <char id="561" x="302" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
- <char id="562" x="16" y="63" width="15" height="18" xoffset="-1" yoffset="1" xadvance="13" page="0" chnl="15" />
- <char id="563" x="279" y="60" width="13" height="18" xoffset="-1" yoffset="5" xadvance="11" page="0" chnl="15" />
- <char id="564" x="195" y="40" width="10" height="19" xoffset="0" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="565" x="17" y="118" width="16" height="15" xoffset="1" yoffset="8" xadvance="17" page="0" chnl="15" />
- <char id="566" x="422" y="146" width="10" height="15" xoffset="0" yoffset="4" xadvance="10" page="0" chnl="15" />
- <char id="567" x="6" y="182" width="5" height="15" xoffset="0" yoffset="8" xadvance="6" page="0" chnl="15" />
- <char id="568" x="332" y="98" width="17" height="15" xoffset="1" yoffset="4" xadvance="19" page="0" chnl="15" />
- <char id="569" x="314" y="98" width="17" height="15" xoffset="1" yoffset="8" xadvance="19" page="0" chnl="15" />
- <char id="570" x="16" y="101" width="14" height="16" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="571" x="184" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="572" x="250" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="573" x="488" y="144" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
- <char id="574" x="458" y="78" width="12" height="17" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
- <char id="575" x="203" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
- <char id="576" x="213" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
- <char id="577" x="197" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="578" x="283" y="193" width="8" height="11" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
- <char id="579" x="236" y="114" width="14" height="15" xoffset="-1" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="580" x="221" y="114" width="14" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="581" x="382" y="114" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="582" x="471" y="78" width="11" height="17" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
- <char id="583" x="280" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="584" x="66" y="166" width="10" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
- <char id="585" x="332" y="40" width="7" height="19" xoffset="-2" yoffset="4" xadvance="6" page="0" chnl="15" />
- <char id="586" x="221" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
- <char id="587" x="0" y="134" width="13" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
- <char id="588" x="161" y="115" width="14" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
- <char id="589" x="301" y="193" width="8" height="11" xoffset="0" yoffset="8" xadvance="8" page="0" chnl="15" />
- <char id="590" x="466" y="112" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
- <char id="591" x="0" y="150" width="11" height="15" xoffset="0" yoffset="8" xadvance="11" page="0" chnl="15" />
- </chars>
- <kernings count="71">
- <kerning first="32" second="65" amount="-1" />
- <kerning first="49" second="49" amount="-1" />
- <kerning first="65" second="32" amount="-1" />
- <kerning first="65" second="84" amount="-2" />
- <kerning first="65" second="86" amount="-2" />
- <kerning first="65" second="87" amount="-1" />
- <kerning first="65" second="89" amount="-2" />
- <kerning first="65" second="118" amount="-1" />
- <kerning first="65" second="121" amount="-1" />
- <kerning first="70" second="44" amount="-2" />
- <kerning first="70" second="46" amount="-2" />
- <kerning first="70" second="65" amount="-1" />
- <kerning first="76" second="84" amount="-2" />
- <kerning first="76" second="86" amount="-2" />
- <kerning first="76" second="87" amount="-1" />
- <kerning first="76" second="89" amount="-2" />
- <kerning first="76" second="121" amount="-1" />
- <kerning first="80" second="44" amount="-3" />
- <kerning first="80" second="46" amount="-3" />
- <kerning first="80" second="65" amount="-2" />
- <kerning first="82" second="89" amount="-1" />
- <kerning first="84" second="44" amount="-2" />
- <kerning first="84" second="45" amount="-1" />
- <kerning first="84" second="46" amount="-2" />
- <kerning first="84" second="58" amount="-2" />
- <kerning first="84" second="65" amount="-2" />
- <kerning first="84" second="97" amount="-2" />
- <kerning first="84" second="99" amount="-2" />
- <kerning first="84" second="101" amount="-2" />
- <kerning first="84" second="111" amount="-2" />
- <kerning first="84" second="114" amount="-1" />
- <kerning first="84" second="115" amount="-2" />
- <kerning first="84" second="117" amount="-2" />
- <kerning first="84" second="119" amount="-2" />
- <kerning first="84" second="121" amount="-2" />
- <kerning first="86" second="44" amount="-2" />
- <kerning first="86" second="45" amount="-1" />
- <kerning first="86" second="46" amount="-2" />
- <kerning first="86" second="58" amount="-1" />
- <kerning first="86" second="65" amount="-2" />
- <kerning first="86" second="97" amount="-1" />
- <kerning first="86" second="101" amount="-1" />
- <kerning first="86" second="111" amount="-2" />
- <kerning first="86" second="114" amount="-1" />
- <kerning first="86" second="117" amount="-1" />
- <kerning first="86" second="121" amount="-1" />
- <kerning first="87" second="44" amount="-1" />
- <kerning first="87" second="46" amount="-1" />
- <kerning first="87" second="65" amount="-1" />
- <kerning first="87" second="97" amount="-1" />
- <kerning first="89" second="44" amount="-2" />
- <kerning first="89" second="45" amount="-1" />
- <kerning first="89" second="46" amount="-2" />
- <kerning first="89" second="58" amount="-2" />
- <kerning first="89" second="65" amount="-2" />
- <kerning first="89" second="97" amount="-1" />
- <kerning first="89" second="101" amount="-1" />
- <kerning first="89" second="105" amount="-1" />
- <kerning first="89" second="111" amount="-2" />
- <kerning first="89" second="112" amount="-1" />
- <kerning first="89" second="113" amount="-2" />
- <kerning first="89" second="117" amount="-1" />
- <kerning first="89" second="118" amount="-1" />
- <kerning first="114" second="44" amount="-1" />
- <kerning first="114" second="46" amount="-1" />
- <kerning first="118" second="44" amount="-2" />
- <kerning first="118" second="46" amount="-2" />
- <kerning first="119" second="44" amount="-1" />
- <kerning first="119" second="46" amount="-1" />
- <kerning first="121" second="44" amount="-2" />
- <kerning first="121" second="46" amount="-2" />
- </kernings>
-</font>
+<?xml version="1.0"?>
+<font>
+ <info face="Arial" size="24" bold="1" italic="0" charset="" unicode="1" stretchH="100" smooth="1" aa="1" padding="0,0,0,0" spacing="1,1" outline="0"/>
+ <common lineHeight="24" base="19" scaleW="512" scaleH="256" pages="1" packed="0" alphaChnl="0" redChnl="4" greenChnl="4" blueChnl="4"/>
+ <pages>
+ <page id="0" file="arial-24-bold_0.png" />
+ </pages>
+ <chars count="527">
+ <char id="32" x="508" y="56" width="1" height="1" xoffset="0" yoffset="19" xadvance="6" page="0" chnl="15" />
+ <char id="33" x="508" y="111" width="3" height="15" xoffset="2" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="34" x="439" y="193" width="7" height="5" xoffset="1" yoffset="4" xadvance="9" page="0" chnl="15" />
+ <char id="35" x="406" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="36" x="346" y="79" width="9" height="18" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="37" x="483" y="78" width="15" height="16" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="38" x="326" y="114" width="13" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="39" x="447" y="192" width="3" height="5" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="40" x="355" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="41" x="361" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="42" x="374" y="193" width="8" height="8" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="43" x="77" y="197" width="11" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="44" x="435" y="193" width="3" height="6" xoffset="1" yoffset="16" xadvance="6" page="0" chnl="15" />
+ <char id="45" x="476" y="191" width="6" height="3" xoffset="1" yoffset="12" xadvance="7" page="0" chnl="15" />
+ <char id="46" x="497" y="188" width="3" height="3" xoffset="1" yoffset="16" xadvance="6" page="0" chnl="15" />
+ <char id="47" x="476" y="160" width="6" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="48" x="53" y="100" width="9" height="16" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="49" x="454" y="161" width="7" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="50" x="283" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="51" x="293" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="52" x="382" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="53" x="303" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="54" x="313" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="55" x="323" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="56" x="333" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="57" x="502" y="127" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="58" x="507" y="176" width="3" height="11" xoffset="2" yoffset="8" xadvance="7" page="0" chnl="15" />
+ <char id="59" x="461" y="177" width="3" height="14" xoffset="2" yoffset="8" xadvance="7" page="0" chnl="15" />
+ <char id="60" x="170" y="194" width="10" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="61" x="352" y="193" width="10" height="8" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="62" x="148" y="194" width="10" height="11" xoffset="1" yoffset="6" xadvance="12" page="0" chnl="15" />
+ <char id="63" x="92" y="148" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="64" x="40" y="0" width="19" height="20" xoffset="1" yoffset="4" xadvance="20" page="0" chnl="15" />
+ <char id="65" x="368" y="114" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="66" x="54" y="134" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="67" x="145" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="68" x="28" y="134" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="69" x="418" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="70" x="466" y="144" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="71" x="191" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="72" x="249" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="73" x="34" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="74" x="81" y="148" width="10" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="75" x="354" y="114" width="13" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="76" x="444" y="145" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="77" x="66" y="116" width="15" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="78" x="210" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="79" x="251" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="80" x="274" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="81" x="0" y="101" width="15" height="16" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="82" x="236" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="83" x="394" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="84" x="430" y="129" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="85" x="41" y="134" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="86" x="14" y="134" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="87" x="254" y="98" width="19" height="15" xoffset="0" yoffset="4" xadvance="19" page="0" chnl="15" />
+ <char id="88" x="494" y="111" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="89" x="130" y="115" width="15" height="15" xoffset="-1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="90" x="454" y="129" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="91" x="379" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="92" x="462" y="161" width="6" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="93" x="373" y="40" width="5" height="19" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="94" x="363" y="193" width="10" height="8" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="95" x="12" y="210" width="11" height="2" xoffset="0" yoffset="21" xadvance="11" page="0" chnl="15" />
+ <char id="96" x="488" y="190" width="4" height="3" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="97" x="181" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="98" x="400" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="99" x="234" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="100" x="411" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="101" x="254" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="102" x="438" y="161" width="7" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="103" x="33" y="166" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="104" x="455" y="145" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="105" x="22" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="106" x="385" y="40" width="5" height="19" xoffset="-1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="107" x="477" y="144" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="108" x="26" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="109" x="33" y="198" width="15" height="11" xoffset="1" yoffset="8" xadvance="17" page="0" chnl="15" />
+ <char id="110" x="192" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="111" x="159" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="112" x="77" y="164" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="113" x="88" y="164" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="114" x="310" y="193" width="7" height="11" xoffset="1" yoffset="8" xadvance="8" page="0" chnl="15" />
+ <char id="115" x="214" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="116" x="483" y="160" width="6" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="117" x="137" y="194" width="10" height="11" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="118" x="101" y="195" width="11" height="11" xoffset="0" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="119" x="17" y="198" width="15" height="11" xoffset="0" yoffset="8" xadvance="15" page="0" chnl="15" />
+ <char id="120" x="89" y="195" width="11" height="11" xoffset="0" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="121" x="410" y="114" width="13" height="15" xoffset="-1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="122" x="274" y="193" width="8" height="11" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
+ <char id="123" x="316" y="40" width="7" height="19" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="124" x="423" y="40" width="2" height="19" xoffset="2" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="125" x="340" y="40" width="7" height="19" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="126" x="451" y="192" width="11" height="4" xoffset="0" yoffset="10" xadvance="12" page="0" chnl="15" />
+ <char id="160" x="510" y="0" width="1" height="1" xoffset="0" yoffset="19" xadvance="6" page="0" chnl="15" />
+ <char id="161" x="508" y="40" width="3" height="15" xoffset="2" yoffset="8" xadvance="7" page="0" chnl="15" />
+ <char id="162" x="96" y="41" width="10" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="163" x="213" y="146" width="10" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="164" x="113" y="195" width="11" height="11" xoffset="0" yoffset="7" xadvance="11" page="0" chnl="15" />
+ <char id="165" x="334" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="166" x="420" y="40" width="2" height="19" xoffset="2" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="167" x="217" y="40" width="10" height="19" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="168" x="501" y="188" width="6" height="2" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="169" x="98" y="115" width="15" height="15" xoffset="0" yoffset="4" xadvance="15" page="0" chnl="15" />
+ <char id="170" x="423" y="193" width="6" height="7" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="171" x="322" y="193" width="9" height="9" xoffset="1" yoffset="9" xadvance="11" page="0" chnl="15" />
+ <char id="172" x="383" y="193" width="10" height="7" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="173" x="469" y="191" width="6" height="3" xoffset="1" yoffset="12" xadvance="7" page="0" chnl="15" />
+ <char id="174" x="50" y="118" width="15" height="15" xoffset="0" yoffset="4" xadvance="15" page="0" chnl="15" />
+ <char id="175" x="0" y="210" width="11" height="2" xoffset="0" yoffset="2" xadvance="11" page="0" chnl="15" />
+ <char id="176" x="394" y="193" width="7" height="7" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="177" x="298" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="178" x="416" y="193" width="6" height="7" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="179" x="402" y="193" width="6" height="7" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="180" x="483" y="190" width="4" height="3" xoffset="2" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="181" x="235" y="146" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="182" x="214" y="79" width="10" height="18" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="183" x="493" y="188" width="3" height="3" xoffset="2" yoffset="10" xadvance="7" page="0" chnl="15" />
+ <char id="184" x="463" y="192" width="5" height="4" xoffset="0" yoffset="19" xadvance="6" page="0" chnl="15" />
+ <char id="185" x="430" y="193" width="4" height="7" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="186" x="409" y="193" width="6" height="7" xoffset="1" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="187" x="332" y="193" width="9" height="9" xoffset="1" yoffset="9" xadvance="11" page="0" chnl="15" />
+ <char id="188" x="438" y="97" width="16" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="189" x="489" y="95" width="16" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="190" x="386" y="98" width="17" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="191" x="55" y="166" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="192" x="126" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="193" x="28" y="22" width="13" height="19" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="194" x="167" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="195" x="84" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="196" x="237" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="197" x="251" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="198" x="191" y="98" width="20" height="15" xoffset="-1" yoffset="4" xadvance="20" page="0" chnl="15" />
+ <char id="199" x="413" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="200" x="72" y="41" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="201" x="463" y="20" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="202" x="135" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="203" x="147" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="204" x="406" y="40" width="4" height="19" xoffset="0" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="205" x="411" y="40" width="4" height="19" xoffset="1" yoffset="0" xadvance="6" page="0" chnl="15" />
+ <char id="206" x="372" y="79" width="7" height="18" xoffset="-1" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="207" x="394" y="79" width="6" height="18" xoffset="0" yoffset="1" xadvance="6" page="0" chnl="15" />
+ <char id="208" x="424" y="113" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="209" x="374" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="210" x="405" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="211" x="465" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="212" x="92" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="213" x="285" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="214" x="32" y="63" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="215" x="342" y="193" width="9" height="9" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="216" x="425" y="79" width="16" height="17" xoffset="0" yoffset="3" xadvance="16" page="0" chnl="15" />
+ <char id="217" x="179" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="218" x="166" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="219" x="490" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="220" x="13" y="82" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="221" x="238" y="0" width="15" height="19" xoffset="-1" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="222" x="389" y="146" width="10" height="15" xoffset="2" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="223" x="378" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="224" x="367" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="225" x="356" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="226" x="97" y="180" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="227" x="323" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="228" x="86" y="180" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="229" x="499" y="78" width="10" height="16" xoffset="1" yoffset="3" xadvance="11" page="0" chnl="15" />
+ <char id="230" x="0" y="198" width="16" height="11" xoffset="1" yoffset="8" xadvance="18" page="0" chnl="15" />
+ <char id="231" x="143" y="163" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="232" x="153" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="233" x="163" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="234" x="374" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="235" x="304" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="236" x="17" y="182" width="4" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="237" x="12" y="182" width="4" height="15" xoffset="1" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="238" x="418" y="178" width="7" height="14" xoffset="-1" yoffset="5" xadvance="6" page="0" chnl="15" />
+ <char id="239" x="441" y="177" width="6" height="14" xoffset="0" yoffset="5" xadvance="6" page="0" chnl="15" />
+ <char id="240" x="312" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="241" x="202" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="242" x="191" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="243" x="180" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="244" x="75" y="182" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="245" x="169" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="246" x="251" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="247" x="125" y="194" width="11" height="11" xoffset="0" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="248" x="478" y="176" width="10" height="13" xoffset="1" yoffset="7" xadvance="12" page="0" chnl="15" />
+ <char id="249" x="290" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="250" x="147" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="251" x="174" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="252" x="163" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="253" x="42" y="21" width="13" height="19" xoffset="-1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="254" x="184" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="255" x="209" y="60" width="13" height="18" xoffset="-1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="256" x="195" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="257" x="152" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="258" x="181" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="259" x="119" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="260" x="495" y="0" width="14" height="19" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="261" x="466" y="128" width="11" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="262" x="192" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="263" x="233" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="264" x="26" y="82" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="265" x="314" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="266" x="296" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="267" x="173" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="268" x="464" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="269" x="324" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="270" x="477" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="271" x="266" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="272" x="438" y="113" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="273" x="12" y="150" width="11" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="274" x="87" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="275" x="334" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="276" x="111" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="277" x="344" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="278" x="487" y="20" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="279" x="183" y="163" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="280" x="451" y="20" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="281" x="223" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="282" x="75" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="283" x="364" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="284" x="62" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="285" x="192" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="286" x="77" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="287" x="335" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="288" x="375" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="289" x="173" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="290" x="450" y="0" width="14" height="19" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="291" x="101" y="0" width="10" height="20" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="292" x="0" y="82" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="293" x="280" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="294" x="206" y="114" width="14" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="295" x="346" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="296" x="324" y="40" width="7" height="19" xoffset="-1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="297" x="398" y="162" width="7" height="15" xoffset="-1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="298" x="387" y="79" width="6" height="18" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="299" x="434" y="178" width="6" height="14" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="300" x="380" y="79" width="6" height="18" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="301" x="448" y="177" width="6" height="14" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="302" x="401" y="40" width="4" height="19" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="303" x="396" y="40" width="4" height="19" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="304" x="416" y="40" width="3" height="19" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="305" x="318" y="193" width="3" height="11" xoffset="1" yoffset="8" xadvance="5" page="0" chnl="15" />
+ <char id="306" x="176" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="307" x="260" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="308" x="399" y="60" width="12" height="18" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="309" x="364" y="79" width="7" height="18" xoffset="-1" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="310" x="56" y="21" width="13" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="311" x="151" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="312" x="203" y="193" width="10" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="313" x="118" y="41" width="10" height="19" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="314" x="391" y="40" width="4" height="19" xoffset="1" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="315" x="162" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="316" x="367" y="40" width="5" height="19" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="317" x="48" y="150" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="318" x="446" y="161" width="7" height="15" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="319" x="44" y="166" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="320" x="414" y="162" width="7" height="15" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="321" x="93" y="131" width="12" height="15" xoffset="-1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="322" x="497" y="160" width="5" height="15" xoffset="0" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="323" x="348" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="324" x="257" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="325" x="309" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="326" x="224" y="146" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="327" x="438" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="328" x="218" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="329" x="296" y="114" width="14" height="15" xoffset="-1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="330" x="106" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="331" x="110" y="163" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="332" x="47" y="62" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="333" x="229" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="334" x="152" y="60" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="335" x="207" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="336" x="435" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="337" x="433" y="145" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="338" x="274" y="98" width="19" height="15" xoffset="0" yoffset="4" xadvance="20" page="0" chnl="15" />
+ <char id="339" x="489" y="176" width="17" height="11" xoffset="1" yoffset="8" xadvance="19" page="0" chnl="15" />
+ <char id="340" x="231" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="341" x="422" y="162" width="7" height="15" xoffset="1" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="342" x="400" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="343" x="430" y="162" width="7" height="15" xoffset="1" yoffset="8" xadvance="8" page="0" chnl="15" />
+ <char id="344" x="451" y="59" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="345" x="402" y="178" width="7" height="14" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
+ <char id="346" x="84" y="41" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="347" x="243" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="348" x="123" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="349" x="294" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="350" x="36" y="42" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="351" x="253" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="352" x="51" y="81" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="353" x="284" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="354" x="48" y="41" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="355" x="348" y="40" width="6" height="19" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="356" x="39" y="82" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="357" x="158" y="147" width="10" height="15" xoffset="0" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="358" x="310" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="359" x="469" y="160" width="6" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="360" x="257" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="361" x="246" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="362" x="425" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="363" x="262" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="364" x="412" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="365" x="273" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="366" x="322" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="367" x="42" y="101" width="10" height="16" xoffset="1" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="368" x="335" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="369" x="301" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="370" x="270" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="371" x="478" y="128" width="11" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="372" x="472" y="40" width="19" height="18" xoffset="0" yoffset="1" xadvance="19" page="0" chnl="15" />
+ <char id="373" x="59" y="182" width="15" height="14" xoffset="0" yoffset="5" xadvance="15" page="0" chnl="15" />
+ <char id="374" x="492" y="40" width="15" height="18" xoffset="-1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="375" x="265" y="60" width="13" height="18" xoffset="-1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="376" x="0" y="63" width="15" height="18" xoffset="-1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="377" x="439" y="20" width="11" height="19" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="378" x="353" y="162" width="8" height="15" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="379" x="60" y="41" width="11" height="19" xoffset="0" yoffset="0" xadvance="11" page="0" chnl="15" />
+ <char id="380" x="389" y="162" width="8" height="15" xoffset="1" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="381" x="63" y="80" width="11" height="18" xoffset="0" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="382" x="393" y="178" width="8" height="14" xoffset="1" yoffset="5" xadvance="10" page="0" chnl="15" />
+ <char id="383" x="506" y="95" width="5" height="15" xoffset="1" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="384" x="286" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="385" x="404" y="98" width="16" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="386" x="67" y="132" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="387" x="279" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="388" x="340" y="114" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="389" x="322" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="390" x="119" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="391" x="442" y="78" width="15" height="17" xoffset="1" yoffset="2" xadvance="14" page="0" chnl="15" />
+ <char id="392" x="465" y="177" width="12" height="13" xoffset="1" yoffset="6" xadvance="11" page="0" chnl="15" />
+ <char id="393" x="452" y="113" width="13" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="394" x="472" y="96" width="16" height="15" xoffset="0" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="395" x="132" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="396" x="334" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="397" x="121" y="163" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="398" x="36" y="150" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="399" x="396" y="114" width="13" height="15" xoffset="1" yoffset="4" xadvance="15" page="0" chnl="15" />
+ <char id="400" x="223" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="401" x="244" y="20" width="12" height="19" xoffset="-1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="402" x="499" y="20" width="11" height="19" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="403" x="407" y="79" width="17" height="17" xoffset="1" yoffset="2" xadvance="16" page="0" chnl="15" />
+ <char id="404" x="0" y="23" width="13" height="19" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="405" x="368" y="98" width="17" height="15" xoffset="1" yoffset="4" xadvance="19" page="0" chnl="15" />
+ <char id="406" x="30" y="182" width="3" height="15" xoffset="1" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="407" x="0" y="182" width="5" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="408" x="480" y="112" width="13" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="409" x="99" y="164" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="410" x="503" y="160" width="5" height="15" xoffset="0" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="411" x="24" y="150" width="11" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="412" x="350" y="98" width="17" height="15" xoffset="1" yoffset="4" xadvance="20" page="0" chnl="15" />
+ <char id="413" x="420" y="0" width="14" height="19" xoffset="-1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="414" x="132" y="163" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="415" x="311" y="114" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="416" x="0" y="118" width="16" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="417" x="49" y="197" width="13" height="11" xoffset="1" yoffset="8" xadvance="14" page="0" chnl="15" />
+ <char id="418" x="170" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
+ <char id="419" x="281" y="114" width="14" height="15" xoffset="0" yoffset="8" xadvance="15" page="0" chnl="15" />
+ <char id="420" x="114" y="115" width="15" height="15" xoffset="0" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="421" x="239" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="422" x="347" y="60" width="12" height="18" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="423" x="370" y="130" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="424" x="244" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="425" x="70" y="148" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="426" x="299" y="40" width="8" height="19" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="427" x="308" y="40" width="7" height="19" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="428" x="80" y="132" width="12" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="429" x="406" y="162" width="7" height="15" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="430" x="24" y="43" width="11" height="19" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="431" x="455" y="96" width="16" height="15" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="432" x="63" y="197" width="13" height="11" xoffset="1" yoffset="8" xadvance="14" page="0" chnl="15" />
+ <char id="433" x="146" y="115" width="14" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="434" x="158" y="131" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="435" x="34" y="118" width="15" height="15" xoffset="0" yoffset="4" xadvance="15" page="0" chnl="15" />
+ <char id="436" x="360" y="0" width="14" height="19" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="437" x="171" y="131" width="12" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="438" x="292" y="193" width="8" height="11" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
+ <char id="439" x="140" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="440" x="129" y="41" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="441" x="103" y="147" width="10" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="442" x="125" y="147" width="10" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="443" x="263" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="444" x="273" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="445" x="264" y="193" width="9" height="11" xoffset="0" yoffset="8" xadvance="10" page="0" chnl="15" />
+ <char id="446" x="358" y="130" width="11" height="15" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="447" x="22" y="166" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="448" x="509" y="160" width="2" height="15" xoffset="2" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="449" x="490" y="160" width="6" height="15" xoffset="2" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="450" x="11" y="166" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="451" x="38" y="182" width="3" height="15" xoffset="2" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="452" x="426" y="40" width="24" height="18" xoffset="1" yoffset="1" xadvance="27" page="0" chnl="15" />
+ <char id="453" x="146" y="99" width="22" height="15" xoffset="1" yoffset="4" xadvance="24" page="0" chnl="15" />
+ <char id="454" x="212" y="98" width="20" height="15" xoffset="1" yoffset="4" xadvance="22" page="0" chnl="15" />
+ <char id="455" x="169" y="98" width="21" height="15" xoffset="1" yoffset="4" xadvance="23" page="0" chnl="15" />
+ <char id="456" x="254" y="0" width="15" height="19" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
+ <char id="457" x="270" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="458" x="73" y="99" width="24" height="15" xoffset="1" yoffset="4" xadvance="26" page="0" chnl="15" />
+ <char id="459" x="151" y="0" width="18" height="19" xoffset="1" yoffset="4" xadvance="20" page="0" chnl="15" />
+ <char id="460" x="187" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
+ <char id="461" x="293" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="462" x="108" y="180" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="463" x="503" y="59" width="7" height="18" xoffset="-1" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="464" x="410" y="178" width="7" height="14" xoffset="-1" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="465" x="122" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="466" x="130" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="467" x="373" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="468" x="141" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="469" x="361" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="470" x="228" y="40" width="10" height="19" xoffset="1" yoffset="0" xadvance="12" page="0" chnl="15" />
+ <char id="471" x="283" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="472" x="225" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="473" x="387" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="474" x="159" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="475" x="218" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="476" x="247" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="477" x="224" y="193" width="9" height="11" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="478" x="14" y="23" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="479" x="258" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="480" x="98" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="481" x="269" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="482" x="451" y="40" width="20" height="18" xoffset="-1" yoffset="1" xadvance="20" page="0" chnl="15" />
+ <char id="483" x="42" y="182" width="16" height="14" xoffset="1" yoffset="5" xadvance="18" page="0" chnl="15" />
+ <char id="484" x="82" y="115" width="15" height="15" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="485" x="262" y="130" width="11" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="486" x="137" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="487" x="291" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="488" x="223" y="60" width="13" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="489" x="203" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="11" page="0" chnl="15" />
+ <char id="490" x="480" y="0" width="14" height="19" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="491" x="499" y="144" width="10" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="492" x="0" y="0" width="14" height="22" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="493" x="324" y="79" width="10" height="18" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="494" x="15" y="0" width="10" height="22" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="495" x="170" y="79" width="10" height="18" xoffset="0" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="496" x="356" y="79" width="7" height="18" xoffset="0" yoffset="5" xadvance="6" page="0" chnl="15" />
+ <char id="497" x="98" y="99" width="24" height="15" xoffset="1" yoffset="4" xadvance="27" page="0" chnl="15" />
+ <char id="498" x="123" y="99" width="22" height="15" xoffset="1" yoffset="4" xadvance="24" page="0" chnl="15" />
+ <char id="499" x="233" y="98" width="20" height="15" xoffset="1" yoffset="4" xadvance="22" page="0" chnl="15" />
+ <char id="500" x="270" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="501" x="206" y="40" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="502" x="294" y="98" width="19" height="15" xoffset="1" yoffset="4" xadvance="21" page="0" chnl="15" />
+ <char id="503" x="12" y="43" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="504" x="140" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="505" x="0" y="166" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="506" x="26" y="0" width="13" height="21" xoffset="0" yoffset="-2" xadvance="13" page="0" chnl="15" />
+ <char id="507" x="112" y="0" width="10" height="20" xoffset="1" yoffset="-1" xadvance="11" page="0" chnl="15" />
+ <char id="508" x="130" y="0" width="20" height="19" xoffset="-1" yoffset="0" xadvance="20" page="0" chnl="15" />
+ <char id="509" x="421" y="97" width="16" height="15" xoffset="1" yoffset="4" xadvance="18" page="0" chnl="15" />
+ <char id="510" x="60" y="0" width="16" height="20" xoffset="0" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="511" x="31" y="101" width="10" height="16" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="512" x="112" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="513" x="59" y="150" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="514" x="307" y="60" width="13" height="18" xoffset="0" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="515" x="196" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="516" x="475" y="20" width="11" height="19" xoffset="1" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="517" x="343" y="162" width="9" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="518" x="99" y="80" width="11" height="18" xoffset="1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="519" x="354" y="178" width="9" height="14" xoffset="1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="520" x="290" y="40" width="8" height="19" xoffset="-2" yoffset="0" xadvance="5" page="0" chnl="15" />
+ <char id="521" x="371" y="162" width="8" height="15" xoffset="-2" yoffset="4" xadvance="5" page="0" chnl="15" />
+ <char id="522" x="401" y="79" width="5" height="18" xoffset="0" yoffset="1" xadvance="5" page="0" chnl="15" />
+ <char id="523" x="455" y="177" width="5" height="14" xoffset="0" yoffset="5" xadvance="5" page="0" chnl="15" />
+ <char id="524" x="300" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="525" x="114" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="526" x="107" y="61" width="14" height="18" xoffset="1" yoffset="1" xadvance="16" page="0" chnl="15" />
+ <char id="527" x="240" y="178" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="528" x="205" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="529" x="380" y="162" width="8" height="15" xoffset="0" yoffset="4" xadvance="8" page="0" chnl="15" />
+ <char id="530" x="321" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="531" x="426" y="178" width="7" height="14" xoffset="1" yoffset="5" xadvance="8" page="0" chnl="15" />
+ <char id="532" x="153" y="20" width="12" height="19" xoffset="1" yoffset="0" xadvance="14" page="0" chnl="15" />
+ <char id="533" x="136" y="147" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="534" x="334" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="535" x="185" y="179" width="10" height="14" xoffset="1" yoffset="5" xadvance="12" page="0" chnl="15" />
+ <char id="536" x="89" y="0" width="11" height="20" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="537" x="63" y="99" width="9" height="16" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="538" x="77" y="0" width="11" height="20" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="539" x="123" y="0" width="6" height="20" xoffset="0" yoffset="4" xadvance="7" page="0" chnl="15" />
+ <char id="540" x="107" y="41" width="10" height="19" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="541" x="362" y="162" width="8" height="15" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
+ <char id="542" x="360" y="60" width="12" height="18" xoffset="1" yoffset="1" xadvance="14" page="0" chnl="15" />
+ <char id="543" x="313" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="544" x="426" y="20" width="12" height="19" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="545" x="204" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="17" page="0" chnl="15" />
+ <char id="546" x="490" y="128" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="547" x="442" y="129" width="11" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="548" x="386" y="60" width="12" height="18" xoffset="0" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="549" x="384" y="178" width="8" height="14" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
+ <char id="550" x="70" y="21" width="13" height="19" xoffset="0" yoffset="0" xadvance="13" page="0" chnl="15" />
+ <char id="551" x="268" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="552" x="0" y="43" width="11" height="19" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="553" x="193" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="554" x="315" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="555" x="181" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="556" x="390" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="557" x="236" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="558" x="330" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="559" x="345" y="146" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="560" x="345" y="0" width="14" height="19" xoffset="1" yoffset="0" xadvance="16" page="0" chnl="15" />
+ <char id="561" x="302" y="79" width="10" height="18" xoffset="1" yoffset="1" xadvance="12" page="0" chnl="15" />
+ <char id="562" x="16" y="63" width="15" height="18" xoffset="-1" yoffset="1" xadvance="13" page="0" chnl="15" />
+ <char id="563" x="279" y="60" width="13" height="18" xoffset="-1" yoffset="5" xadvance="11" page="0" chnl="15" />
+ <char id="564" x="195" y="40" width="10" height="19" xoffset="0" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="565" x="17" y="118" width="16" height="15" xoffset="1" yoffset="8" xadvance="17" page="0" chnl="15" />
+ <char id="566" x="422" y="146" width="10" height="15" xoffset="0" yoffset="4" xadvance="10" page="0" chnl="15" />
+ <char id="567" x="6" y="182" width="5" height="15" xoffset="0" yoffset="8" xadvance="6" page="0" chnl="15" />
+ <char id="568" x="332" y="98" width="17" height="15" xoffset="1" yoffset="4" xadvance="19" page="0" chnl="15" />
+ <char id="569" x="314" y="98" width="17" height="15" xoffset="1" yoffset="8" xadvance="19" page="0" chnl="15" />
+ <char id="570" x="16" y="101" width="14" height="16" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="571" x="184" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="572" x="250" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="573" x="488" y="144" width="10" height="15" xoffset="1" yoffset="4" xadvance="12" page="0" chnl="15" />
+ <char id="574" x="458" y="78" width="12" height="17" xoffset="0" yoffset="3" xadvance="12" page="0" chnl="15" />
+ <char id="575" x="203" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="11" page="0" chnl="15" />
+ <char id="576" x="213" y="162" width="9" height="15" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
+ <char id="577" x="197" y="130" width="12" height="15" xoffset="1" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="578" x="283" y="193" width="8" height="11" xoffset="1" yoffset="8" xadvance="10" page="0" chnl="15" />
+ <char id="579" x="236" y="114" width="14" height="15" xoffset="-1" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="580" x="221" y="114" width="14" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="581" x="382" y="114" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="582" x="471" y="78" width="11" height="17" xoffset="1" yoffset="3" xadvance="13" page="0" chnl="15" />
+ <char id="583" x="280" y="40" width="9" height="19" xoffset="1" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="584" x="66" y="166" width="10" height="15" xoffset="0" yoffset="4" xadvance="11" page="0" chnl="15" />
+ <char id="585" x="332" y="40" width="7" height="19" xoffset="-2" yoffset="4" xadvance="6" page="0" chnl="15" />
+ <char id="586" x="221" y="0" width="16" height="19" xoffset="1" yoffset="4" xadvance="16" page="0" chnl="15" />
+ <char id="587" x="0" y="134" width="13" height="15" xoffset="1" yoffset="8" xadvance="12" page="0" chnl="15" />
+ <char id="588" x="161" y="115" width="14" height="15" xoffset="0" yoffset="4" xadvance="14" page="0" chnl="15" />
+ <char id="589" x="301" y="193" width="8" height="11" xoffset="0" yoffset="8" xadvance="8" page="0" chnl="15" />
+ <char id="590" x="466" y="112" width="13" height="15" xoffset="0" yoffset="4" xadvance="13" page="0" chnl="15" />
+ <char id="591" x="0" y="150" width="11" height="15" xoffset="0" yoffset="8" xadvance="11" page="0" chnl="15" />
+ </chars>
+ <kernings count="71">
+ <kerning first="32" second="65" amount="-1" />
+ <kerning first="49" second="49" amount="-1" />
+ <kerning first="65" second="32" amount="-1" />
+ <kerning first="65" second="84" amount="-2" />
+ <kerning first="65" second="86" amount="-2" />
+ <kerning first="65" second="87" amount="-1" />
+ <kerning first="65" second="89" amount="-2" />
+ <kerning first="65" second="118" amount="-1" />
+ <kerning first="65" second="121" amount="-1" />
+ <kerning first="70" second="44" amount="-2" />
+ <kerning first="70" second="46" amount="-2" />
+ <kerning first="70" second="65" amount="-1" />
+ <kerning first="76" second="84" amount="-2" />
+ <kerning first="76" second="86" amount="-2" />
+ <kerning first="76" second="87" amount="-1" />
+ <kerning first="76" second="89" amount="-2" />
+ <kerning first="76" second="121" amount="-1" />
+ <kerning first="80" second="44" amount="-3" />
+ <kerning first="80" second="46" amount="-3" />
+ <kerning first="80" second="65" amount="-2" />
+ <kerning first="82" second="89" amount="-1" />
+ <kerning first="84" second="44" amount="-2" />
+ <kerning first="84" second="45" amount="-1" />
+ <kerning first="84" second="46" amount="-2" />
+ <kerning first="84" second="58" amount="-2" />
+ <kerning first="84" second="65" amount="-2" />
+ <kerning first="84" second="97" amount="-2" />
+ <kerning first="84" second="99" amount="-2" />
+ <kerning first="84" second="101" amount="-2" />
+ <kerning first="84" second="111" amount="-2" />
+ <kerning first="84" second="114" amount="-1" />
+ <kerning first="84" second="115" amount="-2" />
+ <kerning first="84" second="117" amount="-2" />
+ <kerning first="84" second="119" amount="-2" />
+ <kerning first="84" second="121" amount="-2" />
+ <kerning first="86" second="44" amount="-2" />
+ <kerning first="86" second="45" amount="-1" />
+ <kerning first="86" second="46" amount="-2" />
+ <kerning first="86" second="58" amount="-1" />
+ <kerning first="86" second="65" amount="-2" />
+ <kerning first="86" second="97" amount="-1" />
+ <kerning first="86" second="101" amount="-1" />
+ <kerning first="86" second="111" amount="-2" />
+ <kerning first="86" second="114" amount="-1" />
+ <kerning first="86" second="117" amount="-1" />
+ <kerning first="86" second="121" amount="-1" />
+ <kerning first="87" second="44" amount="-1" />
+ <kerning first="87" second="46" amount="-1" />
+ <kerning first="87" second="65" amount="-1" />
+ <kerning first="87" second="97" amount="-1" />
+ <kerning first="89" second="44" amount="-2" />
+ <kerning first="89" second="45" amount="-1" />
+ <kerning first="89" second="46" amount="-2" />
+ <kerning first="89" second="58" amount="-2" />
+ <kerning first="89" second="65" amount="-2" />
+ <kerning first="89" second="97" amount="-1" />
+ <kerning first="89" second="101" amount="-1" />
+ <kerning first="89" second="105" amount="-1" />
+ <kerning first="89" second="111" amount="-2" />
+ <kerning first="89" second="112" amount="-1" />
+ <kerning first="89" second="113" amount="-2" />
+ <kerning first="89" second="117" amount="-1" />
+ <kerning first="89" second="118" amount="-1" />
+ <kerning first="114" second="44" amount="-1" />
+ <kerning first="114" second="46" amount="-1" />
+ <kerning first="118" second="44" amount="-2" />
+ <kerning first="118" second="46" amount="-2" />
+ <kerning first="119" second="44" amount="-1" />
+ <kerning first="119" second="46" amount="-1" />
+ <kerning first="121" second="44" amount="-2" />
+ <kerning first="121" second="46" amount="-2" />
+ </kernings>
+</font>