diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index bbe6832d..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -ko_fi: eclipsemenu diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index a7499c72..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,54 +0,0 @@ -name: Bug Report -description: File a bug report -body: - - type: markdown - attributes: - value: | - Thank you for filing a bug report. - - ## Important - - Please search existing issues to avoid creating duplicates. - - For enhancement requests, please use the Feature Request template. - - Please fill out the template below to the best of your ability. - - type: textarea - id: expected-behavior - attributes: - label: Expected behavior - description: What did you expect to happen? - placeholder: Tell us what you want! - validations: - required: true - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Also tell us, what actually happened? - placeholder: Tell us what you see! - validations: - required: true - - type: input - id: version - attributes: - label: Version - description: What version of Eclipse Menu are you running? Please DO NOT report Classic bugs. - placeholder: v1.0.0 Beta 2 - validations: - required: true - - type: dropdown - id: platform - attributes: - label: What platform are you seeing the problem on? - multiple: true - options: - - Windows - - macOS - - iOS - - Android - validations: - required: true - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: txt diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index ec4bb386..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1 +0,0 @@ -blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 280980ed..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Feature Request -description: File a feature request -labels: - - "kind: enhancement" -body: - - type: textarea - id: feature-description - attributes: - label: What feature would you like to see? - description: Please describe the feature you would like to see. - placeholder: I would like to see… - validations: - required: true - - type: textarea - id: other-details - attributes: - label: Other details - placeholder: Add any additional details about the feature request here. \ No newline at end of file diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index cccb618d..2e51bb1e 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -1,13 +1,10 @@ -name: Build Eclipse +name: Build Geode Mod on: workflow_dispatch: push: branches: - "**" - pull_request: - branches: - - "**" jobs: build: @@ -17,11 +14,14 @@ jobs: config: - name: Windows os: windows-latest - build-type: RelWithDebInfo - name: macOS os: macos-latest + - name: iOS + os: macos-latest + target: iOS + - name: Android32 os: ubuntu-latest target: Android32 @@ -30,28 +30,17 @@ jobs: os: ubuntu-latest target: Android64 - - name: iOS - os: macos-latest - target: iOS - name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }} steps: - - name: Checkout code - uses: actions/checkout@v6 + - uses: actions/checkout@v4 - name: Build the mod uses: geode-sdk/build-geode-mod@main with: - bindings: EclipseMenu/bindings - bindings-ref: main - # sdk: nightly combine: true - export-pdb: true - export-symbols: true target: ${{ matrix.config.target }} - build-config: ${{ matrix.config.build-type || 'Release' }} package: name: Package builds @@ -59,69 +48,10 @@ jobs: needs: ['build'] steps: - - name: Combine builds - uses: geode-sdk/build-geode-mod/combine@main + - uses: geode-sdk/build-geode-mod/combine@main id: build - - name: Upload build artifacts - uses: actions/upload-artifact@v7 + - uses: actions/upload-artifact@v4 with: name: Build Output path: ${{ steps.build.outputs.build-output }} - - - name: Checkout code - uses: actions/checkout@v6 - if: ${{ steps.check.outputs.has-nightly-webhook == 'true' }} - - - name: Get latest release tag - id: get_latest_release - if: github.ref == 'refs/heads/main' - run: echo "tag=$(curl -s https://api.github.com/repos/${{ github.event.repository.full_name }}/releases/latest | jq -r .tag_name)" >> $GITHUB_OUTPUT - - - name: Create nightly release - uses: andelf/nightly-release@main - if: github.ref == 'refs/heads/main' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: nightly - name: 'Development Release' - body: | - This is a nightly build of Eclipse Menu for commit ${{ github.sha }} (${{ github.event.head_commit.message }}). - You can use this build to test the latest features and changes. - - > **Note:** This build is not stable and may contain bugs. - - Changes since the last release: ${{ github.event.repository.html_url }}/compare/${{ steps.get_latest_release.outputs.tag }}...nightly - files: | - ${{ steps.build.outputs.build-output }}/*.geode - ${{ steps.build.outputs.build-output }}/*.pdb - ${{ steps.build.outputs.build-output }}/*.sym - ${{ steps.build.outputs.build-output }}/*.dSym - - - name: Get commit messages - id: commit - if: ${{ steps.check.outputs.has-nightly-webhook == 'true' }} - run: | - echo "commit-message=$(git log -1 --pretty=format:"%s" | head -n 1)" >> $GITHUB_OUTPUT - # echo "commit-message-full=$(echo $COMMIT_MESSAGE | tail -n +2)" >> $GITHUB_OUTPUT # Bash is weird, this doesn't work - echo "build-color=#$(git log -1 --pretty=format:"%h" | cut -c 1-6)" >> $GITHUB_OUTPUT - #env: - # COMMIT_MESSAGE: ${{ github.event.head_commit.message }} - - - name: Upload release to Discord - uses: prevter/discord-webhook@main - if: ${{ steps.check.outputs.has-nightly-webhook == 'true' }} - with: - webhook-url: ${{ secrets.NIGHTLY_WEBHOOK }} - content: 'New nightly build available!' - # files: ${{ steps.build.outputs.build-output }}/*.geode # discord limits file sizes to 10mb, and we're past that already - embed-title: ${{ steps.commit.outputs.commit-message }} - # embed-description: ${{ steps.commit.outputs.commit-message-full }} - embed-description: '[Download](https://nightly.link/${{ github.event.repository.full_name }}/actions/runs/${{ github.run_id }})' - embed-color: ${{ steps.commit.outputs.build-color }} - embed-url: ${{ github.event.repository.html_url }}/actions/runs/${{ github.run_id }} - embed-author: ${{ github.actor }} - embed-author-icon: 'https://avatars.githubusercontent.com/u/${{ github.actor_id }}?v=4' - embed-timestamp: 'now' - debug-print: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index f2382535..00000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,110 +0,0 @@ -name: Publish Release - -on: - workflow_dispatch: - inputs: - version: - description: 'Release version (e.g. v1.2.3)' - required: true - default: '' - -jobs: - build: - strategy: - fail-fast: false - matrix: - config: - - name: Windows - os: windows-latest - build-type: RelWithDebInfo - - - name: macOS - os: macos-latest - - - name: Android32 - os: ubuntu-latest - target: Android32 - - - name: Android64 - os: ubuntu-latest - target: Android64 - - - name: iOS - os: macos-latest - target: iOS - - name: ${{ matrix.config.name }} - runs-on: ${{ matrix.config.os }} - - steps: - - name: Checkout code - uses: actions/checkout@v6 - - - name: Build the mod - uses: geode-sdk/build-geode-mod@main - with: - bindings: EclipseMenu/bindings - bindings-ref: main - combine: true - export-pdb: true - export-symbols: true - target: ${{ matrix.config.target }} - build-config: ${{ matrix.config.build-type || 'Release' }} - - package: - name: Package builds - runs-on: ubuntu-latest - needs: [ 'build' ] - - steps: - - name: Combine builds - uses: geode-sdk/build-geode-mod/combine@main - id: build - - - name: Upload build artifacts - uses: actions/upload-artifact@v7 - with: - name: Build Output - path: ${{ steps.build.outputs.build-output }} - - - name: Checkout code - uses: actions/checkout@v6 - - - name: Prepare changelog - id: changelog - run: | - python3 - <<'EOF' - import re, sys, os - - version = "${{ github.event.inputs.version }}" - changelog_path = "changelog.md" - - with open(changelog_path, "r", encoding="utf-8") as f: - changelog = f.read() - - pattern = rf"(?m)^## {re.escape(version)}\n(.*?)(?=^## |\Z)" - match = re.search(pattern, changelog, re.DOTALL) - - if not match: - print(f"::error::Changelog entry for '{version}' not found.") - sys.exit(1) - - section = match.group(1).strip() - section = re.sub(r"", "**", section) - section = re.sub(r"", "**", section) - - with open(os.environ["GITHUB_OUTPUT"], "a", encoding="utf-8") as f: - f.write(f"changelog<<__CHANGELOG_EOF__\n{section}\n__CHANGELOG_EOF__\n") - EOF - - - name: Create GitHub release - uses: softprops/action-gh-release@v2 - with: - name: ${{ github.event.inputs.version }} - tag_name: ${{ github.event.inputs.version }} - body: ${{ steps.changelog.outputs.changelog }} - files: | - ${{ steps.build.outputs.build-output }}/*.geode - ${{ steps.build.outputs.build-output }}/*.pdb - ${{ steps.build.outputs.build-output }}/*.sym - ${{ steps.build.outputs.build-output }}/*.dSym \ No newline at end of file diff --git a/.gitignore b/.gitignore index bd9ea431..2604c207 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,9 @@ build-*/ # ILY vscode **/.vscode -.idea/ + +# Local History for Visual Studio Code +.history/ # clangd .cache/ @@ -57,18 +59,6 @@ build-*/ # Visual Studio .vs/ -# other -build.sh -compile_commands.json -compile_commands.json.* -build-android.sh -bindings/ -website/ -bindingsbefore/ -resources/translations/* -build/ -bindings/ -bindingsbefore/ - # CLion -/cmake-*/ +.idea/ +/cmake-build-*/ \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 16749dfd..4d21f643 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,98 +1,46 @@ -cmake_minimum_required(VERSION 3.21) +cmake_minimum_required(VERSION 3.27) + set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD_REQUIRED ON) +set(CMAKE_CXX_VISIBILITY_PRESET hidden) if ("${CMAKE_SYSTEM_NAME}" STREQUAL "iOS" OR IOS) - set(IOS TRUE) set(CMAKE_OSX_ARCHITECTURES "arm64") - set(CMAKE_OSX_DEPLOYMENT_TARGET "14.0") - add_definitions(-DGLES_SILENCE_DEPRECATION) else() set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64") endif() -set(CMAKE_CXX_VISIBILITY_PRESET hidden) -project(EclipseMenu VERSION 1.0.0 LANGUAGES CXX) - -# Sources -file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp) -add_library(${PROJECT_NAME} SHARED ${SOURCES}) +project(Eclipse LANGUAGES CXX) -# Configure for GitHub Actions builds -if (DEFINED ENV{GITHUB_ACTIONS}) - # Enable LTO for smaller binaries - set_property(TARGET ${PROJECT_NAME} PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE) - target_compile_definitions(${PROJECT_NAME} PRIVATE GITHUB_ACTIONS) - message(STATUS "GitHub Actions build detected") - set(ECLIPSE_DISABLE_INCREMENTAL_LINK ON) - set(ECLIPSE_ENABLE_UNITY_BUILD ON) -endif() +include(CheckIPOSupported) +check_ipo_supported(RESULT LTO_SUPPORTED OUTPUT LTO_ERROR) -if (ECLIPSE_ENABLE_UNITY_BUILD) - message(STATUS "Enabling unity build") - set_target_properties( - ${PROJECT_NAME} PROPERTIES - UNITY_BUILD ON - UNITY_BUILD_UNIQUE_ID "GEODE_UNITY_NS_ID" - ) +if(LTO_SUPPORTED) + set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE) +else() + message(STATUS "LTO not supported: ${LTO_ERROR}") endif() -# Make sure we can include headers from src +file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp) +add_library(${PROJECT_NAME} SHARED ${SOURCES}) target_include_directories(${PROJECT_NAME} PRIVATE src include) -# Get the latest abbreviated commit hash of the working branch -execute_process( - COMMAND git log -1 --format=%h - WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR} - OUTPUT_VARIABLE GIT_HASH - OUTPUT_STRIP_TRAILING_WHITESPACE -) -target_compile_definitions(${PROJECT_NAME} PRIVATE GIT_HASH="${GIT_HASH}") - -# Windows specific settings -if (WIN32) - # Disable annoying warnings - target_compile_definitions(${PROJECT_NAME} PRIVATE _CRT_SECURE_NO_WARNINGS) - - # Export all symbols for better debugging - # UPD: this bloats the binary size, so it's disabled for now - # (also it doesn't work for every crashlog anyways) - # set_target_properties(${PROJECT_NAME} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON) - - # Disable incremental linking if requested - if (DEFINED ECLIPSE_DISABLE_INCREMENTAL_LINK) - message(STATUS "Disabling incremental linking") - if (MSVC) - set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /INCREMENTAL:NO") - set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /INCREMENTAL:NO") - elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang") - set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-incremental:no") - set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-incremental:no") - endif() - endif() -endif() - -# Debug macro -if (NOT DEFINED ENV{GITHUB_ACTIONS}) - target_compile_definitions( - ${PROJECT_NAME} PRIVATE - $<$:ECLIPSE_DEBUG_BUILD> - $<$:ECLIPSE_DEBUG_BUILD> - ) -endif() - -# Add Geode if (NOT DEFINED ENV{GEODE_SDK}) - message(FATAL_ERROR "Unable to find Geode SDK! Please define GEODE_SDK environment variable to point to Geode") + message(FATAL_ERROR "Unable to find Geode SDK! Please define GEODE_SDK environment variable to point to Geode") else() - message(STATUS "Found Geode: $ENV{GEODE_SDK}") + message(STATUS "Found Geode: $ENV{GEODE_SDK}") endif() + add_subdirectory($ENV{GEODE_SDK} ${CMAKE_CURRENT_BINARY_DIR}/geode) -# Libraries -include(${CMAKE_SOURCE_DIR}/cmake/IncludeLibs.cmake) -include(${CMAKE_SOURCE_DIR}/cmake/Translations.cmake) -target_link_libraries(${PROJECT_NAME} third_party) +CPMAddPackage("gh:prevter/HeliosUI#49c6864") +target_compile_definitions(HeliosUI PUBLIC HELIOS_OPENGL_LOADER_INCLUDE="Geode/cocos/platform/CCGL.h") +target_link_libraries(HeliosUI PRIVATE geode-sdk) +target_link_libraries(${PROJECT_NAME} Helios::UI) + +setup_geode_mod(${PROJECT_NAME}) -# Setup Geode -setup_geode_mod(${PROJECT_NAME} EXTERNALS eclipse.ffmpeg-api:1.2.0) +file(READ "${CMAKE_CURRENT_SOURCE_DIR}/mod.json" MOD_JSON) +string(JSON MOD_VERSION GET "${MOD_JSON}" "version") +set_target_properties(${PROJECT_NAME} PROPERTIES VERSION ${MOD_VERSION} SOVERSION 2) +target_compile_definitions(${PROJECT_NAME} PRIVATE ECLIPSE_VERSION="${MOD_VERSION}") \ No newline at end of file diff --git a/LABELS.md b/LABELS.md deleted file mode 100644 index 40be5dab..00000000 --- a/LABELS.md +++ /dev/null @@ -1,585 +0,0 @@ -# Eclipse Menu Label System -This document explains the Eclipse Menu label system, covering its usage, variables, and functions. - -## Contents -1. [General information](#1-general-information) -2. [Formatting](#2-formatting) -3. [Using functions](#3-using-functions) -4. [Variables list](#4-variables-list) - -## 1. General information - -Eclipse Menu offers a unique status label system, giving users extensive freedom to create custom labels and complex use cases. - -Instead of having hardcoded labels like in most mods you've seen before, you can create custom ones, make them personalized or even make complex scenarios. - -This works by utilizing an in-house library designed specifically for Eclipse Menu, which formats the label content, based on values provided by the menu. - -## 2. Formatting - -### 1. Basic syntax - -RIFT (Runtime Interpreted FormaTter) - has a very basic syntax, yet can still be powerful if used to its full extent. Let's look at this example: -``` -2 + 2 = { 2 + 2 } -``` - -If you could guess, this will result in "2 + 2 = 4". - -Anything, written in curly brackets `{ ... }`, will be evaluated as an expression, and converted to string afterwards. Everything that is not enclosed by brackets, is considered plain text, and will always stay the same. - -Let's now take a look at a more complex example: -``` -Progress: { precision(progress, 5) }% -``` - -Here, `progress` is a variable defined by Eclipse and will return your current progress in a level (see "4. Variables list" for more info). `precision` is a built-in function, which allows you to choose how many decimal places you want to print. -With this information, we can say that this expression will result in your current progress being printed with 5 decimal places like this: `Progress: 12.34567%`. - -Given this, you can now use different variables to show various information on the screen. - -### 2. Types - -If you have already scrolled to the variables list, you might have noticed there is a column named "Type", which has 4 different values. These are considered primary types, that are supported by RIFT. These types include: -- **Integer** - a whole number without decimal places (e.g., `1`, `987`); -- **Float** - a number with decimal places, representing real numbers (e.g., `1.0`, `3.14`) -- **String** - contains text (`"Hello"`, `'Single quotes also work'`, etc.); -- **Boolean** - type that is either `true` or `false`. Booleans can be used in conditions where true is treated as 1 and false as 0. -- **Array** - a collection of values, which can be of any type. You can access elements in an array using an index, like `array[0]` for the first element. -- **Dictionary** - a collection of key-value pairs, where each key is unique. You can access values using their keys, like `dict["key"]` or `dict.key`. - -### 3. Comparisons - -RIFT allows for a range of comparisons between variables, letting you create dynamic labels. Here’s a simple example: - -``` -{ progress >= 50 ? "Halfway there!" : "Keep going!" } -``` - -In this case, if your progress is 50% or more, the label will display "Halfway there!", otherwise it will show "Keep going!". This syntax uses a ternary operator, which allows you to choose between two values based on a condition. It is common in many programming languages. - -You can use comparison operators like: -- `>` (greater than) -- `<` (less than) -- `>=` (greater than or equal to) -- `<=` (less than or equal to) -- `==` (equal to) -- `!=` (not equal to) - -These can be used with integers, floats, and booleans to tailor labels based on real-time data. - -### 4. Operations between types - -RIFT supports a range of operations between different types, allowing you to combine, manipulate, and format data flexibly. - -#### String and number addition - -You can add a number to a string or concatenate two strings easily: - -- **String + Number**: If you add a number to a string, the number will be automatically converted to a string and concatenated. Example: - -``` -{ "Epic number: " + 100 } -``` - -This results in `Epic number: 100`. - -- **String + String**: Adding two strings together works the same way as concatenation. Example: - -``` -{ "Hello, " + "World" }! -``` - -This results in `Hello, World!`. - -Similar to Python, you can multiply a string by a number to repeat it: - -- **String * Number**: This repeats the string the specified number of times. Example: - -``` -{ "Hello!" * 3 } -``` - -This results in `Hello!Hello!Hello!`. - -You can perform calculations inside a string context, and the result will automatically be formatted: - -- **Number + Number**: Standard arithmetic works within strings. Example: - -``` -{ "2 + 2 = " + (2 + 2) } -``` - -This results in `2 + 2 = 4`. - - -### 5. Implicit type conversion - -RIFT handles type conversion automatically when you mix types. For example, numbers are automatically converted to strings when combined with text: - -- Numbers are converted to strings when added to strings. - -- Strings cannot be directly used in mathematical operations (except for multiplication), so ensure you only perform calculations on number types when necessary. - - -These flexible operations make it easy to create complex, dynamic labels without needing to worry too much about explicit type conversions. - - -## 3. Using functions - -RIFT includes many built-in functions for manipulating strings, numbers, and performing advanced operations. These functions can be used within expressions in your labels to create dynamic and informative outputs. - -### 1. String Functions - -- **len(str)**: Returns the length of the string. Example: - -``` -{ len("Hello") } // 5 -``` - -- **substr(str, start, end)**: Extracts a portion of a string between the start and end indices (end is exclusive). Example: - -``` -{ substr("Hello World", 0, 5) } // "Hello" -``` - -- **toUpper(str)**: Converts all characters in the string to uppercase. Example: - -``` -{ toUpper("hello") } // "HELLO" -``` - -- **toLower(str)**: Converts all characters in the string to lowercase. Example: - -``` -{ toLower("HELLO") } // "hello" -``` - -- **trim(str)**: Removes leading and trailing whitespace from the string. Example: - -``` -{ trim(" hello ") } // "hello" -``` - -- **replace(str, from, to)**: Replaces all occurrences of from with to in the string. Example: - -``` -{ replace("cats are cute", "cats", "dogs") } // "dogs are cute" -``` - - -### 2. Random and Rounding Functions - -- **random(min, max)**: Generates a random float between min and max. Example: - -``` -{ random(1, 10) } // A random value between 1 and 10 -``` - -- **round(x)**: Rounds a float to the nearest integer. Example: - -``` -{ round(3.14159) } // 3 -``` - -- **floor(x)**: Returns the largest integer less than or equal to x. Example: - -``` -{ floor(3.9) } // 3 -``` - -- **ceil(x)**: Returns the smallest integer greater than or equal to x. Example: - -``` -{ ceil(3.1) } // 4 -``` - - -### 3. Mathematical Functions - -- **abs(x)**: Returns the absolute value of x. Example: - -``` -{ abs(-5) } // 5 -``` - -- **min(a, b, ...)**: Returns the smallest value from a list of numbers. Example: - -``` -{ min(1, 3, 5) } // 1 -``` - -- **max(a, b, ...)**: Returns the largest value from a list of numbers. Example: - -``` -{ max(1, 3, 5) } // 5 -``` - -- **sum(a, b, ...)**: Returns the sum of a list of numbers. Example: - -``` -{ sum(1, 2, 3) } // 6 -``` - -- **avg(a, b, ...)**: Returns the average of a list of numbers. Example: - -``` -{ avg(1, 2, 3) } // 2 -``` - -- **sqrt(x)**: Returns the square root of x. Example: - -``` -{ sqrt(16) } // 4 -``` - -- **pow(base, exp)**: Raises the base to the power of exp. Example: - -``` -{ pow(2, 3) } // 8 -``` - -- **sin(x)**, **cos(x)**, **tan(x)**: Trigonometric functions that return the sine, cosine, or tangent of x (in radians). Example: - -``` -{ sin(3.14159 / 2) } // 1 -``` - -- **precision(x, digits)**: Rounds x to the specified number of decimal places. Example: - -``` -{ precision(3.14159, 2) } // 3.14 -``` - - -### 4. Padding Functions - -- **leftPad(str, len, char=' ')**: Pads the left side of str with char until it reaches the specified length. Third parameter can be omitted, which will use a space character. Example: - -``` -{ leftPad("123", 5, '0') } // "00123" -``` - -- **rightPad(str, len, char=' ')**: Pads the right side of str with char until it reaches the specified length. Example: - -``` -{ rightPad("123", 5, '0') } // "12300" -``` - -- **middlePad(str, len, char=' ')**: Pads both the left and right sides of str with char to center the string, until it reaches the specified length. Example: - -``` -{ middlePad("1", 5, '-') } // "--1--" -``` - -In addition to these functions, Eclipse Menu also provides a function to access built-in config properties: -``` -{ cfg("creator.leveledit") } -``` -In this example, the function will return the value of the `creator.leveledit` property from the config file, which represents whether "Level Edit" hack is enabled or not. - -There's no full list of config properties, as it would be too long and hard to maintain. However, you can always check the source code or read your config file to see what properties are available. - - -### 5. Precedence Rules - -RIFT follows general mathematical precedence, ensuring that expressions are evaluated in a logical order. Operators are applied based on their priority, unless overridden by parentheses. The precedence rules allow for more complex expressions while ensuring correct evaluation. - -**Basic precedence rules:** - -- Multiplication (`*`), division (`/`) and modulo (`%`) have higher precedence than addition (`+`) and subtraction (`-`). This means they are evaluated first. - -- Addition (`+`) and subtraction (`-`) come after multiplication and division. - -- Parentheses (`(...)`) can be used to alter the normal precedence and enforce a different evaluation order. - - -**Example:** - -Without parentheses: - -``` -{ 2 + 3 * 4 } -``` - -This will result in 14 because multiplication happens before addition. - -With parentheses: - -``` -{ (2 + 3) * 4 } -``` - -This will result in 20 because the parentheses force the addition to occur first. - -RIFT respects common mathematical conventions, ensuring consistency and predictability in label expressions. - -## 4. Variables list - -This list will be split into categories, each having a separate table. - -### General values - -| Name | Description | Type | Remarks | -|----------------|-----------------------------------------|---------|-----------------------------------| -| `modVersion` | Current Eclipse Menu version. | String | `v.1.0.0-alpha.1` | -| `platform` | Platform you're currently running on. | String | `Windows`/`macOS`/`Android`/`iOS` | -| `geodeVersion` | Current Geode version. | String | `4.6.3` | -| `gameVersion` | Current Geometry Dash version. | String | `2.206` | -| `totalMods` | Total count of Geode mods installed. | Integer | | -| `enabledMods` | Count of only enabled mods. | Integer | | -| `fps` | Current average FPS. | Float | | -| `realFps` | FPS based on time taken for last frame. | Float | | - -### Emojis -> Note: Some emojis look different in-game than the ones shown on this page. - -| Name | Value | Name | Value | -|------------------------------|-------|-------------------------------|-------| -| `starEmoji` | ⭐ | `snowflakeEmoji` | ❄️ | -| `moonEmoji` | 🌙 | `catEmoji` | 🐱 | -| `heartEmoji` | ❤️ | `dogEmoji` | 🐶 | -| `checkEmoji` | ✅ | `speakingHeadEmoji` | 🗣️ | -| `crossEmoji` | ❌ | `robotEmoji` | 🤖 | -| `exclamationEmoji` | ❗ | `alienEmoji` | 👽 | -| `questionEmoji` | ❓ | `ghostEmoji` | 👻 | -| `fireEmoji` | 🔥 | `skullEmoji` | 💀 | -| `brokenHeartEmoji` | 💔 | `babyEmoji` | 👶 | -| `likeEmoji` | 👍 | `dislikeEmoji` | 👎 | -| `personInSteamyRoomEmoji` | 🧖 | `sleepingAccommodationEmoji` | 🛌 | -| `eclipseEmoji` | 🌗 | `nerdEmoji` | 🤓 | -| `sobEmoji` | 😭 | `explodingHeadEmoji` | 🤯 | -| `diamondEmoji` | 💎 | `diamondShardsEmoji` | 💠 | -| `geodeEmoji` | geodeEmoji | `orbsEmoji` | 🔹 | -| `emoji100` | 💯 | `shushingFaceEmoji` | 🤫 | -| `bearEmoji` | 🐻 | `foxEmoji` | 🦊 | -| `faceWithRaisedEyebrowEmoji` | 🤨 | `gunEmoji` | 🔫 | -| `moyaiEmoji` | 🗿 | `screamEmoji` | 😱 | -| `sunglassesEmoji` | 😎 | `heartEyesEmoji` | 😍 | -| `crownEmoji` | 👑 | `smilingImpEmoji` | 😈 | -| `clownEmoji` | 🤡 | `fishEmoji` | 🐟 | -| `sparklesEmoji` | ✨ | `partyPopperEmoji` | 🎉 | -| `pigEmoji` | 🐷 | `moonWithFaceEmoji` | 🌚 | -| `fullMoonFaceEmoji` | 🌝 | `sunWithFaceEmoji` | 🌞 | -| `monkeyEmoji` | 🐵 | `seeNoEvilMonkey` | 🙈 | -| `speakNoEvilMonkey` | 🙊 | `prayEmoji` | 🙏 | - -### Special Emojis -> Some can be arrays or values. If they are arrays, use [index] to select one of the emojis. -> Example usage: `emojis.userCoin[1]` or `emojis.practice` - -| Name | Values | -|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------| -| `emojis.userCoin` | emojis.userCoin[0],emojis.userCoin[1] | -| `emojis.secretCoin` | emojis.secretCoin[0],emojis.secretCoin[1] | -| `emojis.startPos` | emojis.startPos | -| `emojis.practice` | emojis.practice | - -### Regional Indicators -These are stored as a dictionary called `ri`, where the key is the letter. -Numbers are stored in `ri.num` dictionary, where the key is the number. - -Example: -``` -{ ri['h'] + ri['e'] + ri['l'] + ri['l'] + ri['o'] } -{ ri.num[0] + ri.num[1] + ri.num[2] + ri.num[3] + ri.num[4] + ri.num[5] } -``` -Would result in `🇭🇪🇱🇱🇴` and `0️⃣1️⃣2️⃣3️⃣4️⃣5️⃣` - - -### Time & Date - -| Name | Description | Type | -|-------------|----------------------------------|---------| -| `hour` | Current hour (24-hour format) | Integer | -| `minute` | Current minute | Integer | -| `second` | Current second | Integer | -| `day` | Current date | Integer | -| `month` | Current month | Integer | -| `monthName` | Current month name | String | -| `year` | Current year | Integer | -| `clock` | Time in format: `HH:MM:SS` | String | -| `clock12` | Time in format: `hh:MM:SS AM/PM` | String | - -### Hacks - -| Name | Description | Type | -|------------------|-----------------------------------------------------|---------| -| `isCheating` | Has the current state of the cheat indicator. | Boolean | -| `noclip` | Check whether noclip is enabled. | Boolean | -| `speedhack` | Check whether speedhack is enabled. | Boolean | -| `speedhackSpeed` | Selected speedhack speed. | Float | -| `framestepper` | Check whether frame stepper is active. | Boolean | -| `cbf` | Check whether CBF (Click Between Frames) is active. | Boolean | - -### Player information - -| Name | Description | Type | Remarks | -|---------------|-------------------------------------------------|------------|-------------------------------------------------| -| `username` | Your current account name. | String | | -| `cubeIcon` | Current cube icon ID. | Integer | | -| `shipIcon` | Current ship icon ID. | Integer | | -| `ballIcon` | Current ball icon ID. | Integer | | -| `ufoIcon` | Current ufo icon ID. | Integer | | -| `waveIcon` | Current wave icon ID. | Integer | | -| `robotIcon` | Current robot icon ID. | Integer | | -| `spiderIcon` | Current spider icon ID. | Integer | | -| `swingIcon` | Current swing icon ID. | Integer | | -| `paths` | Dictionary containing progress of each path. | Dictionary | Key is path name, value is amount of stars. | -| `shards` | Dictionary containing the amount of each shard. | Dictionary | Key is shard name, value is amount of shards. | -| `currentPath` | The name of the currently selected path. | String | Value can be used as key for `paths` dictionary | - -> Note: `paths` and `shards` share the same key names: -> - `fire` -> - `ice` -> - `poison` -> - `shadow` -> - `lava` -> - `earth` -> - `blood` -> - `metal` -> - `light` -> - `soul` - -In addition, there's also a `stats` dictionary which contains various player statistics: - -| Name | Description | Type | -|-------------------------|-------------------------------------------------------------|---------| -| `totalJumps` | Total amount of jumps between all levels. | Integer | -| `totalAttempts` | Total amount of attempts between all levels. | Integer | -| `completedLevels` | Total amount of completed official levels. | Integer | -| `completedOnlineLevels` | Total amount of completed online levels. | Integer | -| `demons` | Total amount of demons completed. | Integer | -| `stars` | Total amount of stars collected. | Integer | -| `completedMapPacks` | Total amount of completed map packs. | Integer | -| `goldCoins` | Total amount of secret (gold) coins collected. | Integer | -| `playersDestroyed` | Total amount of players killed on the main menu background. | Integer | -| `likedLevels` | Total amount of levels you have liked. | Integer | -| `ratedLevels` | Total amount of levels you have rated. | Integer | -| `userCoins` | Total amount of user coins collected. | Integer | -| `diamonds` | Total amount of diamonds collected. | Integer | -| `orbs` | Current amount of orbs. | Integer | -| `dailies` | Total amount of daily levels completed. | Integer | -| `keys` | Current amount keys. | Integer | -| `totalOrbs` | Total amount of orbs collected. | Integer | -| `moons` | Total amount of moons collected. | Integer | -| `diamondShards` | Amount of spendable diamonds available. | Integer | -| `gauntlets` | Total amount of gauntlets completed. | Integer | -| `lists` | Total amount of lists you have completed. | Integer | - - -### Level information -> Note: these values are only available when playing/editing the level - -| Name | Description | Type | Remarks | -|-------------------|------------------------------------------------------------------------------------------------|------------------|-------------------------------------| -| `levelID` | Current level ID. | Integer | | -| `levelName` | Current level name. | String | | -| `author` | Level author username. | String | | -| `isRobtopLevel` | Check whether current level is an official one. | Boolean | | -| `levelAttempts` | Total level attempts count. | Integer | | -| `levelStars` | Level stars/moons count. | Integer | | -| `levelRating` | Rating given to the level | String | "Unrated", "Featured", "Epic", etc. | -| `difficulty` | Difficulty name. | String | "Easy", "Hard Demon", "N/A", etc. | -| `difficultyKey` | Difficulty name, but in URL safe format. | String | Used for Discord RPC icons. | -| `practicePercent` | Practice mode record percent. | Integer | | -| `bestPercent` | Normal mode record percent. | Integer | | -| `bestTime` | Best level completion time. | Float | | -| `best` | In platformer mode: formatted best time (HH:MM:SS.mmm). In normal mode: same as `bestPercent`. | String / Integer | | -| `totalLevelOrbs` | Maximum amount of orbs you can collect from this level. | Integer | | -| `levelOrbs` | Amount of orbs you have collected in this level. | Integer | | - -### Gameplay -> Note: these values are only available when playing/editing the level - -| Name | Description | Type | -|--------------------------|-----------------------------------------------------------------------------------------------------------|---------| -| `playerX` | Current player X position. | Float | -| `playerY` | Current player Y position. | Float | -| `player2X` | Second player X position. | Float | -| `player2Y` | Second player Y position. | Float | -| `attempt` | Current session attempt. | Integer | -| `isTestMode` | Whether playing from a StartPos object. | Boolean | -| `isPracticeMode` | Whether currently in practice mode. | Boolean | -| `isPlatformer` | Whether the player is in platformer mode. | Boolean | -| `isDualMode` | Whether the player is in dual mode. | Boolean | -| `levelTime` | Current attempt time in seconds. | Float | -| `levelLength` | Level length in block units. | Float | -| `levelDuration` | Level duration in seconds. | Float | -| `time` | Formatted attempt time (HH:MM:SS.mmm). | String | -| `frame` | Current frame number. | Integer | -| `isDead` | Whether the player is currently dead. | Boolean | -| `noclipDeaths` | How many times you have "died" in noclip. | Integer | -| `noclipAccuracy` | Displays a ratio of alive/dead frames in noclip. | Float | -| `progress` | Current progress in the level. | Float | -| `realProgress` | Original level progress, without 0% startpos bug fix. | Float | -| `editorMode` | Whether you're currently in editor mode. | Boolean | -| `objects` | Total objects count in the level. | Integer | -| `runFrom` | Percentage at which your best run started. | Float | -| `bestRun` | Percentage at which your best run ended. | Float | -| `lastDeath` | Progress of your last attempt (null on first attempt). | Float | -| `tps` | Current ticks per second. | Float | -| `timeWarp` | Current time warp multiplier. | Float | -| `gravity` | Current gravity multiplier. | Float | -| `activeObjects` | Amount of currently active objects in the level. | Integer | -| `gradients` | Amount of activated gradient triggers in the level. | Integer | -| `particleCount` | Amount of particles in the level. | Integer | -| `songsCount` | Amount of currently playing songs in the level. | Integer | -| `sfxCount` | Amount of currently playing sound effects in the level. | Integer | -| `moveTriggerCount` | Amount of currently active move triggers in the level. | Integer | -| `rotateTriggerCount` | Amount of currently active rotate triggers in the level. | Integer | -| `scaleTriggerCount` | Amount of currently active scale triggers in the level. | Integer | -| `followTriggerCount` | Amount of currently active follow triggers in the level. | Integer | -| `areaMoveTrigger` | Amount of currently active area move triggers in the level. | Integer | -| `areaMoveTriggerTotal` | Total amount of area move triggers in the level. | Integer | -| `areaRotateTrigger` | Amount of currently active area rotate triggers in the level. | Integer | -| `areaRotateTriggerTotal` | Total amount of area rotate triggers in the level. | Integer | -| `areaScaleTrigger` | Amount of currently active area scale triggers in the level. | Integer | -| `areaScaleTriggerTotal` | Total amount of area scale triggers in the level. | Integer | -| `areaColOpTrigger` | Amount of currently active area color/opacity triggers in the level. | Integer | -| `areaColOpTriggerTotal` | Total amount of area color/opacity triggers in the level. | Integer | -| `coins` | Array with states of coins in the level. 0 - uncollected, 1 - collected on current attempt, 2 - collected | Array | -| `gamemode` | Current game mode. | String | -| `playerIcon` | Current player icon ID (for current game mode). | Integer | - -### Clicks information -> Note: these values are only available when playing/editing the level - -| Name | Description | Type | -|-------------|---------------------------------------------------|---------| -| `cps1` | Clicks per second for the jump button | Integer | -| `cps2` | Clicks per second for the left button | Integer | -| `cps3` | Clicks per second for the right button | Integer | -| `clicks1` | Total clicks for the jump button | Integer | -| `clicks2` | Total clicks for the left button | Integer | -| `clicks3` | Total clicks for the right button | Integer | -| `maxCps1` | Maximum CPS for the jump button | Integer | -| `maxCps2` | Maximum CPS for the left button | Integer | -| `maxCps3` | Maximum CPS for the right button | Integer | -| `cps` | Total clicks per second | Integer | -| `clicks` | Total clicks | Integer | -| `maxCps` | Total maximum CPS | Integer | -| `cps1P2` | Clicks per second for the jump button (player 2) | Integer | -| `cps2P2` | Clicks per second for the left button (player 2) | Integer | -| `cps3P2` | Clicks per second for the right button (player 2) | Integer | -| `clicks1P2` | Total clicks for the jump button (player 2) | Integer | -| `clicks2P2` | Total clicks for the left button (player 2) | Integer | -| `clicks3P2` | Total clicks for the right button (player 2) | Integer | -| `maxCps1P2` | Maximum CPS for the jump button (player 2) | Integer | -| `maxCps2P2` | Maximum CPS for the left button (player 2) | Integer | -| `maxCps3P2` | Maximum CPS for the right button (player 2) | Integer | -| `cpsP2` | Total clicks per second (player 2) | Integer | -| `clicksP2` | Total clicks (player 2) | Integer | -| `maxCpsP2` | Total maximum CPS (player 2) | Integer | - -### Globed information -> Note: some of these values are only available if you have the Globed mod installed. - -| Name | Description | Type | -|---------------------------|------------------------------------------------------------------|---------| -| `globed.enabled` | Whether or not the Globed mod is enabled | Boolean | -| `globed.isConnected` | Whether or not you are connected to a Globed server | Boolean | -| `globed.ping` | Network latency between the client and the Globed server (in ms) | Integer | -| `globed.tps` | The TPS (ticks per second) of the server, or 0 if not connected | Integer | -| `globed.playersOnline` | All players online on the Globed server | Integer | -| `globed.playersOnLevel` | All players currently on the level you are playing | Integer | diff --git a/LICENSE.md b/LICENSE.md index f9359662..b45a1f20 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,94 +1,229 @@ -# Eclipse Public License - v 2.0 - -THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. - -## 1. DEFINITIONS - -“Contribution” means: - -- a) in the case of the initial Contributor, the initial content Distributed under this Agreement, and -- b) in the case of each subsequent Contributor: - - i) changes to the Program, and - - ii) additions to the Program; - - where such changes and/or additions to the Program originate from and are Distributed by that particular Contributor. A Contribution “originates” from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include changes or additions to the Program that are not Modified Works. - -“Contributor” means any person or entity that Distributes the Program. - -“Licensed Patents” mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. - -“Program” means the Contributions Distributed in accordance with this Agreement. - -“Recipient” means anyone who receives the Program under this Agreement or any Secondary License (as applicable), including Contributors. - -“Derivative Works” shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. - -“Modified Works” shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the contents of the Program, including, for purposes of clarity any new file in Source Code form that contains any contents of the Program. Modified Works shall not include works that contain only declarations, interfaces, types, classes, structures, or files of the Program solely in each case in order to link to, bind by name, or subclass the Program or Modified Works thereof. - -“Distribute” means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy. - -“Source Code” means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files. - -“Secondary License” means either the GNU General Public License, Version 2.0, or any later versions of that license, including any exceptions or additional permissions as identified by the initial Contributor. - -## 2. GRANT OF RIGHTS - -- a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, Distribute and sublicense the Contribution of such Contributor, if any, and such Derivative Works. -- b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in Source Code or other form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. -- c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to Distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. -- d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. -- e) Notwithstanding the terms of any Secondary License, no Contributor makes additional grants to any Recipient (other than those set forth in this Agreement) as a result of such Recipient's receipt of the Program under the terms of a Secondary License (if permitted under the terms of Section 3). - -## 3. REQUIREMENTS - -3.1 If a Contributor Distributes the Program in any form, then: - -- a) the Program must also be made available as Source Code, in accordance with section 3.2, and the Contributor must accompany the Program with a statement that the Source Code for the Program is available under this Agreement, and informs Recipients how to obtain it in a reasonable manner on or through a medium customarily used for software exchange; and -- b) the Contributor may Distribute the Program under a license different than this Agreement, provided that such license: - - i) effectively disclaims on behalf of all other Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; - - ii) effectively excludes on behalf of all other Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; - - iii) does not attempt to limit or alter the recipients' rights in the Source Code under section 3.2; and - - iv) requires any subsequent distribution of the Program by any party to be under a license that satisfies the requirements of this section 3. - -3.2 When the Program is Distributed as Source Code: - -- a) it must be made available under this Agreement, or if the Program (i) is combined with other material in a separate file or files made available under a Secondary License, and (ii) the initial Contributor attached to the Source Code the notice described in Exhibit A of this Agreement, then the Program may be made available under the terms of such Secondary Licenses, and -- b) a copy of this Agreement must be included with each copy of the Program. - -3.3 Contributors may not remove or alter any copyright, patent, trademark, attribution notices, disclaimers of warranty, or limitations of liability (‘notices’) contained within the Program from any copy of the Program which they Distribute, provided that Contributors may add their own appropriate notices. - -## 4. COMMERCIAL DISTRIBUTION - -Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (“Commercial Contributor”) hereby agrees to defend and indemnify every other Contributor (“Indemnified Contributor”) against any losses, damages and costs (collectively “Losses”) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. - -For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. - -## 5. NO WARRANTY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. - -## 6. DISCLAIMER OF LIABILITY - -EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -## 7. GENERAL - -If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. - -If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. - -All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. - -Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be Distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to Distribute the Program (including its Contributions) under the new version. - -Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement. - -## Exhibit A – Form of Secondary Licenses Notice - -“This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}.” - -> Simply including a copy of this Agreement, including this Exhibit A is not sufficient to license the Source Code under Secondary Licenses. -> -> If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. -> -> You may add additional accurate notices of copyright ownership. \ No newline at end of file +# Eclipse Menu Community License - v1.0 + +**This software is licensed under the Apache License, Version 2.0 (the "License"), +subject to the following Additional Terms. In the event of any conflict between the +Apache License and these Additional Terms, the Additional Terms control.** + +## Additional Terms + +### 1. Commercial Use Restriction + +Notwithstanding anything in the Apache License to the contrary, the rights granted to you +do not include, and the License does not grant you, the right to **Sell the Software**. + +**"Sell"** means practicing any or all of the rights granted to you under the License to provide +to third parties, for a fee or other charge (including a subscription), a product or service whose +value derives, entirely or substantially, from the functionality of the Software. + +### 2. Developer Freedom & Educational Exception + +**Right to Learn:** Nothing in this License restricts your right to view, study, and learn from +the source code of the Software. Educational use, reverse-engineering analysis for learning +purposes, and referencing the code to understand Geometry Dash modding techniques are fully +permitted and encouraged. + +**Good Faith Logic Reuse:** Notwithstanding the commercial restriction above, you may copy, modify, +and redistribute isolated code snippets, helper functions, or specific feature logic from this +Software for use in any project, including commercial ones, provided such use is done in good faith. + +**Standalone Repackaging Restriction:** This exception is strictly intended to allow developers +to integrate parts of Eclipse Menu's logic to enhance their own unique projects. You may not +copy a substantial, distinct feature of this Software to distribute it as a standalone modification, +or as a project where that copied feature constitutes the primary functionality. + +For allowed uses of minor snippets, attribution is encouraged but not required. +This exception strictly does not apply to the reproduction of the Software as a whole, +its primary interface framework, or to any files within the `/assets` directory. + +--- + +### Apache License, Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +**TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION** + +1. **Definitions.** + * **"License"** shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + * **"Licensor"** shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + * **"Legal Entity"** shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + * **"You"** (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + * **"Source"** form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + * **"Object"** form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + * **"Work"** shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + * **"Derivative Works"** shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + * **"Contribution"** shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + * **"Contributor"** shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + +2. **Grant of Copyright License.** Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + +3. **Grant of Patent License.** Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + +4. **Redistribution.** You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + * (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + * (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + * (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + * (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + +5. **Submission of Contributions.** Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + +6. **Trademarks.** This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + +7. **Disclaimer of Warranty.** Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + +8. **Limitation of Liability.** In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + +9. **Accepting Warranty or Additional Liability.** While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + +**END OF TERMS AND CONDITIONS** + +--- + +**Copyright 2024-2026 Eclipse Menu Contributors** + +Licensed under the Apache License, Version 2.0 (the "License"), +as modified by the Additional Terms above. +You may not use this file except in compliance with the License. +You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..b7bb3474 --- /dev/null +++ b/NOTICE @@ -0,0 +1,22 @@ +Eclipse Menu +Copyright (c) 2024-2026 Eclipse Menu Contributors + +This product includes software developed by the Eclipse Menu Team +within the Geometry Dash modding community. + +TRADEMARK & IDENTITY NOTICE: +The names "Eclipse" and "Eclipse Menu", when used in the context of +Geometry Dash software or modifications, are trademarks of the Eclipse Menu Team. +This License does not grant permission to use these trade names or associated +logos/visual assets except as required for reasonable origin attribution. + +COMMERCIAL RESTRICTION: +This software is subject to the "Additional Terms" as specified in the LICENSE.md file. +The right to Sell the Software (as defined in the License) is expressly withheld. +Value in this software derives substantially from its aggregate functionality. +Redistribution for a fee or charge is a violation of the License terms. + +LEGACY NOTICE: +Version 1.x of Eclipse Menu remains under the Eclipse Public License 2.0 (EPL-2.0). +This version (2.x+) is a substantial rewrite and is governed by the +Apache 2.0 + Commons Clause license. \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index 83bd8a66..00000000 --- a/README.md +++ /dev/null @@ -1,119 +0,0 @@ -
- - Logo - -

Eclipse

-

- A next-generation mod menu for Geometry Dash. -

-
-
- - Release version - - Total downloads - Latest release downloads - - License - - - Issues - - - Discord - -
-
- -## Tabbed Style - -Tabbed Style -Tabbed Style - -## Cocos UI - -Cocos Style - -## Panel Style - -Panel Style - -## Sidebar Style - -Sidebar Style - -## How to install - -1. Install [Geode](https://geode-sdk.org) if you haven't already! -2. Open Geometry Dash -3. Click on the Geode button -4. Navigate to the **Download** tab, and search "Eclipse" -5. Click on **View**, and **Download**. You should now have **Eclipse Menu** after restarting! - -## How to use - -1. On PC, press `TAB` to open and close the mod menu. -2. Set or toggle any hack / mod you want to use. -3. For any questions or general support, join our [Support Discord Server](https://discord.gg/NnpwFRDMND)! -4. Have fun using our mod! - -## Features - -- 100+ hacks -- StartPos Switcher (with Smart SmartPos!) -- Fully Customizable Labels -- Show Trajectory -- Internal Recorder (requires [FFmpeg API](https://geode-sdk.org/mods/eclipse.ffmpeg-api) mod to be installed) -- Replay Bot -- Keybinds -- Theme Customizability (you can theme Eclipse Menu however you want!) -- Crossplatform support (Windows, macOS, Android, iOS) -- Community Translations (check the [translations repository](https://github.com/EclipseMenu/translations) on how to - contribute) -- An API for other mods to interact with Eclipse - -## Build Instructions - -1. You must have the following: `CMake`, `MSVC / Clang`, `Git`, `Geode CLI`, `Geode SDK` - -```bash -git clone https://github.com/EclipseMenu/EclipseMenu -cd EclipseMenu -cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -cmake --build build --config RelWithDebInfo -``` - -## Credits - -This mod menu would not be possible without the developers from other mod menus teaming up together! - -- [ninXout](https://github.com/ninXout) ([Crystal Client](https://github.com/ninXout/Crystal-Client)) -- [prevter](https://github.com/prevter) ([OpenHack](https://github.com/prevter/OpenHack)) -- [maxnut](https://github.com/maxnut) ([GD Mega Overlay](https://github.com/maxnut/GDMegaOverlay)) -- [Firee](https://github.com/FireMario211) ([Prism Menu](https://github.com/FireMario211/Prism-Menu)) -- [SpaghettDev](https://github.com/SpaghettDev) - -Additionally, thank you to our testers, contributors, and supporters for improving and helping make Eclipse Menu -possible! - -- [Tallen](https://tallensuired.carrd.co/) - Tester & Helped support **Eclipse Menu** by donating! -- [hiimjasmine00](https://github.com/hiimjasmine00) - Contributor -- [RayDeeUx](https://github.com/RayDeeUx) - Contributor -- [iAndyHD3](https://github.com/iAndyHD3) - Contributor -- [Tech](https://github.com/TechStudent11) - Contributor -- [Uproxide](https://github.com/Uproxide) - Contributor -- [slideglide](https://github.com/slideglide) - Contributor -- [alk](https://github.com/altalk23) - Contributor -- [Beat](https://github.com/BeatACVR) - Contributor -- [alex](https://www.youtube.com/channel/UC4SWcPASJplMrIT6YI8QcSw) - Tester -- [itsmeatomic](https://youtube.com/@itsmeatomic) - Tester -- [jettjames](https://x.com/JettJamez) - Tester -- [doki](https://www.youtube.com/@dokitachi) - Tester -- [Prometheus](https://github.com/Prometheus-03) - Tester -- [Catto](https://github.com/CattoDev/GatoBot/) - ShaderLayer fix for renderer -- [arvFlash](https://github.com/arvFlash) - Catppuccin Macchiato theme - -## License - -**Eclipse Menu** is created under the **[Eclipse Public License v2.0](https://choosealicense.com/licenses/epl-2.0/)**, -read more by clicking on the highlighted name. diff --git a/TRADEMARKS.md b/TRADEMARKS.md new file mode 100644 index 00000000..db232c93 --- /dev/null +++ b/TRADEMARKS.md @@ -0,0 +1,27 @@ +# Eclipse Menu Trademark & Branding Policy + +## 1. Purpose + +This policy ensures the **Eclipse Menu** identity remains with the official development team +and prevents predatory redistribution. It also protects users from confusion and ensures they get +the authentic experience. + +## 2. Permitted Use (Contributions & Personal Use) +You are **not** required to rebrand or remove assets if: +* You are forking for private, personal use. +* You are contributing to the official Eclipse Menu project via Pull Request. +* You are making free extensions that clearly state they are "for Eclipse Menu." + +## 3. Prohibited Use (Paid/Commercial Forks) +Per the "Commons Clause" in our LICENSE, you may not sell this software +or its derivative works. If you destribute a fork commercially: +* **Distinct Identity:** You must change the name and remove all official logos/icons. +* **Originality:** You may not sell a "reskinned" version of Eclipse Menu, that relies on + a substantial portion (30% or more) of Eclipse's original modules without + significant original functionality. + +## 4. Asset Licensing +While the code is Apache 2.0, all files in the `/assets` directory are licensed under +**Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)**. +* You may use them for free, non-commercial purposes only. +* You may not modify these assets or use them in commercial projects. \ No newline at end of file diff --git a/about.md b/about.md deleted file mode 100644 index 115598da..00000000 --- a/about.md +++ /dev/null @@ -1,70 +0,0 @@ -# Eclipse Menu - -A **next-generation** mod menu for Geometry Dash. - -## How to use - -1. On PC, press `TAB` to open and close the mod menu. For mobile, you should see a ball, click on that to open or close - the menu! -2. Set or toggle any hack / mod you want to use. -3. For any questions or general support, join our [Support Discord Server](https://discord.gg/NnpwFRDMND)! -4. Have fun using our mod! - -## Features - -- 100+ hacks -- StartPos Switcher (with Smart SmartPos!) -- Fully Customizable Labels -- Show Trajectory -- Internal Recorder -- Replay Bot -- Keybinds -- Theme Customizability (you can theme Eclipse Menu however you want!) -- Crossplatform support (Windows, macOS, Android, iOS) -- Community Translations (check the [translations repository](https://github.com/EclipseMenu/translations) on how to - contribute) -- An API for other mods to interact with Eclipse - -Note: Internal Recorder requires FFmpeg API mod to be installed and enabled: - - - -## Credits - -This mod menu would not be possible without the developers from other mod menus teaming up together! - -- [ninXout](https://github.com/ninXout) ([Crystal Client](https://github.com/ninXout/Crystal-Client)) -- [prevter](https://github.com/Prevter) ([OpenHack](https://github.com/Prevter/OpenHack)) -- [maxnut](https://github.com/maxnut) ([GD Mega Overlay](https://github.com/maxnut/GDMegaOverlay)) -- [Firee](https://github.com/FireMario211) ([Prism Menu](https://github.com/FireMario211/Prism-Menu)) -- [SpaghettDev](https://github.com/SpaghettDev) - -Additionally, thank you to our testers, contributors, and supporters for improving and helping make Eclipse Menu -possible! - -- [Tallen](https://tallensuired.carrd.co/) - Tester, First Donor, and awesome person! -- [hiimjasmine00](https://github.com/hiimjasmine00) - Contributor -- [RayDeeUx](https://github.com/RayDeeUx) - Contributor -- [iAndyHD3](https://github.com/iAndyHD3) - Contributor -- [Tech](https://github.com/TechStudent11) - Contributor -- [Uproxide](https://github.com/Uproxide) - Contributor -- [slideglide](https://github.com/slideglide) - Contributor -- [alk](https://github.com/altalk23) - Contributor -- [Beat](https://github.com/BeatACVR) - Contributor -- [alex](https://www.youtube.com/channel/UC4SWcPASJplMrIT6YI8QcSw) - Tester -- [itsmeatomic](https://youtube.com/@itsmeatomic) - Tester -- [jettjames](https://x.com/JettJamez) - Tester -- [doki](https://www.youtube.com/@dokitachi) - Tester -- [Prometheus](https://github.com/Prometheus-03) - Tester -- [Catto](https://github.com/CattoDev/GatoBot/) - ShaderLayer fix for renderer -- [arvFlash](https://github.com/arvFlash) - Catppuccin Macchiato theme - -## License - -**Eclipse Menu** is created under the **[Eclipse Public License v2.0](https://choosealicense.com/licenses/epl-2.0/)**, -read more by clicking on the highlighted name. - -## Other notes - -Send any suggestions or report any issues to the **Github Repository** or our **Discord Server**. We hope you enjoy -using this mod! diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 25386471..00000000 --- a/changelog.md +++ /dev/null @@ -1,402 +0,0 @@ -# Eclipse Menu - -## v1.9.4 -**Fixes**: -* Fixed an incompatibility with Deltarune Textboxes that caused crashes on level launch -* Fixed replay search bar not being case-insensitive -* Re-added `globed.playersOnLevel` variable - -## v1.9.3 -**Fixes**: -* Fixed Swift Click not working in bot replay mode -* Fixed a pause related bug in Replay Bot -* Fixed a two player mode bug in Replay Bot -* Fixed replay saving bug if macro contains multiple actions in the same frame -* Re-enabled Globed label variables (player count is currently unavailable and requires a Globed update) -* Removed ability to bind keys to Left Mouse Button due to having more issues than benefits -* Fixed text in the Auto Safe Mode warning popup not being centered -* Fixed Auto Safe Mode warning popup showing on "Coming Soon" and "The Tower" pages -* Fixed a crash that happens with Cocos UI if you press any button and close button at the same time - -## v1.9.2 -**Fixes**: -* Fixed multiple keybinds regressions - -## v1.9.1 -**Fixes**: -* Fixed physics breaks on levels with dynamic objects -* Fixed graphical glitches happening in ImGui mode for some users - -## v1.9.0 -**Additions**: -* Added Clipsy - AI companion/chatbot -* Added Swift Click on mobile (by @slideglide) -* Added 28 new emojis for labels -* Added VSync and FPS Bypass toggles on macOS (requires SDL Mod to be installed) - -**Fixes**: -* Fixed scroll layer incompatibility with Better Touch Prio mod (#356 by @km7dev) -* Fixed Auto Song Download not working -* Fixed several issues with Slider Bypass in editor (#361 by @alk) -* Improved precision of Noclip Accuracy (uses double-precision floating point now) -* Fixed readonly editor getting bypassed even without Level Edit enabled -* Fixed arrows keys typing 'a' in textboxes with ImGui UI mode -* Fixed clipboard not working with ImGui UI mode -* Fixed autoclicker and frame stepper on mobile (forces swift click when using them) - -## v1.8.3 -**Fixes**: -* Fixed Replay Bot accuracy after 2.208 changes -* Fixed Practice Fix not properly saving auto-checkpoints -* Fixed some Memory-based Practice Fix crashes -* Fixed Default Song Bypass not saving the song choice -* Fixed label file picker crashes on Android -* Fixed Wave Trail On Death not working on macOS - -## v1.8.2 -**Fixes**: -* Fixed Solid Wave Trail not working sometimes -* Fixed percentage calculation to match 2.208 changes - -## v1.8.1 -**Fixes**: -* Fixed an invisible crash on game close -* Fixed not being able to bind keys to any toggles -* Fixed Click Teleport not triggering on mouse click -* Fixed incompatibility with pre-2.208 replays -* Temporarily made Memory-based Practice Fix not the default option -* Auto disable Click Between Steps when recording a replay - -## v1.8.0 -This update adds **Geometry Dash v2.2081** support - -**Additions**: -* Added Wave Trail On Death -* Added Persist Trail -* Added Composite Keybinds (e.g. Ctrl + Key) for shortcuts -* Added Click On Steps and Click Between Steps toggles -* Added Show Spam Comments (#314 by @Beat) -* Added Search Auto Focus toggle and disabled it by default -* Added a warning popup on level enter when Auto Safe Mode or Safe Mode are active -* Added Open Replays button (#302 by @slideglide) -* FPS Bypass and Vertical Sync now mutually disable each other -* Replay Bot can now playback in editor -* Random Seed is now supported on all platforms and has more options -* Stop Triggers on Death can be toggled for platformer mode -* Hitbox Trail now shows CBS ticks -* Optimized Hitbox Trail memory usage -* Increased max length of Hitbox Trails -* Increased max TPS value - -**Fixes**: -* Fixed a Replay Bot input check that could cause recording issues -* Fixed replay picker showing `.DS_Store` files on macOS (#292 by @XblazeGMD) -* Fixed multiple issues with Discord RPC not showing status -* Fixed Path Unlocker also unlocking other items (#306 by @km7dev) -* Fixed Auto Song Download not downloading songs for daily/weekly levels -* Fixed Auto Song Download crash with the Newgrounds TOS popup (#317 by @RayDeeUx) -* Stop Triggers on Death is now considered a cheat in platformer mode - -## v1.7.0 -**Additions**: -* Added No Music Fade Out (#273 by @Beat) -* Added toggle for Horizontal Centering in Tabbed Layout -* Layout Mode can now change level colors - -**Fixes**: -* Fixed Ball Rotation triggering when switching to Cube and Robot -* Fixed Level Edit showing the "read-only" warning (cosmetic change) -* Fixed Pause During Complete registering level completion if you restart the level -* Fixed Pause During Complete not enabling the pause button on mobile -* Fixed Layout Mode breaking levels in Editor -* Fixed Layout Mode cheat indicator logic -* Fixed No Trail/Always Show Trail not updating while in-game -* Fixed `config::setInternal` method in Eclipse API - -## v1.6.0 -**Additions**: -* Added responsive press animation for Floating Button -* Added Wave Trail Pulse toggle to Custom Wave Trail -* Added Vertical Sync toggle (#268 by @slideglide) -* Added Memory-based option for Practice Fix -* Added new label variables: `playerXVelocity`, `playerYVelocity`, `player2XVelocity`, `player2YVelocity` -* Tabbed layout is now horizontally centered - -**Fixes**: -* Fixed Floating Button ignoring Show in Editor setting -* Fixed Floating Button going offscreen when changing resolution -* Fixed a race condition with StartPos Switcher causing crashes while level is loading -* Fixed Show Hitboxes classifying speed portals as triggers -* Fixed Speedhack compatibility with CBF Physics Bypass -* Improved Show Hitboxes behavior parity with vanilla hitboxes in editor -* Replay Bot accuracy improvements -* Various Shipcopter improvements and fixes -* Massive refactoring of codebase that improves performance and load times - -## v1.5.0 -**Additions**: -* Added Freeze Best Run for Safe Mode -* Added Show Graphics Settings shortcut -* Added Shipcopter (#248 by @Beat) -* Added No End Shake (#247 by @slideglide) -* Added toggle to switch between ImGui and Cocos UI modes in mod settings -* Made Open DevTools shortcut available on all platforms - -**Fixes**: -* Fixed Checkpoint Delay not being applied when starting recording mid-attempt -* Fixed Bot reporting an error when creating a macro with missing directory -* Fixed Discord RPC not connecting for some users -* Improved support for DevTools mouse cursor -* Removed Comment History Bypass due to server-side patch -* Small performance improvements in Show Hitboxes - -## v1.4.0 -**Additions**: -* Added Physics Bypass for JIT-less iOS -* Added No Wave Trail Behind -* Added Show Level Password shortcut -* Added Globed label variables: `globed.enabled`, `globed.isConnected`, `globed.ping`, `globed.tps`, `globed.playersOnline`, `globed.playersOnLevel` -* Discord RPC now supports Wine (only Wine Staging 10.2+ is supported for now) -* Added API for loading macros -* Menu Arrows now change colors based on the current theme (on mobile UI) - -**Fixes**: -* Fixed a bunch of issues related to Windows paths and added more error handling -* Fixed random startup crashes on Android due to Physics Bypass patching -* Fixed a few issues with Practice Fix (hopefully) -* Fixed Solid Wave Trail compatibility with other mods and made it toggleable at any time -* Fixed problems with Discord RPC not updating status properly -* Fixed Uncomplete Level corrupting editor levels - -## v1.3.2 -**Fixes**: -* Fixed rotated danger hitboxes being incorrect -* Fixed hitboxes not updating when toggled if game is paused -* Fixed Practice Fix locking attempts count - -## v1.3.1 -**Fixes**: -* Fixed cheat indicator not showing when Show Hitboxes was enabled -* Fixed a regression in Show Hitboxes that caused duplicate hitboxes and occasional crashes -* Fixed a crash in Discord RPC when button fields were left empty -* Fixed ghost label bug when text becomes empty - -## v1.3.0 -**Additions**: -* JIT-less support for iOS (Physics Bypass is not supported on JIT-less due to technical limitations) -* Added two new themes Gruvbox (thanks fleeym) and OpenHack -* Removed no longer required dependencies to reduce mod size -* Added DPI Scaling setting to toggle scaling UI with screen resolution -* Added delay setting for StartPos Switcher -* New label variable: `levelRating` -* Added ability to change menu keybind from Geode mod settings - -**Fixes**: -* Improved Physics Bypass performance and accuracy -* Reworked Show Hitboxes, fixing bugs and improving performance -* Fixed Accurate Percentage rounding to nearest, instead of down -* P1/P2 Jump Keybinds can no longer be bound to default jump keys to prevent issues -* Improved replay bot recording accuracy -* Fixed crash that could happen with Only Show Death Object -* Fixed crash with Legacy Trail after changing resolution -* Fixed menu popping up for few frames on launch -* Fixed crash when using Ghost Trail hacks with editors -* Fixed Solid Wave Trail incompatibility with some mods -* Fixed camera related issues with StartPos Switcher (#205 by @UserIsntAvailable) -* Fixed inverted Delete/Backspace keys on macOS - -## v1.2.2 -**Additions**: -* Added Click Between Frames toggle for all platforms (If you have the CBF mod installed) - -**Fixes**: -* Fixed Hitbox Trails not clearing in Editor -* Disabled Always Show Coins on Mac OS to prevent crashing -* Fixed Startpos Switcher crashing on Mac OS -* Fixed menu sometimes going unstable for Windows & Mac OS -* Fixed bronze coins not being removed when uncompleting a level - -## v1.2.1 -**Fixes**: -* Fixed Mac OS crashing on startup -* Fixed duals not working with Trail Outline -* Fixed certain settings not showing up on Android - -## v1.2.0 -**Additions**: -* iOS support. All platforms are now supported! -* Added Layout Mode -* Added Trail Outline to allow your wave trail to have an outline! Customizable too! -* Added Only Show Death Object, for seeing which object you exactly died to! -* Added Force Ghost Trail -* Added the Ball Variance setting for Ball Rotation Bug -* Added settings for Legacy Pulse -* Added settings for Trail Cutting -* Force Platformer is now considered a cheat - -**Fixes**: -* Improved Mac OS keybinds -* Fixed Internal Recorder crashes on iMac -* Fixed ball rotation issues on Mac OS -* Fixed label presets causing issues - -## v1.1.1 -**Additions**: -* Added Recount Secret Coins for restoring any lost secret coins from Uncomplete Level. - -**Fixes**: -* Fixed uncomplete level from removing secret coins rather than user coins if a rated level contains it. - -## v1.1.0 -**Additions**: -* Added Confirm Hacks (Confirm Practice, Restart, etc.) (#140) -* Added Show Taps -* Added Reset BG & SFX Volume shortcuts -* Added Quick Chests -* Added Ball Rotation Bug -* Added Ignore Inputs for Bot -* Bot now uses GDR2 format (improved file size and read/write speed) -* Noclip will trigger safe mode only if you die (allows 100% accuracy runs) - -**Fixes**: -* Fixed a crash on Android with color picker popups -* Fixed translation issues with Accurate Percentage -* Fixed issues related to changing texture quality or switching fullscreen mode -* Optimized few things with Physics Bypass -* Fixed a rare crash with Physics Bypass if you die in editor with second player -* Fixed translations getting duplicated in the settings -* Fixed crashes with Practice Fix on Android -* Fixed Shortcuts tab alignment issues on Android -* Fixed Labels not showing up in Editor -* Rebinding keys to mouse click on Android no longer works - -## v1.0.0 -**Additions**: -* Android support featuring custom made UI for mobile devices -* Labels revamp: - * Emojis support - * Added keybind support for Labels - * Events to customize colors/fonts/etc. based on certain conditions - * Added **a lot** of new RIFT variables and functions - * Added font alignment options - * Added absolute positioning for labels - * Added Import/Export options for labels, so you can share them with others. - * Added "Only Cheating" option for cheat indicator, which will hide the indicator if no cheats are active -* Internal Recorder revamp: - * FFmpeg API is not a requirement to run Eclipse anymore (you still need it to use the recorder) - * Improved performance during recording - * Implemented "one-pass" audio rendering (no need to play the level twice to record audio) - * Added "Hide Preview" option to not render the game twice during recording -* Added Translations (check the [translations repository](https://github.com/EclipseMenu/translations) on how to contribute) -* Added search bar for hacks -* Added customization settings for menu open/close animations (tabbed layout) -* Added Catppuccin Macchiato theme as one of the default ones (thanks to [arvFlash](https://github.com/arvFlash)) -* Added No Level Kick -* Added Checkpoint Delay -* Added All Passable -* Added Unlock Paths -* Added Physics Bypass for macOS -* Added Custom Modules API for other mods to use Eclipse's cheat indicator system - -**Fixes:** -* Fixed a crash in editor when using Physics Bypass -* Fixed percentage calculation with Physics Bypass -* Fixed slowed down animations with Physics Bypass -* Fixed "Formatted Timer" in Accurate Percentage not accounting for checkpoints. -* Fixed a memory leak with Show Trajectory -* Fixed "Show Labels" toggle not realigning labels when switched -* Greatly improved performance of Labels -* Fixed a random crash on ARM macOS when entering any level -* Fixed some Practice Fix crashes -* Fixed Audio Speed/Sync with Speedhack not working sometimes -* Optimized Show Trajectory a bit -* Fixed a crash that could happen when using Blur -* Fixed Click Between Frames toggle resetting on game launch -* Resolved some issues with replays when using Physics Bypass (some old macros might stop working due to this) -* General performance improvements - -## v1.0.0-beta.4 -**Geometry Dash v2.2074 support** -No Android support yet, but we're working on it! - -**Fixes:** -* Fixed radio buttons keybinds always setting the first option -* Fixed random crash with combo boxes -* Fixed some Slider Limit issues -* Fixed shader related issues with Internal Recorder -* Fixed rare crash when having an invalid UI renderer mode set -* Fixed few issues with Instant Complete (#60) -* Fixed issues with Mute Level Audio On Death (#60) -* Fixed keyboard shortcuts (Ctrl+C, Ctrl+V, etc.) not working in the UI -* Fixed keybind deletion crash -* Fixed random crashes with All Modes in Platformer, Practice Coins and Show Trajectory -* Fixed Frame Stepper bugging out with Speedhack -* Fixed an issue with slashes in level name when saving a render -* StartPos Switcher keybinds now trigger instantly -* Practice Music Sync now auto-toggles the option in settings -* Replay does not trigger Auto Safe Mode unless you have a loaded macro -* Added some mod descriptions (#19, #70) - -**Additions**: -* New Internal Recorder backend (crossplatform support, no need to install ffmpeg) -* Added No Trail -* Added Always Show Trail -* Added Discord RPC -* Added Show In Editor option to Show Hitboxes -* Replaced TPS Bypass with Physics Bypass -* Added Place Checkpoint and Remove Checkpoint shortcuts -* Added custom keybinds for P1/P2 jump -* Added Endscreen Cheat Indicator -* Auto Safe Mode now stores your attempt state (whether any cheats were active at any time) -* Click Between Frames toggle if you have the mod installed -* New label variables: -`isDualMode`, `cubeIcon`, `shipIcon`, `ballIcon`, `ufoIcon`, `waveIcon`, -`robotIcon`, `spiderIcon`, `swingIcon`, `gamemode`, `playerIcon`, `levelDescription`, -`frameReal`, `tps`, `runStart` -* Updated RIFT scripting with more features: - * Added cfg function to get values from settings - * Improved overall performance and stability - * Fixed some expressions not working as expected - * Added int, float and str functions, to convert variable types - * Added duration function to convert seconds into a formatted time string - * Added $ operator to evaluate sub-expressions -* Added Eclipse API for developers to interact with the mod (BetterInfo users might notice a new tab :D) - -## v1.0.0-beta.3 -**Fixes:** -* Fixed Pause Countdown taking 2.5 seconds instead of 3 seconds -* Fixed Noclip Deaths not working properly -* Fixed Respawn Delay not being able to added as a keybind -* Moved Copy Bypass and Verify Bypass to the Creator tab -* Fixed several issues with label parser - -**Additions**: -* Added 0% Practice Completion -* Added No Mirror -* Added Instant Mirror -* Added No Object Glow -* Added Level Uncomplete Shortcut -* Labels can now be reordered -* Macros can now be deleted in the menu itself - -## v1.0.0-beta.2 -**Fixes:** -* Fixed Force Platformer not working in online levels -* Fixed the invisible interface tab when using the panel layout -* Fixed the immediate change of font size -* Fixed the awkward left window size in Sidebar layout -* Fixed Smart Startpos on macOS -* Fixed crash if theme file was corrupted - -**Additions**: -* Added Solid Wave Trail -* Added Custom Wave Trail -* Added Stop Triggers on Death -* Added Noclip Death Limit and Noclip Accuracy Limit -* Keybinds will now not activate if you are typing in a GD text box -* Added a hint message for adding a new keybind -* Automatically disable Click Between Frames when botting -* Added new variables for labels: `framestepper`, `monthName`, `lastDeath` - -## v1.0.0-beta.1 -* Initial Release! diff --git a/cmake/IncludeLibs.cmake b/cmake/IncludeLibs.cmake deleted file mode 100644 index cb749e72..00000000 --- a/cmake/IncludeLibs.cmake +++ /dev/null @@ -1,59 +0,0 @@ -cmake_minimum_required(VERSION 3.21) -add_library(third_party INTERFACE) - -# Include libraries -add_library(imgui INTERFACE) -CPMAddPackage("gh:EclipseMenu/imgui#8cf1bfc") -target_include_directories(imgui INTERFACE ${imgui_SOURCE_DIR}) -target_sources(imgui INTERFACE - ${imgui_SOURCE_DIR}/imgui.cpp - ${imgui_SOURCE_DIR}/imgui_widgets.cpp - ${imgui_SOURCE_DIR}/imgui_tables.cpp - ${imgui_SOURCE_DIR}/imgui_draw.cpp - ${imgui_SOURCE_DIR}/imgui_demo.cpp - ${imgui_SOURCE_DIR}/misc/cpp/imgui_stdlib.cpp -) -set(HAS_IMGUI ON) -set(IMGUI_HOOK_EARLY OFF) - -if (NOT ANDROID AND NOT IOS) - CPMAddPackage("gh:EclipseMenu/discord-presence#3b50b08") -endif() - -CPMAddPackage("gh:prevter/gd-imgui-cocos#e66d02b") -CPMAddPackage("gh:prevter/msgpack-for-matjson#12edd5a") -CPMAddPackage("gh:maxnut/GDR-converter#71104a9") -CPMAddPackage("gh:EclipseMenu/rift@2.0.2") -CPMAddPackage("gh:prevter/AdvancedLabel#17ed1c1") -CPMAddPackage("gh:prevter/sinaps#7d2f7b1") -CPMAddPackage("gh:prevter/rock#6a2d29e") - -if (WIN32) - CPMAddPackage("gh:zyantific/zydis#ae12a09") -endif () - -# Fix debug build -if (CMAKE_BUILD_TYPE STREQUAL "Debug" AND WIN32) - target_compile_definitions(discord-rpc PRIVATE _ITERATOR_DEBUG_LEVEL=0) - target_compile_definitions(rift PRIVATE _HAS_ITERATOR_DEBUGGING=0) -endif() - -# Link them to the project -target_link_libraries(third_party INTERFACE - GDRconverter - libGDR - imgui - imgui-cocos - rift - advanced_label - sinaps - rock -) - -if (NOT ANDROID AND NOT IOS) - target_link_libraries(third_party INTERFACE discord-rpc) -endif() - -if (WIN32) - target_link_libraries(third_party INTERFACE Zydis Zycore) -endif () diff --git a/cmake/Translations.cmake b/cmake/Translations.cmake deleted file mode 100644 index e0cd4166..00000000 --- a/cmake/Translations.cmake +++ /dev/null @@ -1,19 +0,0 @@ -include(FetchContent) - -if (DEFINED ENV{ECLIPSE_TRANSLATIONS_REPO_PATH}) - set(TRANSLATIONS_PATH $ENV{ECLIPSE_TRANSLATIONS_REPO_PATH}) -else() - FetchContent_Declare( - eclipse_translations - GIT_REPOSITORY https://github.com/EclipseMenu/translations.git - GIT_TAG main - GIT_SHALLOW TRUE - UPDATE_DISCONNECTED FALSE - ) - - FetchContent_MakeAvailable(eclipse_translations) - - set(TRANSLATIONS_PATH ${eclipse_translations_SOURCE_DIR}) -endif() - -setup_translations(${PROJECT_NAME}) \ No newline at end of file diff --git a/include/Core/Config.hpp b/include/Core/Config.hpp new file mode 100644 index 00000000..687094fc --- /dev/null +++ b/include/Core/Config.hpp @@ -0,0 +1,136 @@ +#pragma once +#include + +#include "Registry.hpp" +#include "Setting.hpp" + +namespace eclipse { + #define ECLIPSE_CONFIG_TYPES(X) \ + X(bool, 0) \ + X(int64_t, 1) \ + X(double, 2) \ + X(std::string, 3) + + namespace __detail { + struct TypeOps { + using SerializeFn = matjson::Value(*)(void const* value); + using DeserializeFn = bool(*)(matjson::Value const& json, void* out, bool notify); + + SerializeFn serialize; + DeserializeFn deserialize; + }; + + template + matjson::Value serialize_type(void const* value) { + return matjson::Value(*static_cast(value)); + } + + template + bool deserialize_type(matjson::Value const& json, void* out, bool notify) { + auto res = json.as(); + if (!res) return false; + Setting* setting = static_cast*>(out); + if (notify) setting->set(std::move(*res)); + else setting->value() = std::move(*res); + return true; + } + + #define ECLIPSE_TYPE_OPS(type, index) { &serialize_type, &deserialize_type }, + #define ECLIPSE_DECL_INDEX(type, index) \ + template <> \ + struct index_for_type { \ + static constexpr size_t value = index; \ + }; + + inline constexpr auto type_table = std::to_array({ + ECLIPSE_CONFIG_TYPES(ECLIPSE_TYPE_OPS) + }); + + ECLIPSE_CONFIG_TYPES(ECLIPSE_DECL_INDEX) + + #undef ECLIPSE_DECL_INDEX + #undef ECLIPSE_TYPE_OPS + } + + template + T default_value() { + if constexpr (std::is_default_constructible_v) { + return T{}; + } else { + static_assert(sizeof(T) == 0, "Type must be default constructible or have a specialization of default_value"); + std::unreachable(); + } + } + + template + T default_value() { return default_value(); } + + template + class ConfigSetting : public Setting { + public: + using Setting::Setting; + + static ConfigSetting& get() { + static ConfigSetting instance; + return instance; + } + + constexpr static std::string_view name() noexcept { return Name; } + + private: + ConfigSetting() : Setting(default_value()) { + Registry::get()->bindSetting({ + .self = this, + .name = Name, + .type = __detail::index_for_type_v + }); + } + }; + + namespace config { + template + [[nodiscard]] ConfigSetting& ref() { + return ConfigSetting::get(); + } + + template + [[nodiscard]] T const& get() { + return ref().value(); + } + + template + void set(T&& value) { + ref().set(std::forward(value)); + } + + template + void set(T const& value) { + ref().set(value); + } + + template + size_t listen(typename ConfigSetting::ObserverFn fn) { + return ref().listen(std::move(fn)); + } + + template + void unlisten(size_t id) { + ref().unlisten(id); + } + + template + Result get(std::string_view name) { + return Registry::get()->get(name); + } + + template + Result set(std::string_view name, T&& value) { + return Registry::get()->set(name, std::forward(value)); + } + + template + Result set(std::string_view name, T const& value) { + return Registry::get()->set(name, value); + } + } +} \ No newline at end of file diff --git a/include/Core/InputManager.hpp b/include/Core/InputManager.hpp new file mode 100644 index 00000000..f3e8720d --- /dev/null +++ b/include/Core/InputManager.hpp @@ -0,0 +1,74 @@ +#pragma once +#include "Keybind.hpp" +#include "../Prelude.hpp" + +namespace eclipse { + struct SavedKeybind { Keybind keybind; KeybindMode mode; }; + + /// @brief Manages all keybindings and propagates input throughout the menu + class ECLIPSE_DLL InputManager { + public: + /// @brief Gets the global InputManager instance + /// @return The global InputManager instance + static InputManager* get() + ECLIPSE_EVENT_METHOD(InputManager::get); + + InputManager(InputManager const&) = delete; + InputManager& operator=(InputManager const&) = delete; + InputManager(InputManager&&) = delete; + InputManager& operator=(InputManager&&) = delete; + + using GlobalListener = Function; + + /// @brief Registers a keybind with the InputManager + /// @param id A unique string identifier for the keybind, used for saving/loading and displaying to the user + /// @param callback The function to call when the keybind is triggered + /// @param ephemeral Whether the keybind will be visible in the keybinds tab. Used for "internal" keybinds like StartPos Switcher, which have its own settings + void registerListener(std::string id, Binding::Action callback, bool ephemeral = false) + ECLIPSE_EVENT_METHOD(InputManager::registerListener, this, std::move(id), std::move(callback), ephemeral); + + /// @brief Should be invoked from keyboard listeners, handles the event and propagates it to registered keybinds + /// @param key The key that was pressed/released (see cocos2d::enumKeyCodes) + /// @param mods The keyboard modifiers active during the event + /// @param isDown Whether the key was pressed (true) or released (false) + /// @param timestamp The timestamp of the event (geode::utils::getInputTimestamp()) + /// @return true if the event was "swallowed" (shouldn't be passed further), false otherwise + bool onKeyEvent(cocos2d::enumKeyCodes key, KeyboardModifier mods, bool isDown, double timestamp) + ECLIPSE_EVENT_METHOD(InputManager::onKeyEvent, this, key, mods, isDown, timestamp); + + /// @brief Sets a global listener that will be called for every key event, regardless of registered keybinds. Used for rebind UI. + /// @param listener The function to call for every key event + void setGlobalListener(GlobalListener listener) + ECLIPSE_EVENT_METHOD(InputManager::setGlobalListener, this, std::move(listener)); + + void setDefaultKeybind(std::string id, Keybind keybind, KeybindMode mode = KeybindMode::Toggle) + ECLIPSE_EVENT_METHOD(InputManager::setDefaultKeybind, this, std::move(id), keybind, mode); + + private: + InputManager(); + + StringMap> m_bindings; + StringMap m_loadedKeybinds; + GlobalListener m_globalListener; + }; +} + +template <> +struct matjson::Serialize { + static Value toJson(eclipse::SavedKeybind const& saved) { + return makeObject({ + {"keybind", saved.keybind}, + {"mode", static_cast(saved.mode)} + }); + } + + static geode::Result fromJson(Value const& json) { + GEODE_UNWRAP_INTO(eclipse::Keybind keybind, json["keybind"].as()); + GEODE_UNWRAP_INTO(int modeInt, json["mode"].asInt()); + + return geode::Ok(eclipse::SavedKeybind{ + .keybind = keybind, + .mode = static_cast(modeInt) + }); + } +}; \ No newline at end of file diff --git a/include/Core/Keybind.hpp b/include/Core/Keybind.hpp new file mode 100644 index 00000000..0e70582e --- /dev/null +++ b/include/Core/Keybind.hpp @@ -0,0 +1,103 @@ +#pragma once +#include +#include "../Prelude.hpp" + +namespace eclipse { + using geode::KeyboardModifier; + + struct Keybind { + static constexpr cocos2d::enumKeyCodes UNBOUND = cocos2d::KEY_Unknown; + + cocos2d::enumKeyCodes key = UNBOUND; + KeyboardModifier mods = KeyboardModifier::None; + + constexpr Keybind() noexcept = default; + explicit(false) Keybind(cocos2d::enumKeyCodes key) noexcept : key(key) {} + constexpr Keybind(cocos2d::enumKeyCodes key, KeyboardModifier mods) noexcept : key(key), mods(mods) {} + + static constexpr Keybind unbound() noexcept { + return Keybind{ UNBOUND, KeyboardModifier::None }; + } + + [[nodiscard]] constexpr bool isBound() const noexcept { + return key != UNBOUND; + } + + [[nodiscard]] constexpr bool matches(cocos2d::enumKeyCodes k, KeyboardModifier m) const noexcept { + return key == k && (mods & m) == mods; + } + + [[nodiscard]] constexpr bool operator==(Keybind const&) const noexcept = default; + + [[nodiscard]] std::string toString() const; + }; + + enum class KeybindMode : uint8_t { + Toggle, + Enable, + Disable, + HoldOn, + HoldOff, + }; + + class Binding { + public: + using Action = Function; + + Binding(std::string id, Action callback) + : m_id(std::move(id)), m_callback(std::move(callback)) {} + + Binding(Binding const&) = delete; + Binding& operator=(Binding const&) = delete; + + [[nodiscard]] std::string const& id() const noexcept { return m_id; } + + [[nodiscard]] Keybind const& keybind() const noexcept { return m_keybind; } + void setKeybind(Keybind keybind) noexcept { m_keybind = keybind; } + + [[nodiscard]] KeybindMode mode() const noexcept { return m_mode; } + void setMode(KeybindMode mode) noexcept { m_mode = mode; } + + [[nodiscard]] bool isEphemeral() const noexcept { return m_ephemeral; } + void setEphemeral(bool ephemeral) noexcept { m_ephemeral = ephemeral; } + + [[nodiscard]] bool invoke(bool isDown, cocos2d::enumKeyCodes key, KeyboardModifier mods, double timestamp) { + if (!m_callback) return false; + if (!m_keybind.isBound() || !m_keybind.matches(key, mods)) return false; + return m_callback(m_mode, isDown, timestamp); + } + + private: + std::string m_id; + Action m_callback; + Keybind m_keybind; + KeybindMode m_mode = KeybindMode::Toggle; + bool m_ephemeral = false; // doesn't show up in keybinds list + }; +} + +template <> +struct matjson::Serialize { + static Value toJson(eclipse::Keybind const& keybind) { + if (!keybind.isBound()) return Value(nullptr); + + return makeObject({ + {"key", static_cast(keybind.key)}, + {"mods", keybind.mods.value} + }); + } + + static geode::Result fromJson(Value const& value) { + if (value.isNull()) { + return geode::Ok(eclipse::Keybind::unbound()); + } + + GEODE_UNWRAP_INTO(int32_t key, value["key"].asInt()); + GEODE_UNWRAP_INTO(geode::KeyboardModifier mods, value["mods"].asInt()); + + return geode::Ok(eclipse::Keybind{ + static_cast(key), + mods + }); + } +}; \ No newline at end of file diff --git a/include/Core/Module.hpp b/include/Core/Module.hpp new file mode 100644 index 00000000..fab43667 --- /dev/null +++ b/include/Core/Module.hpp @@ -0,0 +1,89 @@ +#pragma once +#include +#include +#include "Config.hpp" +#include "../Prelude.hpp" + +namespace eclipse { + enum class MenuTab : uint8_t { + Global, + Player, + Level, + Creator, + Bypass, + Shortcuts + }; + + enum class ModuleType : uint8_t { + Toggle, + Button, + IntToggle, + FloatToggle, + InputFloat, + Color, + }; + + struct OptionDef { + std::string id; + ModuleType type = ModuleType::Toggle; + }; + + struct ModuleDef { + MenuTab tab; + ModuleType type = ModuleType::Toggle; + bool cheat = false; + std::vector options; + }; + + class ModuleRegistry { + public: + static ModuleRegistry* get() { + static ModuleRegistry instance; + return &instance; + } + + void emplace(std::string_view id, ModuleDef&& def) { + // TODO: actually save it lol + } + }; + + struct HackRegistar { + std::string_view id; + bool operator<<(ModuleDef&& def) const { + ModuleRegistry::get()->emplace(id, std::move(def)); + return true; + } + }; + + #define $hack(Name, Id) \ + namespace { struct Name { static constexpr std::string_view id = Id; }; } \ + static bool const Name##_registered = HackRegistar{Id} << ModuleDef + + inline void RegisterHooksHighPrio( + StringMap>& hooks, + Setting& setting + ) { + auto value = setting.value(); + + asp::SmallVec hookPtrs; + for (auto& hook : hooks | std::views::values) { + hook->setAutoEnable(value); + hookPtrs.push_back(hook.get()); + } + + setting.listen([hooks = std::move(hookPtrs)](bool enabled) { + for (auto hook : hooks) { + (void) hook->toggle(enabled); + } + }); + } + + #define BIND_MODULE_HIGHPRIO(Module) \ + static void onModify(auto& self) { \ + ::eclipse::RegisterHooksHighPrio( \ + self.m_hooks,\ + ::eclipse::config::ref{Module::id.data()}>() \ + ); \ + } + +} diff --git a/include/Core/Registry.hpp b/include/Core/Registry.hpp new file mode 100644 index 00000000..6f5d38e9 --- /dev/null +++ b/include/Core/Registry.hpp @@ -0,0 +1,81 @@ +#pragma once +#include "Setting.hpp" +#include "../Prelude.hpp" + +namespace eclipse { + struct BoundSetting { + void* self; + std::string_view name; + size_t type; + }; + + namespace __detail { + template struct index_for_type {}; + template constexpr size_t index_for_type_v = index_for_type::value; + } + + enum class RegistryFindError { + NotFound, + TypeMismatch + }; + + constexpr std::string_view format_as(RegistryFindError error) { + switch (error) { + case RegistryFindError::NotFound: return "setting not found"; + case RegistryFindError::TypeMismatch: return "setting type mismatch"; + default: return "unknown error"; + } + } + + class ECLIPSE_DLL Registry { + public: + Registry(Registry const&) = delete; + Registry(Registry&&) = delete; + Registry& operator=(Registry const&) = delete; + Registry& operator=(Registry&&) = delete; + + static Registry* get() ECLIPSE_EVENT_METHOD(Registry::get); + + void bindSetting(BoundSetting const& setting) ECLIPSE_EVENT_METHOD(Registry::bindSetting, this, setting); + BoundSetting* findSetting(std::string_view name) ECLIPSE_EVENT_METHOD(Registry::findSetting, this, name); + + Result<> loadFromFile(std::filesystem::path const& path) ECLIPSE_EVENT_METHOD(Registry::loadFromFile, this, path); + Result<> saveToFile(std::filesystem::path const& path) ECLIPSE_EVENT_METHOD(Registry::saveToFile, this, path); + + template + Result*, RegistryFindError> find(std::string_view name) { + auto setting = this->findSetting(name); + if (!setting) { + return Err(RegistryFindError::NotFound); + } + + if (setting->type != __detail::index_for_type_v) { + return Err(RegistryFindError::TypeMismatch); + } + + return Ok(static_cast*>(setting->self)); + } + + template + Result get(std::string_view name) { + GEODE_UNWRAP_INTO(auto* setting, this->find(name)); + return Ok(setting->value()); + } + + template + Result set(std::string_view name, T&& value) { + GEODE_UNWRAP_INTO(auto* setting, this->find(name)); + setting->set(std::forward(value)); + return Ok(); + } + + private: + Registry(); + ~Registry(); + + private: + std::vector m_settings; + StringMap m_settingsMap; + matjson::Value m_json; + }; +} \ No newline at end of file diff --git a/include/Core/Setting.hpp b/include/Core/Setting.hpp new file mode 100644 index 00000000..ef4ec033 --- /dev/null +++ b/include/Core/Setting.hpp @@ -0,0 +1,74 @@ +#pragma once +#include +#include "../Prelude.hpp" + +namespace eclipse { + template + class Setting { + public: + using value_type = T; + using ObserverFn = Function; + + constexpr Setting() noexcept(std::is_nothrow_default_constructible_v) = default; + explicit constexpr Setting(T initial) noexcept(std::is_nothrow_move_constructible_v) : m_value(std::move(initial)) {} + + Setting(Setting const&) = delete; + Setting(Setting&&) = delete; + Setting& operator=(Setting const&) = delete; + Setting& operator=(Setting&&) = delete; + + [[nodiscard]] constexpr T const& value() const noexcept { return m_value; } + [[nodiscard]] constexpr T& value() noexcept { return m_value; } + + void set(T&& value) { + if constexpr (requires{ m_value == value; }) { + if (m_value == value) return; + } + + m_value = std::forward(value); + this->notify(); + } + + void set(T const& value) { + if constexpr (requires{ m_value == value; }) { + if (m_value == value) return; + } + + m_value = value; + this->notify(); + } + + void notify() { + for (auto& obs : m_observers) { + obs.fn(m_value); + } + } + + size_t listen(ObserverFn fn) { + size_t id = m_nextObserverId++; + m_observers.push_back({ id, std::move(fn) }); + return id; + } + + void unlisten(size_t id) { + auto it = std::ranges::find_if( + m_observers, + [id](Observer const& obs) { return obs.id == id; } + ); + + if (it != m_observers.end()) { + m_observers.erase(it); + } + } + + private: + struct Observer { + size_t id; + ObserverFn fn; + }; + + T m_value{}; + asp::SmallVec m_observers; + size_t m_nextObserverId = 0; + }; +} diff --git a/include/Eclipse.hpp b/include/Eclipse.hpp new file mode 100644 index 00000000..81f3ae6c --- /dev/null +++ b/include/Eclipse.hpp @@ -0,0 +1,11 @@ +#pragma once + +#ifdef ECLIPSE_USING_EVENT_API + #warning "Already using Event API, either remove \"Events.hpp\" include to use linked API, or don't include \"Eclipse.hpp\"" +#else + #ifndef ECLIPSE_USING_LINK_API + #define ECLIPSE_USING_LINK_API + #endif +#endif + +#include "Macros.hpp" \ No newline at end of file diff --git a/include/Events.hpp b/include/Events.hpp new file mode 100644 index 00000000..b83e8edd --- /dev/null +++ b/include/Events.hpp @@ -0,0 +1,106 @@ +#pragma once + +#ifdef ECLIPSE_USING_LINK_API + #warning "Already using linked API, either remove \"Eclipse.hpp\" include to use Event API, or don't include \"Events.hpp\"" +#else + #ifndef ECLIPSE_USING_EVENT_API + #define ECLIPSE_USING_EVENT_API + #endif +#endif + +#ifdef ECLIPSE_EVENT_METHOD + #undef ECLIPSE_EVENT_METHOD +#endif + +#include +#include +#include + +namespace eclipse { + struct BoundSetting; + class Registry; + class InputManager; + + namespace __detail::event { + constexpr size_t API_VERSION = 2; + + struct Table { + size_t version = API_VERSION; + + // == Registry == // + Registry*(*Registry_get)(); + void(Registry::*Registry_bindSetting)(BoundSetting const&); + BoundSetting*(Registry::*Registry_findSetting)(std::string_view); + geode::Result<>(Registry::*Registry_loadFromFile)(std::filesystem::path const&); + geode::Result<>(Registry::*Registry_saveToFile)(std::filesystem::path const&); + + // == InputManager == // + InputManager*(*InputManager_get)(); + }; + + struct FetchTableEvent : geode::Event { + using Event::Event; + }; + + inline Table* getTable() { + static Table* table = nullptr; + if (!table) FetchTableEvent().send(table); + return table; + } + + #define ECLIPSE_EVENT_SINGLETON_GET(Class) \ + inline eclipse::Class* get() { \ + static eclipse::Class* instance = nullptr; \ + if (!instance) { \ + if (auto table = getTable()) { \ + instance = table->Class##_get(); \ + } \ + } \ + return instance; \ + } + + #define ECLIPSE_EVENT_METHOD_VOID(cls, name, args, ...) \ + inline void name args { \ + if (!self) return; \ + if (auto table = getTable()) { \ + (self->*table->cls##_##name)(__VA_ARGS__); \ + } \ + } + + #define ECLIPSE_EVENT_METHOD_PTR(cls, name, type, args, ...) \ + inline type name args { \ + if (!self) return nullptr; \ + if (auto table = getTable()) { \ + return (self->*table->cls##_##name)(__VA_ARGS__); \ + } \ + return nullptr; \ + } + + #define ECLIPSE_EVENT_METHOD_RESULT(cls, name, type, args, ...) \ + inline geode::Result name args { \ + if (!self) return geode::Err("Instance not available"); \ + if (auto table = getTable()) { \ + return (self->*table->cls##_##name)(__VA_ARGS__); \ + } \ + return geode::Err("Event API not available"); \ + } + + namespace Registry { + ECLIPSE_EVENT_SINGLETON_GET(Registry) + + ECLIPSE_EVENT_METHOD_VOID(Registry, bindSetting, (eclipse::Registry* self, BoundSetting const& setting), setting) + ECLIPSE_EVENT_METHOD_PTR(Registry, findSetting, BoundSetting*, (eclipse::Registry* self, std::string_view name), name) + ECLIPSE_EVENT_METHOD_RESULT(Registry, loadFromFile,, (eclipse::Registry* self, std::filesystem::path const& path), path) + ECLIPSE_EVENT_METHOD_RESULT(Registry, saveToFile,, (eclipse::Registry* self, std::filesystem::path const& path), path) + } + + namespace InputManager { + ECLIPSE_EVENT_SINGLETON_GET(InputManager) + } + + #undef ECLIPSE_EVENT_SINGLETON_GET + #undef ECLIPSE_EVENT_METHOD_VOID + #undef ECLIPSE_EVENT_METHOD_PTR + #undef ECLIPSE_EVENT_METHOD_RESULT + } +} \ No newline at end of file diff --git a/include/Macros.hpp b/include/Macros.hpp new file mode 100644 index 00000000..d3f3c2d8 --- /dev/null +++ b/include/Macros.hpp @@ -0,0 +1,22 @@ +#pragma once +#include + +#ifndef ECLIPSE_DLL + #ifdef Eclipse_EXPORTS + #ifdef GEODE_IS_WINDOWS + #define ECLIPSE_DLL __declspec(dllexport) + #else + #define ECLIPSE_DLL __attribute__((visibility("default"))) + #endif + #else + #ifdef GEODE_IS_WINDOWS + #define ECLIPSE_DLL __declspec(dllimport) + #else + #define ECLIPSE_DLL + #endif + #endif +#endif + +#ifndef ECLIPSE_EVENT_METHOD + #define ECLIPSE_EVENT_METHOD(name, ...) +#endif \ No newline at end of file diff --git a/include/Prelude.hpp b/include/Prelude.hpp new file mode 100644 index 00000000..a3205af6 --- /dev/null +++ b/include/Prelude.hpp @@ -0,0 +1,26 @@ +#pragma once +#include +#include +#include + +#include "Macros.hpp" + +namespace eclipse { + using geode::Function; + using geode::utils::StringMap; + using geode::Result; + using geode::Ok; + using geode::Err; + using geode::Mod; + using geode::Loader; + + namespace log = geode::log; + namespace utils { + using namespace geode::utils; + } +} + +namespace eclipse::prelude { + using namespace eclipse; + using namespace cocos2d; +} \ No newline at end of file diff --git a/include/UI/HeliosLayer.hpp b/include/UI/HeliosLayer.hpp new file mode 100644 index 00000000..9f64c242 --- /dev/null +++ b/include/UI/HeliosLayer.hpp @@ -0,0 +1,33 @@ +#pragma once +#include +#include "../Prelude.hpp" + +namespace eclipse { + class ECLIPSE_DLL HeliosLayer : public cocos2d::CCLayer { + public: + static HeliosLayer* get() ECLIPSE_EVENT_METHOD(HeliosLayer::get); + + void toggle() noexcept; + void setToggled(bool toggled) noexcept; + [[nodiscard]] bool isToggled() const noexcept { return m_toggled; } + + bool init() override; + + void draw() override; + void update(float dt) override; + + bool ccTouchBegan(cocos2d::CCTouch* pTouch, cocos2d::CCEvent* pEvent) override; + void ccTouchMoved(cocos2d::CCTouch* pTouch, cocos2d::CCEvent* pEvent) override; + void ccTouchEnded(cocos2d::CCTouch* pTouch, cocos2d::CCEvent* pEvent) override; + void ccTouchCancelled(cocos2d::CCTouch* pTouch, cocos2d::CCEvent* pEvent) override; + + void registerWithTouchDispatcher() override; + + private: + geode::ListenerHandle m_mouseMoveListener; + geode::ListenerHandle m_mouseClickListener; + geode::ListenerHandle m_keyboardListener; + + bool m_toggled = false; + }; +} diff --git a/include/Utils/FixedString.hpp b/include/Utils/FixedString.hpp new file mode 100644 index 00000000..97657152 --- /dev/null +++ b/include/Utils/FixedString.hpp @@ -0,0 +1,15 @@ +#pragma once +#include +#include + +namespace eclipse { + template + struct FixedString { + char data[N + 1]{}; + explicit(false) constexpr FixedString(char const* str) { std::copy_n(str, N + 1, data); } + constexpr operator std::string_view() const { return { data, N }; } + }; + + template + FixedString(char const (&)[N]) -> FixedString; +} \ No newline at end of file diff --git a/include/components.hpp b/include/components.hpp deleted file mode 100644 index f6994cb7..00000000 --- a/include/components.hpp +++ /dev/null @@ -1,256 +0,0 @@ -#pragma once -#ifndef ECLIPSE_COMPONENTS_HPP -#define ECLIPSE_COMPONENTS_HPP - -#include "events.hpp" - -#include -#include -#include -#include -#include -#include - -#include "config.hpp" - -namespace eclipse::components { - enum class ComponentType { - Label, Toggle, Button, InputFloat - }; - - template - class Component { - public: - constexpr ComponentType getType() const { return T; } - size_t getUniqueID() const { return m_uniqueID; } - explicit Component(size_t id) : m_uniqueID(id) {} - - protected: - void setDescriptionImpl(std::string description) const; - size_t m_uniqueID = 0; - }; - - class Label final : public Component { - public: - explicit Label(size_t uid) : Component(uid) {} - Label& setText(std::string text); - Label const& setText(std::string text) const; - }; - - class Toggle final : public Component { - public: - Toggle(size_t uid, std::string id) : Component(uid), m_id(std::move(id)) {} - std::string const& getID() const { return m_id; } - Toggle& setDescription(std::string description) { setDescriptionImpl(std::move(description)); return *this; } - - bool getValue() const; - - private: - std::string m_id; - }; - - class Button final : public Component { - public: - explicit Button(size_t uid) : Component(uid) {} - Button& setDescription(std::string description) { setDescriptionImpl(std::move(description)); return *this; } - }; - - class InputFloat final : public Component { - public: - InputFloat(size_t uid, std::string id) : Component(uid), m_id(std::move(id)) {} - std::string const& getID() const { return m_id; } - InputFloat& setDescription(std::string description) { setDescriptionImpl(std::move(description)); return *this; } - - float getValue() const; - - InputFloat& setMinValue(float value); - InputFloat& setMaxValue(float value); - InputFloat& setFormat(std::string format); - - private: - std::string m_id; - }; -} - -namespace eclipse { - class MenuTab final { - public: - static MenuTab find(std::string name); - - components::Label addLabel(std::string title) const; - components::Toggle addToggle(std::string id, std::string title, geode::Function callback) const; - components::Toggle addModSettingToggle(std::shared_ptr const& setting) const; - components::Button addButton(std::string title, geode::Function callback) const; - components::InputFloat addInputFloat(std::string id, std::string title, geode::Function callback) const; - - std::string const& getName() const { return m_name; } - - private: - explicit MenuTab(std::string name) : m_name(std::move(name)) {} - std::string m_name; - }; -} - -#ifndef ECLIPSE_DONT_DEFINE_IMPLS - -namespace eclipse { - /// @brief Get a menu tab handle by name. Creates the tab if it doesn't exist. - /// @param name The name of the tab. - inline MenuTab MenuTab::find(std::string name) { - auto& vtable = __internal__::getVTable(); - if (vtable.CreateMenuTab) { - vtable.CreateMenuTab(name); - } - return MenuTab(std::move(name)); - } - - /// @brief Add a label to the tab. - /// @param title The title of the label. - inline components::Label MenuTab::addLabel(std::string title) const { - auto& vtable = __internal__::getVTable(); - if (vtable.CreateLabel) { - size_t id = vtable.CreateLabel(m_name, std::move(title)); - return components::Label(id); - } - return components::Label(0); - } - - /// @brief Add a toggle to the tab. - /// @param id The ID of the toggle. - /// @param title The title of the toggle. - /// @param callback The callback function to call when the toggle is toggled. - inline components::Toggle MenuTab::addToggle(std::string id, std::string title, geode::Function callback) const { - auto& vtable = __internal__::getVTable(); - if (vtable.CreateToggle) { - size_t idx = vtable.CreateToggle(m_name, id, std::move(title), std::move(callback)); - return components::Toggle(idx, std::move(id)); - } - return components::Toggle(0, std::move(id)); - } - - /// @brief A shorthand for adding a mod setting toggle to the tab. - /// @param setting The setting to add. - inline components::Toggle MenuTab::addModSettingToggle(std::shared_ptr const& setting) const { - auto mod = setting->getMod(); - auto settingId = setting->getKey(); - auto title = setting->getDisplayName(); - auto description = setting->getDescription().value_or(""); - auto value = mod->getSettingValue(settingId); - - // Add the toggle - auto toggle = addToggle(mod->expandSpriteName(settingId), std::move(title), [mod, settingId](bool v) { - mod->setSettingValue(settingId, v); - }).setDescription(std::move(description)); - - // Set the initial value - config::set(toggle.getID(), value); - - // Listen for changes - geode::listenForSettingChanges(settingId, [toggle](bool v) { - config::set(toggle.getID(), v); - }, mod); - - return toggle; - } - - /// @brief Add a button to the tab. - /// @param title The title of the button. - /// @param callback The callback function to call when the button is pressed. - inline components::Button MenuTab::addButton(std::string title, geode::Function callback) const { - auto& vtable = __internal__::getVTable(); - if (vtable.CreateButton) { - size_t id = vtable.CreateButton(m_name, std::move(title), std::move(callback)); - return components::Button(id); - } - return components::Button(0); - } - - /// @brief Add an input float to the tab. - /// @param id The ID of the input float. - /// @param title The title of the input float. - /// @param callback The callback function to call when the input float is changed. - inline components::InputFloat MenuTab::addInputFloat(std::string id, std::string title, geode::Function callback) const { - auto& vtable = __internal__::getVTable(); - if (vtable.CreateInputFloat) { - size_t idx = vtable.CreateInputFloat(m_name, id, std::move(title), std::move(callback)); - return components::InputFloat(idx, std::move(id)); - } - return components::InputFloat(0, std::move(id)); - } - - namespace components { - /// @brief Set the description of the component. - /// @param description The description to set. - template - void Component::setDescriptionImpl(std::string description) const { - auto& vtable = __internal__::getVTable(); - if (vtable.SetComponentDescription) { - vtable.SetComponentDescription(getUniqueID(), std::move(description)); - } - } - - /// @brief Set the text of the label. - /// @param text The text to set. - inline Label& Label::setText(std::string text) { - auto& vtable = __internal__::getVTable(); - if (vtable.SetLabelText) { - vtable.SetLabelText(getUniqueID(), std::move(text)); - } - return *this; - } - - /// @brief Set the text of the label. - /// @param text The text to set. - inline Label const& Label::setText(std::string text) const { - auto& vtable = __internal__::getVTable(); - if (vtable.SetLabelText) { - vtable.SetLabelText(getUniqueID(), std::move(text)); - } - return *this; - } - - /// @brief Get the value of the toggle. - inline bool Toggle::getValue() const { - return config::get(m_id, false); - } - - /// @brief Get the value of the input float. - inline float InputFloat::getValue() const { - return config::get(m_id, 0.f); - } - - /// @brief Set the minimum allowed value of the input float. - /// @param value The value to set. - inline InputFloat& InputFloat::setMinValue(float value) { - auto& vtable = __internal__::getVTable(); - if (vtable.SetInputFloatParams) { - vtable.SetInputFloatParams(getUniqueID(), value, std::nullopt, std::nullopt); - } - return *this; - } - - /// @brief Set the maximum allowed value of the input float. - /// @param value The value to set. - inline InputFloat& InputFloat::setMaxValue(float value) { - auto& vtable = __internal__::getVTable(); - if (vtable.SetInputFloatParams) { - vtable.SetInputFloatParams(getUniqueID(), std::nullopt, value, std::nullopt); - } - return *this; - } - - /// @brief Set the format string of the input float. - /// @param format The format string to set. (e.g. "%.2f") - inline InputFloat& InputFloat::setFormat(std::string format) { - auto& vtable = __internal__::getVTable(); - if (vtable.SetInputFloatParams) { - vtable.SetInputFloatParams(getUniqueID(), std::nullopt, std::nullopt, std::move(format)); - } - return *this; - } - } -} - -#endif // ECLIPSE_DONT_DEFINE_IMPLS - -#endif // ECLIPSE_COMPONENTS_HPP \ No newline at end of file diff --git a/include/config.hpp b/include/config.hpp deleted file mode 100644 index c59f0a80..00000000 --- a/include/config.hpp +++ /dev/null @@ -1,144 +0,0 @@ -#pragma once -#ifndef ECLIPSE_CONFIG_HPP -#define ECLIPSE_CONFIG_HPP - -#include -#include -#include -#include "events.hpp" - -namespace eclipse::config { - /// @brief Concept for supported types in the config system (bool, int, double, std::string) - template - concept SupportedType = requires(T a) { - std::same_as || std::same_as || std::same_as || std::same_as || std::same_as; - }; -} - -#ifndef ECLIPSE_DONT_DEFINE_IMPLS - -namespace eclipse::config { - /// @brief Get a config value by key from the session storage. - /// @param key The key of the value. - /// @param defaultValue The default value to return if the key doesn't exist. - /// @return The value of the key or the default value if the key doesn't exist. - template - T get(std::string_view key, T defaultValue) { - auto& vtable = __internal__::getVTable(); - if constexpr (std::is_same_v) { - if (vtable.Config_getBool) { - return vtable.Config_getBool(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getInt) { - return vtable.Config_getInt(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getDouble) { - return vtable.Config_getDouble(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getString) { - return vtable.Config_getString(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getString) { - return vtable.Config_getStringView(key, defaultValue); - } - } - return defaultValue; - } - - /// @brief Get a config value by key from the persistent storage (config.json). - /// @param key The key of the value. - /// @param defaultValue The default value to return if the key doesn't exist. - /// @return The value of the key or the default value if the key doesn't exist. - template - T getInternal(std::string_view key, T defaultValue) { - auto& vtable = __internal__::getVTable(); - if constexpr (std::is_same_v) { - if (vtable.Config_getBoolInternal) { - return vtable.Config_getBoolInternal(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getIntInternal) { - return vtable.Config_getIntInternal(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getDoubleInternal) { - return vtable.Config_getDoubleInternal(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getStringInternal) { - return vtable.Config_getStringInternal(key, defaultValue); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_getStringInternal) { - return vtable.Config_getStringViewInternal(key, defaultValue); - } - } - return defaultValue; - } - - /// @brief Set a config value by key in the session storage. - /// @param key The key of the value. - /// @param value The value to set. - template - void set(std::string_view key, T value) { - auto& vtable = __internal__::getVTable(); - if constexpr (std::is_same_v) { - if (vtable.Config_setBool) { - vtable.Config_setBool(key, value); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setInt) { - vtable.Config_setInt(key, value); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setDouble) { - vtable.Config_setDouble(key, value); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setString) { - vtable.Config_setString(key, std::move(value)); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setStringView) { - vtable.Config_setStringView(key, value); - } - } - } - - /// @brief Set a config value by key in the persistent storage (config.json). - /// @param key The key of the value. - /// @param value The value to set. - template - void setInternal(std::string_view key, T value) { - auto& vtable = __internal__::getVTable(); - if constexpr (std::is_same_v) { - if (vtable.Config_setBoolInternal) { - vtable.Config_setBoolInternal(key, value); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setIntInternal) { - vtable.Config_setIntInternal(key, value); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setDoubleInternal) { - vtable.Config_setDoubleInternal(key, value); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setStringInternal) { - vtable.Config_setStringInternal(key, std::move(value)); - } - } else if constexpr (std::is_same_v) { - if (vtable.Config_setStringViewInternal) { - vtable.Config_setStringViewInternal(key, value); - } - } - } -} - -#endif // ECLIPSE_DONT_DEFINE_IMPLS - -#endif // ECLIPSE_CONFIG_HPP \ No newline at end of file diff --git a/include/eclipse.hpp b/include/eclipse.hpp deleted file mode 100644 index 77ae0cf9..00000000 --- a/include/eclipse.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once -#ifndef ECLIPSE_HPP -#define ECLIPSE_HPP - -#include "components.hpp" // Adding custom UI components to the menu -#include "config.hpp" // Accessing the Eclipse config file -#include "labels.hpp" // Working with RIFT variables -#include "modules.hpp" // Add custom modules to Eclipse (e.g. register your mod as a cheat for auto safe mode) - -#endif // ECLIPSE_HPP diff --git a/include/events.hpp b/include/events.hpp deleted file mode 100644 index 849fe3f4..00000000 --- a/include/events.hpp +++ /dev/null @@ -1,93 +0,0 @@ -#pragma once -#ifndef ECLIPSE_EVENTS_HPP -#define ECLIPSE_EVENTS_HPP - -#include -#include - -namespace eclipse { - struct HackingModule { - std::string_view name; - enum class State { - Enabled, - Tripped - } state = State::Enabled; - }; -} - -namespace eclipse::__internal__ { - constexpr size_t API_VERSION = 1; - - struct VTable { - // config - bool(*Config_getBool)(std::string_view, bool const&) = nullptr; - int(*Config_getInt)(std::string_view, int const&) = nullptr; - double(*Config_getDouble)(std::string_view, double const&) = nullptr; - std::string(*Config_getString)(std::string_view, std::string const&) = nullptr; - std::string_view(*Config_getStringView)(std::string_view, std::string_view const&) = nullptr; - bool(*Config_getBoolInternal)(std::string_view, bool const&) = nullptr; - int(*Config_getIntInternal)(std::string_view, int const&) = nullptr; - double(*Config_getDoubleInternal)(std::string_view, double const&) = nullptr; - std::string(*Config_getStringInternal)(std::string_view, std::string const&) = nullptr; - std::string_view(*Config_getStringViewInternal)(std::string_view, std::string_view const&) = nullptr; - - void(*Config_setBool)(std::string_view, bool) = nullptr; - void(*Config_setInt)(std::string_view, int) = nullptr; - void(*Config_setDouble)(std::string_view, double) = nullptr; - void(*Config_setString)(std::string_view, std::string) = nullptr; - void(*Config_setStringView)(std::string_view, std::string_view) = nullptr; - void(*Config_setBoolInternal)(std::string_view, bool) = nullptr; - void(*Config_setIntInternal)(std::string_view, int) = nullptr; - void(*Config_setDoubleInternal)(std::string_view, double) = nullptr; - void(*Config_setStringInternal)(std::string_view, std::string) = nullptr; - void(*Config_setStringViewInternal)(std::string_view, std::string_view) = nullptr; - - // label - std::string(*FormatRiftString)(std::string_view) = nullptr; - geode::Result(*GetRiftVariableNull)(std::string_view) = nullptr; - geode::Result(*GetRiftVariableBool)(std::string_view) = nullptr; - geode::Result(*GetRiftVariableInt)(std::string_view) = nullptr; - geode::Result(*GetRiftVariableDouble)(std::string_view) = nullptr; - geode::Result(*GetRiftVariableString)(std::string_view) = nullptr; - geode::Result(*GetRiftVariableObject)(std::string_view) = nullptr; - void(*SetRiftVariableNull)(std::string, nullptr_t) = nullptr; - void(*SetRiftVariableBool)(std::string, bool) = nullptr; - void(*SetRiftVariableInt)(std::string, int64_t) = nullptr; - void(*SetRiftVariableDouble)(std::string, double) = nullptr; - void(*SetRiftVariableString)(std::string, std::string) = nullptr; - void(*SetRiftVariableObject)(std::string, matjson::Value) = nullptr; - - // modules - void(*RegisterCheat)(std::string, geode::Function) = nullptr; - geode::Result<>(*LoadReplay)(std::filesystem::path const&) = nullptr; - geode::Result<>(*LoadReplayFromData)(std::span) = nullptr; - bool(*CheckCheatsEnabled)() = nullptr; - bool(*CheckCheatedInAttempt)() = nullptr; - std::vector(*GetHackingModules)() = nullptr; - - // components - void(*CreateMenuTab)(std::string_view) = nullptr; - size_t(*CreateLabel)(std::string_view, std::string) = nullptr; - size_t(*CreateToggle)(std::string_view, std::string, std::string, geode::Function) = nullptr; - size_t(*CreateInputFloat)(std::string_view, std::string, std::string, geode::Function) = nullptr; - size_t(*CreateButton)(std::string_view, std::string, geode::Function) = nullptr; - void(*SetComponentDescription)(size_t, std::string) = nullptr; - void(*SetLabelText)(size_t, std::string) = nullptr; - void(*SetInputFloatParams)(size_t, std::optional, std::optional, std::optional) = nullptr; - }; - - struct FetchVTableEvent : geode::Event { - using Event::Event; - }; - - inline VTable const& getVTable() { - static VTable vtable{}; - static bool initialized = false; - if (!initialized) { - initialized = FetchVTableEvent().send(vtable, API_VERSION); - } - return vtable; - } -} - -#endif // ECLIPSE_EVENTS_HPP \ No newline at end of file diff --git a/include/labels.hpp b/include/labels.hpp deleted file mode 100644 index 0588a7c9..00000000 --- a/include/labels.hpp +++ /dev/null @@ -1,99 +0,0 @@ -#pragma once -#ifndef ECLIPSE_LABELS_HPP -#define ECLIPSE_LABELS_HPP - -#include -#include -#include -#include - -namespace eclipse::label { - using null_t = std::nullptr_t; - - /// @brief Concept for supported types in the label system (bool, int64_t, double, std::string, RiftNull, matjson::Value) - template - concept SupportedType = requires(T a) { - std::same_as || std::same_as || std::same_as || - std::same_as || std::same_as || std::same_as; - }; - - /// @brief Formats a string using the RIFT syntax and variables provided by Eclipse. - /// @param fmt The format string to use. (see RIFT documentation) - /// @return The formatted string. - inline std::string format(std::string_view fmt) { - auto& vtable = __internal__::getVTable(); - if (vtable.FormatRiftString) { - return vtable.FormatRiftString(fmt); - } - return std::string(fmt); - } - - /// @brief Gets a variable from the RIFT system. - /// @param name The name of the variable. - /// @return Result containing the variable value or an error. - template - geode::Result getVariable(std::string_view name) { - auto& vtable = __internal__::getVTable(); - if constexpr (std::same_as) { - if (vtable.GetRiftVariableString) { - return vtable.GetRiftVariableString(name); - } - } else if constexpr (std::same_as) { - if (vtable.GetRiftVariableBool) { - return vtable.GetRiftVariableBool(name); - } - } else if constexpr (std::same_as) { - if (vtable.GetRiftVariableInt) { - return vtable.GetRiftVariableInt(name); - } - } else if constexpr (std::same_as) { - if (vtable.GetRiftVariableDouble) { - return vtable.GetRiftVariableDouble(name); - } - } else if constexpr (std::same_as) { - if (vtable.GetRiftVariableNull) { - return vtable.GetRiftVariableNull(name); - } - } else if constexpr (std::same_as) { - if (vtable.GetRiftVariableObject) { - return vtable.GetRiftVariableObject(name); - } - } - return geode::Err("Unsupported type or function not available"); - } - - /// @brief Sets a variable in the RIFT system. - /// @param name The name of the variable. - /// @param value The value to set. - template - void setVariable(std::string name, T value) { - auto& vtable = __internal__::getVTable(); - if constexpr (std::same_as) { - if (vtable.SetRiftVariableString) { - vtable.SetRiftVariableString(std::move(name), std::move(value)); - } - } else if constexpr (std::same_as) { - if (vtable.SetRiftVariableBool) { - vtable.SetRiftVariableBool(std::move(name), value); - } - } else if constexpr (std::same_as) { - if (vtable.SetRiftVariableInt) { - vtable.SetRiftVariableInt(std::move(name), value); - } - } else if constexpr (std::same_as) { - if (vtable.SetRiftVariableDouble) { - vtable.SetRiftVariableDouble(std::move(name), value); - } - } else if constexpr (std::same_as) { - if (vtable.SetRiftVariableNull) { - vtable.SetRiftVariableNull(std::move(name), value); - } - } else if constexpr (std::same_as) { - if (vtable.SetRiftVariableObject) { - vtable.SetRiftVariableObject(std::move(name), std::move(value)); - } - } - } -} - -#endif diff --git a/include/modules.hpp b/include/modules.hpp deleted file mode 100644 index 0729a283..00000000 --- a/include/modules.hpp +++ /dev/null @@ -1,76 +0,0 @@ -#pragma once -#ifndef ECLIPSE_MODULES_HPP -#define ECLIPSE_MODULES_HPP - -#include "events.hpp" -#include -#include -#include -#include - -namespace eclipse::modules { - /// @brief Register a cheat with the given name and callback. - /// @param name The name of the cheat (how it will show up in cheat indicator list). - /// @param isCheatActive The callback to check if the cheat is active. - inline void registerCheat(std::string name, geode::Function isCheatActive) { - // events::RegisterCheatEvent(name, isCheatActive).post(); - auto& vtable = __internal__::getVTable(); - if (vtable.RegisterCheat) { - vtable.RegisterCheat(std::move(name), std::move(isCheatActive)); - } - } -} - -namespace eclipse { - /// @brief Load a replay from a file path. - /// @param path The path to the replay file. - inline geode::Result<> loadReplay(std::filesystem::path const& path) { - auto& vtable = __internal__::getVTable(); - if (vtable.LoadReplay) { - return vtable.LoadReplay(path); - } - return geode::Err("function not available"); - } - - /// @brief Load a replay from raw data. - /// @param data The raw data of the replay file. - inline geode::Result<> loadReplay(std::span data) { - auto& vtable = __internal__::getVTable(); - if (vtable.LoadReplayFromData) { - return vtable.LoadReplayFromData(data); - } - return geode::Err("function not available"); - } - - /// @brief Check if any cheats are enabled. - /// @return True if any cheats are enabled, false otherwise. - inline bool hasCheatsEnabled() { - auto& vtable = __internal__::getVTable(); - if (vtable.CheckCheatsEnabled) { - return vtable.CheckCheatsEnabled(); - } - return false; - } - - /// @brief Check if the player has cheated in the current attempt. - /// @return True if the player has cheated in the current attempt, false otherwise. - inline bool hasCheatedInAttempt() { - auto& vtable = __internal__::getVTable(); - if (vtable.CheckCheatedInAttempt) { - return vtable.CheckCheatedInAttempt(); - } - return false; - } - - /// @brief Get a list of enabled cheating modules. - /// @return A vector of HackingModule representing the enabled cheats. - inline std::vector getEnabledCheats() { - auto& vtable = __internal__::getVTable(); - if (vtable.GetHackingModules) { - return vtable.GetHackingModules(); - } - return {}; - } -} - -#endif // ECLIPSE_MODULES_HPP diff --git a/logo.png b/logo.png deleted file mode 100644 index d7fbb553..00000000 Binary files a/logo.png and /dev/null differ diff --git a/mod.json b/mod.json index c4bd3000..f66bf1c0 100644 --- a/mod.json +++ b/mod.json @@ -1,81 +1,25 @@ { - "geode": "5.3.0", + "geode": "5.6.1", "gd": { "win": "2.2081", - "mac": "2.2081", "android": "2.2081", + "mac": "2.2081", "ios": "2.2081" }, - "version": "v1.9.4", "id": "eclipse.eclipse-menu", "name": "Eclipse", + "version": "v2.0.0", "links": { "homepage": "https://eclipse.menu", "source": "https://github.com/EclipseMenu/EclipseMenu", "community": "https://discord.gg/NnpwFRDMND" }, - "api": { "include": [ "include/*.hpp" ] }, - "tags": ["cheat", "gameplay", "utility", "customization", "interface"], "developers": ["Eclipse Team", "ninXout", "prevter", "maxnu", "Firee", "SpaghettDev"], "description": "A next-generation mod menu for Geometry Dash.", + "tags": ["cheat", "gameplay", "utility", "customization", "interface"], + "api": { "include": [ "include/*.hpp" ] }, "early-load": true, - "resources": { - "files": [ - "resources/Blur/*.glsl", - "resources/Fonts/*.ttf", - "resources/Licenses/*.txt", - "resources/Themes/*.json", - "resources/translations/*.json", - "resources/BitmapFonts/font_default*" - ], - "sprites": [ - "resources/ECLIPSE-android.png" - ], - "spritesheets": { - "emojis": [ "resources/Emojis/*.png" ], - "UISheet": [ "resources/UISheet/*.png" ] - } - }, - "dependencies": { - "eclipse.ffmpeg-api": { - "version": ">=1.2.0", - "required": false - }, - "dankmeme.globed2": { - "version": ">=2.1.4", - "required": false - } - }, - "settings": { - "legacy-render": { - "name": "Use Legacy rendering", - "description": "Disables some newer OpenGL features, which can solve some rendering issues on older hardware (at the cost of performance).", - "type": "bool", - "default": false - }, - "reset-theme": { - "type": "custom:custom-btn", - "name": "Reset theme?", - "description": "Reset the theme to the default one.", - "default": "Reset" - }, - "menu-keybind": { - "type": "custom:keybind", - "name": "Menu Keybind", - "description": "The keybind to open the Eclipse menu.", - "platforms": ["win", "mac"] - }, - "menu-style": { - "name": "Menu Style", - "description": "Choose the style of the Eclipse menu.", - "type": "string", - "one-of": ["ImGui", "Cocos"], - "default": { - "win": "ImGui", - "mac": "ImGui", - "android": "Cocos", - "ios": "Cocos" - } - } - } -} + "dependencies": {}, + "resources": {}, + "settings": {} +} \ No newline at end of file diff --git a/resources/BitmapFonts/font_cyrillic-hd.fnt b/resources/BitmapFonts/font_cyrillic-hd.fnt deleted file mode 100644 index f9276a47..00000000 --- a/resources/BitmapFonts/font_cyrillic-hd.fnt +++ /dev/null @@ -1,105 +0,0 @@ -info face="Rubik.ttf" size=32 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 -common lineHeight=37.920002 base=8 scaleW=236 scaleH=323 pages=1 packed=0 -page id=0 file="font_cyrillic.png" -chars count=99 -char id=1024 x=20 y=20 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=1025 x=38 y=20 width=16 height=28 xoffset=2 yoffset=4 xadvance=18 page=0 chnl=0 -char id=1026 x=56 y=20 width=22 height=31 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=1027 x=80 y=20 width=16 height=29 xoffset=2 yoffset=3 xadvance=17 page=0 chnl=0 -char id=1028 x=98 y=20 width=18 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1029 x=118 y=20 width=18 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1030 x=138 y=20 width=4 height=23 xoffset=2 yoffset=9 xadvance=8 page=0 chnl=0 -char id=1031 x=144 y=20 width=11 height=28 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=1032 x=157 y=20 width=17 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1033 x=176 y=20 width=31 height=24 xoffset=0 yoffset=9 xadvance=31 page=0 chnl=0 -char id=1034 x=98 y=46 width=28 height=23 xoffset=2 yoffset=9 xadvance=31 page=0 chnl=0 -char id=1035 x=157 y=46 width=22 height=23 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=1036 x=181 y=46 width=17 height=29 xoffset=2 yoffset=3 xadvance=19 page=0 chnl=0 -char id=1037 x=128 y=50 width=18 height=29 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=1038 x=20 y=51 width=20 height=29 xoffset=0 yoffset=3 xadvance=19 page=0 chnl=0 -char id=1039 x=42 y=53 width=17 height=27 xoffset=2 yoffset=9 xadvance=21 page=0 chnl=0 -char id=1040 x=61 y=53 width=22 height=23 xoffset=0 yoffset=9 xadvance=21 page=0 chnl=0 -char id=1041 x=148 y=71 width=18 height=23 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1042 x=85 y=71 width=18 height=23 xoffset=2 yoffset=9 xadvance=21 page=0 chnl=0 -char id=1043 x=200 y=46 width=16 height=23 xoffset=2 yoffset=9 xadvance=17 page=0 chnl=0 -char id=1044 x=105 y=71 width=21 height=27 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1045 x=200 y=71 width=16 height=23 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=1046 x=168 y=77 width=22 height=23 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1047 x=61 y=78 width=18 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1048 x=128 y=81 width=18 height=23 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1049 x=20 y=82 width=18 height=29 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=1050 x=40 y=82 width=17 height=23 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1051 x=81 y=96 width=20 height=24 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1052 x=192 y=96 width=21 height=23 xoffset=2 yoffset=9 xadvance=25 page=0 chnl=0 -char id=1053 x=103 y=100 width=19 height=23 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1054 x=148 y=102 width=19 height=24 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=1055 x=169 y=102 width=19 height=23 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1056 x=59 y=104 width=18 height=23 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1057 x=124 y=106 width=19 height=24 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=1058 x=20 y=113 width=18 height=23 xoffset=0 yoffset=9 xadvance=18 page=0 chnl=0 -char id=1059 x=190 y=121 width=20 height=23 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1060 x=79 y=125 width=23 height=25 xoffset=0 yoffset=8 xadvance=23 page=0 chnl=0 -char id=1061 x=145 y=128 width=20 height=23 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1062 x=167 y=128 width=20 height=27 xoffset=2 yoffset=9 xadvance=23 page=0 chnl=0 -char id=1063 x=40 y=107 width=17 height=23 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1064 x=40 y=132 width=24 height=23 xoffset=2 yoffset=9 xadvance=28 page=0 chnl=0 -char id=1065 x=104 y=132 width=26 height=27 xoffset=2 yoffset=9 xadvance=29 page=0 chnl=0 -char id=1066 x=189 y=146 width=21 height=23 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=1067 x=66 y=152 width=22 height=23 xoffset=2 yoffset=9 xadvance=26 page=0 chnl=0 -char id=1068 x=20 y=138 width=18 height=23 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1069 x=132 y=153 width=18 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1070 x=152 y=157 width=27 height=24 xoffset=2 yoffset=9 xadvance=30 page=0 chnl=0 -char id=1071 x=40 y=157 width=18 height=23 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=1072 x=90 y=161 width=15 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1073 x=107 y=161 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=1074 x=20 y=163 width=16 height=17 xoffset=2 yoffset=15 xadvance=18 page=0 chnl=0 -char id=1075 x=181 y=171 width=14 height=17 xoffset=2 yoffset=15 xadvance=15 page=0 chnl=0 -char id=1076 x=197 y=171 width=16 height=21 xoffset=0 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1077 x=60 y=177 width=16 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1078 x=125 y=179 width=20 height=17 xoffset=0 yoffset=15 xadvance=20 page=0 chnl=0 -char id=1079 x=78 y=181 width=14 height=18 xoffset=1 yoffset=15 xadvance=16 page=0 chnl=0 -char id=1080 x=38 y=182 width=16 height=17 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=1081 x=20 y=182 width=16 height=24 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1082 x=147 y=183 width=15 height=17 xoffset=2 yoffset=15 xadvance=16 page=0 chnl=0 -char id=1083 x=94 y=188 width=17 height=18 xoffset=0 yoffset=15 xadvance=19 page=0 chnl=0 -char id=1084 x=164 y=190 width=17 height=17 xoffset=2 yoffset=15 xadvance=21 page=0 chnl=0 -char id=1085 x=183 y=194 width=16 height=17 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=1086 x=56 y=197 width=16 height=18 xoffset=1 yoffset=15 xadvance=18 page=0 chnl=0 -char id=1087 x=113 y=198 width=16 height=17 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=1088 x=74 y=201 width=16 height=24 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=1089 x=38 y=201 width=16 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1090 x=131 y=202 width=17 height=17 xoffset=0 yoffset=15 xadvance=16 page=0 chnl=0 -char id=1091 x=92 y=208 width=18 height=24 xoffset=0 yoffset=15 xadvance=18 page=0 chnl=0 -char id=1092 x=150 y=209 width=27 height=30 xoffset=1 yoffset=9 xadvance=28 page=0 chnl=0 -char id=1093 x=179 y=213 width=17 height=17 xoffset=0 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1094 x=198 y=213 width=17 height=21 xoffset=2 yoffset=15 xadvance=20 page=0 chnl=0 -char id=1095 x=20 y=208 width=16 height=17 xoffset=1 yoffset=15 xadvance=18 page=0 chnl=0 -char id=1096 x=112 y=221 width=21 height=17 xoffset=2 yoffset=15 xadvance=24 page=0 chnl=0 -char id=1097 x=38 y=221 width=22 height=21 xoffset=2 yoffset=15 xadvance=25 page=0 chnl=0 -char id=1098 x=62 y=227 width=18 height=17 xoffset=0 yoffset=15 xadvance=18 page=0 chnl=0 -char id=1099 x=82 y=234 width=19 height=17 xoffset=2 yoffset=15 xadvance=22 page=0 chnl=0 -char id=1100 x=20 y=227 width=14 height=17 xoffset=2 yoffset=15 xadvance=16 page=0 chnl=0 -char id=1101 x=179 y=232 width=16 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1102 x=103 y=240 width=24 height=18 xoffset=2 yoffset=15 xadvance=27 page=0 chnl=0 -char id=1103 x=197 y=236 width=15 height=17 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1104 x=129 y=240 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=1105 x=147 y=241 width=16 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=1106 x=36 y=244 width=19 height=31 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1107 x=57 y=246 width=14 height=24 xoffset=2 yoffset=8 xadvance=15 page=0 chnl=0 -char id=1108 x=165 y=252 width=16 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=1109 x=20 y=246 width=14 height=18 xoffset=1 yoffset=15 xadvance=16 page=0 chnl=0 -char id=1110 x=73 y=246 width=4 height=23 xoffset=2 yoffset=9 xadvance=7 page=0 chnl=0 -char id=1111 x=183 y=252 width=10 height=23 xoffset=-1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=1112 x=79 y=253 width=8 height=30 xoffset=-2 yoffset=9 xadvance=8 page=0 chnl=0 -char id=1113 x=89 y=260 width=26 height=18 xoffset=0 yoffset=15 xadvance=26 page=0 chnl=0 -char id=1114 x=117 y=267 width=23 height=17 xoffset=2 yoffset=15 xadvance=26 page=0 chnl=0 -char id=1115 x=195 y=255 width=19 height=23 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=1116 x=142 y=267 width=15 height=24 xoffset=2 yoffset=8 xadvance=16 page=0 chnl=0 -char id=1117 x=159 y=272 width=16 height=24 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=1118 x=57 y=272 width=18 height=31 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=0 -char id=1119 x=177 y=277 width=15 height=21 xoffset=2 yoffset=15 xadvance=18 page=0 chnl=0 -char id=1168 x=20 y=277 width=16 height=26 xoffset=2 yoffset=6 xadvance=17 page=0 chnl=0 -char id=1169 x=38 y=277 width=14 height=21 xoffset=2 yoffset=11 xadvance=15 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=0 xadvance=7.8080006 page=0 chln=0 -kernings count=0 - diff --git a/resources/BitmapFonts/font_cyrillic-hd.png b/resources/BitmapFonts/font_cyrillic-hd.png deleted file mode 100644 index 10b916e6..00000000 Binary files a/resources/BitmapFonts/font_cyrillic-hd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_cyrillic-uhd.fnt b/resources/BitmapFonts/font_cyrillic-uhd.fnt deleted file mode 100644 index 624ccdfb..00000000 --- a/resources/BitmapFonts/font_cyrillic-uhd.fnt +++ /dev/null @@ -1,105 +0,0 @@ -info face="Rubik.ttf" size=64 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 -common lineHeight=75.840004 base=16 scaleW=426 scaleH=563 pages=1 packed=0 -page id=0 file="font_cyrillic.png" -chars count=99 -char id=1024 x=20 y=20 width=30 height=57 xoffset=5 yoffset=7 xadvance=37 page=0 chnl=0 -char id=1025 x=52 y=20 width=30 height=56 xoffset=5 yoffset=8 xadvance=37 page=0 chnl=0 -char id=1026 x=84 y=20 width=43 height=60 xoffset=1 yoffset=19 xadvance=46 page=0 chnl=0 -char id=1027 x=129 y=20 width=30 height=57 xoffset=5 yoffset=7 xadvance=35 page=0 chnl=0 -char id=1028 x=161 y=20 width=35 height=47 xoffset=3 yoffset=18 xadvance=40 page=0 chnl=0 -char id=1029 x=198 y=20 width=35 height=47 xoffset=2 yoffset=18 xadvance=39 page=0 chnl=0 -char id=1030 x=235 y=20 width=7 height=45 xoffset=5 yoffset=19 xadvance=17 page=0 chnl=0 -char id=1031 x=244 y=20 width=21 height=56 xoffset=-2 yoffset=8 xadvance=17 page=0 chnl=0 -char id=1032 x=267 y=20 width=34 height=46 xoffset=2 yoffset=19 xadvance=40 page=0 chnl=0 -char id=1033 x=303 y=20 width=62 height=46 xoffset=0 yoffset=19 xadvance=63 page=0 chnl=0 -char id=1034 x=267 y=68 width=55 height=45 xoffset=5 yoffset=19 xadvance=62 page=0 chnl=0 -char id=1035 x=324 y=68 width=43 height=45 xoffset=1 yoffset=19 xadvance=46 page=0 chnl=0 -char id=1036 x=369 y=20 width=33 height=57 xoffset=5 yoffset=7 xadvance=38 page=0 chnl=0 -char id=1037 x=161 y=69 width=34 height=57 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=1038 x=197 y=69 width=38 height=57 xoffset=1 yoffset=7 xadvance=38 page=0 chnl=0 -char id=1039 x=20 y=79 width=33 height=53 xoffset=5 yoffset=19 xadvance=42 page=0 chnl=0 -char id=1040 x=55 y=82 width=42 height=45 xoffset=1 yoffset=19 xadvance=43 page=0 chnl=0 -char id=1041 x=369 y=79 width=34 height=45 xoffset=5 yoffset=19 xadvance=41 page=0 chnl=0 -char id=1042 x=99 y=82 width=35 height=45 xoffset=5 yoffset=19 xadvance=42 page=0 chnl=0 -char id=1043 x=237 y=115 width=30 height=45 xoffset=5 yoffset=19 xadvance=35 page=0 chnl=0 -char id=1044 x=269 y=115 width=41 height=53 xoffset=1 yoffset=19 xadvance=45 page=0 chnl=0 -char id=1045 x=312 y=115 width=30 height=45 xoffset=5 yoffset=19 xadvance=37 page=0 chnl=0 -char id=1046 x=344 y=126 width=43 height=45 xoffset=1 yoffset=19 xadvance=45 page=0 chnl=0 -char id=1047 x=136 y=128 width=36 height=47 xoffset=2 yoffset=18 xadvance=40 page=0 chnl=0 -char id=1048 x=174 y=128 width=34 height=45 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=0 -char id=1049 x=55 y=129 width=34 height=57 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=1050 x=91 y=129 width=33 height=45 xoffset=5 yoffset=19 xadvance=38 page=0 chnl=0 -char id=1051 x=210 y=162 width=40 height=46 xoffset=0 yoffset=19 xadvance=44 page=0 chnl=0 -char id=1052 x=252 y=170 width=41 height=45 xoffset=5 yoffset=19 xadvance=50 page=0 chnl=0 -char id=1053 x=295 y=170 width=36 height=45 xoffset=5 yoffset=19 xadvance=45 page=0 chnl=0 -char id=1054 x=333 y=173 width=37 height=47 xoffset=3 yoffset=18 xadvance=43 page=0 chnl=0 -char id=1055 x=91 y=176 width=36 height=45 xoffset=5 yoffset=19 xadvance=45 page=0 chnl=0 -char id=1056 x=372 y=173 width=34 height=45 xoffset=5 yoffset=19 xadvance=40 page=0 chnl=0 -char id=1057 x=129 y=177 width=37 height=47 xoffset=3 yoffset=18 xadvance=42 page=0 chnl=0 -char id=1058 x=174 y=175 width=34 height=45 xoffset=1 yoffset=19 xadvance=36 page=0 chnl=0 -char id=1059 x=20 y=188 width=38 height=45 xoffset=1 yoffset=19 xadvance=38 page=0 chnl=0 -char id=1060 x=210 y=217 width=45 height=49 xoffset=1 yoffset=17 xadvance=47 page=0 chnl=0 -char id=1061 x=257 y=217 width=39 height=45 xoffset=1 yoffset=19 xadvance=40 page=0 chnl=0 -char id=1062 x=168 y=222 width=39 height=53 xoffset=5 yoffset=19 xadvance=46 page=0 chnl=0 -char id=1063 x=298 y=217 width=33 height=45 xoffset=2 yoffset=19 xadvance=40 page=0 chnl=0 -char id=1064 x=333 y=222 width=47 height=45 xoffset=5 yoffset=19 xadvance=56 page=0 chnl=0 -char id=1065 x=60 y=223 width=51 height=53 xoffset=5 yoffset=19 xadvance=58 page=0 chnl=0 -char id=1066 x=113 y=226 width=41 height=45 xoffset=1 yoffset=19 xadvance=44 page=0 chnl=0 -char id=1067 x=257 y=264 width=43 height=45 xoffset=5 yoffset=19 xadvance=52 page=0 chnl=0 -char id=1068 x=20 y=235 width=34 height=45 xoffset=5 yoffset=19 xadvance=40 page=0 chnl=0 -char id=1069 x=209 y=268 width=36 height=47 xoffset=2 yoffset=18 xadvance=40 page=0 chnl=0 -char id=1070 x=302 y=269 width=53 height=47 xoffset=5 yoffset=18 xadvance=60 page=0 chnl=0 -char id=1071 x=357 y=269 width=35 height=45 xoffset=2 yoffset=19 xadvance=41 page=0 chnl=0 -char id=1072 x=113 y=273 width=29 height=35 xoffset=2 yoffset=30 xadvance=34 page=0 chnl=0 -char id=1073 x=144 y=277 width=30 height=48 xoffset=3 yoffset=17 xadvance=35 page=0 chnl=0 -char id=1074 x=176 y=277 width=31 height=34 xoffset=4 yoffset=30 xadvance=37 page=0 chnl=0 -char id=1075 x=56 y=278 width=27 height=34 xoffset=4 yoffset=30 xadvance=31 page=0 chnl=0 -char id=1076 x=20 y=282 width=31 height=42 xoffset=1 yoffset=30 xadvance=34 page=0 chnl=0 -char id=1077 x=85 y=310 width=30 height=35 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -char id=1078 x=247 y=311 width=38 height=34 xoffset=1 yoffset=30 xadvance=40 page=0 chnl=0 -char id=1079 x=176 y=313 width=28 height=35 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=0 -char id=1080 x=357 y=316 width=31 height=34 xoffset=4 yoffset=30 xadvance=39 page=0 chnl=0 -char id=1081 x=206 y=317 width=31 height=48 xoffset=4 yoffset=16 xadvance=39 page=0 chnl=0 -char id=1082 x=53 y=314 width=29 height=34 xoffset=4 yoffset=30 xadvance=33 page=0 chnl=0 -char id=1083 x=287 y=318 width=33 height=35 xoffset=1 yoffset=30 xadvance=38 page=0 chnl=0 -char id=1084 x=117 y=327 width=34 height=34 xoffset=4 yoffset=30 xadvance=42 page=0 chnl=0 -char id=1085 x=322 y=318 width=31 height=34 xoffset=4 yoffset=30 xadvance=39 page=0 chnl=0 -char id=1086 x=20 y=326 width=31 height=35 xoffset=3 yoffset=30 xadvance=36 page=0 chnl=0 -char id=1087 x=84 y=347 width=31 height=34 xoffset=4 yoffset=30 xadvance=39 page=0 chnl=0 -char id=1088 x=239 y=347 width=32 height=47 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=1089 x=153 y=350 width=30 height=35 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -char id=1090 x=355 y=352 width=33 height=34 xoffset=0 yoffset=30 xadvance=33 page=0 chnl=0 -char id=1091 x=273 y=355 width=35 height=47 xoffset=1 yoffset=30 xadvance=37 page=0 chnl=0 -char id=1092 x=20 y=363 width=52 height=59 xoffset=3 yoffset=18 xadvance=57 page=0 chnl=0 -char id=1093 x=310 y=355 width=33 height=34 xoffset=1 yoffset=30 xadvance=35 page=0 chnl=0 -char id=1094 x=117 y=363 width=34 height=42 xoffset=4 yoffset=30 xadvance=40 page=0 chnl=0 -char id=1095 x=185 y=367 width=31 height=34 xoffset=2 yoffset=30 xadvance=36 page=0 chnl=0 -char id=1096 x=74 y=383 width=41 height=34 xoffset=4 yoffset=30 xadvance=49 page=0 chnl=0 -char id=1097 x=345 y=388 width=44 height=42 xoffset=4 yoffset=30 xadvance=50 page=0 chnl=0 -char id=1098 x=218 y=396 width=35 height=34 xoffset=1 yoffset=30 xadvance=37 page=0 chnl=0 -char id=1099 x=153 y=403 width=37 height=34 xoffset=4 yoffset=30 xadvance=45 page=0 chnl=0 -char id=1100 x=310 y=391 width=28 height=34 xoffset=4 yoffset=30 xadvance=33 page=0 chnl=0 -char id=1101 x=255 y=404 width=31 height=35 xoffset=2 yoffset=30 xadvance=35 page=0 chnl=0 -char id=1102 x=74 y=419 width=48 height=35 xoffset=4 yoffset=30 xadvance=54 page=0 chnl=0 -char id=1103 x=20 y=424 width=29 height=34 xoffset=2 yoffset=30 xadvance=35 page=0 chnl=0 -char id=1104 x=288 y=427 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=1105 x=340 y=432 width=30 height=47 xoffset=3 yoffset=18 xadvance=35 page=0 chnl=0 -char id=1106 x=192 y=432 width=36 height=61 xoffset=-1 yoffset=18 xadvance=38 page=0 chnl=0 -char id=1107 x=124 y=407 width=27 height=48 xoffset=4 yoffset=16 xadvance=31 page=0 chnl=0 -char id=1108 x=372 y=432 width=30 height=35 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -char id=1109 x=153 y=439 width=28 height=35 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=0 -char id=1110 x=51 y=424 width=8 height=46 xoffset=4 yoffset=18 xadvance=15 page=0 chnl=0 -char id=1111 x=230 y=432 width=20 height=46 xoffset=-2 yoffset=18 xadvance=15 page=0 chnl=0 -char id=1112 x=320 y=427 width=15 height=59 xoffset=-3 yoffset=18 xadvance=16 page=0 chnl=0 -char id=1113 x=61 y=456 width=51 height=35 xoffset=1 yoffset=30 xadvance=53 page=0 chnl=0 -char id=1114 x=114 y=476 width=46 height=34 xoffset=4 yoffset=30 xadvance=52 page=0 chnl=0 -char id=1115 x=20 y=472 width=36 height=46 xoffset=-1 yoffset=18 xadvance=38 page=0 chnl=0 -char id=1116 x=252 y=441 width=29 height=48 xoffset=4 yoffset=16 xadvance=33 page=0 chnl=0 -char id=1117 x=372 y=469 width=31 height=48 xoffset=4 yoffset=16 xadvance=39 page=0 chnl=0 -char id=1118 x=283 y=478 width=35 height=61 xoffset=1 yoffset=16 xadvance=37 page=0 chnl=0 -char id=1119 x=337 y=481 width=29 height=42 xoffset=4 yoffset=30 xadvance=37 page=0 chnl=0 -char id=1168 x=230 y=491 width=30 height=52 xoffset=5 yoffset=12 xadvance=35 page=0 chnl=0 -char id=1169 x=162 y=476 width=27 height=41 xoffset=4 yoffset=23 xadvance=31 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=0 xadvance=15.616001 page=0 chln=0 -kernings count=0 - diff --git a/resources/BitmapFonts/font_cyrillic-uhd.png b/resources/BitmapFonts/font_cyrillic-uhd.png deleted file mode 100644 index ff154b73..00000000 Binary files a/resources/BitmapFonts/font_cyrillic-uhd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_cyrillic.fnt b/resources/BitmapFonts/font_cyrillic.fnt deleted file mode 100644 index 3f743864..00000000 --- a/resources/BitmapFonts/font_cyrillic.fnt +++ /dev/null @@ -1,105 +0,0 @@ -info face="Rubik.ttf" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 -common lineHeight=18.960001 base=4 scaleW=141 scaleH=216 pages=1 packed=0 -page id=0 file="font_cyrillic.png" -chars count=99 -char id=1024 x=20 y=20 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=1025 x=30 y=20 width=8 height=14 xoffset=1 yoffset=2 xadvance=9 page=0 chnl=0 -char id=1026 x=40 y=20 width=11 height=16 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1027 x=53 y=20 width=8 height=15 xoffset=1 yoffset=1 xadvance=8 page=0 chnl=0 -char id=1028 x=63 y=20 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1029 x=75 y=20 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1030 x=87 y=20 width=2 height=12 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0 -char id=1031 x=91 y=20 width=6 height=14 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 -char id=1032 x=99 y=20 width=9 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1033 x=99 y=35 width=16 height=13 xoffset=0 yoffset=4 xadvance=15 page=0 chnl=0 -char id=1034 x=63 y=35 width=14 height=12 xoffset=1 yoffset=4 xadvance=15 page=0 chnl=0 -char id=1035 x=79 y=36 width=11 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1036 x=20 y=37 width=9 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=1037 x=31 y=38 width=9 height=15 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=1038 x=42 y=38 width=10 height=15 xoffset=0 yoffset=1 xadvance=9 page=0 chnl=0 -char id=1039 x=54 y=49 width=9 height=14 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1040 x=65 y=49 width=11 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1041 x=78 y=50 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1042 x=89 y=50 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1043 x=100 y=50 width=8 height=12 xoffset=1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=1044 x=110 y=50 width=11 height=14 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1045 x=20 y=54 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1046 x=30 y=55 width=11 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1047 x=65 y=63 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1048 x=43 y=55 width=9 height=12 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1049 x=77 y=64 width=9 height=15 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=1050 x=88 y=64 width=9 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1051 x=99 y=66 width=10 height=13 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1052 x=20 y=69 width=11 height=12 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0 -char id=1053 x=111 y=66 width=10 height=12 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1054 x=33 y=69 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1055 x=45 y=69 width=10 height=12 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1056 x=57 y=78 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1057 x=111 y=80 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1058 x=88 y=78 width=9 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1059 x=68 y=81 width=10 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1060 x=33 y=84 width=12 height=13 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1061 x=99 y=81 width=10 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1062 x=20 y=83 width=10 height=14 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1063 x=80 y=92 width=9 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1064 x=47 y=92 width=12 height=12 xoffset=1 yoffset=4 xadvance=14 page=0 chnl=0 -char id=1065 x=61 y=95 width=13 height=14 xoffset=1 yoffset=4 xadvance=14 page=0 chnl=0 -char id=1066 x=91 y=95 width=11 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=1067 x=104 y=95 width=11 height=12 xoffset=1 yoffset=4 xadvance=13 page=0 chnl=0 -char id=1068 x=32 y=99 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1069 x=20 y=99 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1070 x=43 y=106 width=14 height=13 xoffset=1 yoffset=4 xadvance=15 page=0 chnl=0 -char id=1071 x=76 y=106 width=10 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=1072 x=88 y=109 width=8 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1073 x=98 y=109 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=1074 x=109 y=109 width=8 height=9 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1075 x=59 y=111 width=7 height=9 xoffset=1 yoffset=7 xadvance=7 page=0 chnl=0 -char id=1076 x=32 y=113 width=8 height=11 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1077 x=20 y=114 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1078 x=68 y=120 width=10 height=9 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0 -char id=1079 x=109 y=120 width=8 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1080 x=42 y=121 width=8 height=9 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1081 x=80 y=121 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1082 x=52 y=122 width=8 height=9 xoffset=1 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1083 x=90 y=124 width=9 height=10 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1084 x=31 y=126 width=9 height=9 xoffset=1 yoffset=7 xadvance=10 page=0 chnl=0 -char id=1085 x=20 y=126 width=8 height=9 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1086 x=62 y=131 width=9 height=10 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1087 x=101 y=132 width=8 height=9 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1088 x=111 y=132 width=8 height=13 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1089 x=42 y=133 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1090 x=73 y=135 width=9 height=9 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1091 x=84 y=136 width=9 height=13 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1092 x=20 y=137 width=14 height=16 xoffset=0 yoffset=4 xadvance=14 page=0 chnl=0 -char id=1093 x=95 y=143 width=9 height=9 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1094 x=53 y=143 width=9 height=11 xoffset=1 yoffset=7 xadvance=10 page=0 chnl=0 -char id=1095 x=36 y=145 width=9 height=9 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1096 x=64 y=146 width=11 height=9 xoffset=1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=1097 x=106 y=147 width=11 height=11 xoffset=1 yoffset=7 xadvance=12 page=0 chnl=0 -char id=1098 x=77 y=151 width=9 height=9 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1099 x=88 y=154 width=10 height=9 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=0 -char id=1100 x=20 y=155 width=7 height=9 xoffset=1 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1101 x=47 y=156 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1102 x=29 y=156 width=12 height=10 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=0 -char id=1103 x=58 y=157 width=8 height=9 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1104 x=100 y=160 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=1105 x=111 y=160 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=1106 x=68 y=162 width=10 height=16 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1107 x=80 y=165 width=7 height=12 xoffset=1 yoffset=4 xadvance=7 page=0 chnl=0 -char id=1108 x=89 y=165 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1109 x=43 y=168 width=8 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=1110 x=20 y=166 width=2 height=12 xoffset=1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=1111 x=24 y=168 width=6 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=1112 x=32 y=168 width=4 height=16 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0 -char id=1113 x=53 y=168 width=13 height=10 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=0 -char id=1114 x=100 y=175 width=12 height=9 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=0 -char id=1115 x=80 y=179 width=10 height=12 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1116 x=38 y=180 width=8 height=12 xoffset=1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=1117 x=48 y=180 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1118 x=58 y=180 width=9 height=16 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=1119 x=69 y=180 width=8 height=11 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=1168 x=20 y=182 width=8 height=13 xoffset=1 yoffset=3 xadvance=8 page=0 chnl=0 -char id=1169 x=114 y=175 width=7 height=11 xoffset=1 yoffset=5 xadvance=7 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=0 xadvance=3.9040003 page=0 chln=0 -kernings count=0 - diff --git a/resources/BitmapFonts/font_cyrillic.png b/resources/BitmapFonts/font_cyrillic.png deleted file mode 100644 index a0969867..00000000 Binary files a/resources/BitmapFonts/font_cyrillic.png and /dev/null differ diff --git a/resources/BitmapFonts/font_default-hd.fnt b/resources/BitmapFonts/font_default-hd.fnt deleted file mode 100644 index 77118911..00000000 --- a/resources/BitmapFonts/font_default-hd.fnt +++ /dev/null @@ -1,357 +0,0 @@ -info face="Rubik.ttf" size=32 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 -common lineHeight=37.920002 base=8 scaleW=401 scaleH=562 pages=1 packed=0 -page id=0 file="font_default-hd.png" -chars count=351 -char id=100 x=277 y=97 width=16 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=101 x=78 y=97 width=16 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=102 x=160 y=98 width=13 height=24 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=0 -char id=103 x=352 y=99 width=16 height=25 xoffset=1 yoffset=15 xadvance=19 page=0 chnl=0 -char id=104 x=316 y=101 width=16 height=23 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=105 x=375 y=63 width=4 height=23 xoffset=2 yoffset=9 xadvance=7 page=0 chnl=0 -char id=106 x=370 y=99 width=8 height=30 xoffset=-2 yoffset=9 xadvance=8 page=0 chnl=0 -char id=107 x=182 y=102 width=14 height=23 xoffset=2 yoffset=9 xadvance=16 page=0 chnl=0 -char id=108 x=31 y=89 width=4 height=23 xoffset=2 yoffset=9 xadvance=7 page=0 chnl=0 -char id=109 x=37 y=102 width=25 height=17 xoffset=2 yoffset=15 xadvance=28 page=0 chnl=0 -char id=110 x=198 y=102 width=16 height=17 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=111 x=216 y=103 width=16 height=18 xoffset=1 yoffset=15 xadvance=18 page=0 chnl=0 -char id=112 x=234 y=103 width=16 height=24 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=113 x=116 y=104 width=16 height=24 xoffset=1 yoffset=15 xadvance=19 page=0 chnl=0 -char id=114 x=64 y=102 width=10 height=17 xoffset=2 yoffset=15 xadvance=12 page=0 chnl=0 -char id=115 x=334 y=108 width=14 height=18 xoffset=1 yoffset=15 xadvance=16 page=0 chnl=0 -char id=116 x=134 y=109 width=12 height=23 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=0 -char id=117 x=295 y=112 width=15 height=18 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=118 x=252 y=116 width=17 height=17 xoffset=0 yoffset=15 xadvance=17 page=0 chnl=0 -char id=119 x=31 y=121 width=24 height=17 xoffset=1 yoffset=15 xadvance=25 page=0 chnl=0 -char id=120 x=76 y=117 width=17 height=17 xoffset=0 yoffset=15 xadvance=17 page=0 chnl=0 -char id=121 x=198 y=121 width=16 height=24 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=122 x=57 y=121 width=15 height=17 xoffset=1 yoffset=15 xadvance=16 page=0 chnl=0 -char id=123 x=95 y=122 width=12 height=31 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0 -char id=124 x=175 y=98 width=4 height=36 xoffset=2 yoffset=3 xadvance=7 page=0 chnl=0 -char id=125 x=271 y=123 width=12 height=31 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0 -char id=126 x=216 y=123 width=14 height=5 xoffset=2 yoffset=20 xadvance=17 page=0 chnl=0 -char id=128 x=148 y=124 width=22 height=28 xoffset=0 yoffset=4 xadvance=21 page=0 chnl=0 -char id=129 x=312 y=128 width=22 height=29 xoffset=0 yoffset=3 xadvance=21 page=0 chnl=0 -char id=130 x=336 y=128 width=19 height=31 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=131 x=232 y=129 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=132 x=109 y=130 width=18 height=28 xoffset=2 yoffset=4 xadvance=22 page=0 chnl=0 -char id=133 x=357 y=131 width=19 height=29 xoffset=1 yoffset=4 xadvance=21 page=0 chnl=0 -char id=134 x=285 y=132 width=18 height=29 xoffset=2 yoffset=4 xadvance=22 page=0 chnl=0 -char id=135 x=181 y=127 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=136 x=129 y=134 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=137 x=250 y=135 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=138 x=74 y=136 width=15 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=139 x=20 y=140 width=15 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=140 x=37 y=140 width=15 height=26 xoffset=1 yoffset=7 xadvance=17 page=0 chnl=0 -char id=141 x=54 y=140 width=16 height=25 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=142 x=198 y=147 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=143 x=146 y=154 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=144 x=172 y=154 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=145 x=91 y=155 width=16 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=146 x=216 y=130 width=7 height=24 xoffset=2 yoffset=8 xadvance=7 page=0 chnl=0 -char id=147 x=267 y=156 width=8 height=24 xoffset=-2 yoffset=8 xadvance=7 page=0 chnl=0 -char id=148 x=216 y=156 width=10 height=24 xoffset=-1 yoffset=8 xadvance=7 page=0 chnl=0 -char id=149 x=305 y=159 width=10 height=23 xoffset=-1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=150 x=317 y=159 width=16 height=23 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=151 x=228 y=160 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=152 x=109 y=160 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=153 x=335 y=161 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=154 x=127 y=161 width=16 height=24 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=155 x=72 y=162 width=16 height=24 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=156 x=246 y=162 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=157 x=353 y=162 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=158 x=277 y=163 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=159 x=20 y=166 width=15 height=24 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=160 x=54 y=167 width=13 height=23 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=0 -char id=161 x=164 y=154 width=5 height=23 xoffset=1 yoffset=15 xadvance=7 page=0 chnl=0 -char id=162 x=190 y=174 width=16 height=24 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=163 x=145 y=181 width=20 height=24 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=164 x=90 y=181 width=16 height=16 xoffset=1 yoffset=14 xadvance=18 page=0 chnl=0 -char id=165 x=167 y=181 width=19 height=23 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=166 x=370 y=162 width=4 height=27 xoffset=2 yoffset=5 xadvance=7 page=0 chnl=0 -char id=167 x=208 y=182 width=16 height=28 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=168 x=37 y=168 width=10 height=4 xoffset=2 yoffset=9 xadvance=13 page=0 chnl=0 -char id=169 x=294 y=184 width=24 height=24 xoffset=1 yoffset=9 xadvance=26 page=0 chnl=0 -char id=170 x=37 y=174 width=9 height=10 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=0 -char id=171 x=108 y=187 width=17 height=17 xoffset=1 yoffset=13 xadvance=19 page=0 chnl=0 -char id=172 x=37 y=186 width=15 height=8 xoffset=2 yoffset=20 xadvance=18 page=0 chnl=0 -char id=173 x=226 y=187 width=14 height=19 xoffset=2 yoffset=13 xadvance=17 page=0 chnl=0 -char id=174 x=320 y=188 width=24 height=24 xoffset=1 yoffset=9 xadvance=26 page=0 chnl=0 -char id=175 x=263 y=182 width=9 height=4 xoffset=2 yoffset=9 xadvance=12 page=0 chnl=0 -char id=176 x=127 y=187 width=11 height=10 xoffset=1 yoffset=9 xadvance=12 page=0 chnl=0 -char id=177 x=69 y=188 width=15 height=20 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=0 -char id=178 x=263 y=188 width=11 height=12 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=179 x=242 y=189 width=10 height=12 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=0 -char id=180 x=346 y=189 width=7 height=5 xoffset=2 yoffset=8 xadvance=10 page=0 chnl=0 -char id=181 x=276 y=190 width=16 height=24 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=182 x=355 y=191 width=16 height=27 xoffset=0 yoffset=9 xadvance=17 page=0 chnl=0 -char id=183 x=373 y=191 width=8 height=8 xoffset=1 yoffset=18 xadvance=10 page=0 chnl=0 -char id=184 x=254 y=189 width=6 height=9 xoffset=2 yoffset=31 xadvance=9 page=0 chnl=0 -char id=185 x=54 y=192 width=7 height=12 xoffset=0 yoffset=9 xadvance=7 page=0 chnl=0 -char id=186 x=20 y=192 width=9 height=10 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=0 -char id=187 x=31 y=196 width=17 height=17 xoffset=1 yoffset=13 xadvance=19 page=0 chnl=0 -char id=188 x=242 y=203 width=21 height=23 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=0 -char id=189 x=86 y=206 width=22 height=23 xoffset=1 yoffset=9 xadvance=23 page=0 chnl=0 -char id=190 x=110 y=206 width=23 height=23 xoffset=1 yoffset=9 xadvance=25 page=0 chnl=0 -char id=191 x=188 y=200 width=15 height=24 xoffset=1 yoffset=15 xadvance=16 page=0 chnl=0 -char id=192 x=135 y=207 width=22 height=29 xoffset=0 yoffset=3 xadvance=21 page=0 chnl=0 -char id=193 x=159 y=207 width=22 height=29 xoffset=0 yoffset=3 xadvance=21 page=0 chnl=0 -char id=194 x=50 y=210 width=22 height=29 xoffset=0 yoffset=3 xadvance=21 page=0 chnl=0 -char id=195 x=294 y=210 width=22 height=28 xoffset=0 yoffset=4 xadvance=21 page=0 chnl=0 -char id=196 x=205 y=212 width=22 height=28 xoffset=0 yoffset=4 xadvance=21 page=0 chnl=0 -char id=197 x=318 y=214 width=22 height=29 xoffset=0 yoffset=3 xadvance=21 page=0 chnl=0 -char id=198 x=342 y=220 width=30 height=23 xoffset=0 yoffset=9 xadvance=30 page=0 chnl=0 -char id=199 x=20 y=215 width=19 height=31 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=200 x=265 y=216 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=201 x=183 y=226 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=202 x=229 y=228 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=203 x=247 y=228 width=16 height=28 xoffset=2 yoffset=4 xadvance=18 page=0 chnl=0 -char id=204 x=74 y=210 width=8 height=29 xoffset=-2 yoffset=3 xadvance=8 page=0 chnl=0 -char id=205 x=283 y=216 width=8 height=29 xoffset=2 yoffset=3 xadvance=8 page=0 chnl=0 -char id=206 x=84 y=231 width=11 height=29 xoffset=-1 yoffset=3 xadvance=8 page=0 chnl=0 -char id=207 x=97 y=231 width=11 height=28 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=208 x=110 y=231 width=21 height=23 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=209 x=133 y=238 width=18 height=28 xoffset=2 yoffset=4 xadvance=22 page=0 chnl=0 -char id=210 x=153 y=238 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=211 x=293 y=240 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=212 x=41 y=241 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=213 x=62 y=241 width=19 height=29 xoffset=1 yoffset=4 xadvance=21 page=0 chnl=0 -char id=214 x=201 y=242 width=19 height=29 xoffset=1 yoffset=4 xadvance=21 page=0 chnl=0 -char id=215 x=314 y=245 width=15 height=15 xoffset=1 yoffset=14 xadvance=17 page=0 chnl=0 -char id=216 x=331 y=245 width=22 height=24 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=217 x=355 y=245 width=18 height=30 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=218 x=265 y=247 width=18 height=30 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=219 x=20 y=248 width=18 height=30 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=220 x=110 y=256 width=18 height=29 xoffset=2 yoffset=4 xadvance=22 page=0 chnl=0 -char id=221 x=174 y=257 width=20 height=29 xoffset=0 yoffset=3 xadvance=20 page=0 chnl=0 -char id=222 x=222 y=259 width=18 height=23 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=223 x=247 y=258 width=16 height=23 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=224 x=83 y=262 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=225 x=314 y=262 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=226 x=130 y=268 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=227 x=147 y=270 width=15 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=228 x=331 y=271 width=15 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=229 x=285 y=272 width=15 height=26 xoffset=1 yoffset=7 xadvance=17 page=0 chnl=0 -char id=230 x=40 y=273 width=27 height=18 xoffset=1 yoffset=15 xadvance=28 page=0 chnl=0 -char id=231 x=196 y=273 width=16 height=25 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=232 x=348 y=277 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=233 x=265 y=279 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=234 x=20 y=280 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=235 x=242 y=283 width=16 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=236 x=100 y=261 width=8 height=24 xoffset=-2 yoffset=8 xadvance=7 page=0 chnl=0 -char id=237 x=164 y=270 width=7 height=24 xoffset=2 yoffset=8 xadvance=7 page=0 chnl=0 -char id=238 x=302 y=272 width=10 height=24 xoffset=-1 yoffset=8 xadvance=7 page=0 chnl=0 -char id=239 x=69 y=272 width=10 height=23 xoffset=-1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=240 x=214 y=284 width=16 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=241 x=100 y=287 width=16 height=23 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=242 x=173 y=288 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=243 x=81 y=289 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=244 x=38 y=293 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=245 x=118 y=295 width=16 height=24 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=246 x=136 y=296 width=16 height=24 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=247 x=366 y=277 width=15 height=16 xoffset=1 yoffset=14 xadvance=17 page=0 chnl=0 -char id=248 x=56 y=297 width=20 height=18 xoffset=0 yoffset=15 xadvance=19 page=0 chnl=0 -char id=249 x=314 y=289 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=250 x=366 y=295 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=251 x=154 y=296 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=252 x=331 y=297 width=15 height=24 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=253 x=283 y=300 width=16 height=31 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=254 x=191 y=300 width=16 height=30 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=255 x=348 y=304 width=16 height=30 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=256 x=232 y=309 width=22 height=27 xoffset=0 yoffset=5 xadvance=21 page=0 chnl=0 -char id=257 x=260 y=306 width=15 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=258 x=301 y=316 width=22 height=29 xoffset=0 yoffset=3 xadvance=21 page=0 chnl=0 -char id=259 x=20 y=307 width=15 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=260 x=78 y=316 width=22 height=31 xoffset=0 yoffset=9 xadvance=21 page=0 chnl=0 -char id=261 x=209 y=310 width=15 height=25 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=262 x=56 y=317 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=263 x=171 y=315 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=264 x=102 y=321 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=265 x=37 y=320 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=266 x=123 y=322 width=19 height=29 xoffset=1 yoffset=4 xadvance=21 page=0 chnl=0 -char id=267 x=325 y=323 width=16 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=268 x=144 y=323 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=269 x=189 y=332 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=270 x=256 y=332 width=19 height=29 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=271 x=277 y=333 width=22 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=272 x=343 y=336 width=21 height=23 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=0 -char id=273 x=207 y=337 width=19 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=274 x=228 y=338 width=16 height=27 xoffset=2 yoffset=5 xadvance=18 page=0 chnl=0 -char id=275 x=165 y=342 width=16 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=276 x=20 y=347 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=277 x=38 y=347 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=278 x=301 y=347 width=16 height=28 xoffset=2 yoffset=4 xadvance=18 page=0 chnl=0 -char id=279 x=77 y=349 width=16 height=24 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=0 -char id=280 x=319 y=349 width=16 height=31 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=281 x=56 y=349 width=16 height=25 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=282 x=95 y=353 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=283 x=113 y=353 width=16 height=25 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=284 x=131 y=355 width=20 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=285 x=183 y=359 width=16 height=32 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=286 x=277 y=359 width=20 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=287 x=337 y=361 width=16 height=32 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=0 -char id=288 x=355 y=361 width=20 height=29 xoffset=1 yoffset=4 xadvance=21 page=0 chnl=0 -char id=289 x=201 y=363 width=16 height=31 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=290 x=246 y=363 width=20 height=31 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=291 x=219 y=367 width=16 height=34 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=292 x=153 y=368 width=19 height=29 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=293 x=38 y=374 width=16 height=29 xoffset=2 yoffset=3 xadvance=19 page=0 chnl=0 -char id=294 x=56 y=376 width=23 height=23 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=0 -char id=295 x=299 y=382 width=19 height=23 xoffset=-1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=296 x=81 y=375 width=11 height=28 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=297 x=20 y=378 width=10 height=23 xoffset=-1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=298 x=113 y=380 width=10 height=27 xoffset=-1 yoffset=5 xadvance=8 page=0 chnl=0 -char id=299 x=320 y=382 width=10 height=23 xoffset=-1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=300 x=94 y=384 width=9 height=29 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=0 -char id=301 x=125 y=387 width=9 height=24 xoffset=-1 yoffset=8 xadvance=7 page=0 chnl=0 -char id=302 x=268 y=363 width=7 height=31 xoffset=0 yoffset=9 xadvance=9 page=0 chnl=0 -char id=303 x=237 y=367 width=7 height=31 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=304 x=174 y=368 width=5 height=28 xoffset=2 yoffset=4 xadvance=8 page=0 chnl=0 -char id=305 x=377 y=322 width=4 height=17 xoffset=2 yoffset=15 xadvance=7 page=0 chnl=0 -char id=306 x=277 y=391 width=16 height=24 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=307 x=136 y=387 width=12 height=30 xoffset=2 yoffset=9 xadvance=15 page=0 chnl=0 -char id=308 x=355 y=392 width=17 height=30 xoffset=1 yoffset=3 xadvance=20 page=0 chnl=0 -char id=309 x=181 y=393 width=10 height=31 xoffset=-1 yoffset=8 xadvance=9 page=0 chnl=0 -char id=310 x=332 y=395 width=17 height=31 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=311 x=193 y=396 width=14 height=31 xoffset=2 yoffset=9 xadvance=16 page=0 chnl=0 -char id=312 x=246 y=396 width=14 height=17 xoffset=2 yoffset=15 xadvance=16 page=0 chnl=0 -char id=313 x=150 y=399 width=16 height=29 xoffset=2 yoffset=3 xadvance=18 page=0 chnl=0 -char id=314 x=209 y=396 width=8 height=29 xoffset=2 yoffset=3 xadvance=7 page=0 chnl=0 -char id=315 x=56 y=401 width=16 height=31 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=316 x=105 y=384 width=5 height=31 xoffset=1 yoffset=9 xadvance=7 page=0 chnl=0 -char id=317 x=20 y=403 width=16 height=23 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=318 x=262 y=396 width=10 height=23 xoffset=2 yoffset=9 xadvance=9 page=0 chnl=0 -char id=319 x=219 y=403 width=16 height=23 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=0 xadvance=7.8080006 page=0 chln=0 -char id=320 x=168 y=399 width=9 height=23 xoffset=2 yoffset=9 xadvance=9 page=0 chnl=0 -char id=321 x=74 y=405 width=18 height=23 xoffset=0 yoffset=9 xadvance=18 page=0 chnl=0 -char id=322 x=38 y=405 width=8 height=23 xoffset=0 yoffset=9 xadvance=8 page=0 chnl=0 -char id=323 x=295 y=407 width=18 height=29 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=324 x=112 y=413 width=16 height=24 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=325 x=237 y=415 width=18 height=31 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=326 x=274 y=417 width=16 height=25 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=327 x=130 y=419 width=18 height=29 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=328 x=94 y=417 width=16 height=24 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=329 x=351 y=424 width=16 height=26 xoffset=2 yoffset=6 xadvance=19 page=0 chnl=0 -char id=33 x=20 y=20 width=4 height=23 xoffset=2 yoffset=9 xadvance=7 page=0 chnl=0 -char id=330 x=168 y=426 width=18 height=31 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=331 x=209 y=428 width=16 height=25 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=332 x=315 y=428 width=19 height=28 xoffset=1 yoffset=5 xadvance=21 page=0 chnl=0 -char id=333 x=20 y=428 width=16 height=24 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=334 x=188 y=429 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=335 x=38 y=430 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=336 x=56 y=434 width=19 height=30 xoffset=1 yoffset=3 xadvance=21 page=0 chnl=0 -char id=337 x=150 y=430 width=16 height=25 xoffset=1 yoffset=8 xadvance=18 page=0 chnl=0 -char id=338 x=77 y=443 width=27 height=23 xoffset=1 yoffset=9 xadvance=29 page=0 chnl=0 -char id=339 x=257 y=444 width=28 height=18 xoffset=1 yoffset=15 xadvance=30 page=0 chnl=0 -char id=34 x=26 y=20 width=10 height=8 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=0 -char id=340 x=292 y=438 width=18 height=29 xoffset=2 yoffset=3 xadvance=20 page=0 chnl=0 -char id=341 x=369 y=424 width=10 height=24 xoffset=2 yoffset=8 xadvance=12 page=0 chnl=0 -char id=342 x=106 y=443 width=18 height=31 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=343 x=336 y=428 width=11 height=25 xoffset=1 yoffset=15 xadvance=12 page=0 chnl=0 -char id=344 x=227 y=448 width=18 height=29 xoffset=2 yoffset=3 xadvance=20 page=0 chnl=0 -char id=345 x=126 y=450 width=11 height=24 xoffset=1 yoffset=8 xadvance=12 page=0 chnl=0 -char id=346 x=349 y=452 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=347 x=20 y=454 width=14 height=25 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=348 x=36 y=457 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=349 x=209 y=455 width=14 height=25 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=35 x=38 y=20 width=20 height=20 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=0 -char id=350 x=139 y=457 width=18 height=31 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=351 x=312 y=458 width=14 height=25 xoffset=1 yoffset=15 xadvance=16 page=0 chnl=0 -char id=352 x=328 y=458 width=18 height=30 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=353 x=159 y=459 width=14 height=25 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=356 x=175 y=461 width=18 height=29 xoffset=0 yoffset=3 xadvance=18 page=0 chnl=0 -char id=357 x=247 y=464 width=17 height=23 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=0 -char id=358 x=266 y=464 width=18 height=23 xoffset=0 yoffset=9 xadvance=18 page=0 chnl=0 -char id=359 x=56 y=466 width=13 height=23 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=0 -char id=36 x=60 y=20 width=18 height=30 xoffset=1 yoffset=6 xadvance=19 page=0 chnl=0 -char id=360 x=71 y=468 width=18 height=29 xoffset=2 yoffset=4 xadvance=22 page=0 chnl=0 -char id=361 x=286 y=469 width=15 height=24 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=362 x=91 y=476 width=18 height=28 xoffset=2 yoffset=5 xadvance=22 page=0 chnl=0 -char id=363 x=111 y=476 width=15 height=24 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=364 x=225 y=479 width=18 height=30 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=365 x=195 y=482 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=366 x=348 y=484 width=18 height=30 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=367 x=303 y=485 width=15 height=26 xoffset=2 yoffset=7 xadvance=19 page=0 chnl=0 -char id=368 x=245 y=489 width=18 height=30 xoffset=2 yoffset=3 xadvance=22 page=0 chnl=0 -char id=369 x=20 y=489 width=15 height=25 xoffset=2 yoffset=8 xadvance=19 page=0 chnl=0 -char id=37 x=80 y=20 width=24 height=24 xoffset=1 yoffset=9 xadvance=25 page=0 chnl=0 -char id=370 x=265 y=489 width=18 height=31 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=371 x=37 y=489 width=15 height=25 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=0 -char id=372 x=320 y=490 width=24 height=29 xoffset=1 yoffset=3 xadvance=25 page=0 chnl=0 -char id=373 x=128 y=490 width=24 height=24 xoffset=1 yoffset=8 xadvance=25 page=0 chnl=0 -char id=374 x=154 y=492 width=20 height=29 xoffset=0 yoffset=3 xadvance=20 page=0 chnl=0 -char id=375 x=176 y=492 width=16 height=31 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=0 -char id=376 x=54 y=499 width=20 height=28 xoffset=0 yoffset=4 xadvance=20 page=0 chnl=0 -char id=377 x=76 y=506 width=17 height=29 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=378 x=285 y=495 width=15 height=24 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=379 x=95 y=506 width=17 height=28 xoffset=1 yoffset=4 xadvance=19 page=0 chnl=0 -char id=38 x=106 y=20 width=21 height=24 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=0 -char id=380 x=194 y=509 width=15 height=23 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=0 -char id=381 x=211 y=511 width=17 height=29 xoffset=1 yoffset=3 xadvance=19 page=0 chnl=0 -char id=382 x=302 y=513 width=15 height=24 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=0 -char id=383 x=368 y=484 width=13 height=24 xoffset=0 yoffset=8 xadvance=9 page=0 chnl=0 -char id=39 x=129 y=20 width=5 height=8 xoffset=1 yoffset=9 xadvance=6 page=0 chnl=0 -char id=40 x=136 y=20 width=10 height=31 xoffset=1 yoffset=7 xadvance=10 page=0 chnl=0 -char id=402 x=368 y=510 width=13 height=32 xoffset=0 yoffset=8 xadvance=13 page=0 chnl=0 -char id=41 x=148 y=20 width=10 height=31 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0 -char id=42 x=160 y=20 width=12 height=12 xoffset=1 yoffset=8 xadvance=14 page=0 chnl=0 -char id=43 x=174 y=20 width=18 height=18 xoffset=1 yoffset=13 xadvance=19 page=0 chnl=0 -char id=44 x=194 y=20 width=6 height=7 xoffset=1 yoffset=28 xadvance=8 page=0 chnl=0 -char id=45 x=202 y=20 width=12 height=3 xoffset=2 yoffset=21 xadvance=15 page=0 chnl=0 -char id=46 x=216 y=20 width=4 height=4 xoffset=2 yoffset=28 xadvance=7 page=0 chnl=0 -char id=47 x=222 y=20 width=15 height=29 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=0 -char id=48 x=239 y=20 width=18 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=49 x=259 y=20 width=12 height=23 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=0 -char id=50 x=273 y=20 width=17 height=23 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=51 x=292 y=20 width=17 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=52 x=311 y=20 width=19 height=23 xoffset=0 yoffset=9 xadvance=19 page=0 chnl=0 -char id=53 x=332 y=20 width=17 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=54 x=351 y=20 width=18 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=55 x=202 y=26 width=16 height=23 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=56 x=160 y=40 width=17 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=57 x=179 y=40 width=17 height=23 xoffset=1 yoffset=9 xadvance=18 page=0 chnl=0 -char id=58 x=371 y=20 width=5 height=16 xoffset=2 yoffset=16 xadvance=8 page=0 chnl=0 -char id=59 x=129 y=30 width=5 height=19 xoffset=2 yoffset=16 xadvance=8 page=0 chnl=0 -char id=60 x=26 y=42 width=13 height=20 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=0 -char id=61 x=41 y=42 width=14 height=11 xoffset=2 yoffset=17 xadvance=18 page=0 chnl=0 -char id=62 x=311 y=45 width=14 height=20 xoffset=1 yoffset=11 xadvance=15 page=0 chnl=0 -char id=63 x=259 y=45 width=16 height=23 xoffset=0 yoffset=9 xadvance=16 page=0 chnl=0 -char id=64 x=327 y=46 width=25 height=27 xoffset=1 yoffset=10 xadvance=27 page=0 chnl=0 -char id=65 x=277 y=46 width=22 height=23 xoffset=0 yoffset=9 xadvance=21 page=0 chnl=0 -char id=66 x=354 y=46 width=18 height=23 xoffset=2 yoffset=9 xadvance=21 page=0 chnl=0 -char id=67 x=80 y=46 width=19 height=24 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=68 x=101 y=46 width=19 height=23 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=69 x=239 y=46 width=16 height=23 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=70 x=220 y=51 width=16 height=23 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=71 x=198 y=51 width=20 height=24 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=72 x=57 y=52 width=19 height=23 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=73 x=374 y=38 width=4 height=23 xoffset=2 yoffset=9 xadvance=8 page=0 chnl=0 -char id=74 x=122 y=53 width=17 height=24 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=75 x=141 y=53 width=17 height=23 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=76 x=20 y=64 width=16 height=23 xoffset=2 yoffset=9 xadvance=18 page=0 chnl=0 -char id=77 x=160 y=66 width=21 height=23 xoffset=2 yoffset=9 xadvance=25 page=0 chnl=0 -char id=78 x=301 y=67 width=18 height=23 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=79 x=238 y=71 width=19 height=24 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=80 x=259 y=71 width=18 height=23 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=81 x=354 y=71 width=19 height=26 xoffset=1 yoffset=9 xadvance=21 page=0 chnl=0 -char id=82 x=101 y=71 width=18 height=23 xoffset=2 yoffset=9 xadvance=20 page=0 chnl=0 -char id=8226 x=114 y=502 width=8 height=8 xoffset=2 yoffset=18 xadvance=12 page=0 chnl=0 -char id=83 x=279 y=71 width=18 height=24 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=84 x=78 y=72 width=18 height=23 xoffset=0 yoffset=9 xadvance=18 page=0 chnl=0 -char id=85 x=321 y=75 width=18 height=24 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=0 -char id=86 x=38 y=77 width=19 height=23 xoffset=1 yoffset=9 xadvance=20 page=0 chnl=0 -char id=87 x=183 y=77 width=24 height=23 xoffset=1 yoffset=9 xadvance=25 page=0 chnl=0 -char id=88 x=209 y=77 width=20 height=23 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=89 x=121 y=79 width=20 height=23 xoffset=0 yoffset=9 xadvance=20 page=0 chnl=0 -char id=90 x=59 y=77 width=17 height=23 xoffset=1 yoffset=9 xadvance=19 page=0 chnl=0 -char id=91 x=341 y=75 width=9 height=31 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=0 -char id=92 x=143 y=78 width=15 height=29 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=0 -char id=93 x=20 y=89 width=9 height=31 xoffset=0 yoffset=7 xadvance=11 page=0 chnl=0 -char id=94 x=160 y=91 width=11 height=5 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=0 -char id=95 x=231 y=97 width=22 height=4 xoffset=1 yoffset=30 xadvance=23 page=0 chnl=0 -char id=96 x=173 y=91 width=7 height=5 xoffset=2 yoffset=8 xadvance=10 page=0 chnl=0 -char id=97 x=299 y=92 width=15 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -char id=98 x=98 y=96 width=16 height=24 xoffset=2 yoffset=9 xadvance=19 page=0 chnl=0 -char id=99 x=259 y=96 width=16 height=18 xoffset=1 yoffset=15 xadvance=17 page=0 chnl=0 -kernings count=0 - diff --git a/resources/BitmapFonts/font_default-hd.png b/resources/BitmapFonts/font_default-hd.png deleted file mode 100644 index 176f6014..00000000 Binary files a/resources/BitmapFonts/font_default-hd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_default-uhd.fnt b/resources/BitmapFonts/font_default-uhd.fnt deleted file mode 100644 index f0cab5f5..00000000 --- a/resources/BitmapFonts/font_default-uhd.fnt +++ /dev/null @@ -1,357 +0,0 @@ -info face="Rubik.ttf" size=64 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 -common lineHeight=75.840004 base=16 scaleW=746 scaleH=980 pages=1 packed=0 -page id=0 file="font_default-uhd.png" -chars count=351 -char id=100 x=491 y=162 width=31 height=47 xoffset=3 yoffset=18 xadvance=38 page=0 chnl=0 -char id=101 x=610 y=162 width=30 height=35 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -char id=102 x=642 y=163 width=24 height=48 xoffset=1 yoffset=16 xadvance=24 page=0 chnl=0 -char id=103 x=533 y=164 width=31 height=49 xoffset=3 yoffset=30 xadvance=38 page=0 chnl=0 -char id=104 x=103 y=165 width=31 height=46 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=105 x=715 y=116 width=8 height=46 xoffset=4 yoffset=18 xadvance=15 page=0 chnl=0 -char id=106 x=289 y=144 width=15 height=59 xoffset=-3 yoffset=18 xadvance=16 page=0 chnl=0 -char id=107 x=566 y=165 width=28 height=46 xoffset=4 yoffset=18 xadvance=32 page=0 chnl=0 -char id=108 x=87 y=140 width=7 height=46 xoffset=4 yoffset=18 xadvance=15 page=0 chnl=0 -char id=109 x=136 y=165 width=49 height=34 xoffset=4 yoffset=30 xadvance=56 page=0 chnl=0 -char id=110 x=187 y=165 width=31 height=34 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=111 x=402 y=169 width=31 height=35 xoffset=3 yoffset=30 xadvance=36 page=0 chnl=0 -char id=112 x=435 y=169 width=32 height=47 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=113 x=306 y=172 width=31 height=47 xoffset=3 yoffset=30 xadvance=38 page=0 chnl=0 -char id=114 x=668 y=163 width=20 height=34 xoffset=4 yoffset=30 xadvance=24 page=0 chnl=0 -char id=115 x=339 y=174 width=28 height=35 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=0 -char id=116 x=690 y=179 width=23 height=46 xoffset=1 yoffset=18 xadvance=25 page=0 chnl=0 -char id=117 x=20 y=186 width=30 height=35 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=118 x=52 y=187 width=33 height=34 xoffset=1 yoffset=30 xadvance=35 page=0 chnl=0 -char id=119 x=220 y=201 width=48 height=34 xoffset=2 yoffset=30 xadvance=51 page=0 chnl=0 -char id=120 x=596 y=199 width=33 height=34 xoffset=1 yoffset=30 xadvance=35 page=0 chnl=0 -char id=121 x=136 y=201 width=32 height=47 xoffset=2 yoffset=30 xadvance=35 page=0 chnl=0 -char id=122 x=369 y=190 width=29 height=34 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=0 -char id=123 x=170 y=201 width=22 height=61 xoffset=1 yoffset=14 xadvance=24 page=0 chnl=0 -char id=124 x=524 y=162 width=7 height=72 xoffset=4 yoffset=6 xadvance=15 page=0 chnl=0 -char id=125 x=194 y=201 width=22 height=61 xoffset=1 yoffset=14 xadvance=24 page=0 chnl=0 -char id=126 x=270 y=205 width=28 height=9 xoffset=4 yoffset=40 xadvance=35 page=0 chnl=0 -char id=128 x=469 y=211 width=42 height=56 xoffset=1 yoffset=8 xadvance=43 page=0 chnl=0 -char id=129 x=87 y=213 width=42 height=58 xoffset=1 yoffset=6 xadvance=43 page=0 chnl=0 -char id=130 x=631 y=213 width=37 height=61 xoffset=3 yoffset=18 xadvance=42 page=0 chnl=0 -char id=131 x=400 y=206 width=30 height=57 xoffset=5 yoffset=7 xadvance=37 page=0 chnl=0 -char id=132 x=533 y=215 width=34 height=56 xoffset=5 yoffset=8 xadvance=44 page=0 chnl=0 -char id=133 x=300 y=221 width=37 height=57 xoffset=3 yoffset=8 xadvance=43 page=0 chnl=0 -char id=134 x=432 y=218 width=35 height=57 xoffset=5 yoffset=8 xadvance=44 page=0 chnl=0 -char id=135 x=20 y=223 width=29 height=49 xoffset=2 yoffset=16 xadvance=34 page=0 chnl=0 -char id=136 x=51 y=223 width=29 height=49 xoffset=2 yoffset=16 xadvance=34 page=0 chnl=0 -char id=137 x=339 y=226 width=29 height=49 xoffset=2 yoffset=16 xadvance=34 page=0 chnl=0 -char id=138 x=670 y=227 width=29 height=47 xoffset=2 yoffset=18 xadvance=34 page=0 chnl=0 -char id=139 x=569 y=235 width=29 height=47 xoffset=2 yoffset=18 xadvance=34 page=0 chnl=0 -char id=140 x=600 y=235 width=29 height=50 xoffset=2 yoffset=15 xadvance=34 page=0 chnl=0 -char id=141 x=218 y=237 width=30 height=49 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -char id=142 x=250 y=237 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=143 x=131 y=250 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=144 x=163 y=264 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=145 x=370 y=265 width=30 height=47 xoffset=3 yoffset=18 xadvance=35 page=0 chnl=0 -char id=146 x=282 y=216 width=14 height=48 xoffset=4 yoffset=16 xadvance=15 page=0 chnl=0 -char id=147 x=701 y=227 width=14 height=48 xoffset=-3 yoffset=16 xadvance=15 page=0 chnl=0 -char id=148 x=195 y=264 width=19 height=48 xoffset=-2 yoffset=16 xadvance=15 page=0 chnl=0 -char id=149 x=402 y=265 width=20 height=46 xoffset=-2 yoffset=18 xadvance=15 page=0 chnl=0 -char id=150 x=469 y=269 width=31 height=46 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=151 x=82 y=273 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=152 x=524 y=273 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=153 x=20 y=274 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=154 x=631 y=276 width=31 height=47 xoffset=3 yoffset=18 xadvance=36 page=0 chnl=0 -char id=155 x=664 y=276 width=31 height=47 xoffset=3 yoffset=18 xadvance=36 page=0 chnl=0 -char id=156 x=424 y=277 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=157 x=298 y=280 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=158 x=330 y=280 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=159 x=557 y=284 width=30 height=47 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=160 x=53 y=274 width=25 height=45 xoffset=1 yoffset=19 xadvance=27 page=0 chnl=0 -char id=161 x=717 y=164 width=9 height=46 xoffset=3 yoffset=30 xadvance=15 page=0 chnl=0 -char id=162 x=589 y=287 width=30 height=47 xoffset=3 yoffset=24 xadvance=35 page=0 chnl=0 -char id=163 x=216 y=288 width=39 height=47 xoffset=2 yoffset=18 xadvance=43 page=0 chnl=0 -char id=164 x=257 y=288 width=31 height=31 xoffset=3 yoffset=29 xadvance=37 page=0 chnl=0 -char id=165 x=115 y=301 width=37 height=45 xoffset=1 yoffset=19 xadvance=39 page=0 chnl=0 -char id=166 x=513 y=211 width=7 height=54 xoffset=4 yoffset=10 xadvance=15 page=0 chnl=0 -char id=167 x=362 y=314 width=32 height=55 xoffset=2 yoffset=18 xadvance=36 page=0 chnl=0 -char id=168 x=502 y=269 width=19 height=8 xoffset=4 yoffset=18 xadvance=27 page=0 chnl=0 -char id=169 x=154 y=315 width=47 height=47 xoffset=3 yoffset=18 xadvance=52 page=0 chnl=0 -char id=170 x=697 y=277 width=17 height=19 xoffset=3 yoffset=18 xadvance=23 page=0 chnl=0 -char id=171 x=456 y=317 width=33 height=34 xoffset=2 yoffset=26 xadvance=38 page=0 chnl=0 -char id=172 x=697 y=298 width=29 height=15 xoffset=4 yoffset=41 xadvance=37 page=0 chnl=0 -char id=173 x=697 y=315 width=28 height=37 xoffset=4 yoffset=26 xadvance=35 page=0 chnl=0 -char id=174 x=491 y=324 width=47 height=47 xoffset=3 yoffset=18 xadvance=52 page=0 chnl=0 -char id=175 x=402 y=313 width=18 height=7 xoffset=4 yoffset=19 xadvance=25 page=0 chnl=0 -char id=176 x=53 y=321 width=21 height=20 xoffset=2 yoffset=18 xadvance=25 page=0 chnl=0 -char id=177 x=257 y=321 width=29 height=40 xoffset=3 yoffset=24 xadvance=34 page=0 chnl=0 -char id=178 x=396 y=322 width=20 height=24 xoffset=1 yoffset=18 xadvance=22 page=0 chnl=0 -char id=179 x=80 y=324 width=19 height=23 xoffset=1 yoffset=19 xadvance=22 page=0 chnl=0 -char id=180 x=540 y=324 width=14 height=10 xoffset=4 yoffset=16 xadvance=21 page=0 chnl=0 -char id=181 x=621 y=325 width=31 height=47 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=182 x=20 y=325 width=30 height=52 xoffset=1 yoffset=19 xadvance=35 page=0 chnl=0 -char id=183 x=654 y=325 width=15 height=15 xoffset=3 yoffset=37 xadvance=21 page=0 chnl=0 -char id=184 x=101 y=324 width=12 height=17 xoffset=4 yoffset=62 xadvance=19 page=0 chnl=0 -char id=185 x=671 y=325 width=13 height=23 xoffset=0 yoffset=19 xadvance=15 page=0 chnl=0 -char id=186 x=422 y=328 width=17 height=19 xoffset=3 yoffset=18 xadvance=22 page=0 chnl=0 -char id=187 x=288 y=331 width=33 height=34 xoffset=3 yoffset=26 xadvance=38 page=0 chnl=0 -char id=188 x=556 y=336 width=42 height=45 xoffset=2 yoffset=19 xadvance=45 page=0 chnl=0 -char id=189 x=203 y=337 width=44 height=45 xoffset=2 yoffset=19 xadvance=47 page=0 chnl=0 -char id=190 x=101 y=348 width=46 height=45 xoffset=2 yoffset=19 xadvance=50 page=0 chnl=0 -char id=191 x=323 y=331 width=30 height=47 xoffset=2 yoffset=30 xadvance=33 page=0 chnl=0 -char id=192 x=52 y=349 width=42 height=57 xoffset=1 yoffset=7 xadvance=43 page=0 chnl=0 -char id=193 x=396 y=349 width=42 height=57 xoffset=1 yoffset=7 xadvance=43 page=0 chnl=0 -char id=194 x=440 y=353 width=42 height=57 xoffset=1 yoffset=7 xadvance=43 page=0 chnl=0 -char id=195 x=671 y=354 width=42 height=56 xoffset=1 yoffset=8 xadvance=43 page=0 chnl=0 -char id=196 x=149 y=364 width=42 height=56 xoffset=1 yoffset=8 xadvance=43 page=0 chnl=0 -char id=197 x=249 y=367 width=42 height=58 xoffset=1 yoffset=6 xadvance=43 page=0 chnl=0 -char id=198 x=484 y=373 width=59 height=45 xoffset=0 yoffset=19 xadvance=61 page=0 chnl=0 -char id=199 x=355 y=371 width=37 height=61 xoffset=3 yoffset=18 xadvance=42 page=0 chnl=0 -char id=200 x=600 y=374 width=30 height=57 xoffset=5 yoffset=7 xadvance=37 page=0 chnl=0 -char id=201 x=632 y=374 width=30 height=57 xoffset=5 yoffset=7 xadvance=37 page=0 chnl=0 -char id=202 x=20 y=379 width=30 height=57 xoffset=5 yoffset=7 xadvance=37 page=0 chnl=0 -char id=203 x=293 y=380 width=30 height=56 xoffset=5 yoffset=8 xadvance=37 page=0 chnl=0 -char id=204 x=325 y=380 width=15 height=57 xoffset=-3 yoffset=7 xadvance=17 page=0 chnl=0 -char id=205 x=545 y=383 width=15 height=57 xoffset=5 yoffset=7 xadvance=17 page=0 chnl=0 -char id=206 x=562 y=383 width=21 height=57 xoffset=-2 yoffset=7 xadvance=17 page=0 chnl=0 -char id=207 x=193 y=384 width=21 height=56 xoffset=-2 yoffset=8 xadvance=17 page=0 chnl=0 -char id=208 x=96 y=395 width=42 height=45 xoffset=0 yoffset=19 xadvance=44 page=0 chnl=0 -char id=209 x=394 y=408 width=34 height=56 xoffset=5 yoffset=8 xadvance=44 page=0 chnl=0 -char id=210 x=52 y=408 width=37 height=58 xoffset=3 yoffset=7 xadvance=43 page=0 chnl=0 -char id=211 x=664 y=412 width=37 height=58 xoffset=3 yoffset=7 xadvance=43 page=0 chnl=0 -char id=212 x=430 y=412 width=37 height=58 xoffset=3 yoffset=7 xadvance=43 page=0 chnl=0 -char id=213 x=469 y=420 width=37 height=57 xoffset=3 yoffset=8 xadvance=43 page=0 chnl=0 -char id=214 x=140 y=422 width=37 height=57 xoffset=3 yoffset=8 xadvance=43 page=0 chnl=0 -char id=215 x=216 y=384 width=29 height=29 xoffset=3 yoffset=28 xadvance=35 page=0 chnl=0 -char id=216 x=247 y=427 width=44 height=47 xoffset=0 yoffset=18 xadvance=44 page=0 chnl=0 -char id=217 x=508 y=420 width=35 height=58 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=218 x=585 y=433 width=35 height=58 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=219 x=622 y=433 width=35 height=58 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=220 x=342 y=434 width=35 height=57 xoffset=5 yoffset=8 xadvance=44 page=0 chnl=0 -char id=221 x=293 y=439 width=39 height=57 xoffset=1 yoffset=7 xadvance=41 page=0 chnl=0 -char id=222 x=91 y=442 width=34 height=45 xoffset=5 yoffset=19 xadvance=41 page=0 chnl=0 -char id=223 x=179 y=442 width=31 height=46 xoffset=4 yoffset=18 xadvance=37 page=0 chnl=0 -char id=224 x=216 y=415 width=29 height=49 xoffset=2 yoffset=16 xadvance=34 page=0 chnl=0 -char id=225 x=20 y=438 width=29 height=49 xoffset=2 yoffset=16 xadvance=34 page=0 chnl=0 -char id=226 x=545 y=442 width=29 height=49 xoffset=2 yoffset=16 xadvance=34 page=0 chnl=0 -char id=227 x=212 y=466 width=29 height=47 xoffset=2 yoffset=18 xadvance=34 page=0 chnl=0 -char id=228 x=379 y=466 width=29 height=47 xoffset=2 yoffset=18 xadvance=34 page=0 chnl=0 -char id=229 x=51 y=468 width=29 height=50 xoffset=2 yoffset=15 xadvance=34 page=0 chnl=0 -char id=230 x=659 y=472 width=53 height=35 xoffset=2 yoffset=30 xadvance=57 page=0 chnl=0 -char id=231 x=410 y=472 width=30 height=49 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -char id=232 x=243 y=476 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=233 x=442 y=479 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=234 x=474 y=479 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=235 x=506 y=480 width=30 height=47 xoffset=3 yoffset=18 xadvance=35 page=0 chnl=0 -char id=236 x=275 y=476 width=14 height=48 xoffset=-3 yoffset=16 xadvance=15 page=0 chnl=0 -char id=237 x=127 y=481 width=14 height=48 xoffset=4 yoffset=16 xadvance=15 page=0 chnl=0 -char id=238 x=143 y=481 width=19 height=48 xoffset=-2 yoffset=16 xadvance=15 page=0 chnl=0 -char id=239 x=82 y=489 width=20 height=46 xoffset=-2 yoffset=18 xadvance=15 page=0 chnl=0 -char id=240 x=164 y=490 width=30 height=46 xoffset=3 yoffset=19 xadvance=35 page=0 chnl=0 -char id=241 x=538 y=493 width=31 height=46 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=242 x=571 y=493 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=243 x=334 y=493 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=244 x=604 y=493 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=245 x=291 y=498 width=31 height=47 xoffset=3 yoffset=18 xadvance=36 page=0 chnl=0 -char id=246 x=637 y=509 width=31 height=47 xoffset=3 yoffset=18 xadvance=36 page=0 chnl=0 -char id=247 x=20 y=489 width=28 height=31 xoffset=3 yoffset=29 xadvance=34 page=0 chnl=0 -char id=248 x=670 y=509 width=39 height=35 xoffset=0 yoffset=30 xadvance=38 page=0 chnl=0 -char id=249 x=367 y=515 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=250 x=196 y=515 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=251 x=50 y=520 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=252 x=399 y=523 width=30 height=47 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=253 x=228 y=527 width=32 height=61 xoffset=2 yoffset=16 xadvance=35 page=0 chnl=0 -char id=254 x=431 y=530 width=32 height=59 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=255 x=465 y=530 width=32 height=59 xoffset=2 yoffset=18 xadvance=35 page=0 chnl=0 -char id=256 x=104 y=531 width=42 height=54 xoffset=1 yoffset=10 xadvance=43 page=0 chnl=0 -char id=257 x=506 y=529 width=29 height=46 xoffset=2 yoffset=19 xadvance=34 page=0 chnl=0 -char id=258 x=148 y=538 width=42 height=57 xoffset=1 yoffset=7 xadvance=43 page=0 chnl=0 -char id=259 x=537 y=541 width=29 height=49 xoffset=2 yoffset=16 xadvance=34 page=0 chnl=0 -char id=260 x=568 y=544 width=42 height=60 xoffset=1 yoffset=19 xadvance=43 page=0 chnl=0 -char id=261 x=324 y=544 width=29 height=49 xoffset=2 yoffset=30 xadvance=34 page=0 chnl=0 -char id=262 x=670 y=546 width=37 height=58 xoffset=3 yoffset=7 xadvance=42 page=0 chnl=0 -char id=263 x=262 y=547 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=264 x=612 y=558 width=37 height=58 xoffset=3 yoffset=7 xadvance=42 page=0 chnl=0 -char id=265 x=192 y=566 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=266 x=355 y=566 width=37 height=57 xoffset=3 yoffset=8 xadvance=42 page=0 chnl=0 -char id=267 x=20 y=571 width=30 height=47 xoffset=3 yoffset=18 xadvance=35 page=0 chnl=0 -char id=268 x=52 y=571 width=37 height=58 xoffset=3 yoffset=7 xadvance=42 page=0 chnl=0 -char id=269 x=394 y=572 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=270 x=499 y=577 width=36 height=57 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=271 x=91 y=587 width=43 height=47 xoffset=3 yoffset=18 xadvance=41 page=0 chnl=0 -char id=272 x=426 y=591 width=42 height=45 xoffset=0 yoffset=19 xadvance=44 page=0 chnl=0 -char id=273 x=224 y=590 width=36 height=47 xoffset=3 yoffset=18 xadvance=38 page=0 chnl=0 -char id=274 x=294 y=595 width=30 height=54 xoffset=5 yoffset=10 xadvance=37 page=0 chnl=0 -char id=275 x=136 y=597 width=30 height=46 xoffset=3 yoffset=19 xadvance=35 page=0 chnl=0 -char id=276 x=262 y=598 width=30 height=57 xoffset=5 yoffset=7 xadvance=37 page=0 chnl=0 -char id=277 x=651 y=606 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=278 x=683 y=606 width=30 height=56 xoffset=5 yoffset=8 xadvance=37 page=0 chnl=0 -char id=279 x=537 y=606 width=30 height=47 xoffset=3 yoffset=18 xadvance=35 page=0 chnl=0 -char id=280 x=569 y=606 width=30 height=60 xoffset=5 yoffset=19 xadvance=37 page=0 chnl=0 -char id=281 x=168 y=617 width=30 height=49 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -char id=282 x=601 y=618 width=30 height=57 xoffset=5 yoffset=7 xadvance=37 page=0 chnl=0 -char id=283 x=20 y=620 width=30 height=49 xoffset=3 yoffset=16 xadvance=35 page=0 chnl=0 -char id=284 x=326 y=625 width=38 height=58 xoffset=3 yoffset=7 xadvance=43 page=0 chnl=0 -char id=285 x=366 y=625 width=31 height=63 xoffset=3 yoffset=16 xadvance=38 page=0 chnl=0 -char id=286 x=470 y=636 width=38 height=58 xoffset=3 yoffset=7 xadvance=43 page=0 chnl=0 -char id=287 x=52 y=631 width=31 height=63 xoffset=3 yoffset=16 xadvance=38 page=0 chnl=0 -char id=288 x=85 y=636 width=38 height=57 xoffset=3 yoffset=8 xadvance=43 page=0 chnl=0 -char id=289 x=399 y=638 width=31 height=61 xoffset=3 yoffset=18 xadvance=38 page=0 chnl=0 -char id=290 x=200 y=639 width=38 height=62 xoffset=3 yoffset=18 xadvance=43 page=0 chnl=0 -char id=291 x=432 y=638 width=31 height=66 xoffset=3 yoffset=13 xadvance=38 page=0 chnl=0 -char id=292 x=125 y=645 width=36 height=57 xoffset=5 yoffset=7 xadvance=45 page=0 chnl=0 -char id=293 x=510 y=655 width=31 height=57 xoffset=4 yoffset=7 xadvance=38 page=0 chnl=0 -char id=294 x=633 y=657 width=45 height=45 xoffset=1 yoffset=19 xadvance=46 page=0 chnl=0 -char id=295 x=240 y=657 width=36 height=46 xoffset=-1 yoffset=18 xadvance=38 page=0 chnl=0 -char id=296 x=294 y=651 width=21 height=56 xoffset=-2 yoffset=8 xadvance=17 page=0 chnl=0 -char id=297 x=543 y=655 width=20 height=46 xoffset=-2 yoffset=18 xadvance=15 page=0 chnl=0 -char id=298 x=680 y=664 width=19 height=54 xoffset=-1 yoffset=10 xadvance=17 page=0 chnl=0 -char id=299 x=701 y=664 width=19 height=45 xoffset=-2 yoffset=19 xadvance=15 page=0 chnl=0 -char id=300 x=565 y=668 width=17 height=57 xoffset=0 yoffset=7 xadvance=17 page=0 chnl=0 -char id=301 x=163 y=668 width=17 height=48 xoffset=-1 yoffset=16 xadvance=15 page=0 chnl=0 -char id=302 x=278 y=657 width=13 height=60 xoffset=0 yoffset=19 xadvance=18 page=0 chnl=0 -char id=303 x=584 y=668 width=13 height=61 xoffset=0 yoffset=18 xadvance=17 page=0 chnl=0 -char id=304 x=182 y=668 width=9 height=56 xoffset=4 yoffset=8 xadvance=17 page=0 chnl=0 -char id=305 x=317 y=651 width=7 height=34 xoffset=4 yoffset=30 xadvance=15 page=0 chnl=0 -char id=306 x=20 y=671 width=30 height=46 xoffset=5 yoffset=19 xadvance=40 page=0 chnl=0 -char id=307 x=599 y=677 width=24 height=59 xoffset=4 yoffset=18 xadvance=31 page=0 chnl=0 -char id=308 x=326 y=685 width=34 height=58 xoffset=2 yoffset=7 xadvance=40 page=0 chnl=0 -char id=309 x=362 y=690 width=19 height=61 xoffset=-1 yoffset=16 xadvance=18 page=0 chnl=0 -char id=310 x=85 y=695 width=33 height=61 xoffset=5 yoffset=19 xadvance=38 page=0 chnl=0 -char id=311 x=465 y=696 width=28 height=62 xoffset=4 yoffset=18 xadvance=32 page=0 chnl=0 -char id=312 x=52 y=696 width=28 height=34 xoffset=4 yoffset=30 xadvance=32 page=0 chnl=0 -char id=313 x=383 y=701 width=31 height=57 xoffset=5 yoffset=7 xadvance=36 page=0 chnl=0 -char id=314 x=193 y=703 width=15 height=57 xoffset=4 yoffset=7 xadvance=15 page=0 chnl=0 -char id=315 x=120 y=704 width=31 height=61 xoffset=5 yoffset=19 xadvance=36 page=0 chnl=0 -char id=316 x=495 y=696 width=9 height=62 xoffset=2 yoffset=18 xadvance=15 page=0 chnl=0 -char id=317 x=625 y=704 width=31 height=46 xoffset=5 yoffset=18 xadvance=36 page=0 chnl=0 -char id=318 x=543 y=703 width=19 height=46 xoffset=4 yoffset=18 xadvance=19 page=0 chnl=0 -char id=319 x=210 y=705 width=31 height=45 xoffset=5 yoffset=19 xadvance=36 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=0 xadvance=15.616001 page=0 chln=0 -char id=320 x=658 y=704 width=17 height=46 xoffset=4 yoffset=18 xadvance=19 page=0 chnl=0 -char id=321 x=416 y=706 width=35 height=45 xoffset=1 yoffset=19 xadvance=37 page=0 chnl=0 -char id=322 x=243 y=705 width=15 height=46 xoffset=1 yoffset=18 xadvance=16 page=0 chnl=0 -char id=323 x=506 y=714 width=34 height=57 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=324 x=293 y=709 width=31 height=48 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=325 x=677 y=720 width=34 height=61 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=0 -char id=326 x=260 y=719 width=31 height=50 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=327 x=153 y=726 width=34 height=57 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=328 x=564 y=731 width=31 height=48 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=329 x=52 y=732 width=31 height=51 xoffset=4 yoffset=13 xadvance=38 page=0 chnl=0 -char id=33 x=20 y=20 width=8 height=45 xoffset=4 yoffset=19 xadvance=15 page=0 chnl=0 -char id=330 x=326 y=745 width=34 height=60 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=0 -char id=331 x=597 y=752 width=31 height=49 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=332 x=630 y=752 width=37 height=55 xoffset=3 yoffset=10 xadvance=43 page=0 chnl=0 -char id=333 x=210 y=752 width=31 height=46 xoffset=3 yoffset=19 xadvance=36 page=0 chnl=0 -char id=334 x=416 y=753 width=37 height=58 xoffset=3 yoffset=7 xadvance=43 page=0 chnl=0 -char id=335 x=85 y=758 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=336 x=455 y=760 width=37 height=58 xoffset=3 yoffset=7 xadvance=43 page=0 chnl=0 -char id=337 x=293 y=759 width=31 height=49 xoffset=3 yoffset=16 xadvance=36 page=0 chnl=0 -char id=338 x=494 y=773 width=53 height=45 xoffset=3 yoffset=19 xadvance=58 page=0 chnl=0 -char id=339 x=669 y=783 width=55 height=35 xoffset=3 yoffset=30 xadvance=60 page=0 chnl=0 -char id=34 x=30 y=20 width=18 height=15 xoffset=3 yoffset=18 xadvance=23 page=0 chnl=0 -char id=340 x=362 y=760 width=34 height=57 xoffset=5 yoffset=7 xadvance=41 page=0 chnl=0 -char id=341 x=20 y=719 width=20 height=48 xoffset=4 yoffset=16 xadvance=24 page=0 chnl=0 -char id=342 x=243 y=771 width=34 height=61 xoffset=5 yoffset=19 xadvance=41 page=0 chnl=0 -char id=343 x=118 y=767 width=22 height=50 xoffset=2 yoffset=30 xadvance=24 page=0 chnl=0 -char id=344 x=549 y=781 width=34 height=57 xoffset=5 yoffset=7 xadvance=41 page=0 chnl=0 -char id=345 x=20 y=769 width=21 height=48 xoffset=3 yoffset=16 xadvance=24 page=0 chnl=0 -char id=346 x=43 y=785 width=35 height=58 xoffset=2 yoffset=7 xadvance=39 page=0 chnl=0 -char id=347 x=142 y=785 width=28 height=49 xoffset=2 yoffset=16 xadvance=32 page=0 chnl=0 -char id=348 x=172 y=785 width=35 height=58 xoffset=2 yoffset=7 xadvance=39 page=0 chnl=0 -char id=349 x=209 y=800 width=28 height=49 xoffset=2 yoffset=16 xadvance=32 page=0 chnl=0 -char id=35 x=50 y=20 width=40 height=40 xoffset=2 yoffset=22 xadvance=44 page=0 chnl=0 -char id=350 x=585 y=803 width=35 height=61 xoffset=2 yoffset=18 xadvance=39 page=0 chnl=0 -char id=351 x=326 y=807 width=28 height=49 xoffset=2 yoffset=30 xadvance=32 page=0 chnl=0 -char id=352 x=80 y=809 width=35 height=58 xoffset=2 yoffset=7 xadvance=39 page=0 chnl=0 -char id=353 x=622 y=809 width=28 height=49 xoffset=2 yoffset=16 xadvance=32 page=0 chnl=0 -char id=356 x=279 y=810 width=34 height=57 xoffset=1 yoffset=7 xadvance=36 page=0 chnl=0 -char id=357 x=398 y=813 width=33 height=46 xoffset=1 yoffset=18 xadvance=27 page=0 chnl=0 -char id=358 x=356 y=819 width=35 height=45 xoffset=1 yoffset=19 xadvance=37 page=0 chnl=0 -char id=359 x=652 y=820 width=24 height=46 xoffset=1 yoffset=18 xadvance=25 page=0 chnl=0 -char id=36 x=92 y=20 width=35 height=59 xoffset=2 yoffset=12 xadvance=39 page=0 chnl=0 -char id=360 x=433 y=820 width=35 height=57 xoffset=5 yoffset=8 xadvance=44 page=0 chnl=0 -char id=361 x=678 y=820 width=30 height=47 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=362 x=470 y=820 width=35 height=55 xoffset=5 yoffset=10 xadvance=44 page=0 chnl=0 -char id=363 x=507 y=820 width=30 height=46 xoffset=4 yoffset=19 xadvance=38 page=0 chnl=0 -char id=364 x=239 y=834 width=35 height=58 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=365 x=117 y=836 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=366 x=539 y=840 width=35 height=59 xoffset=5 yoffset=6 xadvance=44 page=0 chnl=0 -char id=367 x=20 y=845 width=30 height=50 xoffset=4 yoffset=15 xadvance=38 page=0 chnl=0 -char id=368 x=149 y=845 width=35 height=58 xoffset=5 yoffset=7 xadvance=44 page=0 chnl=0 -char id=369 x=186 y=851 width=30 height=49 xoffset=4 yoffset=16 xadvance=38 page=0 chnl=0 -char id=37 x=129 y=20 width=47 height=47 xoffset=2 yoffset=18 xadvance=51 page=0 chnl=0 -char id=370 x=315 y=858 width=35 height=60 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=0 -char id=371 x=393 y=861 width=30 height=49 xoffset=4 yoffset=30 xadvance=38 page=0 chnl=0 -char id=372 x=576 y=866 width=47 height=57 xoffset=2 yoffset=7 xadvance=50 page=0 chnl=0 -char id=373 x=625 y=868 width=48 height=48 xoffset=2 yoffset=16 xadvance=51 page=0 chnl=0 -char id=374 x=352 y=866 width=39 height=57 xoffset=1 yoffset=7 xadvance=41 page=0 chnl=0 -char id=375 x=276 y=869 width=32 height=61 xoffset=2 yoffset=16 xadvance=35 page=0 chnl=0 -char id=376 x=675 y=869 width=39 height=56 xoffset=1 yoffset=8 xadvance=41 page=0 chnl=0 -char id=377 x=52 y=869 width=34 height=57 xoffset=2 yoffset=7 xadvance=38 page=0 chnl=0 -char id=378 x=507 y=868 width=29 height=48 xoffset=2 yoffset=16 xadvance=32 page=0 chnl=0 -char id=379 x=470 y=877 width=34 height=56 xoffset=2 yoffset=8 xadvance=38 page=0 chnl=0 -char id=38 x=178 y=20 width=41 height=47 xoffset=3 yoffset=18 xadvance=44 page=0 chnl=0 -char id=380 x=425 y=879 width=29 height=46 xoffset=2 yoffset=18 xadvance=32 page=0 chnl=0 -char id=381 x=88 y=887 width=34 height=57 xoffset=2 yoffset=7 xadvance=38 page=0 chnl=0 -char id=382 x=218 y=894 width=29 height=48 xoffset=2 yoffset=16 xadvance=32 page=0 chnl=0 -char id=383 x=249 y=894 width=24 height=48 xoffset=1 yoffset=16 xadvance=18 page=0 chnl=0 -char id=39 x=221 y=20 width=8 height=15 xoffset=3 yoffset=18 xadvance=13 page=0 chnl=0 -char id=40 x=231 y=20 width=18 height=61 xoffset=3 yoffset=14 xadvance=21 page=0 chnl=0 -char id=402 x=20 y=897 width=26 height=63 xoffset=0 yoffset=16 xadvance=26 page=0 chnl=0 -char id=41 x=251 y=20 width=18 height=61 xoffset=1 yoffset=14 xadvance=21 page=0 chnl=0 -char id=42 x=271 y=20 width=23 height=22 xoffset=3 yoffset=17 xadvance=28 page=0 chnl=0 -char id=43 x=296 y=20 width=35 height=35 xoffset=2 yoffset=27 xadvance=39 page=0 chnl=0 -char id=44 x=333 y=20 width=10 height=13 xoffset=3 yoffset=56 xadvance=16 page=0 chnl=0 -char id=45 x=345 y=20 width=23 height=6 xoffset=4 yoffset=42 xadvance=31 page=0 chnl=0 -char id=46 x=370 y=20 width=8 height=8 xoffset=4 yoffset=56 xadvance=15 page=0 chnl=0 -char id=47 x=380 y=20 width=29 height=57 xoffset=1 yoffset=13 xadvance=31 page=0 chnl=0 -char id=48 x=411 y=20 width=34 height=47 xoffset=3 yoffset=18 xadvance=40 page=0 chnl=0 -char id=49 x=447 y=20 width=22 height=45 xoffset=1 yoffset=19 xadvance=26 page=0 chnl=0 -char id=50 x=471 y=20 width=32 height=46 xoffset=3 yoffset=18 xadvance=37 page=0 chnl=0 -char id=51 x=505 y=20 width=34 height=46 xoffset=2 yoffset=19 xadvance=38 page=0 chnl=0 -char id=52 x=541 y=20 width=36 height=45 xoffset=1 yoffset=19 xadvance=39 page=0 chnl=0 -char id=53 x=579 y=20 width=34 height=46 xoffset=2 yoffset=19 xadvance=38 page=0 chnl=0 -char id=54 x=615 y=20 width=35 height=46 xoffset=2 yoffset=19 xadvance=38 page=0 chnl=0 -char id=55 x=652 y=20 width=31 height=45 xoffset=1 yoffset=19 xadvance=32 page=0 chnl=0 -char id=56 x=685 y=20 width=33 height=47 xoffset=3 yoffset=18 xadvance=39 page=0 chnl=0 -char id=57 x=345 y=30 width=33 height=46 xoffset=2 yoffset=18 xadvance=37 page=0 chnl=0 -char id=58 x=333 y=35 width=9 height=31 xoffset=4 yoffset=33 xadvance=16 page=0 chnl=0 -char id=59 x=30 y=37 width=10 height=36 xoffset=4 yoffset=33 xadvance=17 page=0 chnl=0 -char id=60 x=271 y=57 width=26 height=38 xoffset=2 yoffset=23 xadvance=31 page=0 chnl=0 -char id=61 x=299 y=57 width=28 height=22 xoffset=4 yoffset=34 xadvance=36 page=0 chnl=0 -char id=62 x=42 y=62 width=26 height=38 xoffset=3 yoffset=23 xadvance=31 page=0 chnl=0 -char id=63 x=652 y=67 width=31 height=46 xoffset=1 yoffset=18 xadvance=33 page=0 chnl=0 -char id=64 x=447 y=68 width=48 height=52 xoffset=3 yoffset=21 xadvance=54 page=0 chnl=0 -char id=65 x=541 y=68 width=42 height=45 xoffset=1 yoffset=19 xadvance=43 page=0 chnl=0 -char id=66 x=497 y=68 width=35 height=45 xoffset=5 yoffset=19 xadvance=42 page=0 chnl=0 -char id=67 x=585 y=68 width=37 height=47 xoffset=3 yoffset=18 xadvance=42 page=0 chnl=0 -char id=68 x=685 y=69 width=36 height=45 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=0 -char id=69 x=411 y=69 width=30 height=45 xoffset=5 yoffset=19 xadvance=37 page=0 chnl=0 -char id=70 x=129 y=69 width=30 height=45 xoffset=5 yoffset=19 xadvance=36 page=0 chnl=0 -char id=71 x=161 y=69 width=38 height=47 xoffset=3 yoffset=18 xadvance=43 page=0 chnl=0 -char id=72 x=329 y=78 width=36 height=45 xoffset=5 yoffset=19 xadvance=45 page=0 chnl=0 -char id=73 x=221 y=37 width=7 height=45 xoffset=5 yoffset=19 xadvance=17 page=0 chnl=0 -char id=74 x=367 y=79 width=34 height=46 xoffset=2 yoffset=19 xadvance=40 page=0 chnl=0 -char id=75 x=70 y=81 width=33 height=45 xoffset=5 yoffset=19 xadvance=38 page=0 chnl=0 -char id=76 x=230 y=83 width=31 height=45 xoffset=5 yoffset=19 xadvance=36 page=0 chnl=0 -char id=77 x=263 y=97 width=41 height=45 xoffset=5 yoffset=19 xadvance=50 page=0 chnl=0 -char id=78 x=20 y=102 width=34 height=45 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=0 -char id=79 x=534 y=115 width=37 height=47 xoffset=3 yoffset=18 xadvance=43 page=0 chnl=0 -char id=80 x=624 y=115 width=34 height=45 xoffset=5 yoffset=19 xadvance=40 page=0 chnl=0 -char id=81 x=403 y=116 width=37 height=51 xoffset=3 yoffset=18 xadvance=43 page=0 chnl=0 -char id=82 x=497 y=115 width=34 height=45 xoffset=5 yoffset=19 xadvance=41 page=0 chnl=0 -char id=8226 x=124 y=887 width=15 height=15 xoffset=5 yoffset=37 xadvance=24 page=0 chnl=0 -char id=83 x=105 y=116 width=35 height=47 xoffset=2 yoffset=18 xadvance=39 page=0 chnl=0 -char id=84 x=660 y=116 width=34 height=45 xoffset=1 yoffset=19 xadvance=36 page=0 chnl=0 -char id=85 x=573 y=117 width=35 height=46 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=0 -char id=86 x=142 y=118 width=38 height=45 xoffset=2 yoffset=19 xadvance=41 page=0 chnl=0 -char id=87 x=442 y=122 width=47 height=45 xoffset=2 yoffset=19 xadvance=50 page=0 chnl=0 -char id=88 x=182 y=118 width=39 height=45 xoffset=1 yoffset=19 xadvance=40 page=0 chnl=0 -char id=89 x=306 y=125 width=39 height=45 xoffset=1 yoffset=19 xadvance=41 page=0 chnl=0 -char id=90 x=347 y=127 width=34 height=45 xoffset=2 yoffset=19 xadvance=38 page=0 chnl=0 -char id=91 x=696 y=116 width=17 height=61 xoffset=4 yoffset=14 xadvance=22 page=0 chnl=0 -char id=92 x=56 y=128 width=29 height=57 xoffset=1 yoffset=13 xadvance=31 page=0 chnl=0 -char id=93 x=383 y=127 width=17 height=61 xoffset=1 yoffset=14 xadvance=22 page=0 chnl=0 -char id=94 x=223 y=130 width=20 height=10 xoffset=3 yoffset=16 xadvance=26 page=0 chnl=0 -char id=95 x=245 y=144 width=42 height=6 xoffset=3 yoffset=61 xadvance=47 page=0 chnl=0 -char id=96 x=87 y=128 width=14 height=10 xoffset=4 yoffset=16 xadvance=21 page=0 chnl=0 -char id=97 x=20 y=149 width=29 height=35 xoffset=2 yoffset=30 xadvance=34 page=0 chnl=0 -char id=98 x=223 y=152 width=32 height=47 xoffset=4 yoffset=18 xadvance=38 page=0 chnl=0 -char id=99 x=257 y=152 width=30 height=35 xoffset=3 yoffset=30 xadvance=35 page=0 chnl=0 -kernings count=0 - diff --git a/resources/BitmapFonts/font_default-uhd.png b/resources/BitmapFonts/font_default-uhd.png deleted file mode 100644 index cac02e4a..00000000 Binary files a/resources/BitmapFonts/font_default-uhd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_default.fnt b/resources/BitmapFonts/font_default.fnt deleted file mode 100644 index f83ee6b6..00000000 --- a/resources/BitmapFonts/font_default.fnt +++ /dev/null @@ -1,357 +0,0 @@ -info face="Rubik.ttf" size=16 bold=0 italic=0 charset="" unicode=1 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1 -common lineHeight=18.960001 base=4 scaleW=229 scaleH=358 pages=1 packed=0 -page id=0 file="font_default.png" -chars count=351 -char id=100 x=41 y=67 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=101 x=146 y=68 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=102 x=85 y=66 width=7 height=12 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=103 x=125 y=68 width=9 height=13 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=104 x=176 y=68 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=105 x=157 y=63 width=2 height=12 xoffset=1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=106 x=205 y=67 width=4 height=16 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0 -char id=107 x=94 y=75 width=7 height=12 xoffset=1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=108 x=186 y=68 width=2 height=12 xoffset=1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=109 x=103 y=76 width=13 height=9 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=0 -char id=110 x=161 y=76 width=8 height=9 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=111 x=20 y=76 width=9 height=10 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=112 x=190 y=76 width=8 height=13 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=113 x=52 y=79 width=9 height=13 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=114 x=136 y=77 width=5 height=9 xoffset=1 yoffset=7 xadvance=6 page=0 chnl=0 -char id=115 x=31 y=79 width=8 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=116 x=143 y=80 width=6 height=12 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=117 x=151 y=80 width=8 height=10 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=118 x=66 y=81 width=9 height=9 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=119 x=77 y=81 width=13 height=9 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0 -char id=120 x=171 y=82 width=9 height=9 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=121 x=41 y=82 width=9 height=13 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=122 x=118 y=83 width=8 height=9 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=123 x=182 y=82 width=6 height=16 xoffset=0 yoffset=3 xadvance=6 page=0 chnl=0 -char id=124 x=200 y=76 width=2 height=19 xoffset=1 yoffset=1 xadvance=3 page=0 chnl=0 -char id=125 x=128 y=83 width=6 height=16 xoffset=0 yoffset=3 xadvance=6 page=0 chnl=0 -char id=126 x=161 y=87 width=7 height=3 xoffset=1 yoffset=10 xadvance=8 page=0 chnl=0 -char id=128 x=103 y=87 width=11 height=14 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=129 x=20 y=91 width=11 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=130 x=63 y=92 width=10 height=16 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=131 x=92 y=89 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=132 x=75 y=92 width=9 height=14 xoffset=1 yoffset=2 xadvance=11 page=0 chnl=0 -char id=133 x=151 y=92 width=10 height=15 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=134 x=170 y=93 width=9 height=15 xoffset=1 yoffset=2 xadvance=11 page=0 chnl=0 -char id=135 x=190 y=91 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=136 x=116 y=94 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=137 x=136 y=94 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=138 x=52 y=94 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=139 x=200 y=97 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=140 x=33 y=97 width=8 height=14 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=0 -char id=141 x=102 y=103 width=9 height=13 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=142 x=181 y=106 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=143 x=86 y=106 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=144 x=75 y=108 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=145 x=20 y=108 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=146 x=163 y=92 width=4 height=12 xoffset=1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=147 x=43 y=97 width=4 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=148 x=126 y=101 width=6 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=149 x=192 y=106 width=6 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=150 x=134 y=109 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=151 x=144 y=109 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=152 x=49 y=109 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=153 x=113 y=109 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=154 x=155 y=109 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=155 x=62 y=110 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=156 x=169 y=110 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=157 x=200 y=112 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=158 x=31 y=113 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=159 x=124 y=115 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=160 x=97 y=118 width=7 height=12 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=161 x=43 y=111 width=3 height=12 xoffset=0 yoffset=7 xadvance=3 page=0 chnl=0 -char id=162 x=179 y=121 width=9 height=12 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=0 -char id=163 x=73 y=123 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=164 x=86 y=121 width=9 height=8 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=165 x=48 y=124 width=10 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=166 x=106 y=118 width=2 height=14 xoffset=1 yoffset=2 xadvance=3 page=0 chnl=0 -char id=167 x=20 y=123 width=9 height=15 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=168 x=192 y=120 width=5 height=3 xoffset=1 yoffset=4 xadvance=6 page=0 chnl=0 -char id=169 x=134 y=124 width=13 height=13 xoffset=0 yoffset=4 xadvance=13 page=0 chnl=0 -char id=170 x=110 y=124 width=5 height=6 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0 -char id=171 x=149 y=124 width=9 height=9 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=0 -char id=172 x=60 y=125 width=8 height=4 xoffset=1 yoffset=10 xadvance=9 page=0 chnl=0 -char id=173 x=160 y=124 width=7 height=10 xoffset=1 yoffset=6 xadvance=8 page=0 chnl=0 -char id=174 x=190 y=127 width=13 height=13 xoffset=0 yoffset=4 xadvance=13 page=0 chnl=0 -char id=175 x=117 y=124 width=5 height=3 xoffset=1 yoffset=4 xadvance=6 page=0 chnl=0 -char id=176 x=169 y=125 width=6 height=6 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=177 x=31 y=128 width=8 height=10 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=0 -char id=178 x=117 y=130 width=6 height=7 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0 -char id=179 x=41 y=125 width=5 height=7 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0 -char id=180 x=205 y=127 width=4 height=3 xoffset=1 yoffset=4 xadvance=5 page=0 chnl=0 -char id=181 x=60 y=131 width=8 height=13 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=182 x=86 y=131 width=8 height=14 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=183 x=125 y=130 width=5 height=4 xoffset=0 yoffset=9 xadvance=5 page=0 chnl=0 -char id=184 x=96 y=132 width=3 height=5 xoffset=1 yoffset=15 xadvance=4 page=0 chnl=0 -char id=185 x=205 y=132 width=4 height=7 xoffset=0 yoffset=4 xadvance=3 page=0 chnl=0 -char id=186 x=110 y=132 width=5 height=6 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0 -char id=187 x=177 y=135 width=9 height=9 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=0 -char id=188 x=160 y=136 width=11 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=189 x=70 y=138 width=12 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=190 x=41 y=138 width=12 height=12 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0 -char id=191 x=149 y=135 width=8 height=13 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=192 x=132 y=139 width=11 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=193 x=96 y=139 width=11 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=194 x=117 y=139 width=11 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=195 x=20 y=140 width=11 height=14 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=196 x=188 y=142 width=11 height=14 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=197 x=173 y=146 width=11 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=198 x=145 y=150 width=15 height=12 xoffset=0 yoffset=4 xadvance=15 page=0 chnl=0 -char id=199 x=55 y=146 width=10 height=16 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=200 x=201 y=142 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=201 x=84 y=147 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=202 x=162 y=150 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=203 x=67 y=152 width=8 height=14 xoffset=1 yoffset=2 xadvance=9 page=0 chnl=0 -char id=204 x=109 y=140 width=4 height=15 xoffset=-1 yoffset=1 xadvance=4 page=0 chnl=0 -char id=205 x=33 y=140 width=4 height=15 xoffset=1 yoffset=1 xadvance=4 page=0 chnl=0 -char id=206 x=39 y=152 width=6 height=15 xoffset=-1 yoffset=1 xadvance=4 page=0 chnl=0 -char id=207 x=47 y=152 width=6 height=14 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 -char id=208 x=94 y=156 width=11 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=209 x=115 y=156 width=9 height=14 xoffset=1 yoffset=2 xadvance=11 page=0 chnl=0 -char id=210 x=130 y=156 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=211 x=20 y=156 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=212 x=186 y=158 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=213 x=198 y=159 width=10 height=15 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=214 x=172 y=163 width=10 height=15 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=215 x=142 y=164 width=8 height=8 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=216 x=77 y=164 width=11 height=13 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=217 x=55 y=164 width=9 height=16 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=218 x=152 y=167 width=9 height=16 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=219 x=66 y=168 width=9 height=16 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=220 x=32 y=169 width=9 height=15 xoffset=1 yoffset=2 xadvance=11 page=0 chnl=0 -char id=221 x=43 y=169 width=10 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=222 x=90 y=170 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=223 x=101 y=170 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=224 x=111 y=172 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=225 x=126 y=174 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=226 x=20 y=174 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=227 x=136 y=174 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=228 x=184 y=176 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=229 x=194 y=176 width=8 height=14 xoffset=0 yoffset=3 xadvance=8 page=0 chnl=0 -char id=230 x=163 y=180 width=14 height=10 xoffset=0 yoffset=7 xadvance=14 page=0 chnl=0 -char id=231 x=77 y=179 width=9 height=13 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=232 x=55 y=182 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=233 x=88 y=184 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=234 x=99 y=184 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=235 x=146 y=185 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=236 x=204 y=176 width=4 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=237 x=157 y=185 width=4 height=12 xoffset=1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=238 x=30 y=186 width=6 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=239 x=66 y=186 width=6 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=240 x=38 y=186 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=241 x=110 y=187 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=242 x=120 y=189 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=243 x=131 y=189 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=244 x=179 y=191 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=245 x=190 y=192 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=246 x=163 y=192 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=247 x=20 y=189 width=8 height=8 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=248 x=74 y=194 width=10 height=10 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0 -char id=249 x=201 y=192 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=250 x=49 y=197 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=251 x=86 y=199 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=252 x=20 y=199 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=253 x=96 y=199 width=9 height=16 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=254 x=142 y=200 width=8 height=16 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=255 x=152 y=200 width=9 height=16 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=256 x=59 y=200 width=11 height=14 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=257 x=107 y=201 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=258 x=30 y=201 width=11 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=259 x=117 y=204 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=260 x=127 y=204 width=11 height=16 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=261 x=72 y=206 width=8 height=13 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=262 x=174 y=206 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=263 x=186 y=207 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=264 x=197 y=207 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=265 x=163 y=207 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=266 x=43 y=212 width=10 height=15 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=267 x=82 y=214 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=268 x=55 y=216 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=269 x=93 y=217 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=270 x=104 y=217 width=10 height=15 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=271 x=140 y=218 width=12 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=272 x=20 y=218 width=11 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=273 x=67 y=221 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=274 x=33 y=218 width=8 height=14 xoffset=1 yoffset=2 xadvance=9 page=0 chnl=0 -char id=275 x=116 y=219 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=276 x=154 y=222 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=277 x=186 y=222 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=278 x=164 y=222 width=8 height=14 xoffset=1 yoffset=2 xadvance=9 page=0 chnl=0 -char id=279 x=127 y=222 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=280 x=174 y=224 width=8 height=16 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=281 x=197 y=225 width=9 height=13 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=282 x=79 y=229 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=283 x=43 y=229 width=9 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=284 x=89 y=232 width=11 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=285 x=20 y=232 width=9 height=16 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=286 x=138 y=233 width=11 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=287 x=54 y=234 width=9 height=16 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=288 x=102 y=234 width=11 height=15 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=289 x=31 y=234 width=9 height=16 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=290 x=65 y=236 width=11 height=16 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=291 x=115 y=234 width=9 height=17 xoffset=0 yoffset=3 xadvance=9 page=0 chnl=0 -char id=292 x=126 y=237 width=10 height=15 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=293 x=184 y=237 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=294 x=151 y=239 width=12 height=12 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=295 x=194 y=240 width=10 height=12 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=296 x=165 y=238 width=6 height=14 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 -char id=297 x=173 y=242 width=6 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=298 x=42 y=244 width=6 height=14 xoffset=-1 yoffset=2 xadvance=4 page=0 chnl=0 -char id=299 x=78 y=246 width=6 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=300 x=86 y=250 width=5 height=15 xoffset=0 yoffset=1 xadvance=4 page=0 chnl=0 -char id=301 x=93 y=250 width=5 height=12 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=302 x=20 y=250 width=4 height=16 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0 -char id=303 x=100 y=251 width=4 height=16 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0 -char id=304 x=206 y=240 width=3 height=14 xoffset=1 yoffset=2 xadvance=4 page=0 chnl=0 -char id=305 x=50 y=244 width=2 height=9 xoffset=1 yoffset=7 xadvance=3 page=0 chnl=0 -char id=306 x=138 y=251 width=8 height=13 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=307 x=106 y=251 width=6 height=16 xoffset=1 yoffset=4 xadvance=7 page=0 chnl=0 -char id=308 x=26 y=252 width=9 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=309 x=54 y=252 width=6 height=16 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0 -char id=310 x=114 y=253 width=9 height=16 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=311 x=148 y=253 width=7 height=16 xoffset=1 yoffset=4 xadvance=8 page=0 chnl=0 -char id=312 x=125 y=254 width=7 height=9 xoffset=1 yoffset=7 xadvance=8 page=0 chnl=0 -char id=313 x=62 y=254 width=8 height=15 xoffset=1 yoffset=1 xadvance=9 page=0 chnl=0 -char id=314 x=157 y=253 width=4 height=15 xoffset=1 yoffset=1 xadvance=3 page=0 chnl=0 -char id=315 x=163 y=254 width=8 height=16 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=316 x=37 y=252 width=3 height=16 xoffset=0 yoffset=4 xadvance=3 page=0 chnl=0 -char id=317 x=181 y=254 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=318 x=191 y=254 width=5 height=12 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0 -char id=319 x=198 y=256 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=0 xadvance=3.9040003 page=0 chln=0 -char id=320 x=173 y=256 width=5 height=12 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0 -char id=321 x=72 y=260 width=9 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=322 x=42 y=260 width=4 height=12 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0 -char id=323 x=125 y=265 width=9 height=15 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=324 x=136 y=266 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=325 x=83 y=267 width=9 height=16 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=326 x=180 y=268 width=8 height=13 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=327 x=94 y=269 width=9 height=15 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=328 x=48 y=270 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=329 x=20 y=270 width=8 height=13 xoffset=1 yoffset=3 xadvance=9 page=0 chnl=0 -char id=33 x=20 y=20 width=2 height=12 xoffset=1 yoffset=4 xadvance=3 page=0 chnl=0 -char id=330 x=190 y=270 width=9 height=16 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=331 x=201 y=270 width=8 height=13 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=332 x=30 y=270 width=10 height=15 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=333 x=146 y=271 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=334 x=58 y=271 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=335 x=105 y=271 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=336 x=157 y=272 width=10 height=16 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=337 x=169 y=272 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=338 x=116 y=282 width=14 height=12 xoffset=0 yoffset=4 xadvance=14 page=0 chnl=0 -char id=339 x=70 y=285 width=15 height=10 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=0 -char id=34 x=24 y=20 width=6 height=5 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0 -char id=340 x=132 y=282 width=9 height=15 xoffset=1 yoffset=1 xadvance=10 page=0 chnl=0 -char id=341 x=180 y=283 width=5 height=12 xoffset=1 yoffset=4 xadvance=6 page=0 chnl=0 -char id=342 x=42 y=284 width=9 height=16 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=343 x=20 y=285 width=6 height=13 xoffset=0 yoffset=7 xadvance=6 page=0 chnl=0 -char id=344 x=143 y=286 width=9 height=15 xoffset=1 yoffset=1 xadvance=10 page=0 chnl=0 -char id=345 x=201 y=285 width=6 height=12 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=346 x=87 y=286 width=10 height=16 xoffset=0 yoffset=1 xadvance=9 page=0 chnl=0 -char id=347 x=99 y=286 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=348 x=28 y=287 width=10 height=16 xoffset=0 yoffset=1 xadvance=9 page=0 chnl=0 -char id=349 x=169 y=287 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=35 x=32 y=20 width=11 height=11 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=0 -char id=350 x=187 y=288 width=10 height=16 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=351 x=53 y=289 width=8 height=13 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=352 x=154 y=290 width=10 height=16 xoffset=0 yoffset=1 xadvance=9 page=0 chnl=0 -char id=353 x=109 y=296 width=8 height=13 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=356 x=119 y=296 width=9 height=15 xoffset=0 yoffset=1 xadvance=9 page=0 chnl=0 -char id=357 x=63 y=297 width=9 height=12 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=358 x=74 y=297 width=9 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=359 x=130 y=299 width=7 height=12 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=36 x=45 y=20 width=10 height=15 xoffset=0 yoffset=3 xadvance=9 page=0 chnl=0 -char id=360 x=199 y=299 width=9 height=15 xoffset=1 yoffset=2 xadvance=11 page=0 chnl=0 -char id=361 x=99 y=301 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=362 x=40 y=302 width=9 height=15 xoffset=1 yoffset=2 xadvance=11 page=0 chnl=0 -char id=363 x=166 y=302 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=364 x=176 y=302 width=9 height=16 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=365 x=139 y=303 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=366 x=51 y=304 width=9 height=16 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=367 x=85 y=304 width=8 height=14 xoffset=1 yoffset=3 xadvance=9 page=0 chnl=0 -char id=368 x=20 y=305 width=9 height=16 xoffset=1 yoffset=1 xadvance=11 page=0 chnl=0 -char id=369 x=187 y=306 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=37 x=57 y=20 width=13 height=13 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0 -char id=370 x=149 y=308 width=9 height=16 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=371 x=62 y=311 width=8 height=13 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0 -char id=372 x=109 y=313 width=13 height=15 xoffset=0 yoffset=1 xadvance=12 page=0 chnl=0 -char id=373 x=124 y=313 width=13 height=12 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0 -char id=374 x=72 y=311 width=10 height=15 xoffset=0 yoffset=1 xadvance=10 page=0 chnl=0 -char id=375 x=197 y=316 width=9 height=16 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=376 x=95 y=316 width=10 height=14 xoffset=0 yoffset=2 xadvance=10 page=0 chnl=0 -char id=377 x=160 y=317 width=9 height=15 xoffset=0 yoffset=1 xadvance=9 page=0 chnl=0 -char id=378 x=139 y=318 width=8 height=12 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=379 x=31 y=319 width=9 height=14 xoffset=0 yoffset=2 xadvance=9 page=0 chnl=0 -char id=38 x=72 y=20 width=11 height=13 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=0 -char id=380 x=84 y=320 width=8 height=12 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=381 x=171 y=320 width=9 height=15 xoffset=0 yoffset=1 xadvance=9 page=0 chnl=0 -char id=382 x=182 y=321 width=8 height=12 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=383 x=42 y=319 width=7 height=12 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0 -char id=39 x=85 y=20 width=3 height=5 xoffset=0 yoffset=4 xadvance=3 page=0 chnl=0 -char id=40 x=90 y=20 width=6 height=16 xoffset=0 yoffset=3 xadvance=5 page=0 chnl=0 -char id=402 x=51 y=322 width=7 height=16 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=41 x=98 y=20 width=5 height=16 xoffset=0 yoffset=3 xadvance=5 page=0 chnl=0 -char id=42 x=105 y=20 width=7 height=6 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=0 -char id=43 x=114 y=20 width=10 height=10 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=0 -char id=44 x=126 y=20 width=4 height=4 xoffset=0 yoffset=14 xadvance=4 page=0 chnl=0 -char id=45 x=132 y=20 width=6 height=2 xoffset=1 yoffset=10 xadvance=7 page=0 chnl=0 -char id=46 x=140 y=20 width=2 height=2 xoffset=1 yoffset=14 xadvance=3 page=0 chnl=0 -char id=47 x=144 y=20 width=8 height=15 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=0 -char id=48 x=154 y=20 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=49 x=166 y=20 width=6 height=12 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=50 x=174 y=20 width=9 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=51 x=185 y=20 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=52 x=196 y=20 width=10 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=53 x=132 y=24 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=54 x=105 y=32 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=55 x=117 y=32 width=8 height=12 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=56 x=24 y=33 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=57 x=196 y=34 width=9 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=58 x=127 y=26 width=3 height=8 xoffset=1 yoffset=8 xadvance=4 page=0 chnl=0 -char id=59 x=85 y=27 width=3 height=10 xoffset=1 yoffset=8 xadvance=4 page=0 chnl=0 -char id=60 x=35 y=33 width=7 height=11 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=0 -char id=61 x=166 y=34 width=7 height=6 xoffset=1 yoffset=8 xadvance=9 page=0 chnl=0 -char id=62 x=175 y=34 width=8 height=11 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=0 -char id=63 x=185 y=35 width=8 height=12 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0 -char id=64 x=57 y=35 width=13 height=14 xoffset=0 yoffset=5 xadvance=13 page=0 chnl=0 -char id=65 x=72 y=35 width=11 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=66 x=154 y=35 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=67 x=44 y=37 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=68 x=90 y=38 width=10 height=12 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=69 x=143 y=37 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=70 x=127 y=39 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=71 x=165 y=47 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=72 x=102 y=47 width=10 height=12 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=73 x=207 y=34 width=2 height=12 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0 -char id=74 x=114 y=47 width=9 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=75 x=195 y=48 width=9 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=76 x=20 y=48 width=8 height=12 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=77 x=30 y=48 width=11 height=12 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0 -char id=78 x=153 y=49 width=9 height=12 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=79 x=178 y=49 width=10 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=80 x=72 y=49 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=81 x=56 y=51 width=10 height=14 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=82 x=137 y=51 width=9 height=12 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0 -char id=8226 x=20 y=323 width=4 height=4 xoffset=1 yoffset=9 xadvance=6 page=0 chnl=0 -char id=83 x=43 y=52 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=84 x=83 y=52 width=9 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=85 x=125 y=53 width=9 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0 -char id=86 x=94 y=61 width=10 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=87 x=190 y=62 width=13 height=12 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0 -char id=88 x=164 y=62 width=10 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=89 x=106 y=62 width=10 height=12 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0 -char id=90 x=20 y=62 width=9 height=12 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0 -char id=91 x=118 y=62 width=5 height=16 xoffset=1 yoffset=3 xadvance=5 page=0 chnl=0 -char id=92 x=31 y=62 width=8 height=15 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=0 -char id=93 x=68 y=63 width=5 height=16 xoffset=0 yoffset=3 xadvance=5 page=0 chnl=0 -char id=94 x=148 y=63 width=6 height=3 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0 -char id=95 x=176 y=64 width=12 height=2 xoffset=0 yoffset=15 xadvance=11 page=0 chnl=0 -char id=96 x=205 y=62 width=4 height=3 xoffset=1 yoffset=4 xadvance=5 page=0 chnl=0 -char id=97 x=136 y=65 width=8 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -char id=98 x=75 y=66 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0 -char id=99 x=55 y=67 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0 -kernings count=0 - diff --git a/resources/BitmapFonts/font_default.png b/resources/BitmapFonts/font_default.png deleted file mode 100644 index 7e3a66fb..00000000 Binary files a/resources/BitmapFonts/font_default.png and /dev/null differ diff --git a/resources/BitmapFonts/font_greek-hd.fnt b/resources/BitmapFonts/font_greek-hd.fnt deleted file mode 100644 index 0384c86c..00000000 --- a/resources/BitmapFonts/font_greek-hd.fnt +++ /dev/null @@ -1,125 +0,0 @@ -info face="Noto Sans" size=32 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=32 base=24 scaleW=144 scaleH=196 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_greek-hd.png" -chars count=121 -char id=880 x=92 y=145 width=8 height=16 xoffset=1 yoffset=8 xadvance=9 page=0 chnl=15 -char id=881 x=135 y=143 width=7 height=12 xoffset=1 yoffset=12 xadvance=8 page=0 chnl=15 -char id=882 x=104 y=128 width=12 height=16 xoffset=1 yoffset=8 xadvance=14 page=0 chnl=15 -char id=883 x=105 y=40 width=12 height=17 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=15 -char id=884 x=103 y=175 width=5 height=4 xoffset=0 yoffset=7 xadvance=4 page=0 chnl=15 -char id=885 x=115 y=174 width=4 height=4 xoffset=-1 yoffset=23 xadvance=4 page=0 chnl=15 -char id=886 x=15 y=115 width=14 height=16 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=15 -char id=887 x=113 y=161 width=11 height=12 xoffset=1 yoffset=12 xadvance=14 page=0 chnl=15 -char id=890 x=88 y=178 width=4 height=5 xoffset=1 yoffset=25 xadvance=5 page=0 chnl=15 -char id=891 x=22 y=179 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=892 x=0 y=179 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=893 x=125 y=158 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=894 x=110 y=145 width=5 height=15 xoffset=0 yoffset=12 xadvance=6 page=0 chnl=15 -char id=895 x=38 y=23 width=7 height=20 xoffset=-2 yoffset=8 xadvance=6 page=0 chnl=15 -char id=900 x=109 y=175 width=5 height=4 xoffset=0 yoffset=7 xadvance=5 page=0 chnl=15 -char id=901 x=93 y=178 width=9 height=4 xoffset=2 yoffset=7 xadvance=14 page=0 chnl=15 -char id=902 x=16 y=98 width=15 height=16 xoffset=0 yoffset=8 xadvance=15 page=0 chnl=15 -char id=903 x=120 y=174 width=4 height=3 xoffset=1 yoffset=12 xadvance=6 page=0 chnl=15 -char id=904 x=48 y=97 width=15 height=16 xoffset=0 yoffset=8 xadvance=15 page=0 chnl=15 -char id=905 x=117 y=58 width=18 height=16 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=15 -char id=906 x=36 y=149 width=11 height=16 xoffset=0 yoffset=8 xadvance=11 page=0 chnl=15 -char id=908 x=98 y=59 width=18 height=16 xoffset=0 yoffset=8 xadvance=19 page=0 chnl=15 -char id=910 x=19 y=81 width=17 height=16 xoffset=0 yoffset=8 xadvance=16 page=0 chnl=15 -char id=911 x=0 y=81 width=18 height=16 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=15 -char id=912 x=81 y=59 width=9 height=17 xoffset=-1 yoffset=7 xadvance=7 page=0 chnl=15 -char id=913 x=125 y=75 width=15 height=16 xoffset=-1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=914 x=65 y=131 width=12 height=16 xoffset=1 yoffset=8 xadvance=14 page=0 chnl=15 -char id=915 x=81 y=148 width=10 height=16 xoffset=1 yoffset=8 xadvance=10 page=0 chnl=15 -char id=916 x=32 y=98 width=15 height=16 xoffset=-1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=917 x=59 y=149 width=10 height=16 xoffset=1 yoffset=8 xadvance=12 page=0 chnl=15 -char id=918 x=91 y=128 width=12 height=16 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=15 -char id=919 x=86 y=111 width=13 height=16 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=15 -char id=920 x=0 y=98 width=15 height=16 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=15 -char id=921 x=136 y=58 width=7 height=16 xoffset=0 yoffset=8 xadvance=7 page=0 chnl=15 -char id=922 x=52 y=132 width=12 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=923 x=0 y=115 width=14 height=16 xoffset=-1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=924 x=91 y=77 width=17 height=16 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=15 -char id=925 x=127 y=92 width=14 height=16 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=15 -char id=926 x=39 y=132 width=12 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=927 x=109 y=76 width=15 height=16 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=15 -char id=928 x=72 y=114 width=13 height=16 xoffset=1 yoffset=8 xadvance=15 page=0 chnl=15 -char id=929 x=24 y=149 width=11 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=931 x=26 y=132 width=12 height=16 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=15 -char id=932 x=30 y=115 width=13 height=16 xoffset=-1 yoffset=8 xadvance=12 page=0 chnl=15 -char id=933 x=117 y=127 width=12 height=16 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=15 -char id=934 x=55 y=80 width=17 height=16 xoffset=0 yoffset=8 xadvance=18 page=0 chnl=15 -char id=935 x=44 y=115 width=13 height=16 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=15 -char id=936 x=64 y=97 width=15 height=16 xoffset=1 yoffset=8 xadvance=17 page=0 chnl=15 -char id=937 x=96 y=94 width=15 height=16 xoffset=0 yoffset=8 xadvance=15 page=0 chnl=15 -char id=938 x=46 y=23 width=7 height=20 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=939 x=25 y=23 width=12 height=20 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=15 -char id=940 x=86 y=23 width=13 height=17 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=15 -char id=941 x=70 y=59 width=10 height=17 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=15 -char id=942 x=61 y=0 width=11 height=22 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=15 -char id=943 x=91 y=59 width=6 height=17 xoffset=1 yoffset=7 xadvance=7 page=0 chnl=15 -char id=944 x=24 y=62 width=11 height=17 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=15 -char id=945 x=61 y=166 width=13 height=12 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=15 -char id=946 x=73 y=0 width=11 height=22 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=15 -char id=947 x=66 y=41 width=12 height=17 xoffset=-1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=948 x=53 y=44 width=12 height=17 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=15 -char id=949 x=33 y=179 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=950 x=0 y=23 width=10 height=21 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=15 -char id=951 x=0 y=63 width=11 height=17 xoffset=1 yoffset=12 xadvance=13 page=0 chnl=15 -char id=952 x=40 y=44 width=12 height=17 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=15 -char id=953 x=136 y=156 width=6 height=12 xoffset=1 yoffset=12 xadvance=7 page=0 chnl=15 -char id=954 x=77 y=178 width=10 height=12 xoffset=1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=955 x=114 y=22 width=13 height=17 xoffset=-1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=956 x=79 y=41 width=12 height=17 xoffset=1 yoffset=12 xadvance=13 page=0 chnl=15 -char id=957 x=88 y=165 width=12 height=12 xoffset=-1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=958 x=124 y=0 width=10 height=21 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=15 -char id=959 x=75 y=165 width=12 height=12 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=15 -char id=960 x=32 y=166 width=14 height=12 xoffset=0 yoffset=12 xadvance=14 page=0 chnl=15 -char id=961 x=36 y=62 width=11 height=17 xoffset=1 yoffset=12 xadvance=13 page=0 chnl=15 -char id=962 x=70 y=148 width=10 height=16 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=963 x=47 y=166 width=13 height=12 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=15 -char id=964 x=11 y=179 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=965 x=101 y=162 width=11 height=12 xoffset=1 yoffset=12 xadvance=13 page=0 chnl=15 -char id=966 x=16 y=0 width=15 height=22 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=15 -char id=967 x=128 y=22 width=13 height=17 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=15 -char id=968 x=32 y=0 width=14 height=22 xoffset=1 yoffset=7 xadvance=16 page=0 chnl=15 -char id=969 x=0 y=166 width=15 height=12 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=15 -char id=970 x=101 y=145 width=8 height=16 xoffset=-1 yoffset=8 xadvance=7 page=0 chnl=15 -char id=971 x=12 y=149 width=11 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=972 x=92 y=41 width=12 height=17 xoffset=0 yoffset=7 xadvance=13 page=0 chnl=15 -char id=973 x=118 y=40 width=11 height=17 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=15 -char id=974 x=54 y=23 width=15 height=17 xoffset=1 yoffset=7 xadvance=17 page=0 chnl=15 -char id=975 x=97 y=0 width=13 height=21 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=976 x=27 y=44 width=12 height=17 xoffset=1 yoffset=7 xadvance=13 page=0 chnl=15 -char id=977 x=70 y=23 width=15 height=17 xoffset=-1 yoffset=7 xadvance=13 page=0 chnl=15 -char id=978 x=100 y=111 width=13 height=16 xoffset=0 yoffset=8 xadvance=12 page=0 chnl=15 -char id=979 x=37 y=80 width=17 height=16 xoffset=0 yoffset=8 xadvance=17 page=0 chnl=15 -char id=980 x=11 y=23 width=13 height=20 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=15 -char id=981 x=0 y=0 width=15 height=22 xoffset=0 yoffset=7 xadvance=15 page=0 chnl=15 -char id=982 x=116 y=145 width=18 height=12 xoffset=0 yoffset=12 xadvance=18 page=0 chnl=15 -char id=983 x=130 y=40 width=11 height=17 xoffset=1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=984 x=112 y=93 width=14 height=16 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=15 -char id=985 x=14 y=44 width=12 height=17 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=15 -char id=986 x=0 y=132 width=12 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=987 x=48 y=62 width=10 height=17 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=988 x=48 y=149 width=10 height=16 xoffset=1 yoffset=8 xadvance=11 page=0 chnl=15 -char id=989 x=59 y=62 width=10 height=17 xoffset=1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=990 x=13 y=132 width=12 height=16 xoffset=-1 yoffset=8 xadvance=10 page=0 chnl=15 -char id=991 x=85 y=0 width=11 height=22 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=15 -char id=992 x=114 y=110 width=13 height=16 xoffset=-1 yoffset=8 xadvance=12 page=0 chnl=15 -char id=993 x=47 y=0 width=13 height=22 xoffset=-3 yoffset=7 xadvance=11 page=0 chnl=15 -char id=1008 x=16 y=166 width=15 height=12 xoffset=0 yoffset=12 xadvance=14 page=0 chnl=15 -char id=1009 x=12 y=63 width=11 height=17 xoffset=1 yoffset=12 xadvance=13 page=0 chnl=15 -char id=1010 x=44 y=179 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=1011 x=135 y=0 width=6 height=21 xoffset=-2 yoffset=8 xadvance=5 page=0 chnl=15 -char id=1012 x=80 y=94 width=15 height=16 xoffset=1 yoffset=8 xadvance=16 page=0 chnl=15 -char id=1013 x=55 y=179 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=1014 x=66 y=179 width=10 height=12 xoffset=0 yoffset=12 xadvance=10 page=0 chnl=15 -char id=1015 x=0 y=149 width=11 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=1016 x=111 y=0 width=12 height=21 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=1017 x=78 y=131 width=12 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=1018 x=73 y=77 width=17 height=16 xoffset=1 yoffset=8 xadvance=19 page=0 chnl=15 -char id=1019 x=100 y=22 width=13 height=17 xoffset=1 yoffset=12 xadvance=15 page=0 chnl=15 -char id=1020 x=0 y=45 width=13 height=17 xoffset=-1 yoffset=12 xadvance=13 page=0 chnl=15 -char id=1021 x=128 y=109 width=13 height=16 xoffset=0 yoffset=8 xadvance=13 page=0 chnl=15 -char id=1022 x=130 y=126 width=12 height=16 xoffset=1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=1023 x=58 y=114 width=13 height=16 xoffset=0 yoffset=8 xadvance=13 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_greek-hd.png b/resources/BitmapFonts/font_greek-hd.png deleted file mode 100644 index dfa3b8da..00000000 Binary files a/resources/BitmapFonts/font_greek-hd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_greek-uhd.fnt b/resources/BitmapFonts/font_greek-uhd.fnt deleted file mode 100644 index 8ee8f625..00000000 --- a/resources/BitmapFonts/font_greek-uhd.fnt +++ /dev/null @@ -1,125 +0,0 @@ -info face="Noto Sans" size=64 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=64 base=47 scaleW=296 scaleH=316 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_greek-uhd.png" -chars count=121 -char id=880 x=281 y=73 width=14 height=30 xoffset=3 yoffset=17 xadvance=19 page=0 chnl=15 -char id=881 x=208 y=289 width=13 height=23 xoffset=3 yoffset=24 xadvance=16 page=0 chnl=15 -char id=882 x=150 y=204 width=24 height=30 xoffset=2 yoffset=17 xadvance=28 page=0 chnl=15 -char id=883 x=189 y=77 width=22 height=32 xoffset=3 yoffset=15 xadvance=27 page=0 chnl=15 -char id=884 x=243 y=282 width=8 height=8 xoffset=1 yoffset=15 xadvance=7 page=0 chnl=15 -char id=885 x=234 y=282 width=8 height=8 xoffset=-2 yoffset=46 xadvance=7 page=0 chnl=15 -char id=886 x=170 y=172 width=26 height=30 xoffset=3 yoffset=17 xadvance=32 page=0 chnl=15 -char id=887 x=153 y=267 width=21 height=23 xoffset=3 yoffset=24 xadvance=27 page=0 chnl=15 -char id=890 x=278 y=282 width=7 height=7 xoffset=3 yoffset=50 xadvance=10 page=0 chnl=15 -char id=891 x=274 y=258 width=18 height=23 xoffset=1 yoffset=24 xadvance=20 page=0 chnl=15 -char id=892 x=172 y=291 width=17 height=23 xoffset=2 yoffset=24 xadvance=20 page=0 chnl=15 -char id=893 x=236 y=258 width=18 height=23 xoffset=1 yoffset=24 xadvance=20 page=0 chnl=15 -char id=894 x=198 y=234 width=8 height=29 xoffset=1 yoffset=24 xadvance=11 page=0 chnl=15 -char id=895 x=39 y=44 width=12 height=38 xoffset=-4 yoffset=17 xadvance=11 page=0 chnl=15 -char id=900 x=269 y=282 width=8 height=7 xoffset=1 yoffset=14 xadvance=10 page=0 chnl=15 -char id=901 x=252 y=282 width=16 height=7 xoffset=6 yoffset=14 xadvance=27 page=0 chnl=15 -char id=902 x=100 y=143 width=30 height=30 xoffset=0 yoffset=17 xadvance=30 page=0 chnl=15 -char id=903 x=207 y=258 width=7 height=6 xoffset=2 yoffset=23 xadvance=11 page=0 chnl=15 -char id=904 x=252 y=140 width=28 height=30 xoffset=0 yoffset=17 xadvance=30 page=0 chnl=15 -char id=905 x=190 y=110 width=35 height=30 xoffset=0 yoffset=17 xadvance=38 page=0 chnl=15 -char id=906 x=116 y=242 width=21 height=30 xoffset=0 yoffset=17 xadvance=22 page=0 chnl=15 -char id=908 x=117 y=111 width=36 height=30 xoffset=0 yoffset=17 xadvance=38 page=0 chnl=15 -char id=910 x=261 y=108 width=33 height=30 xoffset=0 yoffset=17 xadvance=33 page=0 chnl=15 -char id=911 x=154 y=110 width=35 height=30 xoffset=0 yoffset=17 xadvance=35 page=0 chnl=15 -char id=912 x=279 y=39 width=16 height=33 xoffset=-1 yoffset=14 xadvance=14 page=0 chnl=15 -char id=913 x=58 y=181 width=28 height=30 xoffset=-1 yoffset=17 xadvance=27 page=0 chnl=15 -char id=914 x=0 y=243 width=23 height=30 xoffset=3 yoffset=17 xadvance=27 page=0 chnl=15 -char id=915 x=160 y=235 width=18 height=30 xoffset=3 yoffset=17 xadvance=21 page=0 chnl=15 -char id=916 x=115 y=174 width=27 height=30 xoffset=0 yoffset=17 xadvance=27 page=0 chnl=15 -char id=917 x=275 y=171 width=19 height=30 xoffset=3 yoffset=17 xadvance=23 page=0 chnl=15 -char id=918 x=70 y=243 width=22 height=30 xoffset=1 yoffset=17 xadvance=24 page=0 chnl=15 -char id=919 x=197 y=172 width=25 height=30 xoffset=3 yoffset=17 xadvance=31 page=0 chnl=15 -char id=920 x=192 y=141 width=29 height=30 xoffset=2 yoffset=17 xadvance=33 page=0 chnl=15 -char id=921 x=281 y=139 width=12 height=30 xoffset=1 yoffset=17 xadvance=14 page=0 chnl=15 -char id=922 x=250 y=203 width=23 height=30 xoffset=3 yoffset=17 xadvance=26 page=0 chnl=15 -char id=923 x=87 y=180 width=27 height=30 xoffset=-1 yoffset=17 xadvance=26 page=0 chnl=15 -char id=924 x=67 y=149 width=32 height=30 xoffset=3 yoffset=17 xadvance=38 page=0 chnl=15 -char id=925 x=143 y=173 width=26 height=30 xoffset=3 yoffset=17 xadvance=32 page=0 chnl=15 -char id=926 x=47 y=243 width=22 height=30 xoffset=2 yoffset=17 xadvance=26 page=0 chnl=15 -char id=927 x=162 y=141 width=29 height=30 xoffset=2 yoffset=17 xadvance=33 page=0 chnl=15 -char id=928 x=25 y=212 width=24 height=30 xoffset=3 yoffset=17 xadvance=31 page=0 chnl=15 -char id=929 x=274 y=203 width=21 height=30 xoffset=3 yoffset=17 xadvance=25 page=0 chnl=15 -char id=931 x=93 y=243 width=22 height=30 xoffset=1 yoffset=17 xadvance=24 page=0 chnl=15 -char id=932 x=225 y=203 width=24 height=30 xoffset=0 yoffset=17 xadvance=23 page=0 chnl=15 -char id=933 x=200 y=203 width=24 height=30 xoffset=0 yoffset=17 xadvance=24 page=0 chnl=15 -char id=934 x=0 y=150 width=33 height=30 xoffset=1 yoffset=17 xadvance=35 page=0 chnl=15 -char id=935 x=249 y=172 width=25 height=30 xoffset=0 yoffset=17 xadvance=25 page=0 chnl=15 -char id=936 x=29 y=181 width=28 height=30 xoffset=3 yoffset=17 xadvance=34 page=0 chnl=15 -char id=937 x=131 y=142 width=30 height=30 xoffset=0 yoffset=17 xadvance=30 page=0 chnl=15 -char id=938 x=25 y=44 width=13 height=38 xoffset=1 yoffset=9 xadvance=14 page=0 chnl=15 -char id=939 x=0 y=44 width=24 height=38 xoffset=0 yoffset=9 xadvance=24 page=0 chnl=15 -char id=940 x=161 y=43 width=24 height=33 xoffset=2 yoffset=14 xadvance=26 page=0 chnl=15 -char id=941 x=106 y=77 width=18 height=33 xoffset=1 yoffset=14 xadvance=20 page=0 chnl=15 -char id=942 x=25 y=0 width=20 height=43 xoffset=3 yoffset=14 xadvance=26 page=0 chnl=15 -char id=943 x=125 y=77 width=11 height=33 xoffset=3 yoffset=14 xadvance=14 page=0 chnl=15 -char id=944 x=65 y=77 width=20 height=33 xoffset=3 yoffset=14 xadvance=25 page=0 chnl=15 -char id=945 x=58 y=274 width=24 height=23 xoffset=2 yoffset=24 xadvance=26 page=0 chnl=15 -char id=946 x=173 y=0 width=21 height=42 xoffset=3 yoffset=15 xadvance=26 page=0 chnl=15 -char id=947 x=258 y=75 width=22 height=32 xoffset=-1 yoffset=24 xadvance=22 page=0 chnl=15 -char id=948 x=235 y=76 width=22 height=32 xoffset=1 yoffset=15 xadvance=25 page=0 chnl=15 -char id=949 x=255 y=258 width=18 height=23 xoffset=1 yoffset=24 xadvance=20 page=0 chnl=15 -char id=950 x=226 y=0 width=18 height=41 xoffset=2 yoffset=15 xadvance=19 page=0 chnl=15 -char id=951 x=44 y=83 width=20 height=33 xoffset=3 yoffset=24 xadvance=26 page=0 chnl=15 -char id=952 x=0 y=117 width=21 height=32 xoffset=2 yoffset=15 xadvance=25 page=0 chnl=15 -char id=953 x=222 y=282 width=11 height=23 xoffset=3 yoffset=24 xadvance=14 page=0 chnl=15 -char id=954 x=216 y=258 width=19 height=23 xoffset=3 yoffset=24 xadvance=22 page=0 chnl=15 -char id=955 x=164 y=77 width=24 height=32 xoffset=-1 yoffset=15 xadvance=22 page=0 chnl=15 -char id=956 x=186 y=43 width=23 height=33 xoffset=3 yoffset=24 xadvance=26 page=0 chnl=15 -char id=957 x=130 y=273 width=22 height=23 xoffset=-1 yoffset=24 xadvance=22 page=0 chnl=15 -char id=958 x=207 y=0 width=18 height=41 xoffset=2 yoffset=15 xadvance=21 page=0 chnl=15 -char id=959 x=107 y=274 width=22 height=23 xoffset=2 yoffset=24 xadvance=25 page=0 chnl=15 -char id=960 x=30 y=274 width=27 height=23 xoffset=0 yoffset=24 xadvance=27 page=0 chnl=15 -char id=961 x=0 y=83 width=22 height=33 xoffset=2 yoffset=24 xadvance=25 page=0 chnl=15 -char id=962 x=82 y=111 width=18 height=31 xoffset=2 yoffset=24 xadvance=20 page=0 chnl=15 -char id=963 x=83 y=274 width=23 height=23 xoffset=2 yoffset=24 xadvance=26 page=0 chnl=15 -char id=964 x=175 y=266 width=20 height=23 xoffset=0 yoffset=24 xadvance=21 page=0 chnl=15 -char id=965 x=275 y=234 width=20 height=23 xoffset=3 yoffset=24 xadvance=25 page=0 chnl=15 -char id=966 x=46 y=0 width=27 height=42 xoffset=2 yoffset=15 xadvance=30 page=0 chnl=15 -char id=967 x=109 y=43 width=25 height=33 xoffset=0 yoffset=24 xadvance=25 page=0 chnl=15 -char id=968 x=102 y=0 width=26 height=42 xoffset=3 yoffset=15 xadvance=31 page=0 chnl=15 -char id=969 x=244 y=234 width=30 height=23 xoffset=2 yoffset=24 xadvance=34 page=0 chnl=15 -char id=970 x=101 y=111 width=15 height=31 xoffset=-1 yoffset=16 xadvance=14 page=0 chnl=15 -char id=971 x=40 y=117 width=20 height=31 xoffset=3 yoffset=16 xadvance=25 page=0 chnl=15 -char id=972 x=210 y=42 width=22 height=33 xoffset=2 yoffset=14 xadvance=25 page=0 chnl=15 -char id=973 x=23 y=83 width=20 height=33 xoffset=3 yoffset=14 xadvance=25 page=0 chnl=15 -char id=974 x=52 y=43 width=30 height=33 xoffset=2 yoffset=14 xadvance=34 page=0 chnl=15 -char id=975 x=245 y=0 width=24 height=40 xoffset=3 yoffset=17 xadvance=26 page=0 chnl=15 -char id=976 x=212 y=76 width=22 height=32 xoffset=3 yoffset=15 xadvance=27 page=0 chnl=15 -char id=977 x=137 y=77 width=26 height=32 xoffset=0 yoffset=15 xadvance=26 page=0 chnl=15 -char id=978 x=223 y=172 width=25 height=30 xoffset=0 yoffset=17 xadvance=25 page=0 chnl=15 -char id=979 x=226 y=109 width=34 height=30 xoffset=0 yoffset=17 xadvance=34 page=0 chnl=15 -char id=980 x=270 y=0 width=25 height=38 xoffset=0 yoffset=9 xadvance=25 page=0 chnl=15 -char id=981 x=74 y=0 width=27 height=42 xoffset=2 yoffset=15 xadvance=30 page=0 chnl=15 -char id=982 x=207 y=234 width=36 height=23 xoffset=0 yoffset=24 xadvance=36 page=0 chnl=15 -char id=983 x=61 y=117 width=20 height=31 xoffset=3 yoffset=24 xadvance=22 page=0 chnl=15 -char id=984 x=0 y=181 width=28 height=30 xoffset=2 yoffset=17 xadvance=32 page=0 chnl=15 -char id=985 x=256 y=41 width=22 height=33 xoffset=2 yoffset=24 xadvance=25 page=0 chnl=15 -char id=986 x=75 y=212 width=24 height=30 xoffset=2 yoffset=17 xadvance=27 page=0 chnl=15 -char id=987 x=22 y=117 width=17 height=32 xoffset=2 yoffset=24 xadvance=20 page=0 chnl=15 -char id=988 x=179 y=234 width=18 height=30 xoffset=3 yoffset=17 xadvance=21 page=0 chnl=15 -char id=989 x=86 y=77 width=19 height=33 xoffset=3 yoffset=24 xadvance=22 page=0 chnl=15 -char id=990 x=24 y=243 width=22 height=30 xoffset=-1 yoffset=17 xadvance=21 page=0 chnl=15 -char id=991 x=129 y=0 width=21 height=42 xoffset=1 yoffset=15 xadvance=23 page=0 chnl=15 -char id=992 x=125 y=205 width=24 height=30 xoffset=-1 yoffset=17 xadvance=25 page=0 chnl=15 -char id=993 x=0 y=0 width=24 height=43 xoffset=-4 yoffset=14 xadvance=22 page=0 chnl=15 -char id=1008 x=0 y=274 width=29 height=23 xoffset=0 yoffset=24 xadvance=29 page=0 chnl=15 -char id=1009 x=233 y=42 width=22 height=33 xoffset=2 yoffset=24 xadvance=25 page=0 chnl=15 -char id=1010 x=190 y=290 width=17 height=23 xoffset=2 yoffset=24 xadvance=20 page=0 chnl=15 -char id=1011 x=195 y=0 width=11 height=42 xoffset=-3 yoffset=15 xadvance=11 page=0 chnl=15 -char id=1012 x=222 y=141 width=29 height=30 xoffset=2 yoffset=17 xadvance=33 page=0 chnl=15 -char id=1013 x=153 y=291 width=18 height=23 xoffset=2 yoffset=24 xadvance=21 page=0 chnl=15 -char id=1014 x=196 y=265 width=19 height=23 xoffset=0 yoffset=24 xadvance=21 page=0 chnl=15 -char id=1015 x=138 y=236 width=21 height=30 xoffset=3 yoffset=17 xadvance=25 page=0 chnl=15 -char id=1016 x=151 y=0 width=21 height=42 xoffset=3 yoffset=15 xadvance=26 page=0 chnl=15 -char id=1017 x=175 y=203 width=24 height=30 xoffset=2 yoffset=17 xadvance=27 page=0 chnl=15 -char id=1018 x=34 y=150 width=32 height=30 xoffset=3 yoffset=17 xadvance=38 page=0 chnl=15 -char id=1019 x=83 y=43 width=25 height=33 xoffset=3 yoffset=24 xadvance=30 page=0 chnl=15 -char id=1020 x=135 y=43 width=25 height=33 xoffset=-1 yoffset=24 xadvance=25 page=0 chnl=15 -char id=1021 x=0 y=212 width=24 height=30 xoffset=1 yoffset=17 xadvance=27 page=0 chnl=15 -char id=1022 x=50 y=212 width=24 height=30 xoffset=2 yoffset=17 xadvance=27 page=0 chnl=15 -char id=1023 x=100 y=211 width=24 height=30 xoffset=1 yoffset=17 xadvance=27 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_greek-uhd.png b/resources/BitmapFonts/font_greek-uhd.png deleted file mode 100644 index dafc863f..00000000 Binary files a/resources/BitmapFonts/font_greek-uhd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_greek.fnt b/resources/BitmapFonts/font_greek.fnt deleted file mode 100644 index d4689d43..00000000 --- a/resources/BitmapFonts/font_greek.fnt +++ /dev/null @@ -1,125 +0,0 @@ -info face="Noto Sans" size=16 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=16 base=12 scaleW=96 scaleH=96 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_greek.png" -chars count=121 -char id=880 x=0 y=79 width=5 height=8 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15 -char id=881 x=69 y=84 width=5 height=6 xoffset=0 yoffset=6 xadvance=4 page=0 chnl=15 -char id=882 x=48 y=59 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=883 x=0 y=61 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=884 x=80 y=87 width=3 height=2 xoffset=0 yoffset=4 xadvance=2 page=0 chnl=15 -char id=885 x=90 y=84 width=3 height=2 xoffset=-1 yoffset=12 xadvance=2 page=0 chnl=15 -char id=886 x=77 y=40 width=8 height=8 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=887 x=77 y=77 width=7 height=6 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=890 x=86 y=84 width=3 height=2 xoffset=0 yoffset=13 xadvance=3 page=0 chnl=15 -char id=891 x=63 y=84 width=5 height=6 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=892 x=16 y=86 width=6 height=6 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=893 x=51 y=85 width=5 height=6 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=894 x=92 y=49 width=3 height=8 xoffset=0 yoffset=6 xadvance=3 page=0 chnl=15 -char id=895 x=16 y=12 width=5 height=10 xoffset=-2 yoffset=4 xadvance=3 page=0 chnl=15 -char id=900 x=84 y=87 width=3 height=2 xoffset=0 yoffset=3 xadvance=3 page=0 chnl=15 -char id=901 x=80 y=84 width=5 height=2 xoffset=1 yoffset=3 xadvance=7 page=0 chnl=15 -char id=902 x=66 y=32 width=9 height=8 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=15 -char id=903 x=12 y=86 width=3 height=1 xoffset=0 yoffset=6 xadvance=3 page=0 chnl=15 -char id=904 x=40 y=41 width=9 height=8 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=15 -char id=905 x=72 y=22 width=11 height=8 xoffset=-1 yoffset=4 xadvance=10 page=0 chnl=15 -char id=906 x=24 y=70 width=7 height=8 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=15 -char id=908 x=84 y=22 width=11 height=8 xoffset=-1 yoffset=4 xadvance=10 page=0 chnl=15 -char id=910 x=12 y=33 width=10 height=8 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=15 -char id=911 x=0 y=34 width=11 height=8 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=15 -char id=912 x=40 y=22 width=6 height=9 xoffset=-1 yoffset=3 xadvance=4 page=0 chnl=15 -char id=913 x=10 y=43 width=9 height=8 xoffset=-1 yoffset=4 xadvance=7 page=0 chnl=15 -char id=914 x=64 y=59 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=915 x=63 y=68 width=6 height=8 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15 -char id=916 x=86 y=31 width=9 height=8 xoffset=-1 yoffset=4 xadvance=7 page=0 chnl=15 -char id=917 x=84 y=68 width=6 height=8 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=918 x=0 y=70 width=7 height=8 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=919 x=9 y=52 width=8 height=8 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=920 x=56 y=32 width=9 height=8 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=15 -char id=921 x=91 y=67 width=4 height=8 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=15 -char id=922 x=36 y=51 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=923 x=68 y=41 width=8 height=8 xoffset=-1 yoffset=4 xadvance=7 page=0 chnl=15 -char id=924 x=45 y=32 width=10 height=8 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=925 x=86 y=40 width=8 height=8 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=926 x=32 y=69 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=927 x=76 y=31 width=9 height=8 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=15 -char id=928 x=50 y=41 width=8 height=8 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=929 x=80 y=59 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=931 x=72 y=59 width=7 height=8 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=932 x=59 y=41 width=8 height=8 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=15 -char id=933 x=56 y=59 width=7 height=8 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=934 x=0 y=43 width=9 height=8 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=15 -char id=935 x=84 y=49 width=7 height=8 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=936 x=30 y=42 width=9 height=8 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=15 -char id=937 x=0 y=52 width=8 height=8 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=938 x=22 y=12 width=4 height=10 xoffset=0 yoffset=2 xadvance=4 page=0 chnl=15 -char id=939 x=0 y=13 width=7 height=10 xoffset=0 yoffset=2 xadvance=6 page=0 chnl=15 -char id=940 x=63 y=12 width=7 height=9 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=15 -char id=941 x=61 y=22 width=5 height=9 xoffset=0 yoffset=3 xadvance=5 page=0 chnl=15 -char id=942 x=0 y=0 width=7 height=12 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=15 -char id=943 x=67 y=22 width=4 height=9 xoffset=0 yoffset=3 xadvance=4 page=0 chnl=15 -char id=944 x=24 y=23 width=7 height=9 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=15 -char id=945 x=0 y=88 width=7 height=6 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=946 x=44 y=0 width=7 height=11 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=947 x=44 y=50 width=7 height=8 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=15 -char id=948 x=52 y=50 width=7 height=8 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=949 x=57 y=84 width=5 height=6 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=950 x=68 y=0 width=6 height=11 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15 -char id=951 x=8 y=23 width=7 height=9 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=952 x=8 y=61 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=953 x=75 y=84 width=4 height=6 xoffset=0 yoffset=6 xadvance=4 page=0 chnl=15 -char id=954 x=44 y=85 width=6 height=6 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=955 x=16 y=70 width=7 height=8 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=15 -char id=956 x=79 y=12 width=7 height=9 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=957 x=8 y=88 width=7 height=6 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=15 -char id=958 x=75 y=0 width=6 height=11 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15 -char id=959 x=53 y=77 width=7 height=6 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=960 x=24 y=79 width=9 height=6 xoffset=-1 yoffset=6 xadvance=7 page=0 chnl=15 -char id=961 x=32 y=22 width=7 height=9 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=962 x=54 y=22 width=6 height=9 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=963 x=61 y=77 width=7 height=6 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=964 x=85 y=77 width=7 height=6 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=15 -char id=965 x=69 y=77 width=7 height=6 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=966 x=17 y=0 width=8 height=11 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=967 x=0 y=24 width=7 height=9 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=968 x=8 y=0 width=8 height=11 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=969 x=34 y=78 width=9 height=6 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 -char id=970 x=6 y=79 width=5 height=8 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=15 -char id=971 x=16 y=61 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=972 x=16 y=23 width=7 height=9 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=15 -char id=973 x=55 y=12 width=7 height=9 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=15 -char id=974 x=27 y=12 width=9 height=9 xoffset=0 yoffset=3 xadvance=9 page=0 chnl=15 -char id=975 x=52 y=0 width=7 height=11 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=976 x=60 y=50 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=977 x=68 y=50 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=978 x=76 y=50 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=979 x=23 y=33 width=10 height=8 xoffset=-1 yoffset=4 xadvance=9 page=0 chnl=15 -char id=980 x=8 y=12 width=7 height=10 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15 -char id=981 x=26 y=0 width=8 height=11 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=982 x=12 y=79 width=11 height=6 xoffset=-1 yoffset=6 xadvance=9 page=0 chnl=15 -char id=983 x=56 y=68 width=6 height=8 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=984 x=18 y=52 width=8 height=8 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=985 x=87 y=12 width=7 height=9 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=986 x=24 y=61 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=987 x=70 y=68 width=6 height=8 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=988 x=77 y=68 width=6 height=8 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=989 x=47 y=22 width=6 height=9 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=990 x=40 y=60 width=7 height=8 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=15 -char id=991 x=82 y=0 width=6 height=11 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=992 x=27 y=51 width=8 height=8 xoffset=-1 yoffset=4 xadvance=7 page=0 chnl=15 -char id=993 x=35 y=0 width=8 height=11 xoffset=-2 yoffset=4 xadvance=6 page=0 chnl=15 -char id=1008 x=44 y=78 width=8 height=6 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=1009 x=71 y=12 width=7 height=9 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=1010 x=23 y=86 width=6 height=6 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=1011 x=89 y=0 width=4 height=11 xoffset=-1 yoffset=4 xadvance=3 page=0 chnl=15 -char id=1012 x=20 y=42 width=9 height=8 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=15 -char id=1013 x=30 y=86 width=6 height=6 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=1014 x=37 y=85 width=6 height=6 xoffset=0 yoffset=6 xadvance=5 page=0 chnl=15 -char id=1015 x=88 y=58 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=1016 x=60 y=0 width=7 height=11 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=1017 x=8 y=70 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=1018 x=34 y=32 width=10 height=8 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=1019 x=37 y=12 width=8 height=9 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 -char id=1020 x=46 y=12 width=8 height=9 xoffset=-1 yoffset=6 xadvance=7 page=0 chnl=15 -char id=1021 x=40 y=69 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=1022 x=48 y=68 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=1023 x=32 y=60 width=7 height=8 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_greek.png b/resources/BitmapFonts/font_greek.png deleted file mode 100644 index b0b92964..00000000 Binary files a/resources/BitmapFonts/font_greek.png and /dev/null differ diff --git a/resources/BitmapFonts/font_japanese-hd.fnt b/resources/BitmapFonts/font_japanese-hd.fnt deleted file mode 100644 index b67f7648..00000000 --- a/resources/BitmapFonts/font_japanese-hd.fnt +++ /dev/null @@ -1,13745 +0,0 @@ -info face="Noto Sans JP" size=32 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=32 base=26 scaleW=2840 scaleH=2840 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_japanese-hd.png" -chars count=13224 -char id=12288 x=30 y=26 width=3 height=1 xoffset=-1 yoffset=31 xadvance=22 page=0 chnl=15 -char id=12289 x=2829 y=2033 width=7 height=6 xoffset=1 yoffset=21 xadvance=22 page=0 chnl=15 -char id=12290 x=2829 y=2008 width=8 height=8 xoffset=0 yoffset=20 xadvance=22 page=0 chnl=15 -char id=12291 x=388 y=2264 width=14 height=11 xoffset=4 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12292 x=174 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12293 x=1192 y=2225 width=17 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12294 x=1282 y=2225 width=16 height=19 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12295 x=243 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12296 x=2829 y=110 width=9 height=21 xoffset=12 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12297 x=2829 y=154 width=9 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12298 x=2828 y=1782 width=11 height=21 xoffset=11 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12299 x=2156 y=1826 width=11 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12300 x=2829 y=1425 width=8 height=15 xoffset=14 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12301 x=2829 y=1441 width=8 height=15 xoffset=0 yoffset=13 xadvance=22 page=0 chnl=15 -char id=12302 x=2829 y=1281 width=10 height=15 xoffset=12 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12303 x=2829 y=1265 width=10 height=15 xoffset=0 yoffset=13 xadvance=22 page=0 chnl=15 -char id=12304 x=2829 y=242 width=8 height=21 xoffset=14 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12305 x=2829 y=220 width=8 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12306 x=1861 y=2244 width=16 height=16 xoffset=3 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12307 x=0 y=2236 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12308 x=2829 y=308 width=7 height=21 xoffset=15 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12309 x=2829 y=440 width=7 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12310 x=2829 y=176 width=9 height=21 xoffset=13 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12311 x=2829 y=88 width=9 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12312 x=64 y=0 width=8 height=22 xoffset=14 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12313 x=73 y=0 width=8 height=22 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12314 x=2829 y=418 width=7 height=21 xoffset=15 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12315 x=2829 y=374 width=7 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12316 x=771 y=2263 width=22 height=7 xoffset=0 yoffset=14 xadvance=22 page=0 chnl=15 -char id=12317 x=2829 y=1969 width=7 height=9 xoffset=14 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12318 x=2829 y=1959 width=7 height=9 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12319 x=2829 y=1949 width=7 height=9 xoffset=1 yoffset=19 xadvance=22 page=0 chnl=15 -char id=12320 x=1466 y=2244 width=22 height=16 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12321 x=2834 y=506 width=4 height=20 xoffset=9 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12322 x=2829 y=800 width=9 height=19 xoffset=7 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12323 x=2325 y=2183 width=15 height=20 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12324 x=2673 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12325 x=1389 y=2225 width=12 height=19 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12326 x=660 y=2263 width=20 height=8 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12327 x=2038 y=2244 width=20 height=15 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12328 x=2308 y=2224 width=20 height=18 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12329 x=788 y=2225 width=19 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12330 x=147 y=2247 width=6 height=4 xoffset=-23 yoffset=28 xadvance=0 page=0 chnl=15 -char id=12331 x=126 y=2207 width=6 height=5 xoffset=-23 yoffset=2 xadvance=0 page=0 chnl=15 -char id=12332 x=2830 y=2242 width=6 height=5 xoffset=-5 yoffset=2 xadvance=0 page=0 chnl=15 -char id=12333 x=2829 y=2052 width=6 height=4 xoffset=-5 yoffset=28 xadvance=0 page=0 chnl=15 -char id=12334 x=875 y=2263 width=5 height=4 xoffset=0 yoffset=16 xadvance=6 page=0 chnl=15 -char id=12335 x=2829 y=1989 width=5 height=9 xoffset=0 yoffset=13 xadvance=6 page=0 chnl=15 -char id=12336 x=700 y=2263 width=24 height=7 xoffset=-1 yoffset=14 xadvance=22 page=0 chnl=15 -char id=12337 x=17 y=0 width=12 height=32 xoffset=3 yoffset=0 xadvance=22 page=0 chnl=15 -char id=12338 x=0 y=0 width=16 height=32 xoffset=3 yoffset=0 xadvance=22 page=0 chnl=15 -char id=12339 x=2000 y=1826 width=13 height=21 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12340 x=1938 y=1826 width=16 height=21 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12341 x=1986 y=1826 width=13 height=21 xoffset=4 yoffset=6 xadvance=22 page=0 chnl=15 -char id=12342 x=1232 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12343 x=2162 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12344 x=2774 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12345 x=2795 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12346 x=2816 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12347 x=2355 y=2183 width=12 height=20 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12348 x=2635 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12349 x=1598 y=2244 width=20 height=16 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12350 x=1416 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12351 x=1376 y=2225 width=12 height=19 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12353 x=1895 y=2244 width=16 height=16 xoffset=3 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12354 x=748 y=2225 width=19 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12355 x=2267 y=2244 width=16 height=14 xoffset=3 yoffset=13 xadvance=22 page=0 chnl=15 -char id=12356 x=700 y=2245 width=19 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12357 x=1976 y=2244 width=13 height=16 xoffset=5 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12358 x=66 y=2256 width=15 height=18 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12359 x=2137 y=2244 width=15 height=15 xoffset=4 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12360 x=848 y=2225 width=19 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12361 x=1809 y=2244 width=17 height=16 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12362 x=868 y=2225 width=19 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12363 x=1629 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12364 x=2447 y=2057 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12365 x=1210 y=2225 width=17 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12366 x=1106 y=1782 width=20 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12367 x=2407 y=2183 width=12 height=20 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12368 x=2292 y=2183 width=16 height=20 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12369 x=888 y=2225 width=19 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12370 x=0 y=2174 width=20 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12371 x=1063 y=2245 width=16 height=17 xoffset=3 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12372 x=1805 y=2184 width=19 height=20 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12373 x=2822 y=2203 width=17 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12374 x=21 y=2174 width=20 height=20 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12375 x=2258 y=2183 width=16 height=20 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12376 x=1299 y=2225 width=16 height=19 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12377 x=2612 y=2203 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12378 x=63 y=2174 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12379 x=2010 y=2225 width=21 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12380 x=1219 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12381 x=2749 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12382 x=2245 y=2225 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12383 x=2738 y=2203 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12384 x=2329 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12385 x=1246 y=2225 width=17 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12386 x=792 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12387 x=2543 y=2242 width=16 height=13 xoffset=3 yoffset=14 xadvance=22 page=0 chnl=15 -char id=12388 x=2080 y=2244 width=20 height=15 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12389 x=2098 y=2225 width=20 height=18 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12390 x=660 y=2245 width=19 height=17 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12391 x=619 y=2245 width=20 height=17 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12392 x=82 y=2256 width=15 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12393 x=628 y=2225 width=19 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12394 x=84 y=2174 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12395 x=2556 y=2223 width=19 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12396 x=2443 y=2204 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12397 x=1717 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12398 x=577 y=2245 width=20 height=17 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12399 x=2576 y=2223 width=19 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12400 x=2355 y=2204 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12401 x=1919 y=2058 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12402 x=720 y=2245 width=19 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12403 x=1875 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12404 x=1853 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12405 x=1988 y=2225 width=21 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12406 x=1668 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12407 x=1645 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12408 x=2459 y=2243 width=21 height=13 xoffset=1 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12409 x=1534 y=2244 width=21 height=16 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12410 x=1512 y=2244 width=21 height=16 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12411 x=2596 y=2223 width=19 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12412 x=1871 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12413 x=2300 y=1847 width=22 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12414 x=1264 y=2225 width=17 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12415 x=2528 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12416 x=2507 y=2203 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12417 x=2486 y=2203 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12418 x=828 y=2225 width=19 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12419 x=1773 y=2244 width=17 height=16 xoffset=2 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12420 x=189 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12421 x=1844 y=2244 width=16 height=16 xoffset=4 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12422 x=1605 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12423 x=1945 y=2244 width=15 height=16 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12424 x=1228 y=2225 width=17 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12425 x=17 y=2256 width=16 height=18 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12426 x=1333 y=2225 width=14 height=19 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12427 x=2768 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12428 x=1607 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12429 x=2805 y=2223 width=17 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12430 x=1737 y=2244 width=17 height=16 xoffset=3 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12431 x=567 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12432 x=2496 y=2223 width=19 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12433 x=2266 y=2225 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12434 x=946 y=2225 width=18 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12435 x=2203 y=2225 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12436 x=2119 y=2225 width=20 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12437 x=2101 y=2244 width=18 height=15 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12438 x=1719 y=2244 width=17 height=16 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12441 x=861 y=2263 width=6 height=4 xoffset=-6 yoffset=7 xadvance=0 page=0 chnl=15 -char id=12442 x=2829 y=2026 width=7 height=6 xoffset=-6 yoffset=6 xadvance=0 page=0 chnl=15 -char id=12443 x=2829 y=2045 width=7 height=6 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12444 x=117 y=2165 width=6 height=5 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12445 x=2829 y=1877 width=10 height=13 xoffset=7 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12446 x=1990 y=2244 width=12 height=16 xoffset=6 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12447 x=1287 y=1826 width=19 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12448 x=92 y=2081 width=12 height=5 xoffset=5 yoffset=15 xadvance=22 page=0 chnl=15 -char id=12449 x=2284 y=2244 width=16 height=14 xoffset=3 yoffset=14 xadvance=22 page=0 chnl=15 -char id=12450 x=680 y=2245 width=19 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12451 x=1878 y=2244 width=16 height=16 xoffset=2 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12452 x=2692 y=2223 width=18 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12453 x=1827 y=2244 width=16 height=16 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12454 x=1060 y=2225 width=18 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12455 x=2560 y=2242 width=16 height=13 xoffset=3 yoffset=14 xadvance=22 page=0 chnl=15 -char id=12456 x=2188 y=2244 width=20 height=14 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12457 x=1791 y=2244 width=17 height=16 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12458 x=668 y=2225 width=19 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12459 x=1022 y=2225 width=18 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12460 x=399 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12461 x=984 y=2225 width=18 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12462 x=1316 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12463 x=965 y=2225 width=18 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12464 x=1716 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12465 x=378 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12466 x=2399 y=2204 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12467 x=1912 y=2244 width=16 height=16 xoffset=3 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12468 x=1385 y=2184 width=19 height=20 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12469 x=357 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12470 x=2530 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12471 x=2516 y=2223 width=19 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12472 x=336 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12473 x=816 y=2245 width=18 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12474 x=1699 y=2058 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12475 x=2536 y=2223 width=19 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12476 x=2553 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12477 x=909 y=2245 width=17 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12478 x=1445 y=2184 width=19 height=20 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12479 x=608 y=2225 width=19 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12480 x=2002 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12481 x=2413 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12482 x=2287 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12483 x=2120 y=2244 width=16 height=15 xoffset=3 yoffset=13 xadvance=22 page=0 chnl=15 -char id=12484 x=2711 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12485 x=105 y=2174 width=20 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12486 x=2392 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12487 x=1677 y=2058 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12488 x=362 y=2245 width=12 height=18 xoffset=7 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12489 x=144 y=2256 width=14 height=18 xoffset=6 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12490 x=2350 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12491 x=2230 y=2244 width=19 height=14 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12492 x=891 y=2245 width=17 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12493 x=252 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12494 x=98 y=2256 width=15 height=18 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12495 x=1640 y=2244 width=20 height=16 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12496 x=2076 y=2225 width=21 height=18 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12497 x=2054 y=2225 width=21 height=18 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12498 x=927 y=2245 width=16 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12499 x=908 y=2225 width=18 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12500 x=927 y=2225 width=18 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12501 x=797 y=2245 width=18 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12502 x=126 y=2165 width=20 height=20 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12503 x=168 y=2163 width=20 height=20 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12504 x=2502 y=2242 width=20 height=13 xoffset=1 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12505 x=1619 y=2244 width=20 height=16 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12506 x=1577 y=2244 width=20 height=16 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12507 x=105 y=2236 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12508 x=84 y=2236 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12509 x=210 y=2163 width=20 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12510 x=1661 y=2244 width=19 height=16 xoffset=2 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12511 x=50 y=2256 width=15 height=18 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12512 x=2455 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12513 x=2654 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12514 x=640 y=2245 width=19 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12515 x=1755 y=2244 width=17 height=16 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12516 x=21 y=2236 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12517 x=173 y=2266 width=17 height=11 xoffset=3 yoffset=15 xadvance=22 page=0 chnl=15 -char id=12518 x=2209 y=2244 width=20 height=14 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12519 x=2301 y=2243 width=14 height=14 xoffset=4 yoffset=14 xadvance=22 page=0 chnl=15 -char id=12520 x=1012 y=2245 width=16 height=17 xoffset=3 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12521 x=2730 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12522 x=204 y=2245 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12523 x=2434 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12524 x=0 y=2256 width=16 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12525 x=1681 y=2244 width=18 height=16 xoffset=2 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12526 x=2250 y=2244 width=16 height=14 xoffset=3 yoffset=14 xadvance=22 page=0 chnl=15 -char id=12527 x=778 y=2245 width=18 height=17 xoffset=2 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12528 x=2161 y=2225 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=12529 x=2059 y=2244 width=20 height=15 xoffset=1 yoffset=11 xadvance=22 page=0 chnl=15 -char id=12530 x=873 y=2245 width=17 height=17 xoffset=3 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12531 x=854 y=2245 width=18 height=17 xoffset=3 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12532 x=1765 y=2184 width=19 height=20 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12533 x=1929 y=2244 width=15 height=16 xoffset=3 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12534 x=1700 y=2244 width=18 height=16 xoffset=2 yoffset=12 xadvance=22 page=0 chnl=15 -char id=12535 x=1367 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12536 x=2267 y=2204 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=12537 x=2759 y=2203 width=20 height=19 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12538 x=1387 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=12539 x=138 y=2227 width=6 height=5 xoffset=8 yoffset=15 xadvance=22 page=0 chnl=15 -char id=12540 x=46 y=1498 width=19 height=3 xoffset=1 yoffset=16 xadvance=22 page=0 chnl=15 -char id=12541 x=487 y=2264 width=11 height=11 xoffset=6 yoffset=13 xadvance=22 page=0 chnl=15 -char id=12542 x=2360 y=2243 width=13 height=14 xoffset=5 yoffset=10 xadvance=22 page=0 chnl=15 -char id=12543 x=159 y=2247 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19968 x=887 y=2263 width=22 height=3 xoffset=0 yoffset=16 xadvance=22 page=0 chnl=15 -char id=19969 x=2675 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19970 x=460 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19971 x=2622 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=19972 x=437 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=19973 x=414 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19975 x=2069 y=2205 width=21 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19976 x=2354 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=19977 x=2182 y=2225 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19978 x=2645 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=19979 x=345 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19980 x=2025 y=2205 width=21 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19981 x=299 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19982 x=460 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=19983 x=2654 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19984 x=2780 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19985 x=1576 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19986 x=2224 y=2225 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19988 x=115 y=2216 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=19989 x=1438 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19990 x=621 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=19991 x=644 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=19992 x=69 y=2216 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=19993 x=2591 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=19998 x=23 y=2216 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=19999 x=2668 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20001 x=0 y=2216 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20003 x=2570 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20004 x=2549 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20006 x=2691 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20008 x=2829 y=506 width=4 height=21 xoffset=9 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20009 x=2056 y=1826 width=12 height=21 xoffset=4 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20010 x=897 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20011 x=2309 y=2183 width=15 height=20 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20012 x=2829 y=264 width=8 height=21 xoffset=5 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20013 x=1631 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20014 x=1611 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20015 x=1752 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20016 x=1035 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20017 x=1673 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20018 x=1047 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20021 x=1104 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20022 x=541 y=2263 width=11 height=10 xoffset=5 yoffset=12 xadvance=22 page=0 chnl=15 -char id=20023 x=66 y=1806 width=16 height=8 xoffset=3 yoffset=13 xadvance=22 page=0 chnl=15 -char id=20024 x=1173 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20025 x=2714 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20027 x=2737 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20028 x=1242 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20031 x=2829 y=528 width=10 height=20 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20032 x=808 y=2225 width=19 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20033 x=2787 y=2223 width=17 height=18 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20034 x=2663 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20035 x=1673 y=2205 width=21 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20036 x=231 y=2163 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20037 x=1403 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20039 x=1426 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20040 x=2662 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20043 x=1472 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20045 x=2684 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20046 x=2760 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20047 x=2783 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20049 x=2750 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20053 x=2806 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20054 x=2794 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20055 x=0 y=1880 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20056 x=1656 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20057 x=2371 y=2224 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20058 x=1174 y=2225 width=17 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20059 x=794 y=2263 width=20 height=7 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20060 x=1585 y=2205 width=21 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20061 x=1771 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20062 x=0 y=1529 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20063 x=1817 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20066 x=1567 y=2058 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20067 x=1863 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20072 x=1886 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20073 x=44 y=1529 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20081 x=1932 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20083 x=1955 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20084 x=1978 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20085 x=2001 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20089 x=2024 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20094 x=2047 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20095 x=2070 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20096 x=2093 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20098 x=2116 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20101 x=2829 y=612 width=8 height=20 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20102 x=588 y=2225 width=19 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20104 x=23 y=1880 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20105 x=2208 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20106 x=2231 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20107 x=2254 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20108 x=1443 y=2244 width=22 height=16 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=20109 x=2479 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20110 x=2456 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20113 x=1403 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20114 x=1875 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20116 x=1783 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20117 x=1757 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20118 x=2140 y=2225 width=20 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20119 x=46 y=1880 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20120 x=1829 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20121 x=1898 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20123 x=2530 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20124 x=1760 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20125 x=69 y=1880 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20126 x=1530 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20127 x=1691 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20128 x=725 y=2263 width=22 height=7 xoffset=0 yoffset=11 xadvance=22 page=0 chnl=15 -char id=20129 x=92 y=1871 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20130 x=2691 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20132 x=2714 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20133 x=2737 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20134 x=2760 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20136 x=1778 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20139 x=2806 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20140 x=1799 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20141 x=1820 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20142 x=46 y=68 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20143 x=1841 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20144 x=92 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20147 x=1862 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20150 x=115 y=1870 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20153 x=161 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20154 x=138 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20155 x=2132 y=1826 width=11 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20156 x=759 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20160 x=253 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20161 x=276 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20162 x=352 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20163 x=322 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20164 x=161 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20166 x=368 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20167 x=391 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20168 x=414 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20170 x=437 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20171 x=460 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20173 x=483 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20174 x=184 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20175 x=529 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20176 x=552 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20180 x=575 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20181 x=598 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20182 x=621 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20183 x=644 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20184 x=667 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20185 x=418 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20186 x=713 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20187 x=736 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20189 x=207 y=1869 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20190 x=782 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20191 x=805 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20192 x=828 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20193 x=851 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20194 x=462 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20195 x=897 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20196 x=920 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20197 x=230 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20200 x=966 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20203 x=989 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20205 x=1012 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20206 x=1035 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20207 x=1058 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20208 x=506 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20209 x=1104 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20210 x=528 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20211 x=1150 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20213 x=1173 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20214 x=1196 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20215 x=1219 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20219 x=1242 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20220 x=1265 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20221 x=1288 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20222 x=1311 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20223 x=1334 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20224 x=1357 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20225 x=1380 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20226 x=1403 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20227 x=1426 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20232 x=1449 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20233 x=1472 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20234 x=1495 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20235 x=1518 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20236 x=1541 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20237 x=1564 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20238 x=1587 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20239 x=1610 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20240 x=1633 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20241 x=1656 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20242 x=1679 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20245 x=1702 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20246 x=1725 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20247 x=1748 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20249 x=1771 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20250 x=1794 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20252 x=1817 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20253 x=1840 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20267 x=1863 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20270 x=1886 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20271 x=1904 y=1782 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20272 x=1932 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20273 x=1955 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20275 x=1978 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20276 x=2001 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20277 x=572 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20278 x=2047 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20279 x=594 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20280 x=616 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20281 x=2116 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20282 x=638 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20283 x=2162 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20284 x=2185 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20285 x=660 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20286 x=2231 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20288 x=682 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20290 x=2277 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20291 x=704 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20294 x=2323 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20295 x=2346 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20296 x=2369 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20297 x=2392 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20299 x=726 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20300 x=2438 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20301 x=2461 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20302 x=2484 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20303 x=2507 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20304 x=2530 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20305 x=2553 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20306 x=2576 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20307 x=2599 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20308 x=2622 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20309 x=2645 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20310 x=2668 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20311 x=2691 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20312 x=2714 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20313 x=2737 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20314 x=2760 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20315 x=2783 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20316 x=2806 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20317 x=0 y=99 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20318 x=23 y=99 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20319 x=46 y=90 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20320 x=69 y=89 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20323 x=748 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20324 x=115 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20329 x=138 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20330 x=770 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20332 x=184 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20334 x=207 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20335 x=230 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20336 x=792 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20337 x=276 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20339 x=299 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20341 x=322 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20342 x=345 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20343 x=368 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20344 x=391 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20345 x=414 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20346 x=437 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20347 x=460 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20348 x=483 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20349 x=506 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20350 x=529 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20351 x=552 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20353 x=575 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20354 x=598 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20355 x=621 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20356 x=644 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20357 x=667 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20358 x=690 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20360 x=713 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20361 x=736 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20362 x=759 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20363 x=814 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20364 x=805 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20365 x=828 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20366 x=851 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20367 x=874 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20368 x=897 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20369 x=920 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20370 x=943 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20371 x=966 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20372 x=989 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20374 x=1012 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20375 x=836 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20376 x=1058 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20377 x=1081 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20378 x=858 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20379 x=1127 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20381 x=1150 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20382 x=880 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20383 x=1196 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20384 x=1219 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20385 x=1242 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20395 x=1265 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20397 x=1288 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20398 x=1311 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20399 x=1334 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20402 x=1357 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20405 x=1380 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20406 x=1403 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20407 x=1426 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20409 x=1449 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20411 x=1472 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20412 x=1495 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20413 x=902 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20414 x=1541 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20415 x=1564 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20416 x=1587 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20417 x=1610 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20418 x=1633 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20419 x=1656 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20420 x=1679 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20421 x=1702 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20422 x=1725 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20424 x=1748 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20425 x=1771 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20426 x=1794 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20427 x=1817 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20428 x=1840 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20429 x=1863 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20430 x=253 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20431 x=1909 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20432 x=946 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20433 x=968 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20434 x=1978 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20435 x=2001 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20436 x=2024 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20439 x=2047 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20440 x=2070 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20442 x=2093 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20443 x=2116 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20444 x=2139 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20445 x=2162 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20447 x=2185 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20448 x=2208 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20449 x=2231 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20450 x=2254 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20451 x=2277 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20452 x=2300 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20453 x=2323 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20454 x=2346 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20462 x=2369 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20463 x=2392 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20464 x=990 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20465 x=2438 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20466 x=2461 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20467 x=2484 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20469 x=2507 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20470 x=2530 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20472 x=2553 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20474 x=2576 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20476 x=2599 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20477 x=2622 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20478 x=2645 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20479 x=2668 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20480 x=2691 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20481 x=1012 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20482 x=2737 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20484 x=2760 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20485 x=2783 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20486 x=2806 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20487 x=0 y=121 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20489 x=23 y=121 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20490 x=46 y=112 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20491 x=1034 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20492 x=92 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20493 x=115 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20494 x=138 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20495 x=161 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20496 x=184 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20497 x=1056 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20498 x=1078 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20499 x=253 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20500 x=1100 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20502 x=299 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20503 x=1122 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20504 x=345 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20505 x=368 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20506 x=391 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20507 x=414 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20508 x=1144 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20509 x=460 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20510 x=483 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20511 x=506 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20513 x=1166 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20514 x=552 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20515 x=575 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20516 x=598 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20517 x=621 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20518 x=644 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20519 x=667 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20520 x=690 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20521 x=713 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20522 x=736 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20523 x=759 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20524 x=782 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20525 x=805 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20526 x=828 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20528 x=851 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20530 x=874 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20531 x=897 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20533 x=920 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20534 x=943 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20537 x=966 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20539 x=989 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20544 x=1012 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20545 x=1035 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20546 x=1058 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20547 x=1081 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20549 x=1104 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20550 x=1127 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20551 x=1150 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20552 x=1188 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20553 x=1196 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20554 x=1210 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20556 x=1242 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20558 x=1265 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20559 x=1288 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20560 x=1311 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20561 x=1334 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20562 x=1357 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20563 x=1380 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20565 x=1403 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20566 x=1426 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20567 x=1449 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20569 x=1472 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20570 x=1495 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20572 x=1518 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20575 x=1541 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20576 x=1564 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20578 x=1587 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20579 x=1610 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20581 x=1633 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20582 x=1656 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20583 x=1679 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20586 x=1232 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20588 x=1725 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20589 x=1748 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20592 x=1771 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20593 x=1794 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20594 x=1817 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20596 x=1254 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20597 x=1863 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20598 x=1276 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20599 x=1909 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20600 x=1932 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20605 x=1955 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20608 x=1978 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20609 x=2001 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20611 x=2024 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20612 x=2047 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20613 x=2070 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20614 x=2093 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20616 x=2116 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20618 x=2139 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20621 x=2162 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20622 x=2185 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20623 x=2208 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20624 x=2231 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20625 x=2254 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20626 x=2277 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20627 x=1298 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20628 x=2323 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20629 x=2346 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20630 x=2369 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20632 x=2392 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20633 x=2415 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20634 x=2438 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20635 x=2461 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20636 x=2484 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20638 x=2507 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20639 x=2530 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20640 x=2553 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20641 x=2576 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20642 x=2599 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20643 x=2622 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20650 x=2645 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20652 x=2668 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20653 x=2691 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20655 x=2714 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20656 x=1320 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20657 x=2760 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20658 x=2783 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20659 x=2806 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20660 x=0 y=143 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20661 x=23 y=143 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20663 x=46 y=134 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20665 x=69 y=133 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20666 x=92 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20667 x=115 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20669 x=138 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20670 x=161 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20672 x=184 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20674 x=207 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20675 x=230 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20676 x=253 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20677 x=276 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20679 x=299 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20681 x=322 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20682 x=345 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20684 x=368 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20685 x=391 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20686 x=414 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20687 x=437 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20688 x=460 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20689 x=483 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20691 x=506 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20692 x=529 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20693 x=552 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20694 x=575 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20696 x=598 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20697 x=621 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20698 x=644 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20700 x=667 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20701 x=690 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20702 x=713 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20703 x=736 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20705 x=759 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20706 x=782 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20707 x=805 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20708 x=828 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20709 x=851 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20710 x=874 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20711 x=1342 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20712 x=920 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20713 x=1364 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20717 x=966 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20718 x=989 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20719 x=1012 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20720 x=1035 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20721 x=1058 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20722 x=1081 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20723 x=1104 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20724 x=1386 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20725 x=1150 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20726 x=1173 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20729 x=1196 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20730 x=1219 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20731 x=1242 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20734 x=1265 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20736 x=1288 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20737 x=1311 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20738 x=1334 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20739 x=1357 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20740 x=1380 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20742 x=1403 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20743 x=1426 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20744 x=1449 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20745 x=1472 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20747 x=1495 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20748 x=1518 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20749 x=1541 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20750 x=1564 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20752 x=1587 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20754 x=1610 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20756 x=1633 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20757 x=1656 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20758 x=1679 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20759 x=1702 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20760 x=1725 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20761 x=1748 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20762 x=1771 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20763 x=1794 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20764 x=1817 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20765 x=1408 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20766 x=1863 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20767 x=1886 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20769 x=1430 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20771 x=1932 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20775 x=1955 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20776 x=1978 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20778 x=2001 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20780 x=2024 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20781 x=2047 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20783 x=2070 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20785 x=2093 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20786 x=2116 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20787 x=2139 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20788 x=2162 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20789 x=2185 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20791 x=2208 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20792 x=2231 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20793 x=2254 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20794 x=2277 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20795 x=2300 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20796 x=2323 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20799 x=276 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20800 x=736 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20801 x=2392 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20802 x=2415 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20803 x=690 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20804 x=299 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20805 x=2484 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20806 x=2507 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20807 x=322 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20808 x=2553 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20809 x=2576 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20810 x=368 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20811 x=2622 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20812 x=414 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20813 x=2668 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20814 x=1545 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20815 x=2714 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20816 x=460 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20818 x=2760 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20819 x=2783 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20820 x=2806 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20821 x=483 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20823 x=23 y=165 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20824 x=46 y=156 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20826 x=69 y=155 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20828 x=92 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20831 x=115 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20832 x=138 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20834 x=161 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20836 x=184 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20837 x=598 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20838 x=728 y=2225 width=19 height=19 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20839 x=2036 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20840 x=1650 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20841 x=252 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20842 x=667 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20843 x=667 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20844 x=1523 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20845 x=1738 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20846 x=713 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20849 x=437 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20851 x=1884 y=1826 width=17 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20852 x=736 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20853 x=506 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20854 x=529 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20855 x=759 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20856 x=575 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20857 x=598 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20859 x=621 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20860 x=644 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20862 x=851 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20864 x=690 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20866 x=708 y=2225 width=19 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20867 x=688 y=2225 width=19 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20868 x=874 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20869 x=1967 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20870 x=504 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20873 x=828 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20874 x=943 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20875 x=1155 y=2225 width=18 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20876 x=644 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20877 x=966 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20878 x=2055 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20879 x=273 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20880 x=2093 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20881 x=1790 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20882 x=2112 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20883 x=1058 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20885 x=989 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20886 x=815 y=2263 width=20 height=7 xoffset=1 yoffset=13 xadvance=22 page=0 chnl=15 -char id=20887 x=575 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20888 x=1150 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20889 x=1012 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20893 x=552 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20896 x=1035 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20897 x=294 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20898 x=1325 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20899 x=1303 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20900 x=1679 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20901 x=1748 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20902 x=1863 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20904 x=336 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20905 x=1281 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20906 x=1886 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20907 x=2829 y=1012 width=8 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20908 x=1472 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20909 x=1495 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20912 x=1518 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20913 x=1909 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20914 x=2244 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20915 x=1587 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20916 x=1932 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20917 x=1955 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20918 x=1656 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20919 x=1679 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20920 x=1702 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20922 x=1978 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20924 x=1748 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20925 x=2332 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20926 x=1794 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20927 x=1817 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20930 x=1840 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20931 x=1863 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20932 x=1886 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20933 x=902 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20934 x=1932 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20936 x=1955 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20937 x=1978 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20938 x=2001 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20939 x=858 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20940 x=2047 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20941 x=2070 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20943 x=2093 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20945 x=2116 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20946 x=2139 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20947 x=2070 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20948 x=2185 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20949 x=2093 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20950 x=2231 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20952 x=2254 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20955 x=2277 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20956 x=2300 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20957 x=2323 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20958 x=2116 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20959 x=2369 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20960 x=2162 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20961 x=2231 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20962 x=2438 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20965 x=2254 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20966 x=2484 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20967 x=2277 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20969 x=2323 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20970 x=2392 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20972 x=2415 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20973 x=2599 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20974 x=2438 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20976 x=2461 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20977 x=2668 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20978 x=2507 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20979 x=2714 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20980 x=2553 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20981 x=1136 y=2225 width=18 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20982 x=378 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20983 x=441 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20984 x=462 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20985 x=546 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20986 x=1809 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20989 x=483 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20990 x=504 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20992 x=1915 y=2205 width=21 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20993 x=1079 y=2225 width=18 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20994 x=2829 y=22 width=10 height=21 xoffset=10 yoffset=7 xadvance=22 page=0 chnl=15 -char id=20995 x=483 y=2225 width=20 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20996 x=368 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20997 x=322 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=20998 x=2668 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=20999 x=836 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21000 x=0 y=1551 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21002 x=792 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21003 x=44 y=1551 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21006 x=66 y=1542 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21009 x=770 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21010 x=110 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21011 x=660 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21012 x=154 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21013 x=550 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21014 x=198 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21015 x=528 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21016 x=242 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21021 x=264 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21026 x=286 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21028 x=308 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21029 x=506 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21030 x=352 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21031 x=374 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21032 x=396 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21033 x=418 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21034 x=308 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21035 x=286 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21038 x=484 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21040 x=264 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21041 x=851 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21042 x=528 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21043 x=550 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21045 x=176 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21046 x=594 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21047 x=110 y=2144 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21048 x=989 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21049 x=638 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21050 x=660 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21051 x=682 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21052 x=1081 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21059 x=704 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21060 x=88 y=2153 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21061 x=66 y=2153 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21063 x=0 y=2153 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21065 x=792 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21066 x=2114 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21067 x=1242 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21068 x=836 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21069 x=1288 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21071 x=1311 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21076 x=858 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21077 x=880 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21078 x=902 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21079 x=924 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21080 x=946 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21082 x=968 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21083 x=546 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21084 x=990 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21085 x=1012 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21086 x=1034 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21087 x=2706 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21088 x=1078 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21089 x=1100 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21091 x=1122 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21092 x=1144 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21093 x=2662 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21094 x=1188 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21097 x=1210 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21098 x=2135 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21100 x=1254 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21102 x=2156 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21103 x=567 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21104 x=1298 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21105 x=1863 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21106 x=1320 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21107 x=1342 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21108 x=1364 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21109 x=1386 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21111 x=1408 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21112 x=1430 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21113 x=1452 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21117 x=1474 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21119 x=1496 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21120 x=609 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21122 x=1518 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21123 x=1540 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21124 x=1562 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21125 x=2618 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21127 x=1606 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21128 x=2231 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21129 x=1628 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21130 x=1650 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21132 x=1672 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21133 x=1694 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21137 x=1716 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21138 x=1738 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21139 x=1760 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21140 x=2415 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21141 x=1782 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21142 x=1804 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21143 x=1826 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21144 x=1848 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21146 x=2552 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21147 x=2177 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21148 x=2576 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21151 x=1914 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21152 x=1936 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21155 x=1958 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21156 x=1980 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21157 x=2002 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21158 x=2024 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21159 x=2046 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21161 x=2068 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21162 x=2783 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21163 x=2090 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21164 x=2112 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21165 x=2134 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21167 x=2156 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21168 x=2198 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21169 x=2200 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21172 x=2219 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21173 x=138 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21174 x=2244 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21175 x=2266 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21176 x=2288 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21177 x=2310 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21178 x=2332 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21179 x=2240 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21180 x=2376 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21181 x=2398 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21182 x=2420 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21184 x=2442 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21185 x=2464 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21187 x=2486 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21188 x=2508 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21189 x=2530 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21190 x=2552 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21191 x=1505 y=2184 width=19 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21192 x=2261 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21193 x=552 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21194 x=575 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21196 x=2596 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21197 x=2618 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21199 x=2640 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21200 x=2662 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21201 x=2684 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21202 x=2706 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21204 x=2728 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21205 x=2750 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21206 x=2282 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21207 x=2222 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21208 x=2816 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21209 x=851 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21211 x=0 y=1573 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21212 x=22 y=1573 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21213 x=920 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21214 x=44 y=1573 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21215 x=966 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21216 x=66 y=1564 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21217 x=88 y=1563 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21218 x=1035 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21219 x=1058 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21220 x=1081 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21221 x=1104 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21222 x=110 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21223 x=1150 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21224 x=132 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21225 x=154 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21226 x=176 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21228 x=198 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21232 x=1265 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21233 x=220 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21234 x=242 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21235 x=264 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21236 x=286 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21237 x=308 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21238 x=1403 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21239 x=330 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21240 x=352 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21241 x=374 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21242 x=2303 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21243 x=418 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21246 x=2324 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21247 x=462 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21248 x=484 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21249 x=1610 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21250 x=506 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21251 x=528 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21253 x=1679 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21254 x=550 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21255 x=572 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21256 x=594 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21258 x=616 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21259 x=638 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21260 x=660 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21261 x=682 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21263 x=1863 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21264 x=704 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21265 x=726 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21267 x=748 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21269 x=1098 y=2225 width=18 height=19 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21270 x=2714 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21271 x=2806 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21272 x=814 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21273 x=0 y=1901 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21274 x=768 y=2225 width=19 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21275 x=2134 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21276 x=2090 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21277 x=1705 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21278 x=2024 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21279 x=2002 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21280 x=1914 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21281 x=1848 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21283 x=1826 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21284 x=1545 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21285 x=1738 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21287 x=1716 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21288 x=1650 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21289 x=1628 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21290 x=1540 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21291 x=1408 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21292 x=1364 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21293 x=1342 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21295 x=1320 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21296 x=1276 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21297 x=1232 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21298 x=1210 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21299 x=1188 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21301 x=1166 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21304 x=555 y=2245 width=21 height=17 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=21305 x=2157 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21306 x=1034 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21307 x=902 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21308 x=253 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21309 x=154 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21310 x=2032 y=2225 width=21 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21311 x=880 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21312 x=858 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21313 x=0 y=231 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21314 x=770 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21315 x=69 y=1901 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21317 x=115 y=1891 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21318 x=92 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21319 x=138 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21320 x=138 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21321 x=161 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21322 x=184 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21323 x=207 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21324 x=161 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21325 x=2476 y=2223 width=19 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21329 x=276 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21330 x=299 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21331 x=322 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21332 x=345 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21335 x=2471 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21336 x=391 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21337 x=414 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21338 x=437 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21339 x=460 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21340 x=1972 y=1826 width=13 height=21 xoffset=7 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21342 x=506 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21344 x=1771 y=1826 width=18 height=21 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21345 x=552 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21347 x=1067 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21348 x=1347 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21349 x=1407 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21350 x=644 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21351 x=1672 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21353 x=2368 y=2183 width=12 height=20 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21356 x=1694 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21357 x=748 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21358 x=759 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21359 x=1738 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21360 x=1447 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21361 x=828 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21362 x=638 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21363 x=462 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21364 x=1826 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21365 x=1848 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21367 x=943 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21368 x=1870 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21369 x=1892 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21370 x=630 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21371 x=1914 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21373 x=2660 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21374 x=352 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21375 x=1980 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21378 x=2245 y=2205 width=21 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21379 x=2002 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21380 x=253 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21383 x=230 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21384 x=184 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21385 x=264 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21390 x=299 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21395 x=322 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21396 x=345 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21398 x=437 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21400 x=506 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21401 x=529 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21402 x=552 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21405 x=220 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21407 x=667 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21408 x=690 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21409 x=713 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21412 x=736 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21413 x=759 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21414 x=805 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21416 x=828 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21417 x=851 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21418 x=897 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21419 x=989 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21421 x=1012 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21422 x=1035 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21423 x=1058 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21424 x=1104 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21426 x=1127 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21427 x=1794 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21428 x=1150 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21429 x=1219 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21430 x=110 y=2123 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21431 x=2640 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21432 x=1265 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21434 x=1932 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21435 x=1955 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21437 x=1978 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21440 x=2765 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21441 x=1288 y=1890 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21442 x=2047 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21443 x=2070 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21444 x=1311 y=1890 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21445 x=2116 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21448 x=161 y=2206 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21449 x=138 y=2207 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21450 x=1334 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21451 x=2208 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21452 x=92 y=2216 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21453 x=168 y=2226 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21454 x=2277 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21455 x=2300 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21458 x=1357 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21459 x=2794 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21460 x=2369 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21461 x=1380 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21462 x=1426 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21463 x=2807 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21465 x=2461 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21466 x=651 y=2163 width=20 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21467 x=2507 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21469 x=2530 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21470 x=1449 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21471 x=66 y=1586 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21472 x=1541 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21473 x=2622 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21474 x=2645 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21475 x=1117 y=2225 width=18 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21476 x=2691 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21477 x=110 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21478 x=1685 y=2184 width=19 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21479 x=1665 y=2184 width=19 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21480 x=210 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21481 x=231 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21482 x=273 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21483 x=66 y=2132 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21484 x=294 y=2225 width=20 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21485 x=44 y=2132 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21486 x=2289 y=2204 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21487 x=2801 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21488 x=176 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21489 x=2816 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21490 x=184 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21491 x=220 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21492 x=242 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21493 x=1625 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21494 x=2728 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21495 x=1748 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21496 x=648 y=2225 width=19 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21498 x=2135 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21505 x=2684 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21506 x=987 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21507 x=352 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21508 x=437 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21512 x=460 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21513 x=84 y=1806 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21514 x=1903 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21515 x=396 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21516 x=693 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21517 x=105 y=1805 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21518 x=598 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21519 x=621 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21520 x=2618 y=2099 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21521 x=126 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21522 x=2596 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21523 x=1959 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21530 x=1893 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21531 x=1863 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21533 x=782 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21534 x=1886 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21535 x=550 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21536 x=572 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21537 x=594 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21540 x=616 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21542 x=1932 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21543 x=1827 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21544 x=660 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21545 x=2574 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21546 x=704 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21547 x=1035 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21548 x=2530 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21549 x=748 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21550 x=770 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21551 x=189 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21553 x=814 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21555 x=2047 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21556 x=2116 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21557 x=880 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21558 x=714 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21560 x=2420 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21561 x=946 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21563 x=210 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21564 x=2354 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21565 x=1012 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21566 x=2231 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21567 x=1403 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21568 x=2332 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21570 x=1960 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21571 x=2310 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21572 x=2277 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21574 x=2346 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21575 x=1541 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21576 x=756 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21577 x=2369 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21578 x=231 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21580 x=1210 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21581 x=1783 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21582 x=1761 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21583 x=1232 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21585 x=2461 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21589 x=1739 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21598 x=777 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21599 x=1298 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21602 x=2266 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21604 x=1342 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21606 x=294 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21607 x=2244 y=2099 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21608 x=798 y=2163 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21609 x=2421 y=2204 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21610 x=2222 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21611 x=1430 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21612 x=420 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21613 x=1452 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21614 x=2178 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21616 x=2070 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21617 x=2112 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21619 x=1518 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21620 x=336 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21621 x=2201 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21622 x=1562 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21623 x=819 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21627 x=357 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21628 x=2090 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21629 x=2277 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21631 x=1628 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21632 x=2047 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21633 x=1650 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21635 x=1672 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21636 x=378 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21637 x=2415 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21638 x=1716 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21640 x=399 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21641 x=1760 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21642 x=2024 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21643 x=1804 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21644 x=2002 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21645 x=1848 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21646 x=2599 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21647 x=1980 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21648 x=1892 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21649 x=1914 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21650 x=2553 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21653 x=1958 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21654 x=420 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21660 x=441 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21663 x=1805 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21664 x=840 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21665 x=1892 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21666 x=2645 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21668 x=2090 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21669 x=2091 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21670 x=2134 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21671 x=462 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21672 x=138 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21673 x=2178 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21674 x=2200 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21675 x=2668 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21676 x=2244 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21677 x=2266 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21678 x=2288 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21679 x=2310 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21681 x=483 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21682 x=2354 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21683 x=2376 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21687 x=2398 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21688 x=414 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21689 x=2420 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21690 x=2003 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21691 x=2442 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21692 x=1725 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21693 x=882 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21694 x=2464 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21695 x=2486 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21696 x=598 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21697 x=924 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21698 x=1826 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21699 x=945 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21700 x=2530 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21702 x=2552 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21703 x=1760 y=2100 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21704 x=2596 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21705 x=782 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21706 x=2618 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21709 x=525 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21710 x=2662 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21720 x=2684 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21728 x=2706 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21729 x=2737 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21730 x=1981 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21733 x=0 y=1922 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21734 x=2772 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21736 x=2794 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21737 x=2223 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21738 x=1628 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21740 x=22 y=1617 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21741 x=230 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21742 x=66 y=1608 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21743 x=1584 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21745 x=110 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21746 x=1196 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21747 x=132 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21750 x=154 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21754 x=176 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21756 x=198 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21757 x=2112 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21758 x=1562 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21759 x=242 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21760 x=264 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21761 x=1518 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21764 x=1408 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21765 x=330 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21766 x=352 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21767 x=368 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21768 x=1210 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21769 x=418 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21772 x=1188 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21773 x=462 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21774 x=567 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21775 x=506 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21776 x=1656 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21780 x=1166 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21781 x=550 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21782 x=1966 y=2225 width=21 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21799 x=966 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21802 x=594 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21803 x=1122 y=2100 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21806 x=638 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21807 x=660 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21809 x=987 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21810 x=682 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21811 x=1100 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21813 x=726 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21814 x=748 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21816 x=770 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21817 x=792 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21819 x=814 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21820 x=836 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21821 x=858 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21822 x=1078 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21824 x=1056 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21825 x=1008 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21828 x=1849 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=21829 x=946 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21830 x=609 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21831 x=630 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21833 x=1012 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21834 x=1012 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21836 x=946 y=2100 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21837 x=1078 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21839 x=1071 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21840 x=1100 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21841 x=1122 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21843 x=2415 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21846 x=1144 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21847 x=651 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21848 x=1188 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21850 x=529 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21851 x=1232 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21852 x=792 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21853 x=682 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21854 x=616 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21856 x=759 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21857 x=1342 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21859 x=672 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21860 x=1386 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21862 x=1408 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21883 x=693 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21884 x=1452 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21885 x=1474 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21886 x=1496 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21887 x=1518 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21888 x=1540 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21889 x=1092 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21890 x=484 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21891 x=1584 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21892 x=115 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21894 x=138 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21895 x=714 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21896 x=1628 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21897 x=1650 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21898 x=1672 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21899 x=1694 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21902 x=1113 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21903 x=1716 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21905 x=1738 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21906 x=1760 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21907 x=374 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21908 x=308 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21911 x=264 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21912 x=1848 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21913 x=1870 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21914 x=1892 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21916 x=506 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21917 x=1134 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21918 x=735 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21919 x=1197 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21923 x=1936 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21924 x=1958 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21927 x=154 y=2100 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21928 x=2002 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21929 x=110 y=2102 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21930 x=713 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21931 x=2046 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21932 x=759 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21933 x=2068 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21934 x=2728 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21936 x=2112 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21938 x=777 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21942 x=798 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21951 x=782 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21953 x=2200 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21955 x=2222 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21956 x=2706 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21957 x=2266 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21958 x=2288 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21959 x=1035 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21961 x=2310 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21963 x=2332 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21964 x=2662 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21966 x=1218 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21969 x=2398 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21970 x=2420 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21971 x=2552 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21972 x=2464 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21975 x=2396 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21976 x=2486 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21978 x=2508 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21979 x=2530 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21980 x=2552 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21981 x=1239 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21982 x=2574 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21983 x=2508 y=2078 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21986 x=2398 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21987 x=1260 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=21988 x=2640 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21993 x=2662 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21996 x=2684 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=21998 x=2332 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22001 x=2728 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22006 x=2310 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22007 x=2772 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22008 x=1633 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22009 x=2794 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22013 x=2816 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22014 x=0 y=1639 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22015 x=22 y=1639 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22021 x=44 y=1639 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22022 x=66 y=1630 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22023 x=88 y=1629 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22024 x=110 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22025 x=132 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22026 x=154 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22029 x=176 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22030 x=2266 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22031 x=943 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22032 x=2244 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22033 x=264 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22034 x=286 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22036 x=2156 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22038 x=330 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22039 x=882 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22040 x=374 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22041 x=396 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22043 x=418 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22048 x=2112 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22056 x=462 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22057 x=484 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22060 x=2068 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22063 x=528 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22064 x=550 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22065 x=1281 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22066 x=924 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22067 x=594 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22068 x=616 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22069 x=638 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22070 x=660 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22071 x=682 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22072 x=704 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22073 x=726 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22075 x=748 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22076 x=1104 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22077 x=1936 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22079 x=1892 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22080 x=1760 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22081 x=1738 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22082 x=1716 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22083 x=902 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22084 x=924 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22086 x=946 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22087 x=968 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22089 x=990 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22091 x=1012 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22092 x=1628 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22093 x=1056 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22094 x=1606 y=2079 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22095 x=1100 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22096 x=1150 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22099 x=1144 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22100 x=1562 y=2079 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22107 x=1188 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22110 x=1210 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22112 x=1232 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22113 x=1254 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22114 x=1276 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22115 x=1365 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22116 x=1298 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22118 x=1320 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22120 x=1173 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22121 x=2732 y=2183 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22122 x=1496 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22123 x=1408 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22124 x=1452 y=2079 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22125 x=1452 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22127 x=1474 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22129 x=1496 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22130 x=1518 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22132 x=1540 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22133 x=552 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22134 x=1562 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22136 x=1584 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22138 x=1606 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22144 x=1628 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22148 x=1650 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22149 x=1364 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22150 x=1694 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22151 x=1716 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22152 x=1342 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22154 x=1760 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22155 x=1782 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22156 x=1804 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22159 x=1826 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22164 x=1848 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22165 x=1870 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22169 x=1892 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22170 x=1428 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22173 x=1914 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22174 x=989 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22175 x=1936 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22176 x=1449 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22178 x=1058 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22181 x=1958 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22182 x=1320 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22183 x=2002 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22184 x=2024 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22185 x=2046 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22187 x=2068 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22188 x=2090 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22189 x=1242 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22190 x=1265 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22193 x=2112 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22194 x=1311 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22195 x=1334 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22196 x=1242 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22198 x=1276 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22199 x=2178 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22204 x=1210 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22206 x=2222 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22208 x=2244 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22209 x=1100 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22210 x=1334 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22211 x=2310 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22213 x=1380 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22216 x=2354 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22217 x=946 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22218 x=1633 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22219 x=2398 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22220 x=2420 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22221 x=1702 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22222 x=858 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22223 x=1748 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22224 x=2464 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22225 x=1533 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22227 x=2486 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22231 x=1525 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22232 x=1554 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22233 x=1575 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22234 x=1596 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22235 x=462 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=22236 x=1617 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22237 x=1638 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22238 x=1701 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22239 x=1007 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22240 x=1743 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22241 x=1764 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22243 x=1827 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22244 x=1848 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22245 x=1869 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22246 x=1911 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22247 x=1974 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22248 x=1995 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22251 x=2016 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22253 x=2058 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22254 x=2079 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22256 x=2121 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22257 x=1427 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22258 x=2142 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22259 x=2163 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22262 x=2184 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22263 x=2205 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22265 x=2268 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22266 x=2352 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22269 x=2373 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22271 x=2394 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22272 x=2415 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22273 x=2457 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22274 x=2499 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22275 x=2520 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22276 x=2541 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22279 x=2604 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22280 x=2625 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22281 x=2646 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22282 x=2667 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22283 x=2709 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22284 x=2730 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22285 x=2772 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22287 x=2793 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22289 x=2814 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22290 x=21 y=2195 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22291 x=63 y=2195 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22293 x=84 y=2195 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22294 x=105 y=2195 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22296 x=126 y=2186 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22298 x=168 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22299 x=189 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22300 x=210 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22301 x=294 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22303 x=2047 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22304 x=2070 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22305 x=2093 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22306 x=299 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22307 x=2709 y=2183 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22308 x=345 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22309 x=368 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22310 x=391 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22311 x=2640 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=22312 x=154 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22313 x=460 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22314 x=483 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22316 x=506 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22317 x=2116 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22318 x=552 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22319 x=575 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22320 x=598 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22323 x=198 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22324 x=220 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22327 x=2162 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22328 x=264 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22331 x=713 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22333 x=286 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22334 x=759 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22335 x=782 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22336 x=2208 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22338 x=828 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22341 x=851 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22342 x=874 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22343 x=897 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22346 x=920 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22348 x=2548 y=2183 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22349 x=966 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22350 x=989 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22351 x=1012 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22352 x=2231 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22353 x=1058 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22354 x=2254 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22361 x=2323 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22367 x=1127 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22369 x=1150 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22370 x=1173 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22372 x=418 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22373 x=2369 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22374 x=2438 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22375 x=1265 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22376 x=484 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22377 x=1311 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22378 x=1334 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22379 x=1357 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22381 x=1380 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22382 x=1403 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22383 x=2461 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22384 x=528 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22385 x=1472 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22387 x=550 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22388 x=2530 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22389 x=2553 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22391 x=1564 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22393 x=1587 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22394 x=1610 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22395 x=2576 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22396 x=1656 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22398 x=1679 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22399 x=1702 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22401 x=1725 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22402 x=2622 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22403 x=2668 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22408 x=1794 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22409 x=1817 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22411 x=2691 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22412 x=704 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22419 x=1886 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22420 x=2737 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22421 x=1932 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22423 x=1955 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22425 x=1978 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22426 x=2783 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22428 x=2024 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22429 x=2047 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22430 x=2070 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22431 x=2093 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22432 x=2116 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22433 x=2139 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22434 x=2162 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22435 x=69 y=1943 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22436 x=2502 y=2183 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22439 x=814 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22440 x=2254 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22441 x=1495 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22442 x=2300 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22444 x=2323 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22446 x=2346 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22448 x=2369 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22451 x=2392 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22456 x=2415 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22461 x=2438 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22464 x=2461 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22467 x=2484 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22470 x=1863 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22471 x=880 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22472 x=2553 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22475 x=92 y=1934 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22476 x=2599 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22478 x=2622 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22479 x=2645 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22482 x=2668 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22483 x=2691 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22484 x=2714 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22485 x=2737 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22486 x=2760 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22487 x=2783 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22492 x=2806 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22493 x=0 y=363 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22494 x=23 y=363 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22495 x=46 y=354 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22496 x=69 y=353 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22497 x=92 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22499 x=115 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22500 x=138 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22502 x=161 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22503 x=184 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22505 x=207 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22509 x=230 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22512 x=253 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22516 x=276 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22517 x=138 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22518 x=322 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22519 x=345 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22520 x=946 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22521 x=391 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22522 x=414 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22523 x=437 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22524 x=460 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22525 x=483 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22526 x=184 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22527 x=1449 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22528 x=1012 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22530 x=1134 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22531 x=598 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22532 x=621 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22533 x=276 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22534 x=667 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22536 x=1078 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22537 x=713 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22538 x=299 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22539 x=1122 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22540 x=1144 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22541 x=805 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22549 x=828 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22553 x=345 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22555 x=874 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22557 x=1188 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22558 x=920 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22559 x=943 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22560 x=966 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22561 x=989 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22564 x=1012 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22566 x=1035 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22567 x=1058 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22570 x=1081 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22573 x=1104 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22575 x=1127 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22576 x=1150 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22577 x=1173 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22578 x=414 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22580 x=1219 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22581 x=1242 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22585 x=1265 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22586 x=1288 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22589 x=1311 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22591 x=1334 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22592 x=1357 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22593 x=575 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22601 x=1403 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22602 x=1426 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22603 x=1254 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22604 x=1276 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22605 x=1495 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22607 x=1518 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22608 x=1541 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22609 x=1564 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22610 x=1587 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22612 x=1610 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22613 x=1633 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22615 x=1656 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22616 x=1679 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22617 x=1702 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22618 x=1725 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22622 x=1748 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22623 x=1771 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22625 x=1794 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22626 x=1817 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22628 x=1840 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22631 x=1863 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22632 x=1886 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22633 x=621 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22635 x=1932 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22637 x=1955 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22640 x=1978 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22642 x=2001 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22645 x=2024 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22648 x=2047 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22649 x=2070 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22652 x=2093 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22654 x=2116 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22655 x=2139 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22656 x=2162 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22657 x=2185 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22659 x=2208 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22661 x=644 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22663 x=2254 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22664 x=1342 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22665 x=2300 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22666 x=2323 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22667 x=2346 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22668 x=2369 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22669 x=2392 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22671 x=2415 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22672 x=2438 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22675 x=2461 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22676 x=2484 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22678 x=2507 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22679 x=1364 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22680 x=2553 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22684 x=736 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22685 x=2599 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22686 x=2622 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22687 x=2645 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22688 x=2668 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22689 x=2691 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22690 x=2714 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22694 x=2737 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22696 x=759 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22697 x=2783 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22698 x=2806 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22699 x=0 y=385 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22702 x=23 y=385 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22705 x=46 y=376 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22706 x=69 y=375 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22707 x=92 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22712 x=115 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22713 x=1430 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22714 x=161 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22715 x=184 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22716 x=207 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22718 x=782 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22721 x=851 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22722 x=989 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22723 x=299 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22724 x=322 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22725 x=345 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22727 x=368 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22728 x=391 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22730 x=414 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22732 x=437 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22733 x=460 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22734 x=483 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22736 x=1380 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22737 x=529 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22738 x=1127 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22739 x=1173 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22740 x=598 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22741 x=621 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22742 x=644 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22743 x=667 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22744 x=1196 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22745 x=713 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22746 x=736 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22748 x=759 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22749 x=782 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22750 x=805 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22751 x=828 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22752 x=851 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22753 x=874 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22754 x=897 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22756 x=920 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22757 x=943 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22761 x=966 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22763 x=1265 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22764 x=1357 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22766 x=1035 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22767 x=1058 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22768 x=1650 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22769 x=1155 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22770 x=1694 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22771 x=1176 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22772 x=1173 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22775 x=1196 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22777 x=1219 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22778 x=1242 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22779 x=1265 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22780 x=1288 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22781 x=1311 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22786 x=1334 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22789 x=1357 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22790 x=1738 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22793 x=1403 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22794 x=1426 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22795 x=1449 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22796 x=1197 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22797 x=1955 y=1826 width=16 height=21 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22799 x=1357 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22800 x=1541 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22802 x=1380 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22803 x=1449 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22804 x=1610 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22805 x=1167 y=1826 width=19 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22806 x=1656 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22808 x=1892 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22809 x=1472 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22810 x=1260 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22811 x=1518 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22812 x=1771 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22813 x=1794 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22815 x=1817 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22817 x=1840 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22818 x=1281 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22819 x=1302 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22820 x=2024 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22821 x=1932 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22823 x=1955 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22824 x=1978 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22825 x=1311 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=22826 x=2024 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22827 x=2047 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22828 x=2070 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22829 x=1564 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22830 x=2116 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22831 x=2139 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22832 x=2162 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22833 x=2185 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22834 x=2208 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22835 x=1587 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22837 x=2254 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22838 x=2277 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22839 x=2300 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22840 x=2323 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22841 x=2346 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22845 x=2369 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22846 x=2392 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22847 x=2415 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22851 x=1633 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22852 x=2461 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22854 x=2484 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22855 x=2507 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22856 x=2530 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22857 x=2553 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22862 x=2576 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22863 x=2599 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22864 x=2622 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22865 x=2645 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22866 x=2668 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22867 x=2691 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22868 x=2714 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22869 x=2737 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22871 x=2760 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22872 x=2783 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22873 x=2806 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22874 x=0 y=407 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22875 x=23 y=407 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22877 x=46 y=398 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22878 x=69 y=397 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22879 x=92 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22880 x=1656 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22881 x=1679 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22882 x=161 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22883 x=1863 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22885 x=207 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22887 x=230 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22888 x=253 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22889 x=276 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22890 x=299 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22891 x=322 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22892 x=345 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22893 x=368 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22894 x=391 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22895 x=414 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22898 x=437 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22899 x=460 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22900 x=483 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22901 x=506 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22902 x=529 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22904 x=552 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22905 x=575 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22907 x=598 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22908 x=621 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22909 x=644 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22913 x=2200 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22914 x=2222 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22915 x=713 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22916 x=736 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22922 x=759 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22923 x=782 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22924 x=805 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22925 x=828 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22926 x=851 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22930 x=2244 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22931 x=897 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22933 x=2266 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22934 x=943 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22935 x=966 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22937 x=989 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22939 x=1012 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22941 x=1035 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22943 x=1886 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=22947 x=1081 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22948 x=1104 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22949 x=2310 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22951 x=1150 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22952 x=1173 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22956 x=1196 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22957 x=1219 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22958 x=1242 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22959 x=2332 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22960 x=1288 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22962 x=1311 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22963 x=1334 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22967 x=1357 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22969 x=1380 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22970 x=1403 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22971 x=1426 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22972 x=1449 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22974 x=1472 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22977 x=2354 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22979 x=1518 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22980 x=1541 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22982 x=1564 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22984 x=1587 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22985 x=1610 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22986 x=1633 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22987 x=1656 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22989 x=1679 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22992 x=1702 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22993 x=1725 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22994 x=1748 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22995 x=1771 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=22996 x=1794 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23001 x=1817 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23002 x=1840 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23004 x=1863 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23005 x=1886 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23006 x=1909 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23007 x=1932 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23011 x=1955 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23012 x=1978 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23013 x=2001 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23014 x=2024 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23015 x=2047 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23016 x=2070 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23018 x=2093 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23019 x=2116 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23020 x=2139 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23022 x=2162 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23023 x=2185 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23025 x=2208 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23026 x=2231 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23028 x=2254 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23030 x=2277 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23031 x=2300 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23032 x=2323 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23035 x=2376 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23039 x=2369 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23040 x=2392 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23041 x=2415 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23043 x=2438 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23044 x=2461 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23049 x=2484 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23052 x=2507 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23053 x=2530 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23054 x=2553 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23057 x=2576 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23058 x=2599 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23059 x=2622 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23063 x=2645 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23064 x=2668 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23066 x=2398 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23067 x=2714 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23068 x=2737 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23070 x=2760 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23071 x=2420 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23072 x=2806 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23075 x=2442 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23076 x=23 y=429 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23077 x=46 y=420 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23079 x=69 y=419 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23080 x=92 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23081 x=115 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23082 x=138 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23085 x=161 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23087 x=184 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23088 x=207 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23093 x=230 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23094 x=1909 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23100 x=2486 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23104 x=299 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23105 x=322 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23108 x=345 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23109 x=2508 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23110 x=391 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23111 x=414 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23112 x=437 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23113 x=460 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23116 x=483 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23120 x=506 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23125 x=529 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23130 x=552 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23134 x=575 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23138 x=598 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23139 x=2530 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23141 x=644 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23142 x=667 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23143 x=690 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23146 x=713 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23148 x=736 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23149 x=759 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23159 x=782 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23162 x=805 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23163 x=828 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23166 x=851 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23167 x=874 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23172 x=897 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23179 x=920 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23184 x=1955 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23186 x=966 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23187 x=989 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23190 x=1012 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23193 x=1035 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23194 x=2574 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23195 x=1081 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23196 x=1104 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23198 x=1127 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23199 x=1150 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23200 x=1173 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23202 x=2596 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23207 x=2618 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23212 x=1242 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23217 x=1265 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23218 x=1288 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23219 x=1311 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23221 x=1334 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23224 x=1357 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23226 x=1380 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23227 x=1403 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23228 x=1426 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23229 x=2640 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23230 x=1472 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23231 x=1495 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23233 x=1518 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23234 x=1541 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23236 x=1564 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23238 x=1587 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23240 x=1610 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23241 x=1633 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23243 x=2662 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23244 x=1679 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23247 x=1702 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23248 x=1725 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23254 x=1748 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23255 x=1771 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23258 x=1794 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23260 x=1817 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23264 x=1840 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23265 x=1863 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23267 x=1886 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23269 x=1909 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23270 x=1932 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23273 x=1955 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23274 x=1978 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23278 x=2001 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23280 x=2024 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23285 x=2047 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23286 x=2070 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23290 x=2684 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23291 x=2706 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23293 x=2139 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23296 x=2162 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23297 x=2185 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23304 x=2208 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23305 x=2231 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23307 x=2254 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23308 x=2277 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23318 x=2300 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23319 x=2323 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23321 x=2346 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23323 x=2369 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23325 x=2392 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23329 x=2415 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23330 x=2438 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23333 x=2461 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23338 x=2484 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23340 x=2507 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23341 x=2530 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23344 x=1809 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23346 x=2576 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23348 x=2599 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23350 x=2622 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23352 x=2645 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23358 x=2668 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23360 x=2691 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23361 x=2139 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23363 x=2737 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23365 x=2760 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23371 x=2783 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23372 x=2806 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23376 x=1288 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=23377 x=1265 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=23378 x=147 y=2227 width=20 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=23380 x=2162 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23381 x=2231 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23382 x=2323 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23383 x=609 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23384 x=161 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23386 x=184 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23387 x=22 y=1683 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23388 x=230 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23389 x=253 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23390 x=2346 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23391 x=2369 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23395 x=322 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23396 x=2392 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23397 x=368 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23398 x=110 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23400 x=2461 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23401 x=437 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23403 x=2530 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23406 x=483 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23407 x=2553 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23408 x=529 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23409 x=2622 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23411 x=575 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23413 x=598 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23414 x=220 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23416 x=504 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23418 x=2645 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23420 x=690 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23421 x=713 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23422 x=2668 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23423 x=759 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23424 x=520 y=2263 width=20 height=10 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=23425 x=714 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23426 x=828 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23427 x=1652 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23428 x=874 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23429 x=286 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23430 x=1575 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23431 x=1743 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23432 x=308 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23433 x=989 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23434 x=1012 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23435 x=1035 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23436 x=1058 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23437 x=1081 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23438 x=1104 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23439 x=1127 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23440 x=1150 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23441 x=2247 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23443 x=1196 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23444 x=2714 y=1931 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23445 x=352 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23446 x=374 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23447 x=1288 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23448 x=1253 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23449 x=1358 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23450 x=396 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23451 x=1380 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23452 x=1403 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23453 x=2723 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23455 x=418 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23458 x=1472 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23459 x=1365 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23460 x=440 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23461 x=462 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23462 x=1764 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23464 x=484 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23465 x=1610 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23468 x=1633 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23469 x=506 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23470 x=2352 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23471 x=1702 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23472 x=1725 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23473 x=528 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23474 x=546 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23475 x=550 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23476 x=572 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23477 x=812 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23478 x=594 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23479 x=1886 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23480 x=1909 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23481 x=1932 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23482 x=1955 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23484 x=1978 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23487 x=616 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23488 x=2024 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23489 x=2047 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23490 x=2070 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23491 x=2093 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23492 x=2116 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23493 x=638 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23494 x=2162 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23495 x=2185 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23497 x=660 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23500 x=63 y=1815 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23501 x=2254 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23502 x=682 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23503 x=2300 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23504 x=2323 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23506 x=2346 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23507 x=1344 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23508 x=2392 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23510 x=704 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23511 x=1407 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23512 x=1428 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23513 x=2484 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23514 x=2507 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23515 x=2530 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23517 x=2553 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23518 x=726 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23519 x=2599 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23520 x=2622 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23521 x=2645 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23522 x=2668 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23524 x=2691 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23525 x=1659 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23526 x=2737 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23527 x=748 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23528 x=2783 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23529 x=2806 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23531 x=770 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23532 x=23 y=473 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23534 x=46 y=464 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23535 x=1932 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23536 x=92 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23537 x=115 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23539 x=1953 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23540 x=161 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23541 x=184 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23542 x=2037 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23544 x=230 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23546 x=253 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23549 x=276 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23550 x=299 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23551 x=322 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23553 x=345 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23554 x=368 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23555 x=391 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23556 x=414 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23557 x=437 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23558 x=460 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23559 x=483 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23560 x=506 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23561 x=529 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23562 x=552 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23563 x=2737 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23564 x=598 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23565 x=621 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23566 x=644 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23567 x=667 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23569 x=690 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23570 x=713 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23571 x=736 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23572 x=759 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23574 x=782 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23575 x=805 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23577 x=814 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23578 x=1600 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23582 x=874 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23583 x=897 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23584 x=920 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23586 x=943 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23587 x=2760 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23588 x=989 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23590 x=1012 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23592 x=1035 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23593 x=1058 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23594 x=1081 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23595 x=1242 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=23596 x=1127 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23597 x=1150 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23598 x=1173 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23600 x=1196 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23601 x=1219 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23602 x=1242 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23605 x=1265 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23606 x=2783 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23608 x=1472 y=2142 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23609 x=2806 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23610 x=0 y=1964 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23611 x=23 y=1964 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23612 x=1493 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23613 x=69 y=1964 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23614 x=92 y=1955 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23615 x=1589 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23616 x=1479 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23617 x=115 y=1954 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23621 x=138 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23622 x=1457 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23624 x=1391 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23626 x=1514 y=2142 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23627 x=207 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23629 x=230 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23630 x=253 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23631 x=276 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23632 x=299 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23633 x=322 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23635 x=345 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23637 x=391 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23641 x=414 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23642 x=1347 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23643 x=483 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23644 x=1215 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23646 x=1193 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23647 x=1127 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23648 x=598 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23649 x=644 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23650 x=924 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23651 x=667 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23652 x=1535 y=2142 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23653 x=713 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23655 x=736 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23656 x=759 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23657 x=805 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23660 x=880 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23661 x=814 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23662 x=1828 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23663 x=1606 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23664 x=42 y=1815 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23665 x=1825 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23668 x=273 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23669 x=1650 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23670 x=1323 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23673 x=1672 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23674 x=1694 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23675 x=1386 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23676 x=1716 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23677 x=1738 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23687 x=1449 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23688 x=1760 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23690 x=1645 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23692 x=2553 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23695 x=1804 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23696 x=1826 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23697 x=2622 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23698 x=1848 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23700 x=874 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23709 x=2691 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23711 x=1870 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23712 x=352 y=2142 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23713 x=1577 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23714 x=2783 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23715 x=1995 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23718 x=943 y=1953 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23719 x=1087 y=1826 width=19 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23720 x=1958 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23721 x=69 y=485 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23722 x=2079 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23723 x=2184 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23724 x=2205 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23725 x=1980 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23729 x=184 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23730 x=2002 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23731 x=966 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23732 x=2046 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23733 x=2068 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23734 x=126 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23735 x=2090 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23736 x=345 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23738 x=368 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23739 x=2112 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23740 x=2134 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23742 x=2156 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23749 x=2178 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23751 x=483 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23753 x=506 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23755 x=819 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23760 x=2200 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23762 x=1001 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23767 x=2222 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23769 x=2244 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23773 x=1543 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23776 x=2266 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23777 x=2288 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23782 x=713 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23784 x=2310 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23785 x=759 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23786 x=2332 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23789 x=2354 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23790 x=2376 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23791 x=851 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23792 x=2398 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23793 x=897 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23794 x=2420 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23796 x=2442 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23797 x=2464 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23798 x=2486 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23802 x=2508 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23803 x=2530 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23805 x=2552 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23809 x=1081 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23814 x=220 y=2142 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23815 x=1533 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23819 x=1150 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23821 x=2596 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23822 x=2618 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23824 x=2640 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23825 x=1242 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23826 x=2662 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23828 x=1288 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23829 x=198 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23830 x=1334 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23831 x=1227 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23832 x=2706 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23833 x=1403 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23834 x=2728 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23835 x=1598 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23837 x=2772 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23839 x=1012 y=1953 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23840 x=2816 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23842 x=0 y=1705 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23843 x=1564 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23844 x=22 y=1705 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23846 x=44 y=1705 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23847 x=1633 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23849 x=2121 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23851 x=2142 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23857 x=66 y=1696 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23860 x=1725 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23865 x=88 y=1695 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23869 x=2226 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23871 x=110 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23874 x=1817 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23875 x=132 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23878 x=1863 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23879 x=1886 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23880 x=154 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23882 x=176 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23883 x=1619 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23884 x=1978 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23886 x=2457 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23888 x=2024 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23889 x=21 y=1837 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23890 x=1640 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23891 x=315 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23893 x=242 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23897 x=2139 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23900 x=2162 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23903 x=264 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23904 x=286 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23905 x=308 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23906 x=330 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23908 x=2277 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23913 x=798 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23914 x=352 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23916 x=2346 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23917 x=374 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23919 x=396 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23920 x=418 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23923 x=2438 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23926 x=1682 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23929 x=462 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23930 x=484 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23934 x=506 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23935 x=2553 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23937 x=528 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23938 x=550 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23939 x=572 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23940 x=2645 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23943 x=44 y=2153 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=23944 x=2691 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23946 x=2714 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23947 x=616 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23948 x=638 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23952 x=660 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23954 x=682 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23955 x=704 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23956 x=23 y=517 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23957 x=726 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23959 x=748 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23961 x=770 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23963 x=792 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23965 x=814 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23967 x=836 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23968 x=858 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23970 x=880 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23972 x=230 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23975 x=902 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23979 x=924 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23980 x=946 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23982 x=968 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23984 x=990 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23986 x=1012 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23988 x=391 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23991 x=414 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23992 x=1034 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23993 x=1056 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23994 x=483 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23996 x=1078 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=23997 x=529 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24003 x=552 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24007 x=1100 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24009 x=1122 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24011 x=621 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24012 x=644 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24013 x=667 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24014 x=2816 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24016 x=713 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24017 x=1166 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24018 x=759 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24019 x=1188 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24022 x=805 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24023 x=2684 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24024 x=1232 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24025 x=1254 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24027 x=63 y=2236 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24029 x=1703 y=2142 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24030 x=2268 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24032 x=1173 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24033 x=1150 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24034 x=1012 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24035 x=1035 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24036 x=1058 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24037 x=1489 y=2244 width=22 height=16 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=24038 x=1104 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24039 x=1173 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24040 x=1845 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24041 x=1242 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24043 x=1852 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24046 x=1219 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24049 x=1724 y=2142 width=20 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24050 x=2640 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24051 x=1745 y=2142 width=20 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24052 x=1465 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24053 x=1334 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24055 x=1357 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24056 x=2596 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24057 x=1311 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24059 x=1426 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24061 x=1380 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24062 x=1714 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24063 x=1495 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24064 x=1150 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24066 x=1541 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24067 x=1562 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24070 x=1584 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24071 x=1610 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24075 x=1633 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24076 x=1606 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24077 x=924 y=1826 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24081 x=1702 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24082 x=1725 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24084 x=1628 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24085 x=833 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24086 x=1650 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24088 x=1022 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24089 x=1672 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24090 x=1403 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24091 x=1638 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24093 x=1484 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24095 x=1716 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24096 x=1581 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24101 x=1610 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24104 x=1738 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24107 x=1760 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24109 x=2047 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24110 x=1782 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24111 x=2093 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24112 x=2618 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24114 x=1804 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24115 x=1826 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24117 x=1848 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24118 x=1870 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24119 x=1892 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24120 x=987 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24125 x=1218 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24126 x=1914 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24128 x=1936 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24131 x=1958 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24132 x=1980 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24133 x=2002 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24135 x=2415 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24137 x=2024 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24139 x=2461 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24140 x=2046 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24142 x=2068 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24144 x=2530 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24145 x=2553 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24148 x=2090 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24149 x=2599 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24150 x=2112 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24151 x=1680 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24152 x=2134 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24155 x=2156 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24156 x=2178 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24158 x=2200 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24159 x=2222 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24161 x=2244 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24162 x=2266 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24163 x=2288 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24164 x=23 y=539 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24168 x=2310 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24170 x=2332 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24171 x=2354 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24172 x=2376 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24173 x=2398 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24174 x=2420 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24176 x=2442 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24178 x=1104 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24179 x=1081 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24180 x=253 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24181 x=1518 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24182 x=299 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24183 x=2530 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24184 x=345 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24185 x=368 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24186 x=2552 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24187 x=2266 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24188 x=437 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24189 x=2331 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24190 x=483 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24191 x=2596 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24192 x=529 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24193 x=552 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24195 x=575 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24196 x=598 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24199 x=621 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24202 x=644 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24203 x=667 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24206 x=690 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24207 x=713 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24213 x=736 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24214 x=759 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24215 x=782 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24217 x=805 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24218 x=828 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24220 x=851 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24224 x=874 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24226 x=897 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24228 x=920 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24229 x=943 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24230 x=966 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24231 x=989 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24232 x=1012 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24234 x=1035 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24235 x=1058 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24236 x=1081 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24237 x=1104 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24241 x=1127 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24243 x=1150 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24245 x=1173 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24246 x=1196 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24247 x=1219 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24248 x=1242 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24249 x=1265 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24253 x=1288 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24254 x=1311 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24255 x=2618 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24257 x=1357 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24258 x=1380 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24259 x=1403 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24262 x=1426 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24264 x=1449 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24265 x=1472 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24266 x=1495 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24267 x=1518 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24268 x=1541 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24270 x=1564 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24271 x=1587 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24272 x=1610 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24273 x=1633 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24274 x=1656 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24275 x=1679 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24276 x=1702 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24277 x=1725 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24278 x=1748 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24281 x=1771 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24282 x=1794 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24283 x=1817 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24284 x=1840 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24285 x=1863 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24286 x=1886 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24287 x=1909 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24288 x=1932 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24289 x=1955 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24290 x=1978 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24291 x=2001 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24293 x=2024 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24296 x=2047 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24297 x=2070 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24299 x=2093 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24300 x=2116 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24304 x=2139 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24305 x=2162 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24307 x=2185 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24308 x=1058 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24310 x=2231 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24311 x=2254 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24312 x=2277 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24313 x=2300 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24314 x=2323 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24315 x=1564 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24316 x=1587 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24317 x=1610 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24318 x=1633 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24319 x=2438 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24320 x=1035 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24321 x=2484 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24322 x=1656 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24323 x=2530 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24324 x=1679 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24326 x=2576 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24327 x=2599 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24328 x=1311 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24329 x=2645 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24330 x=2668 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24331 x=2794 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24332 x=2714 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24333 x=2737 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24334 x=2760 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24335 x=2783 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24336 x=2806 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24337 x=0 y=561 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24339 x=2150 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24340 x=126 y=2236 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24341 x=1524 y=1826 width=18 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24342 x=42 y=2236 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24343 x=693 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24344 x=1702 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24345 x=1725 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24347 x=184 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24348 x=1787 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24349 x=1748 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24350 x=253 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24351 x=777 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24353 x=1771 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24354 x=322 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24355 x=345 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24356 x=1794 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24357 x=391 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24358 x=414 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24359 x=437 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24360 x=1936 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24361 x=483 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24363 x=1817 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24364 x=1863 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24365 x=1909 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24366 x=575 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24367 x=959 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24368 x=621 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24369 x=1892 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24372 x=667 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24373 x=1932 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24374 x=713 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24375 x=736 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24376 x=1870 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24378 x=1955 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24379 x=2024 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24380 x=1804 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24381 x=851 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24382 x=874 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24383 x=897 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24384 x=920 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24385 x=2047 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24388 x=2070 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24389 x=989 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24391 x=1012 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24392 x=2093 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24394 x=2139 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24396 x=2162 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24397 x=1104 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24398 x=1127 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24400 x=1484 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24401 x=2185 y=1952 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24403 x=1733 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24404 x=1219 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24406 x=1242 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24407 x=1265 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24408 x=1288 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24409 x=1311 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24411 x=2208 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24412 x=1357 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24413 x=1380 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24416 x=1403 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24417 x=2206 y=2184 width=17 height=20 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24418 x=2231 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24419 x=1472 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24420 x=2277 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24421 x=1518 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24422 x=1541 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24423 x=1564 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24425 x=2300 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24426 x=1610 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24427 x=2323 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24428 x=1656 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24429 x=1679 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24431 x=2369 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24432 x=1725 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24433 x=2392 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24434 x=2415 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24435 x=2381 y=2183 width=12 height=20 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24436 x=660 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24437 x=1840 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24439 x=1863 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24440 x=1886 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24441 x=1909 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24442 x=1932 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24444 x=1955 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24445 x=1978 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24446 x=2001 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24447 x=2024 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24448 x=2047 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24449 x=2070 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24450 x=2093 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24451 x=2116 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24452 x=2139 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24453 x=2162 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24455 x=682 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24456 x=2208 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24457 x=2231 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24458 x=704 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24459 x=2277 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24460 x=2300 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24461 x=2323 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24463 x=2346 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24464 x=2369 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24465 x=2392 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24466 x=2415 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24467 x=2438 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24470 x=2461 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24471 x=2484 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24472 x=2507 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24473 x=2530 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24476 x=2553 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24477 x=2576 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24478 x=2599 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24480 x=2622 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24481 x=726 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24482 x=2668 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24484 x=2691 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24487 x=748 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24488 x=2737 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24489 x=2760 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24490 x=2783 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24491 x=2806 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24492 x=0 y=583 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24493 x=23 y=583 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24494 x=46 y=574 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24495 x=69 y=573 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24496 x=92 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24497 x=115 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24499 x=138 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24500 x=161 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24501 x=184 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24503 x=207 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24504 x=230 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24505 x=253 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24508 x=276 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24509 x=299 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24515 x=322 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24516 x=2144 y=1826 width=11 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24517 x=368 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24519 x=770 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24520 x=1012 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=24521 x=792 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24523 x=460 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24524 x=2438 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24525 x=2461 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24528 x=529 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24529 x=2507 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24530 x=575 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24531 x=598 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24532 x=621 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24534 x=644 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24535 x=667 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24536 x=690 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24537 x=713 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24540 x=736 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24541 x=759 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24542 x=782 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24544 x=805 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24545 x=880 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24546 x=2530 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24548 x=874 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24552 x=897 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24553 x=1496 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24554 x=943 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24555 x=966 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24556 x=989 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24557 x=1012 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24558 x=1035 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24559 x=1058 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24560 x=1081 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24561 x=1104 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24562 x=1127 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24563 x=1150 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24565 x=1173 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24566 x=1196 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24568 x=1219 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24570 x=1242 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24571 x=1265 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24572 x=1288 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24573 x=1311 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24575 x=2553 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24583 x=1357 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24586 x=968 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24589 x=1403 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24590 x=1426 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24591 x=1449 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24592 x=1472 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24594 x=1495 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24595 x=1518 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24596 x=1541 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24597 x=990 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24598 x=1587 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24599 x=1610 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24600 x=1633 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24601 x=1656 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24602 x=1679 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24603 x=1702 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24604 x=1725 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24605 x=1474 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24607 x=1771 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24608 x=1794 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24609 x=1817 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24610 x=1840 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24612 x=1863 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24613 x=1034 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24614 x=1909 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24615 x=1932 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24616 x=1955 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24617 x=1978 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24618 x=2001 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24619 x=2024 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24621 x=2047 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24623 x=2070 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24625 x=2093 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24627 x=2116 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24629 x=2139 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24634 x=2162 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24640 x=2185 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24641 x=2208 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24642 x=1056 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24643 x=2254 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24646 x=2277 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24647 x=2300 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24648 x=2323 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24649 x=2346 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24650 x=2369 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24651 x=2392 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24652 x=2415 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24653 x=2438 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24656 x=2599 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24657 x=82 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24658 x=2507 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24660 x=2530 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24661 x=2553 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24662 x=2576 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24663 x=2599 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24665 x=2622 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24666 x=2645 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24669 x=2668 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24671 x=1122 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24672 x=2714 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24673 x=2737 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24674 x=2760 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24675 x=2783 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24676 x=2806 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24677 x=2622 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24679 x=2645 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24680 x=46 y=596 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24681 x=2668 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24682 x=92 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24683 x=1210 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24684 x=138 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24685 x=161 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24687 x=184 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24688 x=207 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24689 x=230 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24693 x=253 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24695 x=276 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24702 x=299 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24703 x=2714 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24705 x=1254 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24706 x=368 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24707 x=1276 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24708 x=414 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24709 x=437 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24710 x=460 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24712 x=483 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24713 x=506 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24714 x=529 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24715 x=552 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24716 x=575 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24717 x=598 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24718 x=621 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24721 x=644 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24722 x=667 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24723 x=690 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24724 x=713 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24725 x=736 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24726 x=759 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24727 x=782 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24728 x=2760 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24730 x=828 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24731 x=851 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24733 x=874 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24734 x=897 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24735 x=920 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24736 x=943 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24738 x=966 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24739 x=989 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24740 x=1012 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24741 x=1452 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24742 x=1058 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24743 x=1320 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24744 x=1104 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24745 x=1342 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24746 x=46 y=1901 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24752 x=1173 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24753 x=1196 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24754 x=1219 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24755 x=1242 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24756 x=1265 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24757 x=1288 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24758 x=1850 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24759 x=1334 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24760 x=1357 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24763 x=1380 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24764 x=1403 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24765 x=1426 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24766 x=1449 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24770 x=1386 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24772 x=1495 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24773 x=1518 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24774 x=1408 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24775 x=1564 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24776 x=1587 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24777 x=1610 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24778 x=1633 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24779 x=1656 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24782 x=1679 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24783 x=1702 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24785 x=1725 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24787 x=1748 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24788 x=1771 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24789 x=1430 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24792 x=1452 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24793 x=1840 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24794 x=1863 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24795 x=1886 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24796 x=1909 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24797 x=1932 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24798 x=1955 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24799 x=1978 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24800 x=105 y=1827 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24801 x=2806 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24802 x=2047 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24803 x=2070 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24805 x=2093 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24807 x=2116 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24808 x=2139 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24814 x=2162 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24816 x=2185 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24817 x=2208 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24818 x=2231 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24819 x=2254 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24820 x=2277 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24821 x=2300 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24822 x=2323 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24823 x=2346 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24824 x=2369 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24825 x=2392 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24826 x=2415 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24827 x=1496 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24828 x=1518 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24829 x=2484 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24832 x=2507 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24833 x=2530 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24834 x=2553 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24835 x=2576 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24838 x=2599 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24839 x=2622 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24840 x=0 y=1985 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24841 x=2668 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24842 x=1562 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24844 x=2714 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24845 x=2737 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24846 x=2760 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24847 x=2783 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24848 x=2806 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24849 x=1584 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24850 x=1606 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24851 x=46 y=618 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24852 x=69 y=617 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24853 x=92 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24854 x=115 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24855 x=138 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24857 x=161 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24858 x=1892 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24859 x=1650 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24860 x=230 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24862 x=253 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24863 x=276 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24864 x=299 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24865 x=322 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24866 x=345 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24871 x=368 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24872 x=391 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24874 x=414 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24875 x=437 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24876 x=460 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24880 x=483 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24881 x=506 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24884 x=529 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24885 x=1672 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24886 x=575 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24887 x=598 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24889 x=621 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24890 x=644 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24892 x=667 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24893 x=690 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24894 x=713 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24895 x=92 y=1976 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24897 x=115 y=1975 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24898 x=1738 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24900 x=805 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24901 x=828 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24902 x=851 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24903 x=138 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24904 x=897 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24905 x=920 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24906 x=943 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24907 x=966 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24908 x=989 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24909 x=1012 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24910 x=1035 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24915 x=1058 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24917 x=1081 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24920 x=1104 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24921 x=1127 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24922 x=1150 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24925 x=161 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24926 x=1196 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24927 x=1804 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24928 x=1242 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24930 x=1265 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24931 x=1288 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24932 x=1311 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24933 x=1334 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24935 x=1357 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24936 x=1380 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24939 x=1403 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24940 x=1426 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24942 x=1449 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24943 x=1472 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24944 x=1495 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24945 x=1518 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24946 x=1541 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24947 x=1564 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24948 x=1826 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24949 x=1610 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24950 x=1633 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24951 x=1656 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24952 x=1679 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24955 x=1702 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24956 x=1725 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24957 x=1748 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24958 x=1771 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24959 x=184 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24960 x=1817 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24961 x=1840 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24962 x=1430 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24963 x=1886 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24964 x=1909 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24967 x=1932 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24970 x=1955 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24971 x=1978 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24973 x=2001 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24974 x=1892 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24976 x=2047 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24977 x=276 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24978 x=2093 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24979 x=2116 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24980 x=2139 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24982 x=2162 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24983 x=2185 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24984 x=2208 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24985 x=2231 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24986 x=2254 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24988 x=2277 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24989 x=2300 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24991 x=2323 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24992 x=345 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=24996 x=2369 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24997 x=2392 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=24999 x=2415 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25000 x=2438 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25001 x=2461 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25002 x=2347 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25003 x=22 y=1507 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25004 x=2530 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25005 x=2553 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25006 x=2576 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25010 x=2599 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25014 x=2622 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25016 x=2645 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25017 x=2668 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25018 x=2691 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25020 x=2714 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25022 x=2737 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25024 x=2760 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25025 x=2783 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25026 x=2806 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25027 x=0 y=649 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25030 x=23 y=649 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25031 x=46 y=640 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25032 x=69 y=639 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25033 x=92 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25034 x=115 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25035 x=138 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25036 x=161 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25037 x=184 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25038 x=207 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25039 x=230 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25040 x=253 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25045 x=368 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25052 x=299 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25053 x=322 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25054 x=345 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25055 x=368 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25057 x=391 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25058 x=414 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25059 x=437 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25061 x=460 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25062 x=483 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25063 x=506 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25064 x=529 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25065 x=552 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25068 x=575 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25069 x=598 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25071 x=621 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25074 x=644 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25076 x=667 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25077 x=690 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25078 x=713 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25079 x=736 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25080 x=759 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25082 x=782 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25084 x=805 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25085 x=828 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25086 x=851 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25087 x=874 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25088 x=897 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25089 x=920 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25091 x=943 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25092 x=966 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25095 x=989 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25096 x=198 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25097 x=1035 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25098 x=1058 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25100 x=1081 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25101 x=1104 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25102 x=1127 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25104 x=1150 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25105 x=1173 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25106 x=616 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25107 x=1219 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25108 x=1210 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25109 x=1265 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25110 x=1232 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25114 x=1311 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25115 x=414 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25116 x=1357 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25117 x=1380 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25118 x=990 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25119 x=1426 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25120 x=1449 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25121 x=1472 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25122 x=1495 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25123 x=1518 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25126 x=1541 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25127 x=1564 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25129 x=1587 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25130 x=1610 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25131 x=1633 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25134 x=1656 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25135 x=1679 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25136 x=1702 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25137 x=1725 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25138 x=1748 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25139 x=1771 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25140 x=1794 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25142 x=1267 y=1826 width=19 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25144 x=968 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25145 x=1342 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25147 x=483 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25149 x=1909 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25150 x=506 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25151 x=529 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25152 x=575 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25153 x=1274 y=1782 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25154 x=1826 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25155 x=1936 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25156 x=1958 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25158 x=2093 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25159 x=814 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25160 x=644 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25161 x=704 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25163 x=2185 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25164 x=2108 y=1826 width=11 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25165 x=2420 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25166 x=2618 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25168 x=2640 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25169 x=2706 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25170 x=2323 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25171 x=2346 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25172 x=2369 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25173 x=2392 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25174 x=2415 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25176 x=2438 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25178 x=2728 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25179 x=2484 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25180 x=2507 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25182 x=2530 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25184 x=2553 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25185 x=2576 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25187 x=2819 y=0 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25188 x=2622 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25192 x=2645 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25197 x=2668 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25198 x=2691 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25199 x=2714 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25201 x=2737 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25203 x=2760 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25206 x=2783 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25209 x=2806 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25210 x=0 y=671 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25211 x=23 y=671 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25212 x=46 y=662 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25213 x=69 y=661 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25214 x=92 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25215 x=667 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25216 x=138 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25218 x=161 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25219 x=184 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25220 x=207 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25221 x=66 y=1520 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25225 x=253 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25226 x=276 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25229 x=299 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25230 x=322 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25231 x=345 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25232 x=110 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25233 x=132 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25234 x=414 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25235 x=437 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25236 x=460 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25237 x=483 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25238 x=506 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25239 x=529 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25240 x=552 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25241 x=575 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25243 x=598 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25244 x=621 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25246 x=644 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25254 x=667 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25256 x=690 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25259 x=713 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25260 x=736 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25265 x=759 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25267 x=782 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25269 x=805 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25270 x=828 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25271 x=851 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25273 x=874 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25274 x=897 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25275 x=154 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25276 x=286 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25277 x=308 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25278 x=989 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25279 x=1012 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25282 x=374 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25284 x=1058 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25285 x=1081 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25286 x=1104 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25287 x=1127 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25288 x=1150 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25289 x=1173 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25290 x=1196 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25292 x=1219 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25293 x=396 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25294 x=1265 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25295 x=1288 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25296 x=440 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25297 x=1334 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25298 x=1357 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25299 x=1380 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25300 x=1403 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25301 x=1426 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25302 x=1449 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25303 x=484 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25304 x=924 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25305 x=1452 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25306 x=1541 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25307 x=1474 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25308 x=713 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25309 x=1610 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25312 x=1633 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25313 x=1656 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25322 x=1679 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25324 x=1702 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25325 x=1725 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25326 x=1748 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25327 x=1771 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25329 x=1794 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25330 x=1817 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25331 x=1840 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25332 x=1863 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25333 x=1886 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25334 x=1909 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25335 x=1932 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25340 x=1955 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25341 x=1978 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25342 x=2001 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25343 x=2024 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25345 x=2047 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25346 x=2070 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25347 x=2093 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25348 x=2116 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25351 x=2139 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25352 x=2162 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25353 x=2185 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25354 x=2208 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25355 x=2231 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25356 x=2254 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25357 x=2277 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25360 x=2300 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25361 x=2323 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25363 x=2346 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25366 x=2369 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25368 x=2392 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25369 x=2415 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25371 x=2438 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25375 x=2461 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25383 x=1518 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25384 x=2507 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25385 x=2530 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25386 x=2553 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25387 x=2576 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25389 x=2599 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25391 x=2622 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25394 x=2645 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25397 x=2668 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25398 x=2691 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25401 x=2714 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25402 x=2737 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25403 x=2760 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25404 x=2783 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25405 x=2806 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25406 x=0 y=693 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25407 x=23 y=693 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25409 x=46 y=684 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25410 x=69 y=683 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25411 x=92 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25412 x=115 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25414 x=1540 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25417 x=161 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25418 x=184 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25419 x=207 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25420 x=1584 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25421 x=253 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25422 x=276 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25423 x=299 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25424 x=1606 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25426 x=345 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25427 x=368 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25428 x=1628 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25429 x=414 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25431 x=437 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25432 x=460 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25433 x=483 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25435 x=1672 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25436 x=529 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25445 x=552 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25446 x=575 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25447 x=598 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25448 x=621 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25449 x=644 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25451 x=1694 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25452 x=690 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25453 x=713 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25454 x=736 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25457 x=759 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25458 x=782 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25460 x=805 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25461 x=828 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25462 x=851 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25463 x=874 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25464 x=897 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25466 x=920 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25467 x=943 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25468 x=966 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25469 x=989 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25471 x=1012 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25472 x=1035 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25474 x=1058 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25475 x=1081 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25476 x=1104 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25479 x=1127 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25480 x=1150 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25481 x=1173 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25482 x=1196 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25484 x=1760 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25486 x=1242 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25487 x=1804 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25488 x=1826 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25490 x=1311 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25492 x=736 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25493 x=1357 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25494 x=1380 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25496 x=1870 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25497 x=1426 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25498 x=1914 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25499 x=1472 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25502 x=1495 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25503 x=1518 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25504 x=1541 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25505 x=1564 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25506 x=1587 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25507 x=1936 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25508 x=1980 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25509 x=1656 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25510 x=2002 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25511 x=1702 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25512 x=1725 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25513 x=1748 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25514 x=1771 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25515 x=1794 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25516 x=2024 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25517 x=1840 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25518 x=2090 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25519 x=1886 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25522 x=2112 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25524 x=2134 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25525 x=1955 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25531 x=1978 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25533 x=2001 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25534 x=2024 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25536 x=2047 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25537 x=2070 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25539 x=2093 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25540 x=2116 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25541 x=782 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25542 x=2162 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25544 x=2222 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25545 x=2208 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25550 x=2231 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25551 x=2254 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25552 x=2277 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25553 x=2300 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25554 x=2323 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25555 x=2346 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25556 x=2369 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25557 x=2392 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25558 x=2415 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25562 x=2438 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25563 x=2461 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25564 x=2484 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25568 x=2507 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25569 x=2530 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25571 x=2553 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25573 x=2576 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25577 x=2599 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25578 x=2622 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25579 x=2645 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25580 x=2668 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25581 x=2266 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25582 x=2714 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25586 x=2288 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25587 x=2760 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25588 x=2783 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25589 x=2806 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25590 x=0 y=715 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25591 x=23 y=715 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25592 x=46 y=706 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25593 x=69 y=705 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25594 x=92 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25606 x=115 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25609 x=138 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25610 x=2310 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25613 x=184 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25615 x=207 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25616 x=230 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25618 x=253 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25619 x=276 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25620 x=299 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25622 x=322 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25623 x=345 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25624 x=368 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25628 x=391 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25630 x=414 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25632 x=2398 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25634 x=460 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25636 x=483 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25637 x=506 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25638 x=529 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25640 x=2420 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25641 x=575 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25642 x=598 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25644 x=621 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25645 x=644 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25647 x=667 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25648 x=690 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25652 x=713 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25653 x=736 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25654 x=759 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25658 x=782 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25661 x=805 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25662 x=828 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25663 x=851 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25666 x=874 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25675 x=897 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25678 x=920 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25679 x=943 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25681 x=2442 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25682 x=989 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25683 x=1012 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25684 x=1035 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25688 x=1058 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25690 x=1081 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25691 x=2464 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25692 x=1127 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25693 x=1150 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25695 x=1173 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25696 x=1196 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25697 x=1219 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25699 x=1242 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25703 x=1265 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25705 x=1288 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25709 x=1311 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25711 x=1334 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25715 x=1357 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25716 x=1380 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25718 x=1403 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25720 x=1426 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25721 x=1449 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25722 x=2486 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25723 x=1495 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25725 x=1518 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25731 x=1541 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25733 x=1564 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25735 x=1587 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25736 x=1610 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25743 x=1633 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25744 x=1656 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25745 x=1679 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25746 x=1702 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25747 x=1725 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25749 x=1748 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25752 x=1771 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25753 x=1794 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25754 x=1817 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25755 x=1840 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25757 x=1863 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25758 x=1886 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25759 x=1909 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25761 x=1932 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25763 x=1955 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25764 x=1978 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25765 x=2001 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25766 x=2024 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25768 x=2047 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25769 x=2070 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25771 x=2093 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25772 x=2116 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25773 x=2139 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25774 x=2162 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25776 x=2185 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25778 x=2208 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25779 x=2231 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25785 x=2254 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25787 x=2277 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25788 x=2300 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25789 x=2323 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25790 x=2346 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25791 x=2369 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25793 x=2392 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25794 x=2508 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25796 x=2438 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25797 x=2461 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25799 x=2484 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25801 x=2530 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25802 x=2530 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25803 x=2553 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25804 x=2576 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25805 x=2599 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25806 x=2622 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25808 x=2645 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25809 x=2668 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25810 x=2691 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25812 x=2714 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25813 x=2737 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25815 x=2760 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25816 x=2783 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25818 x=2806 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25824 x=0 y=737 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25825 x=23 y=737 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25826 x=46 y=728 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25827 x=69 y=727 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25828 x=92 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25829 x=2552 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25830 x=138 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25831 x=161 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25833 x=184 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25834 x=805 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=25836 x=230 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25837 x=253 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25839 x=276 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25840 x=299 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25841 x=2596 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25842 x=345 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25844 x=368 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25845 x=391 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25846 x=414 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25847 x=437 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25850 x=460 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25851 x=483 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25853 x=506 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25854 x=529 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25855 x=552 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25856 x=575 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25857 x=598 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25860 x=621 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25861 x=644 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25864 x=667 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25865 x=690 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25866 x=713 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25871 x=736 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25875 x=759 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25876 x=2618 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25878 x=805 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25880 x=828 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25881 x=851 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25883 x=874 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25884 x=897 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25885 x=920 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25886 x=943 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25887 x=966 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25890 x=989 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25891 x=1012 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25892 x=1035 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25894 x=1058 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25897 x=1081 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25898 x=1104 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25899 x=1127 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25900 x=1150 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25902 x=1173 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25903 x=1196 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25905 x=1219 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25906 x=1242 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25908 x=1265 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25909 x=1288 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25910 x=1311 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25911 x=1334 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25912 x=1357 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25913 x=2640 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25914 x=2662 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25915 x=1426 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25916 x=1449 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25917 x=1472 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25918 x=1495 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25919 x=1518 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25923 x=1541 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25924 x=1564 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25925 x=1587 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25927 x=1610 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25928 x=1633 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25929 x=1656 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25933 x=1679 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25934 x=1702 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25935 x=1725 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25936 x=1748 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25937 x=1771 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25938 x=1794 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25940 x=1817 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25941 x=1840 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25942 x=1863 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25943 x=1886 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25944 x=1909 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25945 x=1932 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25949 x=1955 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25950 x=1978 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25951 x=2001 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25952 x=2024 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25954 x=2047 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25955 x=2070 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25958 x=2093 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25959 x=2116 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25963 x=2139 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25964 x=2162 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25968 x=2185 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25970 x=2208 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25972 x=2231 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25973 x=2254 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25975 x=2277 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25976 x=2300 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25978 x=2684 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25981 x=2346 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25985 x=2369 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25986 x=2392 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25987 x=2415 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25988 x=2438 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25989 x=2706 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25991 x=2484 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25992 x=2507 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25993 x=2530 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25994 x=2030 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25996 x=2576 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=25998 x=2599 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26000 x=2622 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26001 x=2645 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26002 x=2794 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26005 x=770 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26007 x=2345 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26008 x=2737 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26009 x=2760 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26011 x=2783 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26012 x=2806 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26013 x=682 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26015 x=23 y=759 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26016 x=46 y=750 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26017 x=69 y=749 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26019 x=92 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26020 x=115 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26021 x=851 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26022 x=161 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26023 x=1452 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26027 x=207 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26028 x=230 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26029 x=1474 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26030 x=276 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26031 x=299 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26032 x=322 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26034 x=345 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26035 x=368 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26036 x=391 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26037 x=414 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26039 x=1496 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26040 x=460 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26041 x=483 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26044 x=506 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26045 x=529 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26046 x=552 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26047 x=575 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26049 x=598 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26050 x=621 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26051 x=644 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26052 x=667 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26053 x=690 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26054 x=713 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26056 x=736 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26057 x=759 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26059 x=782 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26060 x=805 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26062 x=828 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26063 x=851 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26064 x=874 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26066 x=897 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26068 x=920 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26070 x=943 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26071 x=966 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26072 x=989 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26073 x=1012 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26075 x=1035 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26079 x=1058 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26080 x=989 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=26081 x=966 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=26082 x=874 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26083 x=2090 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26085 x=1316 y=2225 width=16 height=19 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=26086 x=525 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26087 x=1865 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26088 x=1247 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26089 x=943 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26092 x=2200 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26093 x=1311 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26096 x=594 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26097 x=989 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26098 x=1012 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26100 x=484 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26101 x=2821 y=2057 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26105 x=1449 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26106 x=1944 y=2225 width=21 height=18 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=26107 x=330 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26108 x=2398 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26110 x=1027 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26111 x=2442 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26112 x=2744 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26114 x=1913 y=2142 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26115 x=1058 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26116 x=308 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26118 x=198 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26119 x=1081 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26120 x=1934 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26121 x=2596 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26122 x=1127 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26124 x=1979 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26125 x=315 y=2225 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=26126 x=1976 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26127 x=1863 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26129 x=2772 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26130 x=2786 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26131 x=1997 y=2142 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26132 x=1955 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26133 x=0 y=1595 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26134 x=154 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26140 x=132 y=2122 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26141 x=2047 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26142 x=22 y=2132 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26143 x=2018 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26144 x=506 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26145 x=528 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26146 x=147 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26147 x=836 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26148 x=858 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26149 x=2231 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26150 x=1219 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26151 x=1034 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26152 x=1100 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26153 x=1122 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26154 x=1265 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26155 x=252 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26156 x=1311 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26157 x=2039 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26158 x=2706 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26159 x=1334 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26160 x=920 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26161 x=897 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26163 x=2728 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26164 x=2552 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26165 x=2508 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26166 x=2134 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26167 x=1357 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26169 x=572 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26170 x=2060 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26171 x=1958 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26172 x=874 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26175 x=2376 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26176 x=220 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26177 x=1564 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26178 x=1122 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26179 x=1610 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26180 x=1364 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26181 x=2113 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26182 x=1936 y=2100 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26184 x=2288 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26185 x=1817 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26186 x=1563 y=2205 width=21 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26187 x=2081 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26188 x=1008 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26190 x=2640 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26191 x=1738 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26193 x=2169 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26194 x=1540 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26199 x=2750 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26200 x=1144 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26201 x=2794 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26202 x=0 y=1661 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26203 x=2596 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26204 x=1745 y=2184 width=19 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26205 x=437 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26206 x=66 y=1652 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26207 x=1886 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26208 x=110 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26209 x=176 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26210 x=552 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26211 x=242 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26212 x=1804 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26213 x=352 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26214 x=374 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26215 x=396 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26216 x=1909 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26217 x=462 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26218 x=506 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26219 x=572 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26220 x=594 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26221 x=2102 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26222 x=828 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26223 x=990 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26224 x=638 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26227 x=897 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26228 x=660 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26229 x=943 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26230 x=2123 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26231 x=1932 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26232 x=2047 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26233 x=2144 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26234 x=1113 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26235 x=924 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26236 x=968 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26238 x=990 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26239 x=2165 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26240 x=1056 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26241 x=1100 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26243 x=2070 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26244 x=1210 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26247 x=176 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26248 x=2116 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26249 x=1765 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26251 x=1334 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26252 x=462 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26253 x=2186 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26254 x=1452 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26256 x=1474 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26257 x=2442 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26258 x=1584 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26262 x=1562 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26263 x=1584 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26264 x=946 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26265 x=1804 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26266 x=1826 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26267 x=1848 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26268 x=1633 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26269 x=660 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26271 x=1958 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26272 x=2207 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26274 x=2068 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26276 x=2090 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26278 x=2208 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26283 x=1794 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26285 x=2134 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26286 x=1840 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26289 x=1430 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26290 x=2178 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26291 x=2288 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26292 x=352 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26293 x=2552 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26296 x=2750 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26297 x=2231 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26299 x=2684 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26300 x=0 y=1683 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26302 x=44 y=1683 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26303 x=66 y=1674 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26304 x=1188 y=2079 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26305 x=2254 y=1973 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26306 x=154 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26307 x=176 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26308 x=198 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26310 x=2277 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26311 x=2228 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26312 x=242 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26313 x=264 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26316 x=264 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26318 x=110 y=2081 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26319 x=2300 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26324 x=880 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26326 x=726 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26329 x=2200 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26330 x=946 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26331 x=968 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26332 x=1562 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26333 x=418 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26335 x=2323 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26336 x=1100 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26342 x=1166 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26344 x=1188 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26345 x=2346 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26347 x=2668 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26348 x=396 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26350 x=1672 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26352 x=1003 y=2225 width=18 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=26354 x=1869 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26355 x=1276 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26356 x=2369 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26357 x=1320 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26359 x=176 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26360 x=46 y=794 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26361 x=2436 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26362 x=336 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26363 x=2392 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26364 x=2354 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26365 x=1562 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26366 x=2461 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26367 x=1540 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26368 x=2507 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26369 x=253 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26371 x=276 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26373 x=1628 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26375 x=322 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26376 x=1785 y=2184 width=19 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26377 x=1914 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26379 x=1122 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26380 x=2553 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26381 x=2599 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26382 x=460 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26383 x=2794 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26384 x=198 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26386 x=396 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26387 x=552 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26388 x=1298 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26389 x=598 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26390 x=621 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26391 x=1342 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26393 x=2249 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26395 x=690 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26396 x=713 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26397 x=1364 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26398 x=759 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26399 x=1386 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26400 x=805 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26402 x=2622 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26405 x=851 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26406 x=874 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26407 x=897 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26408 x=920 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26410 x=943 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26411 x=966 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26412 x=989 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26413 x=1012 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26414 x=1035 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26417 x=1058 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26419 x=1081 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26420 x=1104 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26421 x=2691 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26422 x=2714 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26423 x=1518 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26424 x=1694 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26426 x=1219 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26429 x=1242 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26430 x=1265 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26431 x=1288 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26433 x=1311 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26435 x=1334 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26437 x=1357 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26438 x=1380 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26439 x=1403 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26440 x=1426 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26441 x=1449 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26444 x=1472 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26445 x=1495 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26446 x=1518 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26447 x=1541 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26448 x=1564 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26449 x=1587 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26451 x=2508 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26452 x=1633 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26453 x=1656 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26454 x=1679 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26457 x=1702 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26460 x=1725 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26461 x=1748 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26462 x=1771 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26463 x=1794 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26464 x=1817 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26465 x=1840 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26466 x=1863 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26467 x=2640 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26468 x=1909 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26469 x=1932 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26470 x=1955 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26474 x=1978 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26476 x=2001 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26477 x=2024 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26478 x=2047 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26479 x=2070 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26480 x=2093 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26481 x=2116 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26482 x=2760 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26483 x=2162 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26484 x=2185 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26485 x=2208 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26486 x=2231 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26487 x=2254 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26491 x=2277 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26492 x=2300 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26494 x=2323 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26495 x=2346 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26496 x=2806 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26497 x=2392 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26500 x=2684 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26501 x=2438 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26503 x=2461 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26505 x=2484 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26507 x=2507 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26508 x=2530 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26510 x=2553 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26511 x=2576 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26512 x=2599 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26513 x=2622 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26514 x=2645 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26515 x=2668 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26517 x=2691 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26518 x=2714 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26519 x=2737 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26520 x=2706 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26521 x=2783 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26522 x=2806 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26523 x=0 y=825 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26524 x=0 y=2006 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26525 x=46 y=816 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26528 x=69 y=815 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26529 x=92 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26530 x=115 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26532 x=138 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26534 x=161 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26537 x=184 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26543 x=207 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26544 x=230 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26545 x=253 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26546 x=276 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26547 x=299 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26548 x=2750 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26549 x=345 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26550 x=0 y=1727 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26551 x=22 y=1727 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26552 x=44 y=1727 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26553 x=437 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26555 x=460 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26556 x=66 y=1718 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26557 x=88 y=1717 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26558 x=529 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26560 x=552 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26561 x=575 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26562 x=598 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26563 x=621 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26564 x=644 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26565 x=667 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26566 x=690 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26568 x=713 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26569 x=736 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26570 x=759 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26574 x=782 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26575 x=132 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26576 x=828 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26577 x=851 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26578 x=874 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26579 x=897 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26580 x=46 y=2006 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26583 x=943 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26584 x=966 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26585 x=154 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26586 x=198 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26587 x=242 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26588 x=1058 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26589 x=1081 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26590 x=1104 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26593 x=1127 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26594 x=1150 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26596 x=1173 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26598 x=1196 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26599 x=1219 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26601 x=1242 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26604 x=1265 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26606 x=264 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26607 x=1311 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26608 x=1334 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26609 x=1357 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26610 x=1380 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26611 x=308 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26612 x=1426 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26613 x=1449 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26614 x=330 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26615 x=1495 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26617 x=1518 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26618 x=352 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26619 x=1564 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26620 x=1587 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26622 x=1610 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26623 x=1633 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26625 x=374 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26626 x=1679 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26627 x=1702 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26628 x=1725 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26629 x=1748 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26640 x=1771 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26643 x=1794 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26644 x=1817 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26646 x=1840 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26647 x=69 y=2006 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26648 x=1886 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26649 x=1909 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26653 x=1932 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26654 x=92 y=1997 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26655 x=1978 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26657 x=2001 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26658 x=440 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26663 x=2047 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26664 x=2070 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26665 x=484 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26666 x=2116 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26667 x=2139 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26668 x=2162 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26669 x=2185 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26671 x=2208 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26672 x=2231 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26673 x=2254 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26674 x=2277 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26675 x=2300 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26676 x=2323 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26680 x=2346 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26681 x=2369 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26683 x=2392 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26684 x=2415 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26685 x=2438 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26686 x=2461 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26687 x=2484 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26688 x=2507 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26689 x=2530 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26690 x=2553 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26691 x=2576 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26692 x=2599 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26693 x=2622 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26694 x=2645 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26696 x=2668 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26697 x=2691 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26698 x=2714 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26700 x=2737 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26701 x=2760 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26702 x=2783 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26704 x=506 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26705 x=184 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=26706 x=23 y=847 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26707 x=46 y=838 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26708 x=69 y=837 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26709 x=550 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26711 x=115 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26712 x=572 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26713 x=161 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26715 x=184 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26716 x=207 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26717 x=230 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26719 x=253 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26723 x=594 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26727 x=299 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26731 x=322 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26734 x=345 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26735 x=368 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26736 x=391 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26737 x=414 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26738 x=437 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26740 x=460 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26741 x=483 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26742 x=616 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26743 x=814 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26745 x=552 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26746 x=575 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26747 x=598 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26748 x=621 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26750 x=644 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26751 x=667 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26753 x=690 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26754 x=713 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26755 x=736 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26756 x=759 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26757 x=782 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26758 x=805 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26760 x=828 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26765 x=851 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26766 x=874 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26767 x=897 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26768 x=920 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26771 x=943 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26772 x=966 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26774 x=989 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26775 x=1012 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26776 x=1035 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26777 x=1058 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26778 x=1081 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26779 x=1104 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26780 x=1127 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26781 x=1150 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26783 x=1173 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26784 x=836 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26785 x=1219 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26786 x=858 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26787 x=1265 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26789 x=902 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26790 x=1311 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26791 x=1334 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26792 x=1357 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26793 x=1380 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26794 x=1403 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26795 x=1426 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26797 x=1449 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26798 x=1472 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26799 x=1495 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26800 x=1518 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26801 x=946 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26802 x=1564 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26803 x=1587 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26804 x=1610 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26805 x=1633 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26806 x=1656 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26809 x=1679 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26810 x=1702 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26811 x=1725 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26812 x=1748 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26819 x=1771 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26820 x=1794 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26821 x=1817 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26822 x=1840 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26824 x=1863 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26825 x=1078 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26826 x=1909 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26827 x=1932 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26828 x=1955 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26829 x=1978 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26831 x=2001 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26832 x=2024 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26833 x=2047 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26834 x=2070 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26835 x=2093 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26836 x=2116 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26837 x=2139 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26838 x=2162 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26839 x=2185 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26840 x=2208 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26841 x=2231 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26842 x=1144 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26844 x=2277 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26845 x=1166 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26847 x=2323 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26848 x=1188 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26849 x=1232 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26851 x=2392 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26852 x=2415 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26853 x=2438 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26855 x=2461 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26856 x=2484 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26858 x=2507 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26859 x=2530 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26860 x=2553 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26861 x=2576 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26862 x=2599 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26863 x=2622 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26864 x=2645 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26865 x=2668 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26866 x=2691 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26869 x=2714 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26870 x=2737 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26871 x=2760 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26873 x=2783 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26874 x=2806 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26875 x=0 y=869 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26876 x=23 y=869 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26877 x=46 y=860 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26880 x=69 y=859 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26881 x=92 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26883 x=115 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26884 x=138 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26885 x=161 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26886 x=1298 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26887 x=207 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26888 x=230 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26889 x=253 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26890 x=276 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26891 x=299 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26892 x=322 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26893 x=345 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26894 x=368 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26895 x=391 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26896 x=414 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26897 x=437 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26898 x=460 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26899 x=483 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26902 x=506 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26903 x=529 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26905 x=1474 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26906 x=1540 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26907 x=598 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26908 x=621 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26913 x=1628 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26914 x=1694 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26915 x=690 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26917 x=1716 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26918 x=736 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26920 x=759 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26922 x=782 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26928 x=805 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26929 x=828 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26931 x=851 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26932 x=874 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26933 x=897 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26934 x=920 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26936 x=943 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26937 x=966 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26939 x=989 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26941 x=1012 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26943 x=1035 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26946 x=1058 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26949 x=1760 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26950 x=1104 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26953 x=1127 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26954 x=1150 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26958 x=1173 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26963 x=1196 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26964 x=1219 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26965 x=1242 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26967 x=1265 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26969 x=1288 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26970 x=1311 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26971 x=1334 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26972 x=1782 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26973 x=1380 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26974 x=1403 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26976 x=1426 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26977 x=1449 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26978 x=1472 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26979 x=1848 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26980 x=1518 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26981 x=1541 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26982 x=1564 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26984 x=1587 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26985 x=1610 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26986 x=1633 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26987 x=1656 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26988 x=1914 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26989 x=1702 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26990 x=1725 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26991 x=1748 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26992 x=1771 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26993 x=1794 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26994 x=1817 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26995 x=1840 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26996 x=1863 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26997 x=1886 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=26999 x=1909 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27000 x=1932 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27001 x=1955 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27002 x=1978 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27003 x=2001 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27004 x=2024 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27005 x=2047 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27006 x=2070 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27007 x=2093 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27008 x=1936 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27009 x=2139 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27010 x=2162 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27014 x=2185 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27018 x=2208 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27021 x=2231 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27022 x=2254 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27025 x=2277 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27026 x=2300 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27028 x=2323 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27029 x=2346 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27030 x=2369 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27032 x=2392 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27035 x=2415 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27036 x=2438 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27040 x=2461 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27041 x=2484 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27045 x=2507 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27046 x=2530 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27047 x=2553 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27048 x=2576 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27051 x=2599 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27053 x=2622 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27054 x=2645 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27055 x=2668 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27056 x=2691 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27057 x=2714 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27058 x=2737 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27060 x=2760 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27063 x=2783 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27064 x=2806 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27066 x=0 y=891 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27067 x=44 y=1507 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27068 x=46 y=882 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27070 x=69 y=881 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27071 x=92 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27072 x=115 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27073 x=138 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27075 x=161 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27077 x=1254 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27079 x=207 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27080 x=230 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27082 x=253 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27083 x=276 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27084 x=299 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27085 x=322 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27086 x=345 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27087 x=368 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27088 x=391 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27089 x=207 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27091 x=437 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27094 x=460 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27095 x=483 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27096 x=506 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27097 x=529 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27101 x=552 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27102 x=575 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27106 x=1386 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27107 x=621 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27109 x=644 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27111 x=667 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27112 x=690 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27113 x=713 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27114 x=736 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27115 x=759 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27117 x=782 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27118 x=805 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27119 x=828 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27121 x=851 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27122 x=874 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27123 x=897 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27124 x=920 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27125 x=943 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27126 x=1408 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27129 x=989 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27131 x=1012 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27133 x=1035 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27134 x=1058 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27135 x=1081 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27136 x=1104 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27137 x=1127 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27138 x=1150 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27139 x=1430 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27141 x=1196 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27146 x=1219 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27147 x=1242 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27148 x=1265 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27151 x=1288 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27153 x=1311 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27154 x=1334 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27155 x=1357 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27156 x=1380 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27157 x=1403 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27159 x=1426 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27161 x=1449 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27162 x=1472 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27163 x=1495 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27165 x=1518 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27166 x=1541 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27167 x=1564 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27168 x=1587 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27169 x=1610 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27170 x=1633 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27171 x=1656 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27172 x=1679 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27176 x=1702 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27177 x=1725 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27178 x=1748 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27179 x=1771 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27182 x=1794 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27184 x=1817 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27186 x=1840 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27187 x=1863 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27188 x=1886 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27189 x=1909 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27190 x=1932 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27191 x=1955 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27192 x=1978 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27193 x=2001 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27194 x=2024 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27195 x=2047 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27197 x=2070 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27198 x=2093 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27199 x=2116 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27204 x=2139 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27205 x=2162 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27206 x=2185 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27207 x=2208 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27208 x=2231 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27209 x=2254 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27210 x=2277 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27211 x=2300 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27214 x=2323 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27216 x=2346 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27217 x=2369 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27218 x=2392 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27220 x=2415 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27221 x=2438 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27222 x=2461 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27224 x=2484 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27225 x=2507 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27227 x=2530 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27231 x=2553 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27233 x=2576 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27234 x=2599 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27236 x=2622 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27238 x=2645 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27239 x=2668 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27242 x=2691 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27243 x=2714 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27249 x=2737 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27250 x=2760 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27251 x=2783 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27256 x=2332 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27258 x=2816 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27262 x=23 y=913 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27263 x=46 y=904 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27264 x=69 y=903 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27265 x=92 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27267 x=115 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27268 x=138 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27270 x=161 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27271 x=184 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27273 x=207 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27275 x=230 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27277 x=253 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27278 x=276 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27280 x=299 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27281 x=322 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27284 x=345 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27287 x=368 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27291 x=391 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27292 x=414 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27293 x=437 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27294 x=460 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27295 x=483 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27296 x=506 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27297 x=529 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27298 x=552 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27299 x=575 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27301 x=598 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27306 x=621 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27307 x=644 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27308 x=667 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27310 x=690 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27311 x=713 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27312 x=1496 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27313 x=759 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27315 x=782 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27316 x=805 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27320 x=828 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27323 x=851 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27325 x=874 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27326 x=897 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27327 x=230 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27329 x=943 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27330 x=966 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27331 x=989 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27334 x=1012 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27336 x=1035 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27337 x=1058 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27340 x=1081 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27344 x=276 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27345 x=2574 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27347 x=1150 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27348 x=1173 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27349 x=1196 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27350 x=1219 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27354 x=1364 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27355 x=1265 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27356 x=1288 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27357 x=1311 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27358 x=1334 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27359 x=1357 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27362 x=1380 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27364 x=1403 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27367 x=1426 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27368 x=1449 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27370 x=1472 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27372 x=1495 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27376 x=1518 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27377 x=1541 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27378 x=1564 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27379 x=1587 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27384 x=1610 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27386 x=1633 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27387 x=1656 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27388 x=1679 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27389 x=1702 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27394 x=1725 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27395 x=1748 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27396 x=2068 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27397 x=1794 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27398 x=1817 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27399 x=1840 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27401 x=1863 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27402 x=1886 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27403 x=1909 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27407 x=1932 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27408 x=1955 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27409 x=1978 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27410 x=2001 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27414 x=2024 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27415 x=2047 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27419 x=2070 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27421 x=2093 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27422 x=2116 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27423 x=2139 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27424 x=2134 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27425 x=2185 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27427 x=2208 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27428 x=2231 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27431 x=2178 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27432 x=2277 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27435 x=2300 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27436 x=2323 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27439 x=2346 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27442 x=2369 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27445 x=2392 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27446 x=2415 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27447 x=2438 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27448 x=2461 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27449 x=2484 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27450 x=2507 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27451 x=2530 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27453 x=2553 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27454 x=2576 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27455 x=2599 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27459 x=2622 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27462 x=2645 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27463 x=2668 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27465 x=2691 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27466 x=2714 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27468 x=2737 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27469 x=2760 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27470 x=2783 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27472 x=2266 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27474 x=0 y=935 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27475 x=23 y=935 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27476 x=46 y=926 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27478 x=69 y=925 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27480 x=92 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27481 x=115 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27483 x=138 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27485 x=161 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27487 x=184 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27488 x=207 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27489 x=230 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27490 x=322 y=1995 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27491 x=1553 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=27492 x=299 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27493 x=322 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27494 x=345 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27495 x=368 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27497 x=391 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27498 x=391 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27499 x=414 y=1995 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27500 x=460 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27502 x=483 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27503 x=506 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27504 x=828 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27506 x=552 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27507 x=575 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27508 x=506 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27509 x=621 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27511 x=529 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27512 x=667 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27513 x=2717 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=27514 x=1166 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27515 x=782 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=27517 x=759 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27518 x=2024 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27519 x=805 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27520 x=552 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27521 x=575 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27522 x=598 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27523 x=897 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27524 x=920 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27525 x=943 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27526 x=966 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27529 x=1342 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27530 x=1012 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27531 x=1035 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27533 x=1058 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27541 x=1081 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27542 x=1104 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27543 x=1127 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27544 x=1150 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27547 x=621 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27550 x=644 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27551 x=667 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27552 x=1242 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27554 x=1265 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27555 x=1288 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27556 x=1311 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27560 x=1334 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27561 x=1357 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27562 x=1380 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27563 x=690 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27564 x=782 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27565 x=805 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27566 x=1472 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27567 x=1495 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27568 x=1518 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27569 x=1541 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27570 x=1564 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27571 x=828 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27572 x=2728 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27573 x=1633 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27575 x=1656 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27576 x=1679 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27577 x=851 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27578 x=1725 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27579 x=1748 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27580 x=1771 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27581 x=1794 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27582 x=1817 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27583 x=874 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27584 x=1863 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27587 x=1886 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27588 x=1909 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27589 x=1932 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27590 x=924 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27591 x=1978 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27592 x=2001 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27593 x=1035 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27595 x=1058 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27596 x=1104 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27597 x=1219 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27598 x=2116 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27599 x=2139 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27602 x=2162 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27603 x=2185 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27604 x=2208 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27606 x=2231 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27607 x=1078 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27608 x=902 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27610 x=1298 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27611 x=1474 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27615 x=2346 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27617 x=2369 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27619 x=1288 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27622 x=1311 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27623 x=2438 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27627 x=2024 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27628 x=2484 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27630 x=2507 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27631 x=2530 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27633 x=2553 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27635 x=2576 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27639 x=2750 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27641 x=2622 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27647 x=2645 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27650 x=2668 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27652 x=2691 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27653 x=2714 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27656 x=2737 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27657 x=2760 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27658 x=2783 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27661 x=2806 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27662 x=0 y=957 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27663 x=1408 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27664 x=1452 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27665 x=638 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27666 x=92 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27667 x=2662 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27668 x=138 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27671 x=161 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27673 x=184 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27675 x=207 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27679 x=230 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27683 x=253 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27684 x=276 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27686 x=299 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27687 x=322 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27688 x=345 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27692 x=368 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27694 x=391 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27699 x=414 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27700 x=437 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27701 x=2829 y=591 width=9 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27702 x=1518 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27703 x=506 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27704 x=529 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27706 x=2165 y=2244 width=22 height=14 xoffset=0 yoffset=11 xadvance=22 page=0 chnl=15 -char id=27707 x=396 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27710 x=1541 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27711 x=621 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27712 x=1564 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27713 x=667 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27714 x=690 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27722 x=713 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27723 x=1364 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27725 x=759 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27726 x=782 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27727 x=805 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27728 x=1848 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27730 x=851 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27732 x=2200 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27733 x=2288 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27735 x=2750 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27737 x=1587 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27738 x=1610 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27739 x=1656 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27740 x=1679 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27741 x=1035 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27742 x=1702 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27743 x=2464 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27744 x=1104 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27746 x=1127 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27751 x=1748 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27752 x=2270 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27754 x=1034 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27755 x=1219 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27757 x=814 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27759 x=1265 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27760 x=1288 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27762 x=1794 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27763 x=1840 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27764 x=1357 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27766 x=1380 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27768 x=1403 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27769 x=1606 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27770 x=1449 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27771 x=1472 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27773 x=1495 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27774 x=1863 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27777 x=1541 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27778 x=1564 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27779 x=1886 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27780 x=1610 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27781 x=1633 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27782 x=1656 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27783 x=1679 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27784 x=2794 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27785 x=1909 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27788 x=1748 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27789 x=1932 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27792 x=1794 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27794 x=1817 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27795 x=1840 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27796 x=1978 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27797 x=1518 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27798 x=1562 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27799 x=2024 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27800 x=1955 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27801 x=1978 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27802 x=2001 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27803 x=418 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27804 x=2047 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27807 x=528 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27809 x=2047 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27810 x=2070 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27818 x=2093 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27819 x=2162 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27820 x=2185 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27821 x=2208 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27822 x=2116 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27824 x=2208 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27825 x=2332 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27826 x=2300 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27827 x=2231 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27828 x=2346 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27832 x=2369 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27833 x=1092 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27834 x=1518 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27835 x=2438 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27836 x=2291 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27837 x=1408 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27838 x=132 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27839 x=2530 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27841 x=2553 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27842 x=330 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27844 x=2599 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27845 x=352 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27846 x=2645 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27849 x=2668 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27850 x=252 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27852 x=2714 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27853 x=2737 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27855 x=2574 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27856 x=2662 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27857 x=2750 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27858 x=0 y=979 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27859 x=23 y=979 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27860 x=374 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27861 x=69 y=969 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27862 x=1210 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27863 x=286 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27865 x=2392 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27866 x=161 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27867 x=184 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27868 x=207 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27869 x=230 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27872 x=253 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27873 x=276 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27874 x=299 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27875 x=322 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27877 x=2415 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27879 x=368 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27880 x=391 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27881 x=414 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27882 x=2312 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27883 x=460 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27884 x=483 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27885 x=506 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27886 x=529 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27887 x=2461 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27888 x=575 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27889 x=598 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27890 x=1364 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27891 x=644 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27892 x=667 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27899 x=2553 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27904 x=713 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27905 x=440 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27908 x=1254 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27911 x=1237 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27914 x=805 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27915 x=828 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27916 x=836 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27918 x=2058 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27919 x=2599 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27921 x=920 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27922 x=2691 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27923 x=966 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27927 x=989 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27929 x=1298 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27930 x=748 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27931 x=1058 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27934 x=572 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27935 x=1104 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27940 x=2806 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27941 x=1150 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27942 x=46 y=2027 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27943 x=88 y=1651 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27944 x=1219 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27945 x=1242 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27946 x=44 y=1661 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27947 x=1288 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27950 x=1311 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27951 x=1334 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27953 x=1078 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27954 x=1254 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27955 x=2552 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27956 x=1426 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27957 x=770 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27958 x=2508 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27960 x=1495 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27961 x=115 y=2017 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27963 x=1496 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27964 x=1210 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27965 x=1587 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27966 x=1610 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27967 x=1633 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27969 x=1656 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27972 x=2112 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27973 x=1702 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27991 x=1725 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27992 x=207 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27993 x=1771 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27994 x=1794 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27995 x=1817 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=27996 x=253 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27998 x=1298 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=27999 x=1886 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28000 x=1909 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28001 x=1932 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28003 x=1955 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28004 x=1978 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28005 x=483 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28006 x=2024 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28007 x=552 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28009 x=1166 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28010 x=2093 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28012 x=621 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28014 x=2139 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28015 x=644 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28016 x=2486 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28020 x=2208 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28023 x=2231 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28024 x=667 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28025 x=2277 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28028 x=440 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28032 x=690 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28033 x=2346 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28034 x=2369 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28037 x=736 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28039 x=759 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28040 x=1936 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28041 x=2461 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28042 x=805 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28044 x=1408 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28045 x=2530 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28046 x=2553 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28049 x=2576 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28050 x=828 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28051 x=1694 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28052 x=2645 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28053 x=1496 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28054 x=2691 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28055 x=920 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28056 x=2737 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28057 x=966 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28059 x=2783 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28060 x=2806 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28074 x=0 y=1001 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28075 x=23 y=1001 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28076 x=46 y=992 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28078 x=1364 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28079 x=1104 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28082 x=115 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28084 x=138 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28085 x=1127 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28087 x=184 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28088 x=770 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28089 x=230 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28092 x=253 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28093 x=276 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28095 x=1150 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28096 x=322 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28098 x=1196 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28100 x=1715 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28101 x=391 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28102 x=414 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28103 x=437 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28104 x=1474 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28106 x=1254 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28107 x=506 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28108 x=529 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28110 x=552 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28111 x=1219 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28112 x=374 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28113 x=621 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28114 x=644 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28117 x=667 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28118 x=690 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28120 x=1232 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28121 x=736 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28122 x=759 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28123 x=1012 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28125 x=1288 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28126 x=828 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28127 x=851 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28128 x=1357 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28129 x=897 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28130 x=920 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28132 x=943 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28133 x=966 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28134 x=989 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28136 x=1012 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28137 x=1035 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28138 x=1058 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28139 x=1081 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28140 x=1104 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28142 x=1127 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28143 x=1150 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28144 x=1173 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28145 x=1403 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28146 x=1219 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28147 x=1242 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28148 x=1265 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28149 x=990 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28150 x=1311 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28151 x=1449 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28152 x=1357 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28153 x=1380 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28154 x=1403 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28155 x=1426 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28156 x=1449 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28160 x=1472 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28164 x=1495 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28165 x=1518 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28167 x=1782 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28168 x=1564 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28169 x=1587 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28170 x=2178 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28171 x=1633 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28179 x=1656 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28181 x=924 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28183 x=1702 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28185 x=1725 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28186 x=1748 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28187 x=1771 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28189 x=1472 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28190 x=1817 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28191 x=1840 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28192 x=1863 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28193 x=1886 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28194 x=1495 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28195 x=1932 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28196 x=902 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28197 x=1518 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28198 x=1259 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28199 x=2024 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28201 x=1541 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28203 x=2070 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28204 x=792 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28205 x=132 y=2080 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28206 x=2139 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28207 x=2162 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28210 x=2185 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28212 x=198 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28214 x=2231 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28216 x=2254 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28217 x=330 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28218 x=2300 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28219 x=2323 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28220 x=2346 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28222 x=1564 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28226 x=1610 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28227 x=2415 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28228 x=682 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28229 x=2461 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28232 x=2484 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28233 x=2507 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28234 x=2530 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28235 x=2553 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28236 x=2576 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28237 x=2599 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28238 x=792 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28239 x=1633 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28241 x=1679 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28242 x=1794 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28243 x=1909 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28244 x=2737 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28246 x=1144 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28247 x=2783 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28248 x=88 y=1673 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28251 x=0 y=1023 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28252 x=1932 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28253 x=46 y=1014 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28254 x=69 y=1013 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28255 x=92 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28258 x=1955 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28259 x=1978 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28263 x=1672 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28264 x=2001 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28267 x=207 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28270 x=1980 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28271 x=2024 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28274 x=276 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28275 x=299 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28278 x=322 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28283 x=345 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28285 x=368 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28286 x=391 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28287 x=2047 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28288 x=437 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28290 x=2816 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28297 x=2070 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28300 x=506 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28301 x=2093 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28303 x=552 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28304 x=2116 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28307 x=598 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28310 x=621 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28312 x=644 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28313 x=667 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28316 x=2464 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28317 x=713 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28319 x=2162 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28320 x=759 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28322 x=2185 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28325 x=805 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28327 x=2231 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28330 x=851 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28331 x=2300 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28333 x=2346 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28334 x=920 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28335 x=2156 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28337 x=966 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28338 x=989 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28339 x=2392 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28340 x=1035 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28342 x=1058 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28343 x=1650 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28346 x=2484 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28347 x=176 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28348 x=2553 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28349 x=2576 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28351 x=1196 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28352 x=1219 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28353 x=1242 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28354 x=1265 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28355 x=2622 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28356 x=1311 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28357 x=1334 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28359 x=1357 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28360 x=1380 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28361 x=2645 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28362 x=1426 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28363 x=1914 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28364 x=1472 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28365 x=1495 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28366 x=1606 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28367 x=1541 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28369 x=2668 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28371 x=1587 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28372 x=1610 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28373 x=1633 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28377 x=2714 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28378 x=1679 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28379 x=1702 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28381 x=1725 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28382 x=1748 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28390 x=1771 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28395 x=1794 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28396 x=2783 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28397 x=2806 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28398 x=1863 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28399 x=1886 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28402 x=1909 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28404 x=1932 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28407 x=1540 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28408 x=1978 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28409 x=2001 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28411 x=2024 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28413 x=2047 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28414 x=2070 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28415 x=2093 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28417 x=2116 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28418 x=46 y=2048 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28420 x=2162 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28422 x=2185 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28424 x=2208 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28425 x=2231 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28426 x=2254 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28428 x=2277 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28429 x=1760 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28431 x=69 y=2048 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28432 x=2346 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28433 x=2369 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28435 x=2392 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28436 x=2415 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28437 x=2438 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28438 x=2461 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28440 x=92 y=2039 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28442 x=184 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28443 x=2530 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28448 x=1496 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28450 x=2576 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28451 x=2599 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28453 x=2622 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28454 x=2645 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28457 x=2668 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28458 x=2691 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28459 x=2574 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28460 x=2737 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28461 x=2760 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28463 x=253 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28464 x=1386 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28465 x=0 y=1045 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28466 x=276 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28467 x=46 y=1036 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28469 x=69 y=1035 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28470 x=92 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28472 x=115 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28475 x=345 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28476 x=161 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28478 x=184 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28479 x=207 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28481 x=230 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28485 x=253 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28495 x=368 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28497 x=414 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28498 x=322 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28499 x=345 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28500 x=368 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28503 x=391 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28504 x=414 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28505 x=437 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28506 x=460 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28507 x=483 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28508 x=506 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28509 x=529 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28510 x=552 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28511 x=575 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28512 x=552 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28513 x=621 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28514 x=644 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28516 x=1413 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28518 x=1320 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28520 x=713 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28524 x=621 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28525 x=644 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28526 x=1232 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28527 x=713 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28528 x=828 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28532 x=851 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28536 x=874 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28538 x=736 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28540 x=920 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28541 x=943 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28542 x=966 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28544 x=759 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28545 x=1012 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28546 x=1035 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28547 x=374 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28548 x=1081 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28550 x=1104 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28551 x=1127 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28552 x=1150 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28555 x=805 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28556 x=1196 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28557 x=1219 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28558 x=682 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28560 x=828 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28561 x=851 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28562 x=920 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28563 x=1334 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28564 x=1357 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28566 x=836 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28567 x=880 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28568 x=1426 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28570 x=1449 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28573 x=616 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28575 x=1495 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28576 x=943 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28577 x=966 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28579 x=1564 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28580 x=989 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28581 x=1610 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28582 x=1058 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28583 x=1656 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28584 x=1679 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28586 x=1104 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28590 x=1725 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28591 x=1748 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28592 x=1771 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28593 x=1150 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28595 x=1817 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28597 x=1840 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28598 x=1863 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28599 x=1196 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28601 x=1909 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28604 x=1932 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28606 x=1955 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28608 x=1978 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28609 x=1518 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28610 x=2024 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28611 x=2047 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28613 x=2070 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28614 x=2093 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28615 x=2116 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28616 x=2139 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28617 x=2162 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28618 x=2185 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28628 x=1288 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28629 x=1311 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28632 x=2254 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28634 x=2277 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28635 x=2300 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28638 x=2323 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28639 x=2346 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28640 x=2369 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28641 x=1357 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28644 x=2415 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28648 x=308 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28649 x=2461 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28651 x=2484 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28652 x=2507 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28654 x=2530 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28655 x=1380 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28656 x=2576 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28657 x=2599 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28659 x=2622 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28661 x=2645 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28662 x=2288 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28665 x=1403 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28666 x=2714 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28668 x=2737 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28669 x=2760 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28670 x=2783 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28672 x=1472 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28673 x=0 y=1067 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28677 x=23 y=1067 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28678 x=46 y=1058 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28679 x=69 y=1057 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28681 x=92 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28682 x=115 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28683 x=138 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28685 x=161 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28687 x=22 y=1661 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28689 x=1495 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28693 x=230 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28695 x=253 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28696 x=276 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28698 x=299 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28699 x=322 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28701 x=1633 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28702 x=368 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28703 x=391 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28704 x=414 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28707 x=437 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28710 x=460 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28711 x=483 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28712 x=506 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28716 x=529 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28719 x=552 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28720 x=1725 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28722 x=598 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28724 x=1817 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28727 x=1863 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28729 x=667 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28730 x=690 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28732 x=713 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28734 x=462 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28739 x=759 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28740 x=1955 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28743 x=805 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28744 x=1978 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28745 x=851 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28746 x=874 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28747 x=897 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28748 x=920 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28750 x=943 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28753 x=2024 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28756 x=989 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28757 x=1012 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28760 x=1035 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28765 x=2070 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28766 x=2116 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28771 x=1104 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28772 x=1127 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28773 x=1150 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28777 x=1173 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28779 x=1196 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28780 x=637 y=2263 width=22 height=8 xoffset=0 yoffset=20 xadvance=22 page=0 chnl=15 -char id=28782 x=1242 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28783 x=1265 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28784 x=2139 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28789 x=2162 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28790 x=1334 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28792 x=1357 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28796 x=2728 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28797 x=1403 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28798 x=1426 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28801 x=2208 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28805 x=2231 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28806 x=1495 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28809 x=1518 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28810 x=1541 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28814 x=2662 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28818 x=1587 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28820 x=1610 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28821 x=1633 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28822 x=1656 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28823 x=1679 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28824 x=1702 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28825 x=1725 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28827 x=2134 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28831 x=1771 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28836 x=1320 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28843 x=1817 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28844 x=1840 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28845 x=1863 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28846 x=1886 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28847 x=44 y=1617 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28848 x=2816 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28849 x=1955 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28851 x=1978 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28852 x=2001 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28855 x=2024 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28856 x=2047 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28857 x=546 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28858 x=2222 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28859 x=2116 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28872 x=2139 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28874 x=2162 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28875 x=2185 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28879 x=2208 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28881 x=2231 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28883 x=2254 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28884 x=1936 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28885 x=2300 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28886 x=2323 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28888 x=2346 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28889 x=2369 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28892 x=2392 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28893 x=2772 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28895 x=286 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28900 x=2461 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28908 x=2484 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28913 x=88 y=1585 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28921 x=0 y=1815 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28922 x=2553 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28925 x=2576 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28931 x=2599 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28932 x=2369 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28933 x=2645 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28934 x=2552 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28935 x=2691 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28936 x=2714 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28937 x=242 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28939 x=2760 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28940 x=2783 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28943 x=2415 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28948 x=2530 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28953 x=23 y=1089 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28954 x=46 y=1080 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28956 x=69 y=1079 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28958 x=92 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28960 x=115 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28961 x=138 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28966 x=161 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28971 x=184 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28973 x=207 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28974 x=230 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28975 x=253 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28976 x=2376 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28977 x=299 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28982 x=322 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28984 x=2438 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=28988 x=368 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28993 x=391 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28997 x=414 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28998 x=437 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=28999 x=460 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29001 x=483 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29002 x=506 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29003 x=529 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29004 x=552 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29006 x=575 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29008 x=598 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29009 x=621 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29010 x=644 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29011 x=667 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29013 x=2461 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29014 x=713 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29015 x=736 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29017 x=759 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29018 x=2507 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29020 x=805 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29022 x=828 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29024 x=851 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29026 x=874 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29028 x=897 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29029 x=920 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29030 x=2702 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29031 x=550 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29032 x=989 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29033 x=1012 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29036 x=1035 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29038 x=1058 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29049 x=1081 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29053 x=2244 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29056 x=1127 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29060 x=1150 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29061 x=1173 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29063 x=1196 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29064 x=2553 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29066 x=1242 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29068 x=836 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29071 x=2376 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29074 x=2266 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29076 x=1334 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29077 x=1357 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29078 x=1380 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29081 x=2599 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29082 x=1426 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29083 x=1449 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29087 x=1472 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29088 x=1320 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29090 x=1518 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29096 x=1541 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29100 x=1564 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29102 x=1587 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29103 x=1610 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29104 x=1633 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29105 x=1656 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29106 x=1679 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29107 x=1702 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29113 x=1725 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29114 x=1748 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29118 x=1771 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29119 x=1794 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29120 x=1817 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29121 x=1840 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29123 x=1863 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29124 x=1886 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29128 x=1909 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29129 x=1932 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29131 x=1955 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29132 x=1978 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29134 x=2001 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29136 x=2024 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29138 x=2047 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29139 x=2070 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29140 x=2093 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29141 x=2116 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29142 x=2139 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29143 x=2002 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29145 x=2162 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29146 x=2185 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29148 x=1980 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29151 x=1936 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29152 x=2208 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29157 x=2231 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29158 x=2254 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29159 x=2277 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29164 x=2300 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29165 x=1782 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29166 x=2323 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29172 x=2346 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29173 x=2369 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29176 x=2392 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29177 x=1081 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29179 x=2415 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29180 x=2438 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29182 x=2461 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29183 x=2484 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29184 x=2507 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29190 x=2530 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29191 x=2553 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29192 x=2576 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29193 x=2599 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29197 x=2622 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29200 x=2645 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29203 x=418 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29205 x=2668 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29207 x=2691 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29210 x=2714 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29211 x=1936 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29213 x=2737 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29215 x=2760 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29220 x=2783 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29224 x=2806 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29226 x=69 y=1922 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29227 x=553 y=2263 width=21 height=9 xoffset=0 yoffset=12 xadvance=22 page=0 chnl=15 -char id=29228 x=0 y=1111 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29229 x=23 y=1111 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29231 x=46 y=1102 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29232 x=69 y=1101 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29234 x=176 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29236 x=1694 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29237 x=92 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29238 x=920 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29240 x=115 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29241 x=1232 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29242 x=138 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29243 x=161 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29244 x=184 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29245 x=207 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29246 x=2507 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29247 x=2014 y=1826 width=13 height=21 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29248 x=230 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29249 x=253 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29250 x=276 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29251 x=299 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29253 x=322 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29254 x=345 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29255 x=616 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29256 x=368 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29259 x=391 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29260 x=414 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29262 x=437 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29263 x=460 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29264 x=483 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29266 x=506 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29267 x=529 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29269 x=552 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29270 x=575 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29271 x=598 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29272 x=621 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29273 x=594 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29274 x=2178 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29275 x=644 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29276 x=2042 y=1826 width=13 height=21 xoffset=4 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29277 x=667 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29278 x=2442 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29279 x=690 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29280 x=713 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29281 x=736 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29282 x=84 y=1828 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29283 x=759 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29287 x=782 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29288 x=805 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29289 x=828 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29291 x=851 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29294 x=874 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29295 x=897 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29297 x=920 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29298 x=943 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29300 x=966 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29303 x=989 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29304 x=1012 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29305 x=1035 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29307 x=1058 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29308 x=1081 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29309 x=1104 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29310 x=1127 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29311 x=1150 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29312 x=253 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29313 x=1173 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29314 x=1196 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29316 x=1219 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29319 x=1242 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29321 x=1265 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29325 x=1288 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29326 x=1311 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29330 x=1334 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29331 x=198 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29334 x=352 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29339 x=1357 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29344 x=1380 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29346 x=1403 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29351 x=1426 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29352 x=1449 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29356 x=1472 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29357 x=2432 y=2183 width=11 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29358 x=1495 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29359 x=1518 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29360 x=1541 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29361 x=1564 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29362 x=1587 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29364 x=759 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29366 x=1610 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29369 x=1633 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29374 x=1656 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29376 x=1679 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29377 x=1702 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29378 x=154 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29379 x=1725 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29380 x=1748 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29382 x=2046 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29383 x=1771 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29385 x=1794 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29388 x=1817 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29390 x=1694 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29392 x=1840 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29394 x=1863 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29397 x=2420 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29398 x=1886 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29399 x=0 y=1771 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29400 x=1909 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29401 x=874 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29403 x=462 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29407 x=1932 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29408 x=1955 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29409 x=1978 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29410 x=2001 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29413 x=2244 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29417 x=2024 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29420 x=2047 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29421 x=2070 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29427 x=2093 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29428 x=2116 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29431 x=2237 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29432 x=920 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29433 x=2139 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29434 x=2162 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29435 x=2185 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29436 x=2208 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29437 x=2231 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29438 x=2254 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29442 x=2277 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29444 x=2300 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29445 x=2323 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29447 x=2346 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29450 x=2369 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29451 x=2392 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29453 x=2415 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29458 x=506 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29459 x=2599 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29462 x=506 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29463 x=2438 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29464 x=2376 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29465 x=2461 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29467 x=2484 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29468 x=2507 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29469 x=2530 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29470 x=2553 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29471 x=2576 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29474 x=484 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29476 x=2599 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29477 x=2622 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29479 x=1716 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29480 x=2645 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29481 x=2668 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29482 x=2691 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29483 x=2714 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29484 x=2156 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29486 x=2737 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29487 x=2760 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29489 x=460 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29490 x=2662 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29491 x=2783 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29492 x=2806 y=1100 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29493 x=1973 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29494 x=0 y=1133 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29495 x=23 y=1133 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29497 x=46 y=1124 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29498 x=69 y=1123 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29499 x=1702 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29501 x=92 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29502 x=115 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29503 x=138 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29507 x=161 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29508 x=184 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29509 x=207 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29517 x=230 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29518 x=253 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29519 x=276 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29520 x=299 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29522 x=322 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29526 x=345 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29527 x=2369 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29528 x=368 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29533 x=990 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29534 x=391 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29535 x=414 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29536 x=437 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29539 x=460 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29542 x=483 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29543 x=506 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29544 x=22 y=1771 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29545 x=529 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29546 x=552 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29547 x=575 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29548 x=598 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29550 x=621 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29551 x=644 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29552 x=667 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29553 x=690 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29554 x=713 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29557 x=736 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29559 x=759 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29560 x=782 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29561 x=805 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29562 x=828 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29563 x=851 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29564 x=874 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29568 x=690 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29569 x=897 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29571 x=920 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29572 x=917 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29573 x=943 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29574 x=966 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29575 x=989 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29577 x=1714 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29578 x=1921 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29579 x=1622 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29582 x=2594 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29584 x=1196 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29587 x=2178 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29588 x=1606 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29589 x=2323 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29590 x=1081 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29591 x=115 y=2038 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29592 x=2530 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29596 x=874 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29598 x=1104 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29599 x=1127 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29600 x=1150 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29602 x=1633 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29605 x=1171 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29606 x=1173 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29608 x=1507 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29609 x=943 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29610 x=1219 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29611 x=1242 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29613 x=1265 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29618 x=1288 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29619 x=1311 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29621 x=1334 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29623 x=1357 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29625 x=1380 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29626 x=1403 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29627 x=1426 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29628 x=598 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29629 x=1254 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29631 x=2464 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29632 x=1650 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29634 x=851 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29637 x=1870 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29638 x=1449 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29640 x=2046 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29641 x=989 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29642 x=1035 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29643 x=2266 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29644 x=1472 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29645 x=1495 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29646 x=1518 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29647 x=1806 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29650 x=1541 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29651 x=1564 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29654 x=1587 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29657 x=1610 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29661 x=2420 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29662 x=1633 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29664 x=1656 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29665 x=1702 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29667 x=726 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29668 x=1679 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29669 x=2576 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29670 x=902 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29671 x=1702 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29673 x=529 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29674 x=828 y=1953 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29677 x=1725 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29678 x=1104 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29681 x=1449 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29684 x=1748 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29685 x=2001 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29687 x=1771 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29688 x=2254 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29689 x=1794 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29690 x=2484 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29691 x=1817 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29693 x=2576 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29694 x=2737 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29695 x=23 y=1985 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29696 x=1840 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29697 x=1863 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29699 x=1886 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29700 x=2508 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29701 x=1909 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29702 x=805 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29703 x=1955 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29705 x=1978 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29706 x=828 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29713 x=2001 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29715 x=2024 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29722 x=1725 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29723 x=2024 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29729 x=2047 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29730 x=483 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29732 x=2070 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29733 x=2093 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29734 x=2116 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29736 x=1127 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29737 x=704 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29738 x=2139 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29739 x=2162 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29740 x=2185 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29741 x=2208 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29742 x=2231 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29743 x=2254 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29744 x=2277 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29745 x=2486 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29746 x=2300 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29747 x=2323 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29748 x=161 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29749 x=207 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29750 x=897 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29753 x=1541 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29754 x=2346 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29759 x=2185 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29760 x=66 y=1498 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29761 x=2623 y=2057 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29763 x=1853 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29764 x=1945 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29766 x=2231 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29767 x=2405 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29771 x=1633 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29773 x=2024 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29777 x=2047 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29778 x=2599 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29779 x=1380 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29781 x=621 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29783 x=966 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29785 x=1242 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29786 x=2156 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29787 x=2783 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29788 x=2576 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29789 x=0 y=187 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29790 x=69 y=177 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29791 x=2645 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29792 x=1472 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29794 x=1817 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29795 x=2093 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29796 x=1012 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29798 x=2484 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29799 x=552 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29800 x=2208 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29801 x=1144 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29802 x=2484 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29803 x=1909 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29805 x=2208 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29806 x=2599 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29807 x=529 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29808 x=621 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29809 x=667 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29810 x=1748 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29811 x=1863 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29814 x=2139 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29822 x=2346 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29824 x=46 y=288 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29825 x=276 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29827 x=529 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29829 x=575 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29830 x=851 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29831 x=1357 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29832 x=1449 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29833 x=2300 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29835 x=253 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29839 x=943 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29840 x=1035 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29841 x=1794 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29842 x=1472 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29847 x=1886 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29848 x=1909 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29849 x=1955 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29850 x=748 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29852 x=2001 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29854 x=2047 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29855 x=1541 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29856 x=2093 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29857 x=2116 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29858 x=1610 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29859 x=2162 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29861 x=2185 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29862 x=2208 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29863 x=2231 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29864 x=2254 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29865 x=2277 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29866 x=1633 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29867 x=2346 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29870 x=2369 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29871 x=2392 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29872 x=1725 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29873 x=1748 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29874 x=1771 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29877 x=2484 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29881 x=2507 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29882 x=2530 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29883 x=1840 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29885 x=1909 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29887 x=2599 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29896 x=2622 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29897 x=2645 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29898 x=2668 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29900 x=2691 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29903 x=2714 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29904 x=2737 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29907 x=330 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29908 x=1955 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29910 x=2806 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29912 x=0 y=341 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29914 x=23 y=341 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29915 x=46 y=332 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29916 x=1978 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29918 x=92 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29919 x=115 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29920 x=138 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29922 x=2024 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29923 x=184 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29924 x=207 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29926 x=207 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29927 x=46 y=1964 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29928 x=184 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29929 x=690 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29930 x=897 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29931 x=989 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29934 x=1035 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29935 x=132 y=2143 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29936 x=1058 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29937 x=1127 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29938 x=1242 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29940 x=1288 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29942 x=207 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29943 x=1311 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29944 x=69 y=1985 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29946 x=1035 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29947 x=1725 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29948 x=1196 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29951 x=1932 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29953 x=2093 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29955 x=2415 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29956 x=1495 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29957 x=1840 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29958 x=805 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29964 x=440 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29965 x=770 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29966 x=1150 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29969 x=2185 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29970 x=1702 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29971 x=2254 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29973 x=667 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29974 x=1584 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29975 x=2461 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29976 x=437 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29978 x=1242 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29980 x=1311 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29982 x=1932 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29983 x=207 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29984 x=1782 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29985 x=1955 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29986 x=1196 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29987 x=1058 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29988 x=1035 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29989 x=880 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29990 x=1633 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29991 x=1012 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29992 x=2465 y=2203 width=20 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=29993 x=2417 y=2141 width=20 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29994 x=1512 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29995 x=735 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=29996 x=1998 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=29999 x=1071 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30000 x=2696 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30001 x=1486 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30002 x=1041 y=2225 width=18 height=19 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30003 x=1657 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30006 x=1467 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30007 x=2459 y=2141 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30008 x=902 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30009 x=529 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30010 x=1369 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30011 x=1937 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30012 x=2480 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30013 x=2501 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30014 x=1207 y=1826 width=19 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30015 x=968 y=2100 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30016 x=1863 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30019 x=1050 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30020 x=966 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30022 x=46 y=772 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30023 x=819 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30024 x=2640 y=2099 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30025 x=2068 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30026 x=2728 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30027 x=2706 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30028 x=2522 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30029 x=2354 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30030 x=2332 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30031 x=897 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30032 x=2564 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30033 x=2112 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30034 x=1173 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30036 x=2024 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30039 x=2450 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30041 x=1100 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30042 x=414 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30043 x=638 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30044 x=462 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30045 x=1150 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30046 x=92 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30047 x=2068 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30048 x=1619 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30049 x=2728 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30050 x=1541 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30052 x=2486 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30053 x=2464 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30054 x=2530 y=2120 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30055 x=1265 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30057 x=1430 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30058 x=1196 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30059 x=1081 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30060 x=1320 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30061 x=1276 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30063 x=1782 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30064 x=851 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30065 x=2585 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30066 x=858 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30067 x=2691 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30068 x=2772 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30069 x=23 y=451 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30070 x=2394 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30071 x=1897 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30072 x=1628 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30073 x=1518 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30074 x=253 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30075 x=836 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30076 x=242 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30077 x=330 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30078 x=2606 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30079 x=414 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30081 x=308 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30082 x=1518 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30085 x=770 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30086 x=1219 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30087 x=924 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30089 x=414 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30090 x=161 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30091 x=2755 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30092 x=943 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30094 x=506 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30095 x=460 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30096 x=2112 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30097 x=2783 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30098 x=2323 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30099 x=2162 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30100 x=2001 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30101 x=1932 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30105 x=1748 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30106 x=1679 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30108 x=1656 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30109 x=1449 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30114 x=943 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30115 x=736 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30116 x=713 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30117 x=506 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30123 x=345 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30128 x=322 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30129 x=253 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30130 x=115 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30131 x=92 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30132 x=46 y=244 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30133 x=0 y=253 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30135 x=2806 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30136 x=2783 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30137 x=2760 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30138 x=2737 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30140 x=2668 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30141 x=2254 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30142 x=2231 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30143 x=2162 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30144 x=2139 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30145 x=1219 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30146 x=1196 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30147 x=1127 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30148 x=690 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30149 x=253 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30150 x=2760 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30151 x=2714 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30154 x=2645 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30156 x=2622 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30157 x=2277 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30158 x=2139 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30159 x=2070 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30162 x=1955 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30163 x=506 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30164 x=230 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30165 x=207 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30167 x=184 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30168 x=138 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30169 x=115 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30171 x=23 y=187 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30172 x=2760 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30173 x=1449 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30174 x=1196 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30175 x=1127 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30176 x=1104 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30177 x=1035 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30178 x=989 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30179 x=943 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30180 x=897 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30183 x=874 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30185 x=805 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30188 x=736 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30190 x=713 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30191 x=345 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30192 x=253 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30193 x=230 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30194 x=2438 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30195 x=2369 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30196 x=230 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30201 x=2645 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30202 x=2622 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30204 x=2599 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30206 x=2553 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30207 x=2507 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30208 x=2484 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30209 x=2438 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30210 x=2392 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30211 x=2369 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30212 x=2346 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30215 x=2323 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30216 x=2300 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30217 x=2277 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30218 x=2162 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30219 x=2139 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30220 x=1748 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30221 x=1725 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30223 x=1702 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30226 x=1679 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30227 x=1357 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30229 x=1334 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30230 x=1311 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30232 x=1288 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30233 x=1265 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30235 x=1150 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30236 x=1127 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30237 x=920 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30238 x=805 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30239 x=782 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30240 x=759 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30241 x=713 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30242 x=690 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30243 x=667 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30244 x=598 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30245 x=575 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30246 x=552 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30247 x=529 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30248 x=506 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30249 x=483 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30253 x=437 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30256 x=414 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30258 x=391 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30259 x=345 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30260 x=299 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30261 x=276 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30264 x=253 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30265 x=207 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30266 x=184 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30267 x=161 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30268 x=138 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30272 x=115 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30273 x=92 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30274 x=69 y=45 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30275 x=46 y=46 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30276 x=0 y=55 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30277 x=2806 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30278 x=2760 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30279 x=2737 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30280 x=2714 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30281 x=2691 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30282 x=2668 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30283 x=2645 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30284 x=2622 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30286 x=2599 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30290 x=2576 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30293 x=2553 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30294 x=2530 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30296 x=2507 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30297 x=2484 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30300 x=2461 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30303 x=2438 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30305 x=2415 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30306 x=2392 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30308 x=2369 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30309 x=2346 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30311 x=2323 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30312 x=2300 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30313 x=2277 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30314 x=2254 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30316 x=2231 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30317 x=2208 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30318 x=2162 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30319 x=2139 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30320 x=2116 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30321 x=2093 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30322 x=2070 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30324 x=2001 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30326 x=2436 y=2243 width=22 height=13 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=30328 x=1978 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30330 x=1955 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30331 x=1932 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30332 x=1909 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30333 x=1695 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30334 x=2627 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30336 x=1676 y=1826 width=18 height=21 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30337 x=1840 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30338 x=1442 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30339 x=1794 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30340 x=1421 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30341 x=2156 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30342 x=1725 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30343 x=1400 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30344 x=2090 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30347 x=1610 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30348 x=2068 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30349 x=1379 y=1782 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30350 x=2024 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30352 x=1495 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30355 x=1980 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30357 x=2576 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30358 x=1914 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30361 x=1357 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30362 x=1870 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30363 x=1337 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30364 x=1804 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30365 x=1242 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30366 x=1782 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30367 x=1760 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30368 x=1738 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30369 x=1694 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30370 x=1650 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30371 x=1628 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30372 x=1606 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30373 x=1584 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30374 x=1562 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30375 x=1540 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30376 x=943 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30378 x=1518 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30381 x=1496 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30382 x=874 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30383 x=851 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30384 x=828 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30388 x=805 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30390 x=782 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30391 x=736 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30392 x=713 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30393 x=690 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30394 x=667 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30397 x=644 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30399 x=1737 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30401 x=2507 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30402 x=2484 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30403 x=1127 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30405 x=2461 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30406 x=552 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30408 x=2438 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30409 x=2415 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30410 x=2392 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30411 x=460 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30412 x=2369 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30413 x=414 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30414 x=2346 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30418 x=368 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30420 x=345 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30422 x=322 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30423 x=299 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30425 x=276 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30427 x=253 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30428 x=230 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30430 x=207 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30431 x=2323 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30432 x=161 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30433 x=138 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30435 x=115 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30436 x=92 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30437 x=69 y=23 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30438 x=46 y=24 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30439 x=0 y=33 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30440 x=2277 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30442 x=2773 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30443 x=2750 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30444 x=2254 y=1847 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30446 x=2241 y=2184 width=16 height=20 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30448 x=2179 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30449 x=1787 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30450 x=1232 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30452 x=1144 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30454 x=2311 y=2204 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30456 x=1078 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30457 x=1034 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30459 x=2007 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30460 x=2051 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30462 x=2474 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30464 x=2648 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30465 x=2451 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30468 x=2117 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30470 x=946 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30471 x=924 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30472 x=902 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30473 x=2669 y=2141 width=20 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30474 x=880 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30475 x=858 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30476 x=2205 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30478 x=1541 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30482 x=1169 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30484 x=2227 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30485 x=748 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30487 x=1148 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30489 x=704 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30490 x=1127 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30491 x=660 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30492 x=638 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30494 x=594 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30495 x=1991 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30496 x=2293 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30498 x=1922 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30500 x=2359 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30501 x=1876 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30502 x=528 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30504 x=2381 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30505 x=484 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30509 x=2425 y=2057 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30510 x=2690 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30511 x=396 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30516 x=1085 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30517 x=352 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30518 x=2469 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30519 x=1600 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30520 x=308 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30521 x=2491 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30522 x=264 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30524 x=2557 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30525 x=220 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30526 x=2208 y=1847 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30528 x=176 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30530 x=1064 y=1782 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30533 x=2579 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30534 x=110 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30535 x=2765 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30538 x=2711 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30541 x=2645 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30542 x=2721 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30543 x=2732 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30546 x=2699 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30550 x=2677 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30551 x=2753 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30552 x=2667 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30554 x=2689 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30555 x=2611 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30556 x=2589 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30558 x=2567 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30559 x=2545 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30560 x=2523 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30561 x=2501 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30562 x=2479 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30563 x=818 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30564 x=2755 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30565 x=2435 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30566 x=2413 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30567 x=2777 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30568 x=2369 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30570 x=2139 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30571 x=2193 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30572 x=2799 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30576 x=2105 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30578 x=0 y=2090 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30579 x=2061 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30580 x=44 y=2090 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30585 x=1929 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30586 x=1907 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30588 x=88 y=2090 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30589 x=1435 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30590 x=105 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30591 x=2555 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30592 x=2772 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30596 x=1760 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30603 x=2816 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30604 x=2772 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30605 x=2574 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30606 x=1144 y=1694 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30609 x=330 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30612 x=1386 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30613 x=1342 y=1672 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30614 x=189 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30618 x=858 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30622 x=2816 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30623 x=418 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30624 x=2156 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30626 x=945 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30628 x=315 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30629 x=836 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30631 x=308 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30633 x=399 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30634 x=418 y=2100 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30636 x=1298 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30637 x=1254 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30638 x=528 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30639 x=525 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30640 x=88 y=1607 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30641 x=2508 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30643 x=2046 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30645 x=1606 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30646 x=154 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30647 x=672 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30649 x=2618 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30651 x=1320 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30652 x=1232 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30653 x=2369 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30654 x=441 y=2225 width=20 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30655 x=1012 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30659 x=990 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30663 x=902 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30665 x=858 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30669 x=1311 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30673 x=1056 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30674 x=748 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30677 x=2392 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30679 x=2415 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30681 x=1029 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30682 x=1050 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30683 x=374 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30684 x=2438 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30686 x=638 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30687 x=2461 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30688 x=2484 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30690 x=2507 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30691 x=2530 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30692 x=2553 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30693 x=22 y=1749 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30694 x=2576 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30695 x=330 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30697 x=2599 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30698 x=2622 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30700 x=2047 y=1869 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30701 x=2645 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30702 x=2668 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30703 x=2691 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30704 x=2714 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30705 x=2737 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30707 x=2333 y=2204 width=21 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30708 x=1472 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30712 x=391 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30715 x=2760 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30716 x=2525 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=30722 x=2783 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30725 x=2806 y=1122 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30726 x=0 y=1155 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30729 x=1298 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30732 x=1342 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30733 x=23 y=1155 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30734 x=46 y=1146 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30737 x=2162 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30738 x=69 y=1145 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30740 x=2622 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30741 x=92 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30745 x=2806 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30749 x=115 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30752 x=276 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30753 x=2778 y=2183 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30754 x=345 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30755 x=138 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30757 x=966 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30758 x=161 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30759 x=184 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30764 x=1081 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30765 x=1449 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30766 x=207 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30768 x=1702 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30770 x=230 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30772 x=253 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30773 x=276 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30775 x=2464 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30778 x=2346 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30783 x=299 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30787 x=322 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30788 x=345 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30789 x=598 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30791 x=132 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30792 x=368 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30796 x=391 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30798 x=2024 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30799 x=1150 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30801 x=414 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30802 x=1403 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30812 x=1426 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30813 x=440 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30814 x=437 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30816 x=460 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30817 x=483 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30819 x=506 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30820 x=529 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30824 x=552 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30826 x=575 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30827 x=598 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30828 x=161 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30830 x=1254 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30831 x=368 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30834 x=460 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30836 x=621 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30842 x=575 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30844 x=2464 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30846 x=276 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30849 x=644 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30854 x=1694 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30855 x=667 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30858 x=690 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30860 x=713 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30861 x=1495 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30862 x=736 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30863 x=759 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30865 x=782 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30867 x=805 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30868 x=828 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30869 x=851 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30871 x=874 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30872 x=897 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30874 x=920 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30877 x=2783 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30878 x=2046 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30879 x=943 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30881 x=966 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30883 x=2354 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30884 x=989 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30887 x=1012 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30888 x=299 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30889 x=322 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30890 x=1035 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30892 x=391 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30893 x=437 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30895 x=1058 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30896 x=552 y=1974 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30897 x=1081 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30898 x=1104 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30899 x=1127 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30901 x=1150 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30906 x=1173 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30907 x=1196 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30908 x=418 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30909 x=1150 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30910 x=1472 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30911 x=1679 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30913 x=1219 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30917 x=1242 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30918 x=2530 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30919 x=1265 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30920 x=1288 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30921 x=713 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30922 x=736 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30923 x=1311 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30924 x=1334 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30926 x=1357 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30928 x=1380 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30929 x=1403 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30930 x=1449 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30931 x=1426 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30932 x=1449 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30933 x=1472 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30934 x=1276 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30938 x=1495 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30939 x=1518 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30943 x=1817 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30944 x=1541 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30945 x=2354 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30948 x=1564 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30950 x=2369 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30951 x=1587 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30952 x=1610 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30954 x=1633 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30956 x=1656 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30959 x=1679 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30962 x=391 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30963 x=437 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30964 x=1702 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30966 x=1276 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30967 x=1725 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30969 x=1748 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30970 x=1748 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30971 x=1771 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30973 x=1794 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30974 x=483 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30975 x=552 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30976 x=484 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30977 x=1817 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30982 x=1840 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30983 x=1863 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30988 x=138 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=30990 x=1886 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30992 x=231 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30993 x=1909 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=30994 x=1932 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31001 x=1955 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31002 x=1978 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31003 x=2001 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31004 x=2024 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31006 x=2047 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31007 x=2070 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31008 x=2093 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31013 x=2329 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31014 x=2116 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31015 x=1826 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31016 x=2090 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31017 x=2139 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31018 x=2513 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31019 x=2162 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31020 x=2185 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31021 x=2628 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31022 x=2208 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31024 x=2674 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31025 x=2231 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31028 x=2254 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31029 x=0 y=1859 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31034 x=1695 y=2205 width=21 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=31035 x=2069 y=1826 width=12 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31036 x=2277 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31037 x=1334 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=31038 x=2300 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31039 x=2323 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31040 x=138 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31041 x=1426 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=31042 x=2346 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31044 x=2369 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31045 x=621 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31046 x=1518 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=31047 x=644 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31048 x=2392 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31049 x=2415 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31050 x=2438 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31051 x=989 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31055 x=2617 y=2183 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=31056 x=2461 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31057 x=2484 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31059 x=2507 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31060 x=2530 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31061 x=1242 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31062 x=2553 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31063 x=1357 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31064 x=46 y=2216 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=31066 x=2576 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31067 x=2599 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31068 x=2622 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31069 x=2645 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31070 x=462 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31071 x=2668 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31072 x=440 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31074 x=2691 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31077 x=2714 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31079 x=2737 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31080 x=1679 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31081 x=2760 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31083 x=2783 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31085 x=2806 y=1144 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31090 x=1932 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31095 x=0 y=1177 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31097 x=23 y=1177 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31098 x=46 y=1168 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31099 x=2200 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31100 x=782 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31102 x=69 y=1167 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31103 x=92 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31104 x=115 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31105 x=138 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31108 x=161 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31109 x=184 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31114 x=207 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31115 x=2300 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31116 x=230 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31117 x=704 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31118 x=253 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31119 x=770 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31121 x=92 y=1892 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31123 x=207 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31124 x=230 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31125 x=276 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31126 x=299 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31128 x=322 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31131 x=345 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31132 x=1827 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31133 x=782 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31137 x=943 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31142 x=368 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31143 x=391 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31144 x=414 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31145 x=1403 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31146 x=1909 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31147 x=2001 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31150 x=437 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31151 x=460 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31152 x=2139 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31153 x=483 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31155 x=506 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31156 x=529 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31160 x=1187 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31161 x=2017 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31162 x=1365 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31163 x=552 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31165 x=575 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31166 x=46 y=1922 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31167 x=598 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31168 x=1914 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31169 x=621 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31170 x=644 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31172 x=460 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31175 x=667 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31176 x=1633 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31177 x=690 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31178 x=713 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31179 x=736 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31180 x=759 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31181 x=2134 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31183 x=782 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31185 x=805 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31186 x=828 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31188 x=851 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31189 x=874 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31190 x=2001 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31192 x=897 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31194 x=920 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31197 x=2185 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31198 x=943 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31199 x=2484 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31200 x=0 y=1943 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31201 x=966 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31202 x=989 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31203 x=1012 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31204 x=483 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31205 x=1035 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31206 x=1058 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31207 x=1081 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31209 x=1104 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31210 x=943 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31211 x=1127 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31212 x=1035 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31213 x=1150 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31216 x=1173 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31217 x=2442 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31224 x=1196 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31227 x=1219 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31228 x=1242 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31232 x=1265 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31234 x=1288 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31235 x=1311 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31237 x=1840 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31239 x=726 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31240 x=2185 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31241 x=2208 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31242 x=1334 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31243 x=2415 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31244 x=1357 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31245 x=1380 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31246 x=1403 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31249 x=1426 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31252 x=1449 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31253 x=1472 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31255 x=1495 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31256 x=1518 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31257 x=1541 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31258 x=1564 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31259 x=2398 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31260 x=1587 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31262 x=782 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31263 x=1610 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31264 x=2750 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31265 x=1633 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31271 x=1656 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31275 x=1081 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31277 x=1679 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31278 x=1219 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31279 x=1288 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31280 x=1334 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31281 x=1357 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31282 x=440 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31284 x=1426 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31285 x=1702 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31287 x=1472 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31288 x=1725 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31289 x=1748 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31290 x=1886 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31291 x=1978 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31292 x=1771 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31293 x=1794 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31294 x=1817 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31295 x=1840 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31296 x=1863 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31298 x=1886 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31299 x=1909 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31300 x=1932 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31301 x=1955 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31302 x=1978 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31303 x=2001 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31304 x=2024 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31305 x=207 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31308 x=2047 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31309 x=2070 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31310 x=2093 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31311 x=2116 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31312 x=2139 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31317 x=2162 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31318 x=2185 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31319 x=2208 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31321 x=2231 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31324 x=2254 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31325 x=598 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31327 x=621 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31328 x=2277 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31329 x=2300 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31330 x=2323 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31331 x=2346 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31333 x=2369 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31335 x=2392 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31337 x=2415 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31338 x=1104 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31339 x=2438 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31341 x=2461 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31344 x=2484 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31348 x=2507 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31349 x=264 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31350 x=2530 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31352 x=1694 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31353 x=1988 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31354 x=1661 y=2142 width=20 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31357 x=418 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31358 x=440 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31359 x=462 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31360 x=506 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31361 x=2553 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31362 x=21 y=1815 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31363 x=550 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31364 x=638 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31365 x=1239 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31366 x=660 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31368 x=1951 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31370 x=2576 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31371 x=1470 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31376 x=2599 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31377 x=1995 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31378 x=1554 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31379 x=2622 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31380 x=2645 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31381 x=2668 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31382 x=1701 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31383 x=1722 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31384 x=2691 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31390 x=1785 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31391 x=2714 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31392 x=2737 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31395 x=2760 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31401 x=1848 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31402 x=2783 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31404 x=2806 y=1166 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31406 x=814 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31407 x=2100 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31408 x=2730 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31411 x=0 y=1199 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31413 x=814 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31414 x=23 y=1199 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31417 x=46 y=1190 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31418 x=69 y=1189 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31419 x=92 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31420 x=115 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31421 x=138 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31422 x=161 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31423 x=1188 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31427 x=1298 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31428 x=184 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31429 x=207 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31430 x=1606 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31431 x=525 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31432 x=1628 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31433 x=230 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31434 x=1716 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31435 x=0 y=2048 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31436 x=253 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31437 x=276 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31438 x=299 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31439 x=322 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31441 x=345 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31442 x=368 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31443 x=391 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31445 x=414 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31449 x=437 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31450 x=460 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31451 x=483 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31452 x=506 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31453 x=414 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31455 x=529 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31456 x=552 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31457 x=575 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31458 x=598 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31459 x=621 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31461 x=644 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31462 x=667 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31463 x=690 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31464 x=713 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31465 x=230 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31466 x=253 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31467 x=736 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31468 x=1210 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31469 x=2794 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31471 x=759 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31472 x=782 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31473 x=805 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31476 x=828 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31478 x=851 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31480 x=874 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31481 x=897 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31482 x=484 y=2079 width=21 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31483 x=920 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31485 x=943 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31486 x=966 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31487 x=989 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31490 x=1012 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31492 x=1035 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31494 x=1058 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31495 x=1081 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31496 x=1104 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31498 x=1127 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31499 x=1150 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31503 x=1276 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31505 x=1173 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31506 x=1196 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31508 x=1034 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31512 x=1219 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31513 x=220 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31515 x=1242 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31518 x=1265 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31519 x=1288 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31520 x=1311 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31523 x=1334 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31525 x=1782 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31526 x=1357 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31527 x=1380 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31528 x=1403 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31529 x=1426 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31530 x=2046 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31531 x=1958 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31532 x=1449 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31533 x=1472 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31534 x=1495 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31535 x=1518 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31536 x=1541 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31537 x=1056 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31539 x=1012 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31540 x=1564 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31541 x=1587 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31542 x=1610 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31545 x=1633 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31547 x=1656 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31549 x=1219 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31551 x=1679 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31552 x=1702 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31553 x=1725 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31557 x=1748 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31558 x=1771 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31559 x=1794 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31560 x=1817 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31561 x=1840 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31563 x=440 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31564 x=1541 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31565 x=1863 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31566 x=1886 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31567 x=1909 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31568 x=1932 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31569 x=1955 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31570 x=2816 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31571 x=1978 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31572 x=2001 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31573 x=2024 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31574 x=2047 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31581 x=2070 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31584 x=2093 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31588 x=2116 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31589 x=2139 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31590 x=2162 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31591 x=2185 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31593 x=286 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31594 x=2208 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31596 x=2231 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31597 x=2254 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31598 x=2024 y=1869 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31599 x=2277 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31600 x=2300 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31601 x=2323 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31602 x=2346 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31603 x=2369 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31604 x=2392 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31605 x=2415 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31607 x=2438 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31609 x=2461 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31610 x=814 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31615 x=2484 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31620 x=2507 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31622 x=2530 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31623 x=2553 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31625 x=2576 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31627 x=2599 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31629 x=2622 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31630 x=2645 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31631 x=2668 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31632 x=2691 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31633 x=2714 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31634 x=2737 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31636 x=2760 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31637 x=2783 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31638 x=2806 y=1188 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31639 x=0 y=1221 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31640 x=23 y=1221 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31641 x=46 y=1212 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31642 x=69 y=1211 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31643 x=92 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31644 x=1738 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31645 x=115 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31646 x=138 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31647 x=161 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31648 x=184 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31649 x=207 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31653 x=230 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31658 x=253 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31660 x=276 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31661 x=299 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31663 x=322 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31664 x=345 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31665 x=368 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31666 x=391 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31668 x=414 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31669 x=437 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31670 x=460 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31672 x=483 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31674 x=506 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31675 x=529 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31676 x=552 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31677 x=575 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31680 x=598 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31681 x=621 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31682 x=644 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31684 x=667 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31685 x=690 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31686 x=713 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31687 x=2552 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31688 x=736 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31689 x=759 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31690 x=782 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31691 x=805 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31692 x=828 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31695 x=851 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31700 x=66 y=1762 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31702 x=874 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31703 x=897 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31705 x=920 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31706 x=943 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31707 x=966 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31709 x=989 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31712 x=1012 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31716 x=1035 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31717 x=1058 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31718 x=1081 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31720 x=1104 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31721 x=1127 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31722 x=1150 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31725 x=1173 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31728 x=1196 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31730 x=1219 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31731 x=1242 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31732 x=1265 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31733 x=1288 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31734 x=1311 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31735 x=1334 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31736 x=1357 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31737 x=1380 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31738 x=1403 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31740 x=1426 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31742 x=1449 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31744 x=1472 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31745 x=1495 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31746 x=1518 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31747 x=1541 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31748 x=1564 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31750 x=1587 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31751 x=1610 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31753 x=1633 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31755 x=1656 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31756 x=1679 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31757 x=1702 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31758 x=1725 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31759 x=1748 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31761 x=1771 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31762 x=1794 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31763 x=1817 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31764 x=1840 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31767 x=1863 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31769 x=1886 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31771 x=1909 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31774 x=1932 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31775 x=1955 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31776 x=1978 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31777 x=2001 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31779 x=2024 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31781 x=2047 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31782 x=2070 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31783 x=2093 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31784 x=2116 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31786 x=2139 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31787 x=2162 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31788 x=2185 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31791 x=2208 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31793 x=2231 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31795 x=2254 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31796 x=2277 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31798 x=2300 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31799 x=2323 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31800 x=2346 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31801 x=2369 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31802 x=2392 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31805 x=2415 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31806 x=2438 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31807 x=2461 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31808 x=2484 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31810 x=2507 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31811 x=2530 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31813 x=2553 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31814 x=2576 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31818 x=2599 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31820 x=2622 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31821 x=792 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31823 x=2645 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31824 x=2668 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31825 x=2691 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31826 x=2714 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31827 x=2737 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31828 x=2760 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31829 x=2783 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31830 x=2806 y=1210 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31831 x=0 y=1793 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31832 x=0 y=1243 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31833 x=23 y=1243 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31834 x=46 y=1234 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31835 x=69 y=1233 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31836 x=92 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31837 x=115 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31838 x=138 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31839 x=161 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31840 x=184 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31841 x=207 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31843 x=230 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31844 x=253 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31845 x=276 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31847 x=299 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31849 x=322 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31852 x=345 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31853 x=368 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31854 x=391 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31855 x=414 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31856 x=437 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31858 x=460 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31859 x=483 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31861 x=506 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31865 x=529 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31867 x=552 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31868 x=2017 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31869 x=575 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31870 x=598 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31873 x=621 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31874 x=644 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31875 x=667 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31878 x=690 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31879 x=713 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31881 x=736 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31883 x=759 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31885 x=782 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31887 x=805 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31888 x=828 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31890 x=851 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31892 x=874 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31893 x=726 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31895 x=897 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31896 x=920 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31899 x=1892 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31902 x=2178 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31903 x=1081 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31904 x=943 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31905 x=1892 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31906 x=966 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31908 x=2728 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31909 x=2772 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31910 x=989 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31911 x=1012 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31912 x=1035 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31915 x=1058 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31917 x=1081 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31918 x=1104 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31920 x=1127 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31921 x=1150 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31922 x=1173 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31923 x=1196 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31926 x=1219 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31927 x=1242 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31929 x=1265 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31930 x=1288 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31931 x=1311 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31932 x=1334 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31933 x=1357 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31934 x=1380 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31935 x=1403 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31936 x=1426 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31938 x=1449 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31940 x=2156 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31941 x=1472 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31943 x=1495 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31944 x=1518 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31945 x=1541 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31946 x=968 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31949 x=1564 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31950 x=1587 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31951 x=1610 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31954 x=1633 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31955 x=1656 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31956 x=1679 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31957 x=1702 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31958 x=1725 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31959 x=1748 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31960 x=1771 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31961 x=1794 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31962 x=1817 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31964 x=1840 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31965 x=1863 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31966 x=1886 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31967 x=1909 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31968 x=1932 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31970 x=1955 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31974 x=1978 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31975 x=2001 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31977 x=2024 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31979 x=2047 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31983 x=2070 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31986 x=2093 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31988 x=667 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31989 x=2116 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31990 x=2139 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31992 x=2162 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31993 x=2394 y=2183 width=12 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31994 x=2185 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=31995 x=2214 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=31998 x=2208 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32000 x=2231 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32002 x=2254 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32003 x=880 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32004 x=858 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32005 x=2277 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32006 x=2300 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32007 x=2323 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32008 x=2346 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32009 x=2618 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32010 x=2369 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32011 x=2392 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32013 x=1562 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32015 x=2415 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32016 x=2438 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32017 x=2461 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32018 x=2484 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32019 x=2507 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32020 x=2530 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32021 x=2553 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32022 x=396 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32023 x=2576 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32024 x=2599 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32025 x=2622 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32026 x=2645 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32027 x=2668 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32028 x=2691 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32029 x=2714 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32030 x=2737 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32032 x=990 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32033 x=2760 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32034 x=726 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32035 x=2783 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32038 x=2806 y=1232 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32042 x=0 y=1265 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32043 x=23 y=1265 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32044 x=1782 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32045 x=46 y=1256 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32046 x=69 y=1255 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32047 x=0 y=2195 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32048 x=1430 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32049 x=92 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32050 x=115 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32051 x=1210 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32053 x=138 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32057 x=1078 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32058 x=161 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32060 x=184 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32061 x=207 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32062 x=230 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32063 x=253 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32064 x=924 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32065 x=276 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32066 x=299 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32067 x=322 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32068 x=345 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32069 x=1870 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32070 x=368 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32071 x=1584 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32072 x=1166 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32075 x=391 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32076 x=414 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32077 x=437 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32078 x=460 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32079 x=483 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32080 x=506 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32081 x=529 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32083 x=552 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32085 x=575 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32086 x=598 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32087 x=220 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32089 x=621 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32090 x=644 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32091 x=667 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32092 x=22 y=1551 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32093 x=690 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32094 x=713 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32097 x=736 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32098 x=759 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32099 x=782 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32101 x=805 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32102 x=828 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32103 x=1562 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32104 x=851 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32106 x=132 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32110 x=176 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32112 x=874 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32113 x=897 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32114 x=920 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32115 x=943 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32117 x=966 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32118 x=989 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32120 x=1012 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32121 x=440 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32122 x=1035 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32123 x=1058 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32125 x=484 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32127 x=1081 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32129 x=1104 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32130 x=1127 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32131 x=1150 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32133 x=1173 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32134 x=1196 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32136 x=1219 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32137 x=1242 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32139 x=1265 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32140 x=1288 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32141 x=1311 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32143 x=1334 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32145 x=968 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32147 x=1357 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32150 x=1380 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32151 x=1056 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32153 x=1403 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32154 x=1426 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32155 x=1449 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32156 x=1472 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32157 x=1495 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32158 x=1518 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32159 x=1541 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32160 x=1564 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32162 x=1364 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32163 x=1587 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32166 x=1610 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32167 x=1633 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32170 x=1656 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32171 x=1679 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32172 x=1702 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32173 x=1725 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32174 x=1748 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32175 x=1760 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32176 x=1771 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32177 x=1804 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32178 x=1826 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32179 x=1848 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32180 x=1794 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32181 x=1817 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32182 x=1840 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32183 x=1863 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32184 x=1886 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32185 x=1909 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32186 x=1932 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32187 x=1955 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32189 x=1978 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32190 x=2001 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32191 x=2024 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32192 x=2024 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32194 x=2047 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32195 x=2070 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32196 x=2093 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32197 x=2116 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32198 x=2139 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32199 x=2068 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32202 x=1941 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32203 x=2162 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32204 x=2185 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32205 x=2208 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32206 x=2231 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32207 x=2254 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32208 x=2277 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32209 x=2300 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32210 x=2323 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32213 x=2346 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32214 x=2369 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32215 x=2530 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32216 x=2392 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32217 x=2415 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32218 x=2438 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32220 x=2684 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32221 x=2461 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32222 x=2484 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32224 x=2507 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32225 x=2530 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32226 x=2553 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32227 x=2576 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32228 x=2599 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32229 x=2622 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32230 x=2645 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32232 x=2668 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32233 x=2691 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32234 x=2714 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32235 x=2737 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32236 x=2760 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32237 x=352 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32239 x=2783 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32241 x=2806 y=1254 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32242 x=0 y=1287 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32244 x=23 y=1287 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32245 x=46 y=1278 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32246 x=69 y=1277 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32249 x=92 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32250 x=506 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32251 x=115 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32256 x=138 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32257 x=161 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32260 x=184 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32261 x=207 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32264 x=2576 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32265 x=230 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32266 x=253 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32267 x=276 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32272 x=836 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32273 x=299 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32274 x=322 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32277 x=345 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32279 x=368 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32283 x=391 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32284 x=414 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32285 x=437 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32286 x=1364 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32287 x=460 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32288 x=483 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32289 x=506 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32290 x=529 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32291 x=1452 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32294 x=552 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32295 x=575 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32296 x=598 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32299 x=621 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32300 x=644 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32301 x=667 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32302 x=690 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32303 x=713 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32305 x=736 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32306 x=759 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32307 x=782 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32309 x=805 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32310 x=828 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32311 x=851 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32313 x=874 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32314 x=897 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32315 x=920 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32317 x=943 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32318 x=966 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32319 x=989 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32321 x=1012 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32323 x=2068 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32324 x=2116 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32325 x=1035 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32326 x=1058 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32327 x=1081 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32328 x=1104 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32330 x=1127 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32331 x=1150 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32333 x=1173 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32334 x=1196 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32336 x=1219 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32338 x=1242 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32340 x=1265 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32341 x=1288 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32342 x=1311 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32344 x=1334 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32345 x=1357 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32346 x=1380 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32349 x=2574 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32350 x=1403 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32351 x=1426 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32353 x=1449 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32354 x=1472 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32357 x=1495 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32358 x=1518 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32359 x=1541 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32361 x=1564 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32362 x=1587 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32363 x=1610 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32365 x=1633 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32366 x=1656 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32367 x=1679 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32368 x=1702 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32371 x=1725 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32373 x=1748 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32376 x=1771 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32377 x=1794 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32379 x=1817 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32380 x=1840 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32381 x=1863 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32382 x=1886 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32383 x=1909 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32385 x=1932 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32386 x=1955 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32387 x=1978 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32390 x=2001 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32391 x=2024 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32392 x=2047 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32393 x=2070 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32394 x=2093 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32396 x=2116 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32397 x=588 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32398 x=2139 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32399 x=2162 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32400 x=2185 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32401 x=2208 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32402 x=2231 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32403 x=2254 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32404 x=2277 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32405 x=2300 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32406 x=2323 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32408 x=2346 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32410 x=2369 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32411 x=2392 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32412 x=2415 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32413 x=2438 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32414 x=2461 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32415 x=1426 y=2225 width=11 height=19 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32566 x=2484 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32568 x=943 y=1995 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32570 x=2507 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32571 x=2530 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32572 x=2553 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32573 x=2576 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32574 x=2599 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32575 x=2622 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32579 x=154 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32580 x=2645 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32581 x=2668 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32583 x=2691 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32588 x=1771 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32589 x=1302 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32590 x=2714 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32591 x=2737 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32592 x=2760 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32593 x=1470 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32594 x=617 y=2263 width=19 height=9 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=32595 x=596 y=2263 width=20 height=9 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32596 x=1491 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32597 x=1512 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32600 x=2162 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32603 x=2254 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32604 x=483 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32605 x=2346 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32607 x=2369 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32608 x=1848 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32609 x=598 y=2205 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32611 x=2438 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32612 x=1659 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32613 x=1680 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32614 x=1958 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32615 x=2484 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32616 x=2645 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32617 x=2668 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32618 x=2714 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32619 x=2737 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32621 x=184 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32622 x=2530 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32624 x=2618 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32625 x=276 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32626 x=368 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32629 x=2772 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32631 x=2794 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32632 x=414 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32633 x=437 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32637 x=22 y=2111 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32638 x=575 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32639 x=598 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32640 x=2289 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32642 x=220 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32643 x=713 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32645 x=782 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32646 x=851 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32647 x=989 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32648 x=660 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32650 x=2783 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32651 x=2806 y=1276 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32652 x=0 y=1309 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32653 x=23 y=1309 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32654 x=46 y=1300 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32655 x=2750 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32656 x=69 y=1299 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32657 x=92 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32660 x=115 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32662 x=138 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32663 x=161 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32666 x=184 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32668 x=207 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32669 x=230 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32670 x=253 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32673 x=276 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32674 x=299 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32675 x=2208 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32676 x=322 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32678 x=345 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32680 x=368 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32681 x=391 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32682 x=414 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32685 x=437 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32686 x=460 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32687 x=483 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32690 x=506 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32692 x=529 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32694 x=552 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32696 x=575 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32697 x=598 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32700 x=230 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32701 x=0 y=2132 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32703 x=322 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32704 x=2684 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32705 x=621 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32707 x=2816 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32709 x=644 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32710 x=460 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32712 x=1955 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32714 x=22 y=1595 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32716 x=598 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32718 x=264 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32719 x=782 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32722 x=572 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32724 x=462 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32725 x=667 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32731 x=690 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32735 x=836 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32736 x=1081 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32737 x=713 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32739 x=1449 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32741 x=1738 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32742 x=736 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32744 x=1564 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32745 x=1386 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32747 x=1587 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32748 x=2333 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32750 x=2354 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32751 x=2375 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32752 x=759 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32754 x=1980 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32755 x=2332 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32761 x=782 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32762 x=2134 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32763 x=2178 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32764 x=2783 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32765 x=572 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32766 x=2750 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32767 x=2596 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32768 x=322 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32769 x=805 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32770 x=532 y=2245 width=22 height=17 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=32771 x=2706 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32772 x=828 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32773 x=851 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32774 x=874 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32775 x=897 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32776 x=920 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32778 x=943 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32779 x=1870 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32780 x=2806 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32781 x=23 y=2069 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32782 x=46 y=2069 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32783 x=69 y=2069 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32784 x=966 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32785 x=989 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32786 x=1012 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32787 x=1035 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32788 x=1058 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32789 x=1081 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32790 x=1104 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32791 x=1127 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32792 x=1150 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32793 x=1173 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32796 x=2684 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32797 x=1196 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32798 x=1584 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32799 x=1219 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32800 x=1242 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32801 x=1056 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32804 x=1265 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32806 x=2046 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32808 x=1288 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32812 x=1311 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32814 x=1334 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32816 x=1357 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32819 x=920 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32820 x=966 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32821 x=1104 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32822 x=2168 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32823 x=1380 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32825 x=1403 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32826 x=2237 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32827 x=1426 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32828 x=2260 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32829 x=1449 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32830 x=1472 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32831 x=1495 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32832 x=1518 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32835 x=1541 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32836 x=1564 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32838 x=1587 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32842 x=198 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32850 x=2398 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32854 x=2421 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32856 x=1610 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32858 x=2444 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32862 x=1155 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32863 x=756 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32864 x=1633 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32865 x=1656 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32866 x=1679 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32868 x=1702 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32870 x=1725 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32872 x=1748 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32877 x=1771 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32879 x=1794 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32880 x=1817 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32881 x=902 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32882 x=880 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32883 x=588 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32884 x=1840 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32885 x=1863 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32886 x=2789 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32887 x=1886 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32889 x=1909 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32891 x=1932 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32893 x=1955 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32894 x=1978 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32895 x=2001 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32896 x=1870 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32897 x=1826 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32900 x=2024 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32901 x=2047 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32902 x=2070 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32903 x=2093 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32904 x=2116 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32905 x=168 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32907 x=308 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32908 x=207 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32910 x=2100 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32915 x=1127 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32918 x=1920 y=1826 width=17 height=21 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32920 x=2139 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32921 x=2275 y=2183 width=16 height=20 xoffset=3 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32922 x=2162 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32923 x=276 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32924 x=299 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32925 x=322 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32926 x=345 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32929 x=368 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32930 x=2185 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32932 x=2208 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32933 x=529 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32934 x=552 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32935 x=575 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32937 x=616 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32938 x=2231 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32939 x=2254 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32940 x=2277 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32941 x=726 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32943 x=2597 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32945 x=2300 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32946 x=2429 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32948 x=1342 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32952 x=690 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32953 x=713 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32954 x=2323 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32963 x=2131 y=2184 width=18 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32964 x=1847 y=1826 width=18 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32965 x=2346 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32966 x=759 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32968 x=2369 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32970 x=1166 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32972 x=2366 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32973 x=805 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32974 x=2392 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32975 x=1100 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32978 x=943 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32980 x=2415 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32981 x=2438 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32982 x=2461 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32983 x=2484 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32984 x=2507 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32985 x=2530 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32986 x=1081 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32987 x=1958 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32989 x=2553 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32990 x=2576 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32992 x=2599 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32993 x=2794 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32996 x=2622 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=32997 x=2420 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=32998 x=2645 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33005 x=2486 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33006 x=2668 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33007 x=2691 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33008 x=2714 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33009 x=2737 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33010 x=2760 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33011 x=2783 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33012 x=2772 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33013 x=1403 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33014 x=2806 y=1298 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33015 x=2093 y=1782 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33016 x=0 y=1331 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33017 x=1472 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33018 x=23 y=1331 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33019 x=1518 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33020 x=46 y=1322 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33021 x=69 y=1321 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33022 x=92 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33025 x=115 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33026 x=138 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33027 x=1587 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33029 x=330 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33030 x=161 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33031 x=176 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33032 x=184 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33033 x=207 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33034 x=230 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33035 x=748 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33037 x=253 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33046 x=276 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33047 x=2376 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33048 x=299 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33050 x=2354 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33051 x=1702 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33052 x=1725 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33054 x=322 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33056 x=1748 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33059 x=1771 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33060 x=1794 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33063 x=345 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33065 x=368 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33067 x=1886 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33068 x=391 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33071 x=414 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33072 x=1978 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33073 x=437 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33075 x=2001 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33077 x=2093 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33081 x=345 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33082 x=460 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33084 x=437 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33085 x=483 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33086 x=506 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33089 x=529 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33093 x=552 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33094 x=575 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33095 x=828 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33098 x=598 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33099 x=621 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33100 x=644 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33102 x=1232 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33104 x=667 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33105 x=690 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33106 x=2001 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33107 x=713 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33108 x=736 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33109 x=759 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33111 x=782 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33119 x=805 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33120 x=828 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33121 x=1914 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33125 x=2208 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33126 x=851 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33127 x=2346 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33128 x=874 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33129 x=897 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33131 x=920 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33133 x=2622 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33134 x=2691 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33135 x=943 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33136 x=2737 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33137 x=966 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33139 x=2794 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33140 x=989 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33143 x=88 y=2132 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33144 x=184 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33145 x=1012 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33146 x=1035 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33151 x=276 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33152 x=1058 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33153 x=368 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33154 x=1081 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33155 x=414 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33156 x=1104 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33157 x=1127 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33158 x=1150 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33160 x=575 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33162 x=1173 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33163 x=1078 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33166 x=1196 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33167 x=1568 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33168 x=1219 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33171 x=1242 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33173 x=1100 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33174 x=1265 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33176 x=1081 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33178 x=1276 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33179 x=1288 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33180 x=1311 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33181 x=1334 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33182 x=1357 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33184 x=1840 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33186 x=1380 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33187 x=1403 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33188 x=2024 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33192 x=1628 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33193 x=1426 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33198 x=1449 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33200 x=1472 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33202 x=1495 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33203 x=1518 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33204 x=1541 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33205 x=1564 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33208 x=1587 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33210 x=1610 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33211 x=1633 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33213 x=1656 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33214 x=1679 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33215 x=1702 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33216 x=2714 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33217 x=1725 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33218 x=1748 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33219 x=1771 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33221 x=616 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33222 x=1794 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33224 x=1817 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33225 x=1840 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33226 x=391 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33227 x=437 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33229 x=1863 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33230 x=483 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33231 x=1886 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33233 x=805 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33235 x=1909 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33237 x=1932 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33238 x=1955 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33239 x=1978 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33240 x=2001 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33241 x=2024 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33242 x=2047 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33243 x=1127 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33245 x=2070 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33246 x=1196 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33247 x=2093 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33248 x=2116 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33249 x=2139 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33251 x=1565 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33252 x=1651 y=2205 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=33253 x=2288 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33255 x=2162 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33256 x=2310 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33258 x=1902 y=1826 width=17 height=21 xoffset=3 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33259 x=2332 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33260 x=2185 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33261 x=2208 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33263 x=2231 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33264 x=2254 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33265 x=42 y=1837 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33266 x=2277 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33267 x=2571 y=2183 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33268 x=2300 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33269 x=2323 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33270 x=2346 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33272 x=2686 y=2183 width=22 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33273 x=2369 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33274 x=357 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33275 x=2392 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33276 x=1307 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33277 x=1147 y=1826 width=19 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33278 x=2415 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33279 x=2645 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33280 x=567 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33281 x=2714 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33282 x=2438 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33283 x=968 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33284 x=2794 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33285 x=1485 y=2184 width=19 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33287 x=2461 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33288 x=2484 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33289 x=2507 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33290 x=44 y=1771 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33291 x=2530 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33292 x=2553 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33293 x=2576 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33294 x=2599 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33295 x=154 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33296 x=2622 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33298 x=2645 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33299 x=2668 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33300 x=2691 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33302 x=2714 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33303 x=2737 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33304 x=2760 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33305 x=2783 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33306 x=2806 y=1320 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33307 x=0 y=1353 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33308 x=23 y=1353 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33309 x=46 y=1344 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33310 x=69 y=1343 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33311 x=92 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33313 x=115 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33314 x=550 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33320 x=138 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33321 x=161 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33322 x=184 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33323 x=207 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33324 x=230 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33326 x=253 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33330 x=276 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33331 x=770 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33332 x=299 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33333 x=322 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33334 x=814 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33335 x=345 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33336 x=368 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33337 x=391 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33338 x=1056 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33340 x=414 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33344 x=437 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33347 x=460 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33348 x=483 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33349 x=506 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33350 x=529 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33351 x=552 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33353 x=575 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33355 x=598 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33358 x=621 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33359 x=644 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33361 x=1474 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33366 x=667 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33367 x=690 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33368 x=713 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33369 x=736 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33370 x=759 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33372 x=782 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33373 x=805 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33375 x=828 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33376 x=851 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33378 x=874 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33379 x=897 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33380 x=920 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33382 x=943 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33383 x=966 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33384 x=989 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33386 x=1012 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33387 x=1035 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33389 x=1058 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33390 x=903 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33391 x=1980 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33393 x=1081 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33394 x=1104 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33396 x=1127 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33398 x=1150 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33399 x=1173 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33400 x=168 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33401 x=575 y=2263 width=20 height=9 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=33403 x=189 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33405 x=1196 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33406 x=2156 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33407 x=2178 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33408 x=2200 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33409 x=1219 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33411 x=1242 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33412 x=1265 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33415 x=378 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33417 x=2310 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33418 x=441 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33419 x=1288 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33421 x=462 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33422 x=504 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33425 x=2376 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33426 x=1311 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33427 x=1334 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33428 x=630 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33430 x=1357 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33432 x=2420 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33433 x=1380 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33434 x=651 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33435 x=1403 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33437 x=2442 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33439 x=1426 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33440 x=1449 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33441 x=1472 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33443 x=1495 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33444 x=1518 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33445 x=1541 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33446 x=2552 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33447 x=1564 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33448 x=1587 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33449 x=1610 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33450 x=2596 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33451 x=1633 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33452 x=1656 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33453 x=2618 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33454 x=840 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33455 x=1679 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33456 x=1702 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33457 x=1725 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33458 x=1748 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33459 x=1771 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33460 x=2684 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33463 x=2331 y=2162 width=20 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33464 x=1794 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33465 x=1817 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33466 x=1840 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33467 x=2750 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33468 x=2772 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33469 x=1863 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33470 x=875 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33471 x=1886 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33477 x=938 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33478 x=2794 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33488 x=2816 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33489 x=1909 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33490 x=1932 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33491 x=1955 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33492 x=1978 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33493 x=1505 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33495 x=2001 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33497 x=1541 y=1974 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33498 x=2024 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33499 x=2047 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33500 x=1547 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33502 x=2070 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33503 x=308 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33504 x=2093 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33505 x=2116 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33506 x=1883 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33507 x=1946 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33508 x=2139 y=1974 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33509 x=2139 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33510 x=2009 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33511 x=330 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33512 x=352 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33514 x=374 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33515 x=2534 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33517 x=396 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33519 x=2162 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33521 x=2185 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33523 x=2208 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33524 x=2484 y=1973 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33526 x=2231 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33527 x=2254 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33529 x=2277 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33530 x=2300 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33531 x=616 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33533 x=2323 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33534 x=2346 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33536 x=1491 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33537 x=1806 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33538 x=2369 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33539 x=682 y=1782 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33540 x=704 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33541 x=726 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33542 x=748 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33543 x=2392 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33544 x=2415 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33545 x=2438 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33546 x=460 y=1995 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33547 x=2461 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33548 x=2484 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33550 x=22 y=2090 width=21 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33558 x=2507 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33559 x=2127 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33560 x=2530 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33563 x=2149 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33564 x=1596 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33565 x=1638 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33566 x=2215 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33567 x=2553 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33569 x=2576 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33570 x=2599 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33571 x=2622 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33576 x=2645 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33579 x=2259 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33580 x=2281 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33581 x=2668 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33582 x=2691 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33583 x=2714 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33584 x=2737 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33585 x=2760 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33586 x=2783 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33587 x=2806 y=1342 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33588 x=0 y=1375 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33589 x=2809 y=1474 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33590 x=23 y=1375 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33591 x=46 y=1366 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33592 x=682 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33593 x=69 y=1365 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33594 x=92 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33596 x=1056 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33597 x=115 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33600 x=1298 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33602 x=138 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33603 x=2001 y=1995 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33604 x=1848 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33605 x=161 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33606 x=2046 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33607 x=184 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33609 x=207 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33610 x=2222 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33613 x=230 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33614 x=253 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33615 x=276 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33616 x=299 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33617 x=322 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33618 x=345 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33619 x=368 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33620 x=2442 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33621 x=2464 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33622 x=391 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33623 x=414 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33624 x=437 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33626 x=460 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33634 x=2415 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33635 x=483 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33648 x=506 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33651 x=2574 y=2078 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33653 x=529 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33655 x=552 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33656 x=575 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33659 x=598 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33660 x=621 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33661 x=644 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33663 x=667 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33664 x=690 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33666 x=2596 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33668 x=713 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33669 x=736 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33670 x=759 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33671 x=88 y=1519 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33673 x=2541 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33674 x=782 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33677 x=198 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33678 x=805 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33682 x=2625 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33683 x=828 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33684 x=264 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33685 x=851 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33686 x=1012 y=2016 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33688 x=874 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33689 x=897 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33690 x=920 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33691 x=943 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33692 x=966 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33693 x=2772 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33694 x=989 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33695 x=1012 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33696 x=1035 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33698 x=1058 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33702 x=1081 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33703 x=1104 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33704 x=1892 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33705 x=147 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33706 x=1127 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33707 x=1150 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33708 x=1173 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33709 x=2222 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33713 x=1196 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33717 x=1219 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33725 x=1242 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33726 x=1265 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33727 x=1408 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33728 x=1288 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33729 x=1311 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33733 x=399 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33735 x=1334 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33737 x=420 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33738 x=1584 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33740 x=483 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33742 x=1357 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33743 x=1380 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33744 x=1403 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33745 x=1650 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33747 x=1426 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33748 x=1449 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33750 x=588 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33752 x=1472 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33756 x=1760 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33757 x=1495 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33759 x=1518 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33760 x=1541 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33761 x=1564 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33765 x=1587 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33768 x=1610 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33769 x=1633 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33770 x=2420 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33771 x=299 y=2037 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33775 x=1656 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33776 x=1679 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33777 x=1702 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33778 x=1725 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33780 x=1748 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33782 x=1771 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33783 x=1794 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33784 x=1817 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33785 x=1840 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33787 x=1863 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33788 x=1886 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33789 x=1909 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33793 x=1932 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33795 x=638 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33796 x=792 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33798 x=1955 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33799 x=1188 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33802 x=1978 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33803 x=2001 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33804 x=791 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33805 x=2024 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33806 x=1540 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33807 x=896 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33809 x=1584 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33811 x=1426 y=2037 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33813 x=2047 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33815 x=1694 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33817 x=2070 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33824 x=2093 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33826 x=2116 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33833 x=2139 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33834 x=2162 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33836 x=980 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33839 x=2185 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33841 x=1840 y=2037 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33845 x=2574 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33848 x=2640 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33849 x=704 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33852 x=2208 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33853 x=2231 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33861 x=2254 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33862 x=2277 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33863 x=2300 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33864 x=2323 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33865 x=2346 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33866 x=2369 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33869 x=2513 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33870 x=2392 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33871 x=2415 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33873 x=2438 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33874 x=2461 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33878 x=2484 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33879 x=2507 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33880 x=2530 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33881 x=726 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33882 x=2553 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33883 x=1034 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33884 x=2576 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33887 x=2599 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33888 x=2622 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33889 x=1276 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33890 x=2645 y=2036 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33891 x=2760 y=2036 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33892 x=2645 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33893 x=2668 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33894 x=2691 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33895 x=2714 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33897 x=286 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33898 x=2737 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33899 x=2760 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33900 x=2783 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33901 x=2806 y=1364 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33902 x=0 y=1397 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33903 x=1540 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33904 x=23 y=1397 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33905 x=46 y=1388 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33907 x=69 y=1387 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33908 x=92 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33909 x=115 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33910 x=138 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33911 x=161 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33912 x=2492 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33913 x=184 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33914 x=1452 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33916 x=207 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33917 x=230 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33921 x=253 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33922 x=276 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33924 x=299 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33925 x=322 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33931 x=345 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33936 x=368 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33938 x=391 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33939 x=414 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33940 x=2508 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33941 x=437 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33943 x=2376 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33945 x=460 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33948 x=483 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33950 x=506 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33951 x=529 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33953 x=1980 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33958 x=1738 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33960 x=552 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33961 x=575 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33962 x=598 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33965 x=1078 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33967 x=1034 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33969 x=621 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33970 x=644 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33972 x=667 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33976 x=690 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33977 x=713 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33978 x=736 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33979 x=903 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33980 x=759 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33981 x=782 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33982 x=805 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33983 x=861 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33984 x=828 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33985 x=851 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33986 x=874 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33988 x=2596 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33990 x=2442 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33991 x=840 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33992 x=2244 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33993 x=897 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33994 x=920 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33995 x=2559 y=1826 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33996 x=943 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33997 x=966 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33998 x=989 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=33999 x=1012 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34000 x=1035 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34001 x=1058 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34003 x=1081 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34006 x=1056 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34009 x=1104 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34010 x=1127 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34012 x=1150 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34023 x=1173 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34026 x=1196 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34028 x=1219 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34030 x=1242 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34031 x=1265 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34032 x=1288 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34033 x=1311 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34034 x=1334 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34036 x=1357 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34039 x=1380 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34042 x=1403 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34043 x=1426 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34044 x=1449 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34045 x=1472 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34047 x=1474 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34048 x=1408 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34050 x=315 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34051 x=1320 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34054 x=1495 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34055 x=924 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34060 x=1518 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34062 x=1541 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34064 x=1564 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34065 x=1587 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34067 x=1610 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34068 x=1633 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34069 x=1656 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34071 x=1679 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34072 x=132 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34074 x=1702 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34075 x=1725 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34076 x=1748 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34078 x=1771 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34079 x=1794 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34081 x=1817 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34082 x=1840 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34083 x=1863 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34084 x=2639 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34085 x=1886 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34086 x=1909 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34087 x=1932 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34090 x=1955 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34091 x=1978 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34092 x=2001 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34093 x=2024 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34095 x=2047 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34098 x=2070 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34099 x=2093 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34100 x=2116 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34101 x=2139 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34102 x=2162 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34109 x=2185 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34110 x=2208 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34111 x=2231 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34112 x=2254 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34113 x=2277 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34115 x=2300 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34118 x=2323 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34120 x=2346 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34121 x=1122 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34122 x=2369 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34123 x=828 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34126 x=2392 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34127 x=2415 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34128 x=2438 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34129 x=2461 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34130 x=2484 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34131 x=1034 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34133 x=2507 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34134 x=2530 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34135 x=2553 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34136 x=2576 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34137 x=968 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34138 x=2599 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34140 x=946 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34141 x=2622 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34142 x=2645 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34143 x=2668 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34144 x=880 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34145 x=2691 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34146 x=2714 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34147 x=2737 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34148 x=2760 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34152 x=2783 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34153 x=2806 y=1386 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34154 x=0 y=1419 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34155 x=23 y=1419 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34157 x=46 y=1410 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34159 x=69 y=1409 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34167 x=92 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34169 x=115 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34170 x=138 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34171 x=161 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34173 x=184 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34174 x=207 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34175 x=230 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34176 x=253 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34177 x=276 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34180 x=572 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34181 x=299 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34182 x=322 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34183 x=345 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34184 x=368 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34185 x=391 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34186 x=414 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34187 x=437 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34188 x=460 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34191 x=483 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34192 x=506 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34193 x=1610 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34195 x=529 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34196 x=552 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34199 x=2072 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34200 x=575 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34201 x=598 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34203 x=88 y=1541 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34204 x=621 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34205 x=644 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34207 x=667 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34208 x=690 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34210 x=713 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34212 x=736 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34213 x=759 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34214 x=782 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34215 x=805 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34216 x=828 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34217 x=851 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34218 x=874 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34219 x=897 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34220 x=920 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34221 x=943 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34222 x=966 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34223 x=989 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34224 x=1925 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34228 x=1012 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34230 x=1035 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34231 x=2112 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34232 x=1058 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34233 x=1540 y=2079 width=21 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34234 x=2016 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34236 x=1081 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34237 x=1104 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34238 x=1127 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34239 x=1150 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34241 x=1173 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34242 x=1196 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34247 x=1219 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34249 x=1242 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34250 x=1265 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34251 x=242 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34253 x=897 y=1869 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34254 x=920 y=1869 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34255 x=1288 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34256 x=1311 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34261 x=1334 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34264 x=396 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34265 x=1357 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34266 x=2793 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34268 x=1380 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34269 x=1403 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34271 x=63 y=1837 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34272 x=462 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34273 x=1426 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34276 x=1449 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34277 x=1472 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34278 x=1495 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34280 x=1518 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34281 x=1541 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34282 x=1564 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34285 x=528 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34291 x=1587 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34292 x=1610 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34294 x=1633 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34295 x=1656 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34297 x=1679 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34298 x=682 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34299 x=1702 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34300 x=1725 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34302 x=1748 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34303 x=756 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34304 x=1771 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34306 x=1794 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34308 x=1817 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34309 x=1840 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34310 x=1863 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34311 x=1886 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34314 x=1909 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34315 x=1932 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34317 x=1955 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34318 x=1978 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34320 x=2001 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34321 x=924 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34322 x=2024 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34323 x=2047 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34326 x=2070 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34327 x=2093 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34328 x=2116 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34329 x=1012 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34330 x=2139 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34331 x=2162 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34334 x=2185 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34337 x=2208 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34338 x=2231 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34340 x=2254 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34343 x=2277 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34345 x=2300 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34349 x=1166 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34351 x=920 y=1890 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34352 x=2323 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34358 x=2346 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34360 x=1232 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34361 x=2369 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34362 x=2392 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34364 x=2415 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34365 x=2438 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34367 x=2461 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34368 x=2484 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34369 x=2507 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34370 x=1474 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34374 x=1518 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34381 x=1540 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34382 x=2530 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34384 x=1584 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34386 x=2553 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34387 x=2576 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34388 x=2599 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34389 x=2622 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34390 x=2645 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34391 x=2668 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34392 x=2691 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34393 x=2714 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34394 x=1672 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34395 x=1694 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34396 x=1716 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34397 x=2737 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34398 x=2760 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34399 x=2783 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34400 x=2806 y=1408 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34401 x=0 y=1441 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34402 x=23 y=1441 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34403 x=46 y=1432 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34404 x=69 y=1431 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34407 x=92 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34409 x=115 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34411 x=1892 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34412 x=138 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34415 x=1974 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34417 x=23 y=1922 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34421 x=161 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34422 x=184 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34423 x=207 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34425 x=138 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34426 x=230 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34427 x=207 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34429 x=946 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34439 x=253 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34440 x=276 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34441 x=1936 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34442 x=299 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34443 x=1958 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34444 x=322 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34445 x=345 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34449 x=368 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34451 x=1980 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34453 x=598 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34454 x=391 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34456 x=414 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34458 x=437 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34460 x=460 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34461 x=483 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34465 x=506 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34467 x=529 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34468 x=1058 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34470 x=552 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34471 x=575 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34472 x=598 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34473 x=2163 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34474 x=621 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34475 x=644 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34477 x=667 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34479 x=1288 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34480 x=2178 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34481 x=690 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34483 x=1495 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34484 x=2244 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34485 x=713 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34486 x=736 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34487 x=759 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34488 x=782 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34489 x=805 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34495 x=828 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34496 x=1794 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34497 x=2354 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34499 x=851 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34500 x=874 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34501 x=897 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34502 x=920 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34503 x=943 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34505 x=966 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34507 x=2139 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34509 x=210 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34510 x=989 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34513 x=1012 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34514 x=1035 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34516 x=2574 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34517 x=1058 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34519 x=2618 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34521 x=2415 y=1910 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34522 x=2640 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34523 x=1081 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34524 x=1104 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34526 x=1127 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34527 x=1150 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34528 x=2662 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34531 x=1173 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34532 x=1196 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34533 x=1219 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34534 x=1242 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34535 x=2750 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34537 x=2806 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34540 x=1265 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34541 x=46 y=1943 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34542 x=2772 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34543 x=1288 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34552 x=1311 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34553 x=2816 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34554 x=1334 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34555 x=1357 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34556 x=1380 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34557 x=1403 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34558 x=1426 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34560 x=1425 y=2184 width=19 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34562 x=1449 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34563 x=552 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34564 x=1472 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34565 x=1495 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34566 x=1518 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34567 x=1541 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34568 x=1564 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34569 x=1587 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34570 x=264 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34571 x=1610 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34573 x=1633 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34574 x=286 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34575 x=1656 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34576 x=330 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34577 x=1679 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34578 x=1702 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34579 x=1725 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34580 x=374 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34584 x=396 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34585 x=1748 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34586 x=1771 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34588 x=1526 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34590 x=1794 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34591 x=1817 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34593 x=1840 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34594 x=1863 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34595 x=1886 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34597 x=1909 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34600 x=1932 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34601 x=616 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34606 x=1955 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34607 x=1978 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34609 x=2001 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34610 x=2024 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34612 x=704 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34615 x=2047 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34617 x=2070 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34618 x=2093 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34619 x=2116 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34620 x=2139 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34621 x=2162 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34622 x=2185 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34623 x=2208 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34624 x=2231 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34627 x=2254 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34629 x=1848 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34633 x=2277 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34635 x=2300 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34636 x=2323 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34637 x=1320 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34638 x=1342 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34641 x=2346 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34643 x=2369 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34645 x=2392 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34647 x=552 y=1953 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34648 x=2415 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34649 x=2438 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34653 x=2461 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34655 x=1430 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34656 x=2484 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34657 x=2507 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34659 x=2530 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34660 x=2553 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34661 x=1562 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34662 x=2576 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34664 x=920 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34666 x=2599 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34670 x=2622 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34671 x=2645 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34673 x=2668 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34674 x=1760 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34676 x=1782 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34678 x=2691 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34680 x=1826 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34683 x=2714 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34684 x=2737 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34687 x=2760 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34690 x=2783 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34691 x=2806 y=1430 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34692 x=0 y=1463 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34693 x=23 y=1463 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34694 x=46 y=1454 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34695 x=69 y=1453 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34696 x=92 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34697 x=115 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34699 x=138 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34700 x=161 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34701 x=2024 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34702 x=184 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34704 x=207 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34707 x=230 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34709 x=253 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34711 x=276 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34712 x=299 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34713 x=322 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34718 x=345 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34719 x=368 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34720 x=391 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34722 x=2288 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34723 x=414 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34727 x=437 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34731 x=460 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34732 x=483 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34733 x=506 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34734 x=529 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34735 x=552 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34737 x=575 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34739 x=2691 y=1952 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34741 x=598 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34746 x=621 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34747 x=644 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34749 x=667 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34750 x=690 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34751 x=713 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34752 x=736 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34753 x=46 y=1985 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34756 x=759 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34758 x=782 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34759 x=805 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34760 x=2464 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34761 x=828 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34762 x=230 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34763 x=851 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34766 x=874 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34768 x=897 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34770 x=920 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34773 x=943 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34774 x=966 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34777 x=989 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34778 x=1012 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34780 x=1035 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34783 x=1058 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34784 x=1081 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34786 x=1104 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34787 x=1127 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34788 x=1150 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34789 x=1173 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34790 x=1196 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34794 x=1219 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34795 x=1242 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34796 x=1265 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34797 x=1288 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34799 x=1311 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34801 x=1334 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34802 x=1357 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34803 x=1380 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34805 x=1403 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34806 x=1426 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34807 x=1449 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34808 x=966 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34809 x=1472 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34810 x=1495 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34811 x=1518 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34814 x=1541 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34815 x=1564 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34817 x=1587 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34819 x=1610 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34821 x=1633 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34822 x=88 y=1783 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34823 x=1656 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34825 x=1679 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34826 x=1702 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34827 x=176 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34829 x=1725 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34830 x=1748 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34831 x=1771 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34832 x=1794 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34833 x=1817 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34834 x=1955 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34835 x=1840 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34836 x=1863 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34837 x=1886 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34838 x=1909 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34840 x=1932 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34841 x=1955 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34842 x=1978 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34843 x=2001 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34844 x=2024 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34846 x=2047 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34847 x=2070 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34849 x=2093 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34850 x=2116 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34851 x=2139 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34855 x=2162 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34856 x=2185 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34861 x=2208 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34862 x=2231 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34864 x=2254 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34865 x=2277 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34866 x=2139 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34869 x=572 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34870 x=2737 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34873 x=2300 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34874 x=2783 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34875 x=2323 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34876 x=2346 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34880 x=23 y=2006 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34881 x=2369 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34882 x=2392 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34883 x=2415 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34884 x=2438 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34885 x=2461 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34886 x=2484 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34888 x=2507 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34889 x=2530 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34890 x=2553 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34891 x=2576 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34892 x=2599 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34893 x=2622 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34894 x=2645 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34897 x=2668 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34898 x=2691 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34899 x=2714 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34901 x=2737 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34902 x=2760 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34903 x=2783 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34904 x=2806 y=1452 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34905 x=0 y=1485 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34906 x=23 y=1485 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34907 x=46 y=1476 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34908 x=69 y=1475 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34909 x=92 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34910 x=115 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34911 x=138 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34912 x=161 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34913 x=184 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34914 x=207 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34915 x=230 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34916 x=2082 y=1826 width=12 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34920 x=253 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34921 x=276 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34923 x=299 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34926 x=322 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34927 x=345 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34928 x=368 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34929 x=391 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34930 x=374 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34933 x=462 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34935 x=414 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34937 x=437 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34939 x=460 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34941 x=483 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34942 x=506 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34943 x=529 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34944 x=1100 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34945 x=552 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34946 x=575 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34952 x=598 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34955 x=621 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34957 x=644 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34962 x=667 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34966 x=2134 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34967 x=690 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34968 x=713 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34969 x=2200 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34970 x=736 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34971 x=759 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34972 x=782 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34974 x=805 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34975 x=828 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34976 x=2288 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34978 x=851 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34980 x=2310 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34984 x=874 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34986 x=897 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34987 x=920 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34990 x=943 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34992 x=2622 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=34993 x=966 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34996 x=989 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34997 x=1012 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=34999 x=1035 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35002 x=1058 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35004 x=1081 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35005 x=2552 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35006 x=1104 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35007 x=1127 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35008 x=2574 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35009 x=1150 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35010 x=1173 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35011 x=1196 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35012 x=1219 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35013 x=1242 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35014 x=1265 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35018 x=1288 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35019 x=1311 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35020 x=1334 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35021 x=2772 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35022 x=1357 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35023 x=1380 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35025 x=1403 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35026 x=1426 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35027 x=1449 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35028 x=176 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35029 x=1472 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35032 x=1495 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35033 x=1518 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35035 x=1541 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35036 x=1564 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35037 x=1587 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35038 x=1610 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35039 x=1633 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35040 x=1035 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35041 x=1656 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35047 x=1679 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35048 x=1702 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35055 x=1782 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35056 x=1725 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35057 x=1748 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35058 x=1771 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35059 x=1794 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35060 x=1817 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35061 x=1840 y=1474 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35063 x=128 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35064 x=151 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35065 x=197 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35068 x=220 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35069 x=266 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35070 x=289 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35073 x=1725 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35074 x=312 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35076 x=335 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35078 x=358 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35079 x=381 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35082 x=404 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35084 x=427 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35085 x=450 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35086 x=473 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35087 x=496 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35088 x=1540 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35090 x=519 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35091 x=542 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35093 x=565 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35094 x=588 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35096 x=611 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35097 x=634 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35098 x=657 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35100 x=680 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35101 x=703 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35102 x=726 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35104 x=749 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35109 x=772 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35110 x=795 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35111 x=841 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35112 x=864 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35114 x=887 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35115 x=910 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35120 x=933 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35121 x=956 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35122 x=979 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35125 x=1002 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35126 x=2310 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35127 x=1025 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35128 x=1048 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35129 x=1071 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35130 x=1094 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35131 x=2464 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35134 x=1117 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35136 x=1140 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35137 x=1163 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35138 x=1186 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35139 x=1209 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35140 x=1255 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35141 x=1278 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35142 x=1301 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35145 x=374 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35148 x=1324 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35149 x=1347 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35151 x=1370 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35154 x=1393 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35158 x=1439 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35159 x=1462 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35162 x=1485 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35163 x=1508 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35164 x=1531 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35166 x=1554 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35167 x=1577 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35168 x=1623 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35169 x=1386 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35170 x=1646 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35171 x=1669 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35172 x=1692 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35174 x=1715 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35178 x=1738 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35179 x=1761 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35181 x=1784 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35182 x=1807 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35183 x=1830 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35184 x=1899 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35186 x=1968 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35187 x=2014 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35188 x=1980 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35189 x=2037 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35191 x=2060 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35194 x=2083 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35195 x=2106 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35196 x=2129 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35197 x=2152 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35198 x=2015 y=2244 width=22 height=15 xoffset=0 yoffset=10 xadvance=22 page=0 chnl=15 -char id=35199 x=2633 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=35200 x=0 y=2275 width=20 height=11 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35201 x=2185 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35203 x=2254 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35206 x=2277 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35207 x=2300 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35208 x=2323 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35209 x=2346 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35210 x=2392 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35211 x=2484 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35213 x=2175 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35215 x=2198 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35216 x=2221 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35219 x=2668 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35220 x=2691 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35221 x=2244 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35222 x=2267 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35223 x=0 y=2069 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35224 x=352 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35226 x=2290 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35227 x=2313 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35228 x=115 y=2059 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35231 x=2336 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35232 x=161 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35233 x=207 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35237 x=2359 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35238 x=299 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35239 x=2382 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35241 x=2428 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35242 x=2497 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35244 x=2520 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35247 x=2543 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35248 x=2566 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35250 x=2589 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35251 x=2612 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35252 x=575 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35253 x=396 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35254 x=2635 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35255 x=2658 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35258 x=2681 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35260 x=782 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35261 x=2704 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35263 x=2727 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35264 x=2796 y=0 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35265 x=2714 y=2036 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35282 x=2289 y=1804 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35284 x=1012 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35285 x=924 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35286 x=23 y=33 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35287 x=184 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35288 x=391 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35290 x=437 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35292 x=483 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35293 x=506 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35299 x=529 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35301 x=575 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35302 x=598 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35303 x=621 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35305 x=759 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35307 x=897 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35309 x=920 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35313 x=966 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35315 x=989 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35316 x=1012 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35318 x=1035 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35320 x=220 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35321 x=1058 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35325 x=2574 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35327 x=1081 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35328 x=368 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35329 x=2341 y=2183 width=13 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35330 x=391 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35331 x=1104 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35332 x=1127 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35333 x=1150 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35335 x=1430 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35336 x=1173 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35338 x=529 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35340 x=598 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35342 x=1196 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35343 x=621 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35344 x=644 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35345 x=1219 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35346 x=1501 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35347 x=1721 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35348 x=1265 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35349 x=1831 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35350 x=1288 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35351 x=690 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35352 x=713 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35355 x=1311 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35357 x=736 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35358 x=759 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35359 x=805 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35360 x=132 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35361 x=1334 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35362 x=874 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35363 x=1380 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35364 x=1403 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35365 x=616 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35366 x=1426 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35370 x=1449 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35371 x=943 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35372 x=1472 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35373 x=989 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35375 x=1012 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35377 x=1518 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35379 x=1035 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35380 x=1058 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35381 x=1056 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35382 x=1081 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35383 x=2266 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35386 x=1541 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35387 x=1564 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35388 x=2191 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35389 x=2200 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35390 x=1587 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35392 x=1656 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35393 x=1679 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35395 x=1702 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35397 x=1748 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35398 x=1771 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35399 x=1817 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35400 x=2283 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35401 x=1863 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35405 x=1886 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35406 x=2306 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35408 x=2185 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35409 x=2783 y=22 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35410 x=23 y=55 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35411 x=230 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35412 x=1782 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35413 x=2352 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35414 x=322 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35415 x=1870 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35416 x=814 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35419 x=2375 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35420 x=368 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35421 x=736 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35422 x=2134 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35424 x=828 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35425 x=2222 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35426 x=242 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35427 x=851 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35429 x=874 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35430 x=943 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35431 x=966 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35433 x=989 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35435 x=1012 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35436 x=1058 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35437 x=1081 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35438 x=2467 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35440 x=1196 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35441 x=2490 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35442 x=1219 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35443 x=1449 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35445 x=1495 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35446 x=2024 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35447 x=132 y=2101 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35449 x=1980 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35450 x=1804 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35451 x=1518 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35452 x=2582 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35454 x=1782 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35455 x=1541 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35456 x=2605 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35458 x=1564 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35459 x=1587 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35460 x=1610 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35461 x=1633 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35462 x=2651 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35463 x=1794 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35465 x=1840 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35467 x=2697 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35468 x=1909 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35469 x=2720 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35471 x=2185 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35472 x=2415 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35473 x=2461 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35474 x=2576 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35475 x=616 y=1606 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35477 x=2743 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35478 x=2668 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35479 x=440 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35480 x=2783 y=44 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35481 x=2766 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35482 x=0 y=77 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35486 x=2812 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35487 x=23 y=77 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35488 x=69 y=67 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35489 x=115 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35491 x=23 y=1859 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35492 x=46 y=1859 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35493 x=138 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35494 x=1804 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35495 x=184 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35496 x=207 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35497 x=69 y=1859 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35498 x=92 y=1850 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35500 x=299 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35501 x=345 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35502 x=506 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35503 x=2068 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35504 x=690 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35506 x=115 y=1849 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35507 x=2156 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35510 x=759 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35511 x=2200 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35513 x=874 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35515 x=943 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35516 x=1081 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35518 x=1556 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35519 x=2288 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35522 x=1056 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35523 x=1127 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35524 x=1909 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35526 x=2024 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35527 x=2070 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35528 x=161 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35529 x=2093 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35530 x=440 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35531 x=2139 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35532 x=2208 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35533 x=2254 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35535 x=230 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35536 x=2300 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35537 x=253 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35538 x=2415 y=66 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35539 x=92 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35540 x=161 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35541 x=253 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35542 x=782 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35543 x=1035 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35546 x=1104 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35547 x=1173 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35548 x=1518 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35549 x=391 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35550 x=414 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35551 x=437 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35552 x=1886 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35553 x=460 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35554 x=483 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35556 x=506 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35558 x=1932 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35559 x=1955 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35563 x=2415 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35564 x=2714 y=88 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35565 x=69 y=111 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35566 x=207 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35568 x=598 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35569 x=230 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35571 x=276 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35572 x=322 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35573 x=437 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35574 x=529 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35575 x=667 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35576 x=1173 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35578 x=1219 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35580 x=1702 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35582 x=1840 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35583 x=736 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35584 x=1886 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35585 x=1078 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35586 x=1144 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35588 x=2300 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35589 x=1276 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35590 x=1254 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35591 x=2737 y=110 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35594 x=897 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35595 x=943 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35596 x=782 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35597 x=2387 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35598 x=1127 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35599 x=1840 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35600 x=1909 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35601 x=2346 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35604 x=2461 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35606 x=851 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35607 x=2530 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35609 x=2599 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35610 x=920 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35611 x=2645 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35612 x=966 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35613 x=2691 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35614 x=2737 y=132 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35615 x=0 y=165 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35616 x=207 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35617 x=276 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35622 x=299 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35624 x=322 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35627 x=368 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35628 x=1058 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35629 x=391 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35632 x=414 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35635 x=1104 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35639 x=460 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35641 x=483 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35644 x=552 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35646 x=1127 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35649 x=667 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35650 x=1150 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35651 x=759 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35652 x=1173 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35653 x=1196 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35654 x=782 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35656 x=851 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35657 x=920 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35660 x=1012 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35661 x=1081 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35662 x=1265 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35663 x=1173 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35665 x=1288 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35666 x=1219 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35667 x=1265 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35668 x=1334 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35670 x=1288 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35672 x=1311 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35673 x=1334 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35674 x=1380 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35675 x=1357 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35676 x=1380 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35678 x=1426 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35679 x=1449 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35683 x=1403 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35686 x=1426 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35689 x=1541 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35691 x=1564 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35692 x=1610 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35693 x=1633 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35695 x=1495 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35696 x=1725 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35697 x=1771 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35698 x=1909 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35700 x=2024 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35702 x=1564 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35703 x=2162 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35704 x=2208 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35705 x=2346 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35708 x=2392 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35709 x=2415 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35710 x=2461 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35711 x=2507 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35712 x=2530 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35713 x=2553 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35715 x=2576 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35716 x=682 y=2142 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35717 x=2622 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35722 x=2645 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35723 x=2691 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35724 x=2737 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35725 x=1656 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35726 x=2806 y=154 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35727 x=46 y=178 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35728 x=92 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35730 x=161 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35731 x=253 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35732 x=276 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35733 x=1149 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35734 x=299 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35737 x=322 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35738 x=345 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35740 x=368 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35741 x=1817 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35742 x=391 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35743 x=414 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35744 x=1414 y=2225 width=11 height=19 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35895 x=1840 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35896 x=1863 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35897 x=437 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35898 x=1909 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35901 x=460 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35902 x=483 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35903 x=506 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35905 x=529 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35909 x=552 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35910 x=1461 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=35911 x=1599 y=2225 width=22 height=18 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=35912 x=1736 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35913 x=575 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35914 x=598 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35915 x=1188 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35916 x=621 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35918 x=2116 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35919 x=644 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35920 x=667 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35921 x=690 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35923 x=713 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35924 x=391 y=1869 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35925 x=391 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=35927 x=529 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=35928 x=736 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35929 x=66 y=1740 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35930 x=506 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35931 x=552 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35933 x=575 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35937 x=110 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35938 x=759 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35939 x=644 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35940 x=690 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35942 x=782 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35944 x=805 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35945 x=621 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=35946 x=220 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35947 x=828 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35948 x=874 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35949 x=805 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35955 x=1871 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35957 x=897 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35958 x=920 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35960 x=1866 y=1826 width=17 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35961 x=943 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35962 x=966 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35963 x=1012 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35964 x=1035 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35966 x=1058 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35970 x=374 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35973 x=1104 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35974 x=1127 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35975 x=1150 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35977 x=1173 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35978 x=1196 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35979 x=1219 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35980 x=1265 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35981 x=1334 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35982 x=1357 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35984 x=1380 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35986 x=1403 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35987 x=1426 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35988 x=1449 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35992 x=1495 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35993 x=1518 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35995 x=1541 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35996 x=1564 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35997 x=2438 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=35998 x=273 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=35999 x=1587 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36000 x=594 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36001 x=1610 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36002 x=2543 y=2141 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36004 x=1633 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36007 x=638 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36008 x=672 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36009 x=2484 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36010 x=1656 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36011 x=2530 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36012 x=1679 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36013 x=1702 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36014 x=1725 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36015 x=1748 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36016 x=748 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36018 x=1771 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36019 x=1794 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36020 x=1840 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36022 x=2783 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36023 x=42 y=2174 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36024 x=882 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36025 x=1886 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36026 x=23 y=1901 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36027 x=903 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36028 x=1909 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36029 x=1932 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36031 x=945 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36032 x=858 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36033 x=1955 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36034 x=1978 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36035 x=2001 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36036 x=2024 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36037 x=2047 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36038 x=2070 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36039 x=946 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36040 x=420 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36041 x=2116 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36042 x=2139 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36043 x=2162 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36045 x=2185 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36046 x=2208 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36047 x=460 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36049 x=483 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36050 x=2254 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36051 x=1034 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36053 x=2277 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36054 x=2300 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36057 x=528 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36058 x=2323 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36059 x=2346 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36060 x=621 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36061 x=644 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36062 x=1463 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36064 x=2369 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36065 x=2392 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36066 x=861 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36067 x=1100 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36068 x=2438 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36070 x=2461 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36072 x=1589 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36074 x=1144 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36076 x=874 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36077 x=2484 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36079 x=2507 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36080 x=2530 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36081 x=966 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36082 x=1188 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36084 x=2553 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36085 x=1122 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36087 x=1210 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36088 x=2599 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36090 x=2622 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36091 x=2645 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36092 x=2668 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36093 x=2691 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36094 x=1320 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36095 x=1242 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36097 x=2714 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36099 x=2737 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36100 x=1386 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36101 x=2760 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36103 x=2806 y=176 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36104 x=1496 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36105 x=1472 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36106 x=0 y=209 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36107 x=1725 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36109 x=23 y=209 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36110 x=46 y=200 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36111 x=69 y=199 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36112 x=92 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36114 x=1606 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36115 x=115 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36116 x=2244 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36118 x=161 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36119 x=2288 y=2120 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36123 x=184 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36124 x=207 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36125 x=1932 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36196 x=230 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36197 x=253 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36198 x=276 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36199 x=299 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36201 x=322 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36203 x=345 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36204 x=368 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36205 x=391 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36206 x=414 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36208 x=437 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36209 x=460 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36211 x=483 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36212 x=529 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36214 x=598 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36215 x=621 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36223 x=644 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36225 x=667 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36226 x=690 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36228 x=713 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36229 x=736 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36232 x=759 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36234 x=782 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36237 x=805 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36240 x=828 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36241 x=874 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36245 x=897 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36249 x=943 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36254 x=989 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36255 x=1012 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36256 x=1127 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36259 x=1173 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36262 x=1196 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36264 x=1219 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36267 x=1242 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36268 x=1288 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36271 x=1311 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36274 x=1334 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36275 x=621 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36277 x=2002 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36279 x=1357 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36281 x=1380 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36282 x=1426 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36283 x=1449 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36284 x=920 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36286 x=1472 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36288 x=1743 y=2058 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36290 x=1495 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36293 x=1012 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36294 x=1518 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36295 x=1541 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36296 x=1564 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36298 x=1587 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36299 x=1633 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36300 x=1656 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36302 x=1702 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36303 x=2090 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36305 x=1725 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36308 x=2112 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36309 x=1748 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36310 x=1265 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36311 x=1771 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36313 x=1311 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36314 x=1357 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36315 x=1794 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36317 x=1403 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36319 x=1426 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36321 x=1817 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36323 x=1840 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36324 x=1886 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36325 x=1564 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36327 x=1587 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36328 x=1909 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36330 x=1932 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36331 x=1656 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36332 x=1679 y=1911 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36335 x=1978 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36336 x=2001 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36337 x=2024 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36338 x=2047 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36339 x=2093 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36340 x=1817 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36341 x=2116 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36348 x=1863 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36349 x=1886 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36351 x=2162 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36353 x=1932 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36356 x=2185 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36357 x=2208 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36358 x=2231 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36360 x=2254 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36361 x=2300 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36362 x=66 y=2090 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36363 x=2508 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36364 x=2323 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36367 x=2346 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36368 x=2369 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36369 x=2392 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36372 x=2415 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36374 x=2438 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36381 x=2277 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36382 x=2300 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36383 x=2596 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36384 x=2461 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36385 x=2484 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36386 x=2392 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36387 x=2507 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36390 x=2530 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36391 x=2553 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36394 x=2576 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36400 x=2507 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36401 x=2599 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36403 x=2668 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36404 x=550 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36405 x=2691 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36406 x=2599 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36407 x=2737 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36408 x=2783 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36409 x=2806 y=198 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36413 x=2706 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36416 x=23 y=231 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36417 x=2728 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36418 x=2760 y=1910 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36420 x=46 y=222 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36423 x=69 y=221 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36424 x=115 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36425 x=230 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36426 x=368 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36427 x=924 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36428 x=483 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36429 x=115 y=1933 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36430 x=529 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36431 x=161 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36432 x=575 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36436 x=598 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36437 x=230 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36441 x=621 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36443 x=667 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36444 x=713 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36445 x=736 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36446 x=437 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36447 x=782 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36448 x=805 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36449 x=851 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36450 x=874 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36451 x=897 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36452 x=920 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36457 x=966 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36460 x=897 y=1932 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36461 x=920 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36463 x=989 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36464 x=966 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36465 x=1035 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36466 x=1012 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36468 x=1058 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36469 x=1081 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36470 x=1058 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36471 x=1104 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36473 x=1104 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36474 x=1150 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36475 x=1173 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36476 x=1242 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36481 x=1311 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36482 x=1265 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36483 x=1288 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36484 x=1311 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36485 x=2486 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36487 x=1334 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36489 x=1357 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36490 x=1380 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36491 x=1403 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36493 x=1495 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36496 x=1426 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36497 x=1541 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36498 x=1449 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36499 x=1472 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36500 x=1495 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36501 x=1518 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36504 x=1541 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36505 x=242 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36506 x=1817 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36507 x=1564 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36509 x=396 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36510 x=1587 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36513 x=2024 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36514 x=594 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36519 x=2047 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36521 x=2093 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36522 x=1610 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36523 x=660 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36524 x=682 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36525 x=1633 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36526 x=1656 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36527 x=1679 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36528 x=1702 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36529 x=1725 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36531 x=748 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36533 x=1748 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36534 x=1771 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36538 x=792 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36539 x=1817 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36542 x=1840 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36544 x=1863 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36545 x=1886 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36547 x=1909 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36548 x=2001 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36549 x=2024 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36550 x=2093 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36551 x=2185 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36552 x=2323 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36554 x=2346 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36555 x=2392 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36556 x=2415 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36557 x=2751 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36559 x=2438 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36561 x=2553 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36562 x=2576 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36564 x=2599 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36571 x=2714 y=220 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36572 x=1386 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36575 x=23 y=253 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36578 x=69 y=243 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36579 x=1408 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36584 x=138 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36587 x=161 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36589 x=207 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36590 x=230 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36592 x=276 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36593 x=299 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36599 x=368 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36600 x=1584 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36601 x=391 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36602 x=1672 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36603 x=414 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36604 x=483 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36605 x=529 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36606 x=575 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36608 x=644 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36610 x=667 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36611 x=690 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36613 x=759 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36615 x=805 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36616 x=828 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36617 x=851 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36618 x=874 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36620 x=897 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36623 x=920 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36624 x=966 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36626 x=989 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36627 x=1012 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36628 x=1058 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36629 x=1081 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36630 x=2002 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36631 x=1104 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36632 x=1127 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36633 x=1150 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36635 x=1173 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36636 x=1196 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36637 x=1219 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36638 x=2090 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36639 x=1242 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36640 x=1265 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36641 x=2112 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36643 x=2134 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36645 x=1288 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36646 x=1311 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36647 x=1334 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36648 x=1357 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36649 x=294 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36650 x=1380 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36651 x=1426 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36652 x=1472 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36653 x=1495 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36654 x=1518 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36655 x=1564 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36659 x=1587 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36660 x=1610 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36661 x=1633 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36662 x=1702 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36663 x=2332 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36664 x=1725 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36665 x=1771 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36666 x=1794 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36667 x=1817 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36670 x=1840 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36671 x=1863 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36672 x=1886 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36673 x=1955 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36674 x=1978 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36675 x=2024 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36676 x=2047 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36677 x=2093 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36678 x=2116 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36679 x=2139 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36681 x=2185 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36682 x=2231 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36684 x=2254 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36685 x=2300 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36686 x=2346 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36687 x=2369 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36689 x=2392 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36690 x=2438 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36691 x=2461 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36692 x=2484 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36693 x=2507 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36695 x=2530 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36696 x=2553 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36700 x=2576 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36701 x=2622 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36702 x=2645 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36703 x=2668 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36705 x=2691 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36706 x=2714 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36707 x=2737 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36708 x=2760 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36709 x=2806 y=242 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36710 x=966 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36763 x=0 y=275 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36764 x=770 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36765 x=23 y=275 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36766 x=46 y=266 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36767 x=69 y=265 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36768 x=854 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36769 x=92 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36770 x=115 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36771 x=161 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36772 x=184 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36773 x=207 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36774 x=230 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36775 x=253 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36776 x=276 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36781 x=299 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36782 x=322 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36783 x=345 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36784 x=1173 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36785 x=1242 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36786 x=368 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36788 x=1288 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36789 x=391 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36790 x=1380 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36791 x=1403 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36792 x=1426 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36794 x=1449 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36795 x=437 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36796 x=1518 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36798 x=483 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36799 x=552 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36800 x=1587 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36801 x=1633 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36802 x=1656 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36804 x=575 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36805 x=1702 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36806 x=644 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36808 x=1748 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36810 x=1771 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36811 x=1794 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36813 x=690 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36814 x=713 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36816 x=2530 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36817 x=736 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36818 x=759 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36819 x=1978 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36820 x=2001 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36821 x=805 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36826 x=828 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36832 x=851 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36834 x=2093 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36835 x=874 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36836 x=897 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36837 x=2162 y=1974 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36838 x=920 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36840 x=966 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36841 x=989 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36842 x=1012 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36843 x=1035 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36845 x=1058 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36846 x=1081 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36847 x=1104 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36848 x=1127 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36849 x=1150 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36852 x=2415 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36853 x=2438 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36854 x=1173 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36855 x=1219 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36856 x=1242 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36857 x=1265 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36858 x=2576 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36859 x=1288 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36861 x=1334 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36862 x=2645 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36864 x=2668 y=1973 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36865 x=1357 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36866 x=1380 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36867 x=1403 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36868 x=1426 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36869 x=1449 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36870 x=1472 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36872 x=1495 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36875 x=1518 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36876 x=1541 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36877 x=1564 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36878 x=115 y=1996 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36879 x=138 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36880 x=161 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36881 x=1587 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36883 x=1610 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36884 x=1633 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36885 x=253 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36886 x=1679 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36887 x=299 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36888 x=1702 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36889 x=345 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36890 x=368 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36891 x=1725 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36893 x=1771 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36894 x=437 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36895 x=1794 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36896 x=1817 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36897 x=1840 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36898 x=1886 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36899 x=1909 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36903 x=1932 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36904 x=1955 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36905 x=1978 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36906 x=2001 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36908 x=2024 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36909 x=2047 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36910 x=2070 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36911 x=2093 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36913 x=759 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36914 x=2116 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36915 x=2162 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36916 x=2185 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36917 x=2208 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36918 x=2231 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36919 x=897 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36920 x=2254 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36921 x=2277 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36924 x=966 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36926 x=989 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36927 x=1012 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36929 x=2300 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36930 x=2323 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36931 x=2369 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36932 x=2392 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36933 x=1150 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36935 x=1173 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36937 x=2438 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36938 x=2461 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36939 x=1242 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36940 x=1334 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36941 x=1357 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36942 x=1380 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36943 x=1403 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36944 x=1426 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36945 x=2484 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36946 x=1495 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36947 x=2507 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36948 x=2530 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36949 x=2553 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36950 x=2576 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36952 x=2599 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36953 x=2622 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36955 x=2645 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36956 x=2668 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36957 x=1725 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36958 x=2691 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36960 x=2714 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36961 x=2737 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36962 x=1817 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36963 x=2760 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36965 x=2783 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36966 x=1955 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36967 x=2806 y=264 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36968 x=0 y=297 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36969 x=23 y=297 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36972 x=69 y=287 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36973 x=92 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36974 x=161 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36975 x=2139 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36976 x=184 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36978 x=2185 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36980 x=207 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36981 x=230 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36982 x=253 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36983 x=2277 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36984 x=2300 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36985 x=2323 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36986 x=299 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36988 x=322 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36989 x=345 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36991 x=368 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36992 x=391 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36993 x=414 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36994 x=437 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36995 x=460 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36996 x=2507 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=36997 x=483 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=36999 x=2576 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37000 x=552 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37001 x=598 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37002 x=621 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37003 x=644 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37004 x=667 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37006 x=690 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37007 x=2760 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37008 x=2783 y=1994 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37009 x=1405 y=2184 width=19 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37013 x=2373 y=1804 width=20 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37015 x=0 y=2027 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37016 x=23 y=2027 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37017 x=2508 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37019 x=69 y=2027 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37024 x=92 y=2018 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37025 x=736 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37026 x=138 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37027 x=161 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37029 x=782 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37030 x=805 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37032 x=828 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37034 x=230 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37039 x=851 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37040 x=874 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37041 x=897 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37042 x=920 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37043 x=299 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37044 x=322 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37045 x=345 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37046 x=943 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37048 x=391 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37053 x=966 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37054 x=989 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37057 x=1012 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37059 x=1058 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37060 x=1081 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37061 x=460 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37063 x=1104 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37064 x=506 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37065 x=529 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37066 x=1127 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37068 x=1150 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37070 x=1173 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37074 x=1196 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37077 x=1219 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37079 x=1265 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37080 x=286 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37081 x=1288 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37083 x=1311 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37084 x=1334 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37085 x=1380 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37086 x=1403 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37087 x=1426 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37089 x=874 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37090 x=897 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37092 x=1472 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37093 x=943 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37096 x=1495 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37099 x=1518 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37101 x=1541 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37103 x=1564 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37104 x=1058 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37106 x=1587 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37108 x=1610 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37109 x=1173 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37110 x=1656 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37111 x=1679 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37117 x=1702 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37118 x=1242 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37119 x=1265 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37120 x=1725 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37122 x=1311 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37124 x=1334 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37125 x=1958 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37126 x=1380 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37128 x=1748 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37133 x=1426 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37136 x=1771 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37138 x=1794 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37140 x=1817 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37141 x=1840 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37142 x=1587 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37143 x=1863 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37144 x=1886 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37145 x=1656 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37146 x=1909 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37148 x=1932 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37150 x=1955 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37152 x=1748 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37154 x=1771 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37155 x=1978 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37157 x=2001 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37159 x=1840 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37161 x=1863 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37165 x=1886 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37166 x=2024 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37167 x=2047 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37168 x=2070 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37169 x=2093 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37170 x=2139 y=2016 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37172 x=2116 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37174 x=2139 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37175 x=2162 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37177 x=2277 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37178 x=2185 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37180 x=2208 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37181 x=2231 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37187 x=2046 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37190 x=2254 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37191 x=2277 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37192 x=2415 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37193 x=2801 y=2203 width=20 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=37194 x=2438 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37195 x=2461 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37196 x=1562 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37197 x=2507 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37198 x=2323 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37199 x=2346 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37202 x=2599 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37203 x=2369 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37204 x=2392 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37206 x=2415 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37207 x=2376 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37208 x=2691 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37209 x=2438 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37210 x=2737 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37211 x=2760 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37217 x=2461 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37218 x=2484 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37219 x=2507 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37220 x=2530 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37221 x=23 y=2048 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37223 x=2553 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37225 x=1804 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37226 x=2576 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37228 x=2662 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37229 x=2599 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37234 x=138 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37235 x=2622 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37236 x=2645 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37237 x=2668 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37239 x=2691 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37240 x=2714 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37241 x=2737 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37242 x=2760 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37243 x=2783 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37249 x=2806 y=286 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37250 x=0 y=319 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37251 x=23 y=319 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37253 x=46 y=310 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37254 x=69 y=309 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37255 x=92 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37257 x=115 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37258 x=529 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37259 x=138 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37261 x=575 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37262 x=161 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37264 x=44 y=1595 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37265 x=667 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37266 x=690 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37267 x=184 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37268 x=330 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37269 x=207 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37271 x=230 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37272 x=276 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37276 x=299 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37278 x=874 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37281 x=322 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37282 x=345 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37284 x=682 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37286 x=368 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37288 x=391 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37290 x=1012 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37291 x=792 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37292 x=414 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37293 x=437 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37294 x=460 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37295 x=483 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37296 x=1173 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37297 x=506 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37298 x=529 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37299 x=1334 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37300 x=575 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37301 x=598 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37302 x=621 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37304 x=644 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37306 x=667 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37307 x=690 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37308 x=713 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37309 x=1518 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37311 x=736 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37312 x=759 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37313 x=782 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37314 x=805 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37315 x=1610 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37316 x=828 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37317 x=1656 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37318 x=1702 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37319 x=851 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37320 x=874 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37321 x=2002 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37323 x=897 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37324 x=1886 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37325 x=1909 y=2037 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37326 x=1932 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37327 x=2001 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37328 x=920 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37329 x=2047 y=2037 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37331 x=966 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37332 x=2093 y=2037 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37334 x=2750 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37335 x=484 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37336 x=1012 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37337 x=1081 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37338 x=1104 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37339 x=968 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37340 x=990 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37341 x=1127 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37342 x=1150 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37343 x=1173 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37345 x=1196 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37347 x=1219 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37348 x=1166 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37349 x=1288 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37350 x=1364 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37351 x=1606 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37353 x=1357 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37354 x=1380 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37356 x=1403 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37357 x=2576 y=2036 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37358 x=1426 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37359 x=2622 y=2036 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37360 x=2156 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37361 x=1449 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37365 x=1472 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37366 x=1495 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37367 x=2737 y=2036 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37369 x=1518 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37371 x=1541 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37372 x=1564 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37373 x=1587 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37375 x=1610 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37376 x=1656 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37377 x=1679 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37380 x=1725 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37381 x=2530 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37382 x=1771 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37383 x=1817 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37385 x=2618 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37386 x=1840 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37388 x=1863 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37389 x=1932 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37390 x=2684 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37392 x=1978 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37393 x=2024 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37394 x=2070 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37395 x=460 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37396 x=2139 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37397 x=506 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37398 x=2300 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37399 x=2323 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37400 x=2415 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37404 x=2438 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37405 x=2461 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37406 x=1672 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37411 x=2553 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37412 x=1716 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37413 x=2576 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37414 x=2760 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37416 x=2783 y=308 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37417 x=69 y=331 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37420 x=161 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37422 x=230 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37423 x=1870 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37424 x=253 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37427 x=276 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37428 x=322 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37429 x=437 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37430 x=529 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37431 x=621 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37432 x=644 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37433 x=667 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37434 x=92 y=2060 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37436 x=690 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37438 x=220 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37439 x=176 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37440 x=110 y=1716 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37442 x=736 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37443 x=805 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37444 x=943 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37445 x=184 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37446 x=1035 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37447 x=1081 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37448 x=1104 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37449 x=1196 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37450 x=1474 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37451 x=1219 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37453 x=1242 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37454 x=345 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37455 x=1288 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37456 x=1426 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37457 x=594 y=1694 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37462 x=1449 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37463 x=1495 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37464 x=1518 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37465 x=1541 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37466 x=1892 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37467 x=1633 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37468 x=1748 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37469 x=437 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37470 x=1771 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37472 x=1840 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37473 x=1863 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37474 x=1909 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37476 x=1408 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37477 x=2001 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37478 x=2185 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37479 x=2208 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37480 x=2231 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37481 x=2277 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37486 x=1144 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37487 x=2507 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37488 x=1122 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37489 x=2530 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37493 x=2576 y=330 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37494 x=1034 y=1672 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37495 x=299 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37496 x=368 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37497 x=2728 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37499 x=506 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37500 x=529 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37501 x=552 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37502 x=575 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37503 x=644 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37504 x=690 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37507 x=736 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37509 x=792 y=1650 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37512 x=759 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37513 x=782 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37514 x=851 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37517 x=828 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37518 x=851 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37521 x=897 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37522 x=1196 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37523 x=897 y=2058 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37525 x=1380 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37526 x=1449 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37527 x=1472 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37528 x=2574 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37529 x=1909 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37530 x=2231 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37531 x=2277 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37532 x=2530 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37535 x=2442 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37536 x=2576 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37540 x=2760 y=352 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37541 x=138 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37543 x=230 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37544 x=253 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37547 x=276 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37549 x=506 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37551 x=552 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37554 x=575 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37555 x=690 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37558 x=989 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37559 x=1012 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37560 x=1081 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37561 x=1104 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37562 x=1127 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37563 x=1672 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37564 x=1150 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37565 x=1380 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37567 x=1386 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37568 x=1472 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37569 x=1166 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37570 x=1495 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37571 x=1518 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37573 x=1564 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37574 x=1587 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37575 x=1633 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37576 x=1679 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37579 x=1702 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37580 x=1725 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37581 x=1748 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37582 x=1863 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37583 x=1886 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37584 x=1909 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37586 x=2001 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37587 x=792 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37589 x=2093 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37591 x=506 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37592 x=2231 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37593 x=2438 y=374 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37596 x=115 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37597 x=138 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37599 x=184 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37600 x=667 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37601 x=690 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37603 x=874 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37604 x=2750 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37605 x=920 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37607 x=1058 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37608 x=1127 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37609 x=1265 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37610 x=1495 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37612 x=2346 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37613 x=2691 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37614 x=2783 y=396 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37616 x=0 y=429 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37618 x=253 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37619 x=276 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37623 x=368 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37624 x=621 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37625 x=943 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37626 x=1058 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37627 x=2536 y=1826 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=37628 x=1826 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37631 x=1196 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37632 x=1219 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37634 x=1449 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37636 x=1656 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37638 x=2093 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37640 x=2116 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37645 x=2553 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37647 x=2714 y=418 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37648 x=0 y=451 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37649 x=46 y=442 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37652 x=69 y=441 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37653 x=92 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37656 x=115 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37657 x=138 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37658 x=207 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37660 x=276 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37661 x=299 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37662 x=345 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37663 x=391 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37664 x=414 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37665 x=460 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37666 x=506 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37667 x=552 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37668 x=621 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37669 x=644 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37670 x=308 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37671 x=667 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37672 x=736 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37673 x=286 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37674 x=782 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37675 x=805 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37676 x=851 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37678 x=0 y=1617 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37679 x=897 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37682 x=920 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37683 x=943 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37684 x=966 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37685 x=1173 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37686 x=1219 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37687 x=1242 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37690 x=1265 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37691 x=1311 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37700 x=1334 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37703 x=1357 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37704 x=1426 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37705 x=1449 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37706 x=1495 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37707 x=1496 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37709 x=1518 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37712 x=1541 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37713 x=1564 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37714 x=1587 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37716 x=1656 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37717 x=1679 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37718 x=1748 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37719 x=1771 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37720 x=1078 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37722 x=1794 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37723 x=1817 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37724 x=1840 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37726 x=1863 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37728 x=2001 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37732 x=2139 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37733 x=2208 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37735 x=484 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37737 x=2231 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37738 x=184 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37739 x=2277 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37740 x=2369 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37741 x=2415 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37742 x=2438 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37743 x=2461 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37744 x=2576 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37745 x=2714 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37747 x=2760 y=440 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37748 x=0 y=473 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37749 x=69 y=463 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37750 x=138 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37754 x=207 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37756 x=575 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37757 x=2222 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37758 x=828 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37759 x=851 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37760 x=966 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37761 x=1104 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37762 x=1288 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37768 x=1334 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37770 x=1357 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37771 x=1380 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37772 x=1403 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37773 x=1426 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37775 x=1449 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37778 x=1472 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37780 x=1495 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37781 x=1518 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37782 x=1541 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37783 x=1564 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37784 x=1587 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37786 x=1610 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37787 x=1633 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37790 x=1656 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37793 x=1679 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37795 x=1702 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37796 x=1725 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37798 x=1386 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37799 x=1748 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37800 x=1771 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37801 x=1794 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37803 x=1817 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37804 x=1840 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37805 x=1863 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37806 x=1886 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37808 x=1909 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37812 x=1932 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37813 x=1955 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37814 x=1978 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37817 x=2001 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37818 x=2024 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37819 x=2047 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37825 x=2070 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37827 x=2093 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37828 x=2116 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37829 x=2139 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37830 x=2162 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37831 x=2185 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37832 x=2208 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37833 x=2231 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37834 x=897 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37835 x=2254 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37836 x=2277 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37837 x=2300 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37840 x=2323 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37841 x=2346 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37843 x=2369 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37846 x=2392 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37847 x=2415 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37848 x=2438 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37849 x=2461 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37852 x=1035 y=1848 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37853 x=2484 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37854 x=2507 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37855 x=2530 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37857 x=2576 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37858 x=2599 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37860 x=2645 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37861 x=2668 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37862 x=2714 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37863 x=2737 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37864 x=2760 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37873 x=2806 y=462 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37877 x=0 y=495 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37879 x=23 y=495 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37880 x=46 y=486 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37881 x=92 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37882 x=115 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37883 x=138 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37885 x=161 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37889 x=207 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37890 x=230 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37891 x=253 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37892 x=276 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37895 x=299 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37896 x=322 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37897 x=391 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37901 x=414 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37902 x=437 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37903 x=460 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37904 x=529 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37907 x=552 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37908 x=575 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37909 x=598 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37910 x=621 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37911 x=770 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37912 x=644 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37913 x=667 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37914 x=690 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37919 x=736 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37921 x=782 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37931 x=805 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37934 x=828 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37935 x=874 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37937 x=920 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37938 x=506 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37939 x=943 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37940 x=966 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37941 x=989 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37942 x=1012 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37944 x=1035 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37946 x=1058 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37947 x=1104 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37949 x=1127 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37951 x=1173 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37953 x=1196 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37955 x=1219 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37956 x=1265 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37957 x=1311 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37960 x=1357 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37962 x=1380 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37964 x=1426 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37969 x=1449 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37970 x=1472 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37971 x=1495 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37973 x=1518 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37977 x=1541 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37978 x=1587 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37979 x=1610 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37980 x=1656 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37982 x=1679 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37983 x=1702 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37984 x=1748 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37985 x=1771 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37986 x=1794 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37987 x=1840 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37992 x=1909 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37994 x=1932 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37995 x=1955 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37997 x=2068 y=1518 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37998 x=2001 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=37999 x=2047 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38000 x=2070 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38001 x=2093 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38002 x=2116 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38005 x=2185 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38007 x=2208 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38012 x=2231 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38013 x=2254 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38014 x=2300 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38015 x=2323 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38017 x=2369 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38019 x=2530 y=1496 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38020 x=2392 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38021 x=2120 y=1826 width=11 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38263 x=2024 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38264 x=2047 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38265 x=2415 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38270 x=2070 y=1848 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38271 x=2461 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38272 x=231 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38274 x=252 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38275 x=273 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38276 x=1122 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38278 x=315 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38279 x=336 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38280 x=357 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38281 x=378 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38282 x=399 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38283 x=420 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38284 x=441 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38285 x=462 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38286 x=483 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38287 x=504 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38289 x=525 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38290 x=546 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38291 x=567 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38292 x=588 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38294 x=609 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38296 x=630 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38297 x=651 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38301 x=672 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38302 x=693 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38303 x=714 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38304 x=735 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38305 x=756 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38306 x=777 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38307 x=798 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38308 x=819 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38309 x=840 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38310 x=861 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38311 x=882 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38312 x=903 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38313 x=924 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38315 x=945 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38316 x=966 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38317 x=987 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38321 x=1008 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38322 x=1029 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38324 x=1050 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38326 x=1071 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38329 x=1092 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38330 x=1113 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38331 x=1134 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38332 x=1155 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38333 x=1176 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38334 x=1197 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38335 x=1218 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38339 x=1239 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38342 x=1260 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38343 x=1281 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38344 x=1302 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38345 x=1323 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38346 x=1344 y=2184 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38347 x=968 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38348 x=989 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38349 x=1010 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38352 x=1031 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38353 x=1052 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38354 x=1073 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38355 x=1094 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38356 x=1115 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38357 x=1136 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38358 x=1157 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38360 x=1178 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38361 x=1199 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38362 x=1220 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38364 x=1241 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38365 x=1262 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38366 x=1304 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38367 x=1325 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38368 x=1346 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38369 x=1367 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38370 x=1388 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38372 x=1409 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38373 x=1430 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38374 x=1451 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38376 x=1211 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38428 x=2484 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38429 x=2829 y=549 width=10 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38430 x=1190 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38433 x=1963 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38434 x=1985 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38436 x=1012 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38437 x=2029 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38438 x=990 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38440 x=2073 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38442 x=2095 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38444 x=968 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38446 x=2161 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38447 x=2183 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38449 x=836 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38450 x=770 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38451 x=1808 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38452 x=1829 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38455 x=2249 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38456 x=2271 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38457 x=572 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38458 x=2315 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38459 x=2337 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38460 x=550 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38461 x=506 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38463 x=2403 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38464 x=440 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38465 x=418 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38466 x=330 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38468 x=286 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38475 x=2513 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38476 x=2535 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38477 x=242 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38479 x=132 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38480 x=2601 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38482 x=88 y=1497 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38484 x=2743 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38486 x=2655 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38487 x=2633 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38488 x=2711 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38491 x=2733 y=2057 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38492 x=2457 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38493 x=2391 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38494 x=2171 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38495 x=2083 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38497 x=2039 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38498 x=1885 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38499 x=1958 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38500 x=1980 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38501 x=1295 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38502 x=2002 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38506 x=2024 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38508 x=220 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38510 x=2046 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38512 x=2068 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38514 x=286 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38515 x=2090 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38516 x=2112 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38517 x=2134 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38518 x=2051 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38519 x=2408 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38520 x=2156 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38522 x=2178 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38523 x=462 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38524 x=2200 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38525 x=506 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38526 x=528 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38527 x=572 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38529 x=594 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38530 x=2222 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38531 x=638 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38532 x=660 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38533 x=147 y=2164 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38534 x=2244 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38536 x=726 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38537 x=2266 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38538 x=2288 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38539 x=2310 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38541 x=2332 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38542 x=2354 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38543 x=2376 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38545 x=2398 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38548 x=357 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38549 x=902 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38550 x=2420 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38551 x=2442 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38552 x=1012 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38553 x=2464 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38554 x=2486 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38555 x=2508 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38556 x=2530 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38557 x=2552 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38559 x=2574 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38560 x=1166 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38563 x=2596 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38564 x=2618 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38565 x=2640 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38566 x=2662 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38567 x=1298 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38568 x=2684 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38569 x=2706 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38570 x=2728 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38574 x=2750 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38575 x=2772 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38576 x=1474 y=2079 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38577 x=2794 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38578 x=2816 y=1716 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38579 x=2507 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38580 x=0 y=1749 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38582 x=2530 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38583 x=2576 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38584 x=2599 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38585 x=2622 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38586 x=44 y=1749 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38587 x=2668 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38588 x=2737 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38589 x=88 y=1739 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38592 x=2760 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38593 x=529 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38596 x=2783 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38597 x=2806 y=484 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38598 x=0 y=517 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38599 x=1914 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38601 x=46 y=508 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38602 x=69 y=507 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38603 x=154 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38604 x=92 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38605 x=115 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38606 x=138 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38609 x=161 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38610 x=184 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38613 x=207 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38614 x=253 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38616 x=276 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38617 x=299 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38618 x=322 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38619 x=345 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38620 x=368 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38621 x=264 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38622 x=437 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38623 x=308 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38626 x=460 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38627 x=506 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38632 x=506 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=38633 x=1785 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38634 x=1806 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38635 x=2640 y=2078 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38639 x=1058 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38640 x=1081 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38641 x=1890 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38642 x=1104 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38646 x=1127 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38647 x=1953 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38649 x=1150 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38650 x=2816 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38651 x=0 y=2111 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38656 x=2037 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38658 x=44 y=2111 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38659 x=66 y=2111 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38660 x=1173 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38661 x=1196 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38662 x=1219 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38663 x=1242 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38664 x=198 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38665 x=1265 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38666 x=2226 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38669 x=2247 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38670 x=1288 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38671 x=1311 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38673 x=2310 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38675 x=1334 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38676 x=1357 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38678 x=1380 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38681 x=1403 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38682 x=1426 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38683 x=2436 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38684 x=506 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38685 x=2478 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38686 x=550 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38689 x=572 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38690 x=1449 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38691 x=2562 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38692 x=2583 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38695 x=1472 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38696 x=1495 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38698 x=704 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38704 x=1518 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38705 x=2688 y=2162 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38706 x=1541 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38707 x=814 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38710 x=836 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38712 x=858 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38713 x=1564 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38715 x=1587 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38717 x=1610 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38718 x=1633 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38721 x=42 y=2195 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38722 x=990 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38723 x=1656 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38724 x=1034 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38726 x=575 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38727 x=1702 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38728 x=1725 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38729 x=598 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38730 x=1771 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38733 x=1794 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38734 x=1817 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38735 x=1840 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38737 x=690 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38738 x=2751 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38741 x=736 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38742 x=782 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38743 x=828 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38744 x=851 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38745 x=874 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38746 x=897 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38747 x=920 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38748 x=943 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38750 x=966 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38752 x=989 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38753 x=1127 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38754 x=2377 y=2204 width=21 height=19 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=38755 x=713 y=2205 width=22 height=19 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=38756 x=1150 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38758 x=2139 y=1869 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38759 x=1173 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38760 x=2185 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38761 x=1196 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38762 x=1265 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38763 x=1311 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38765 x=550 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38766 x=572 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38769 x=1380 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38771 x=1403 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38772 x=1449 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38774 x=1472 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38775 x=616 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38776 x=1518 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38777 x=660 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38778 x=1564 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38779 x=1587 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38780 x=1656 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38781 x=1679 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38783 x=1748 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38784 x=726 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38785 x=1771 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38788 x=1794 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38789 x=1817 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38790 x=1840 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38793 x=1863 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38795 x=1886 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38797 x=1909 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38799 x=2760 y=1868 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38800 x=1932 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38805 x=1955 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38806 x=1978 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38807 x=2001 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38808 x=2024 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38809 x=836 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38810 x=2070 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38812 x=2116 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38814 x=2139 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38815 x=2162 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38816 x=880 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38818 x=2185 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38819 x=2208 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38822 x=2231 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38824 x=2254 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38827 x=902 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38828 x=2277 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38829 x=2300 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38830 x=2323 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38833 x=2346 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38834 x=2369 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38835 x=2392 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38836 x=2438 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38837 x=2484 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38838 x=2507 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38840 x=2576 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38841 x=2622 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38842 x=2645 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38844 x=2668 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38846 x=2691 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38847 x=2714 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38849 x=2737 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38851 x=2760 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38852 x=2783 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38853 x=2806 y=506 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38854 x=0 y=539 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38855 x=46 y=530 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38856 x=69 y=529 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38857 x=92 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38858 x=115 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38859 x=138 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38860 x=1122 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38861 x=161 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38862 x=184 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38864 x=207 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38865 x=230 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38867 x=276 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38868 x=322 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38871 x=391 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38872 x=414 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38873 x=460 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38875 x=506 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38876 x=1334 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38877 x=2208 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38878 x=2346 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38880 x=2369 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38881 x=2392 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38884 x=2415 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38886 x=2681 y=1782 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38893 x=1173 y=1890 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38894 x=1196 y=1890 width=22 height=20 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38895 x=2461 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38897 x=2507 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38898 x=2553 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38899 x=2622 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38900 x=2691 y=528 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38901 x=1408 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38902 x=1430 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38903 x=1452 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38904 x=23 y=561 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38906 x=46 y=552 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38907 x=69 y=551 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38911 x=115 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38913 x=1495 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38914 x=1518 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38915 x=1672 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38916 x=138 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38917 x=1564 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38918 x=1587 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38919 x=1610 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38920 x=1633 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38922 x=1656 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38924 x=1679 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38925 x=1702 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38926 x=161 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38927 x=230 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38928 x=1771 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38929 x=1794 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38930 x=1817 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38931 x=276 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38932 x=1562 y=1738 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38934 x=299 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38935 x=368 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38936 x=460 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38937 x=1955 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38938 x=1978 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38940 x=506 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38942 x=529 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38944 x=552 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38945 x=598 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38947 x=2310 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38948 x=2376 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38949 x=2398 y=2120 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38950 x=644 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38955 x=2070 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38956 x=690 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38957 x=2093 y=1890 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38958 x=759 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38959 x=782 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38960 x=805 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38962 x=2185 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38963 x=828 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38964 x=943 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38965 x=2254 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38967 x=966 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38968 x=2300 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38969 x=2323 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38971 x=1035 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38972 x=1058 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38973 x=2392 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38974 x=2415 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38980 x=22 y=2153 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38982 x=2438 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38983 x=1081 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38986 x=1173 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38987 x=2507 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38988 x=2530 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38989 x=1196 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38990 x=2576 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38991 x=1334 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38993 x=1426 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38994 x=242 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38995 x=1449 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38996 x=1495 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38997 x=2691 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=38998 x=1587 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=38999 x=1633 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39000 x=2760 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39001 x=2783 y=1889 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39002 x=1702 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39003 x=1748 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39006 x=1771 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39010 x=1794 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39011 x=1817 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39013 x=92 y=1913 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39014 x=2185 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39015 x=115 y=1912 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39018 x=2254 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39019 x=2645 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39020 x=704 y=2142 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39023 x=184 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39024 x=2714 y=550 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39025 x=345 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39027 x=253 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39028 x=391 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39029 x=1344 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39080 x=299 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39082 x=322 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39083 x=437 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39085 x=483 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39086 x=506 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39087 x=552 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39088 x=828 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39089 x=851 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39092 x=920 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39094 x=506 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39095 x=1334 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39096 x=552 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39098 x=575 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39099 x=1380 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39100 x=1564 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39103 x=644 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39106 x=667 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39107 x=690 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39108 x=713 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39109 x=736 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39110 x=1748 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39111 x=1886 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39112 x=2231 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39115 x=828 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39116 x=2461 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39118 x=874 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39131 x=897 y=1911 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39132 x=2484 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39134 x=1655 y=2058 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39135 x=2691 y=572 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39136 x=2028 y=1826 width=13 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39137 x=0 y=605 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39138 x=23 y=605 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39139 x=69 y=595 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39141 x=115 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39142 x=322 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39143 x=345 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39145 x=391 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39146 x=805 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39147 x=1035 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39149 x=1081 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39150 x=1127 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39151 x=1150 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39152 x=1472 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39153 x=1541 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39154 x=1794 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39155 x=1817 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39156 x=2001 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39158 x=2024 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39164 x=2156 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39165 x=2438 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39166 x=2461 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39170 x=2645 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39171 x=2691 y=594 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39173 x=0 y=627 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39175 x=2200 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39176 x=23 y=627 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39177 x=2222 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39178 x=184 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39180 x=207 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39184 x=552 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39185 x=736 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39186 x=759 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39187 x=782 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39188 x=874 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39189 x=1173 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39190 x=1219 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39191 x=1587 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39192 x=1794 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39194 x=1863 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39195 x=2024 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39196 x=2070 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39197 x=2346 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39198 x=2484 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39199 x=2507 y=616 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39200 x=276 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39201 x=2398 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39202 x=1012 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39204 x=1196 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39206 x=1242 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39207 x=1288 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39208 x=1334 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39211 x=1403 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39212 x=2486 y=1738 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39214 x=1817 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39217 x=1840 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39218 x=1863 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39219 x=1886 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39220 x=1932 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39221 x=1955 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39225 x=1978 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39226 x=2001 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39227 x=2024 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39228 x=2047 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39229 x=2070 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39230 x=2116 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39232 x=2139 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39233 x=2162 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39234 x=2208 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39237 x=2231 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39238 x=2254 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39239 x=2277 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39240 x=2300 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39241 x=2461 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39243 x=2599 y=638 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39244 x=115 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39245 x=230 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39246 x=368 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39248 x=391 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39249 x=920 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39250 x=943 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39252 x=966 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39253 x=1035 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39255 x=1242 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39256 x=1311 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39257 x=1472 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39259 x=1495 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39260 x=23 y=1943 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39262 x=1518 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39263 x=1564 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39264 x=1587 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39267 x=2095 y=1826 width=12 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39318 x=2484 y=660 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39319 x=138 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39320 x=230 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39321 x=322 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39323 x=391 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39325 x=506 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39326 x=667 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39327 x=1219 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39331 x=1265 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39333 x=1288 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39334 x=322 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39336 x=1334 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39340 x=1232 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39341 x=368 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39342 x=391 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39344 x=88 y=1761 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39345 x=1403 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39346 x=460 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39347 x=1449 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39348 x=1386 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39349 x=506 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39353 x=1430 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39354 x=529 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39356 x=1610 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39357 x=1283 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39359 x=110 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39361 x=1633 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39363 x=1679 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39364 x=1817 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39365 x=667 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39366 x=690 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39368 x=713 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39369 x=1650 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39376 x=1863 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39377 x=198 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39378 x=220 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39379 x=805 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39380 x=828 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39381 x=242 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39384 x=1909 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39385 x=1932 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39386 x=2139 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39387 x=2185 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39388 x=2691 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39389 x=2737 y=682 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39390 x=161 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39391 x=2002 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39393 x=1766 y=2142 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39394 x=437 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39399 x=2046 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39402 x=552 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39403 x=966 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39404 x=1081 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39405 x=1104 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39406 x=1472 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39408 x=2178 y=2079 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39409 x=2415 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39410 x=308 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39412 x=2507 y=704 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39413 x=1219 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39416 x=1242 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39417 x=115 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39419 x=1288 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39420 x=207 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39421 x=2376 y=2078 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39422 x=1334 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39423 x=322 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39425 x=782 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39426 x=1380 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39427 x=1403 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39428 x=2323 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39429 x=2461 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39432 x=2553 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39434 x=418 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39435 x=2668 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39436 x=2691 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39438 x=2714 y=726 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39439 x=0 y=759 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39440 x=138 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39441 x=184 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39442 x=1610 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39443 x=253 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39446 x=528 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39449 x=88 y=2111 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39450 x=437 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39454 x=1081 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39456 x=1725 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39458 x=1748 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39459 x=1771 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39460 x=1104 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39463 x=1794 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39464 x=1127 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39467 x=1150 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39469 x=572 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39470 x=594 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39472 x=1196 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39473 x=1219 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39475 x=440 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39477 x=1932 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39478 x=638 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39479 x=1978 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39480 x=528 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39486 x=2001 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39488 x=1242 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39489 x=1265 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39490 x=1288 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39491 x=2070 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39492 x=1334 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39493 x=2116 y=1932 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39495 x=1357 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39498 x=1380 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39499 x=1403 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39500 x=1426 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39501 x=1472 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39502 x=1495 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39505 x=2254 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39506 x=2277 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39508 x=2300 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39509 x=1518 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39510 x=1541 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39511 x=1564 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39512 x=1587 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39514 x=1610 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39515 x=2438 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39517 x=1633 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39519 x=2484 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39522 x=1656 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39524 x=1679 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39525 x=1702 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39529 x=1748 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39530 x=2599 y=1931 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39531 x=1254 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39532 x=1298 y=2100 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39592 x=735 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39594 x=1320 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39596 x=1342 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39597 x=1364 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39598 x=858 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39599 x=880 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39600 x=1452 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39602 x=1771 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39604 x=1496 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39605 x=924 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39606 x=946 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39607 x=968 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39608 x=990 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39609 x=1012 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39611 x=1034 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39612 x=1794 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39613 x=1817 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39614 x=1716 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39615 x=1078 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39616 x=1100 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39617 x=1782 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39619 x=1176 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39620 x=1122 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39622 x=1144 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39624 x=1840 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39630 x=1870 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39631 x=1166 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39632 x=1886 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39633 x=1323 y=2163 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39634 x=1188 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39635 x=1210 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39636 x=1232 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39637 x=1909 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39638 x=1276 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39639 x=1298 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39640 x=1890 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39641 x=1911 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39643 x=1978 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39644 x=2001 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39646 x=2024 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39647 x=437 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39648 x=2070 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39650 x=2116 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39651 x=506 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39652 x=2139 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39653 x=2162 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39654 x=2185 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39655 x=2208 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39657 x=2254 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39658 x=621 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39659 x=2442 y=2099 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39660 x=2277 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39661 x=2300 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39662 x=2323 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39663 x=2346 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39665 x=2369 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39666 x=1496 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39667 x=1518 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39668 x=2392 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39669 x=1540 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39671 x=2438 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39673 x=2461 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39674 x=2484 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39675 x=2507 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39677 x=1606 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39679 x=2530 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39680 x=1628 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39681 x=1650 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39682 x=2553 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39683 x=2576 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39684 x=2599 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39685 x=1738 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39686 x=2622 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39688 x=2645 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39689 x=2668 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39691 x=2691 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39692 x=2310 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39693 x=1804 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39694 x=2714 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39696 x=2737 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39698 x=1848 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39702 x=2760 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39704 x=1870 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39705 x=2783 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39706 x=2806 y=748 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39707 x=0 y=781 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39708 x=1892 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39709 x=1914 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39711 x=23 y=781 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39712 x=69 y=771 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39714 x=92 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39715 x=115 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39717 x=2478 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39718 x=2499 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39719 x=2520 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39720 x=2562 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39721 x=2583 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39722 x=2604 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39723 x=2646 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39724 x=2667 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39725 x=2688 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39726 x=2709 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39727 x=1327 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39729 x=138 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39730 x=147 y=2185 width=20 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39731 x=1936 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39732 x=1958 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39733 x=1840 y=1953 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39735 x=1012 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39737 x=2814 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39738 x=161 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39739 x=0 y=1837 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39740 x=184 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39741 x=207 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39745 x=230 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39746 x=253 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39747 x=276 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39748 x=2046 y=1760 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39749 x=299 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39752 x=322 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39755 x=345 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39756 x=368 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39757 x=391 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39758 x=414 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39759 x=460 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39761 x=483 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39764 x=506 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39765 x=529 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39766 x=575 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39767 x=598 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39768 x=2346 y=1952 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=39770 x=621 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39771 x=2222 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39774 x=644 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39777 x=2266 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39779 x=667 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39781 x=690 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39782 x=713 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39784 x=736 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39786 x=759 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39787 x=782 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39788 x=851 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39789 x=874 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39790 x=920 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39791 x=966 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39794 x=2354 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39795 x=989 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39796 x=1012 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39797 x=1035 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39798 x=2398 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39799 x=1058 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39800 x=1081 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39801 x=1104 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39807 x=1127 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39808 x=1173 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39811 x=1196 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39812 x=1219 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39813 x=1242 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39814 x=1265 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39815 x=1288 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39817 x=2486 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39818 x=2508 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39819 x=2530 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39821 x=1311 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39822 x=1357 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39823 x=1380 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39824 x=1403 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39825 x=1426 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39826 x=1449 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39827 x=1472 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39828 x=1495 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39830 x=1518 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39831 x=1541 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39834 x=1564 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39837 x=1587 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39838 x=1610 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39839 x=1656 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39840 x=1679 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39846 x=2640 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39847 x=1725 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39848 x=1748 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39849 x=1771 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39850 x=1817 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39851 x=1863 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39852 x=1886 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39853 x=1909 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39854 x=1932 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39856 x=2706 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39857 x=1955 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39858 x=1978 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39860 x=2001 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39863 x=2728 y=1760 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39864 x=2024 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39865 x=2047 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39867 x=2070 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39868 x=2093 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39870 x=2116 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39871 x=2139 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39872 x=2162 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39873 x=2185 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39878 x=2208 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39879 x=2231 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39880 x=2277 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39881 x=2300 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39882 x=2323 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39886 x=2346 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39887 x=22 y=1793 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39888 x=2369 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39889 x=2392 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39890 x=44 y=1793 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39892 x=66 y=1784 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39894 x=2415 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39895 x=2438 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39896 x=2461 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39899 x=110 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39901 x=132 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39903 x=2484 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39905 x=2507 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39906 x=2530 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39907 x=2553 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39908 x=2576 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39909 x=2599 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39911 x=154 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39912 x=2622 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39914 x=2645 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39915 x=2691 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39918 x=2714 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39919 x=198 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39920 x=2737 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39921 x=2760 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39922 x=2783 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39923 x=2806 y=770 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39925 x=0 y=803 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39927 x=23 y=803 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39928 x=69 y=793 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39929 x=92 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39930 x=115 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39933 x=220 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39935 x=242 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39936 x=138 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39938 x=286 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39940 x=161 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39942 x=184 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39944 x=207 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39945 x=230 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39946 x=299 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39947 x=345 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39948 x=368 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39949 x=391 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39951 x=414 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39952 x=437 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39953 x=483 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39954 x=506 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39955 x=529 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39956 x=575 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39957 x=644 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39958 x=736 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39960 x=782 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39961 x=828 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39962 x=1127 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39963 x=1150 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39964 x=1173 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39965 x=1196 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39966 x=1610 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39969 x=1886 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39970 x=484 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39971 x=2139 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39972 x=2369 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39973 x=2415 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39974 x=2760 y=792 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39975 x=23 y=825 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39976 x=528 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39977 x=322 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39978 x=368 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39981 x=391 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39982 x=414 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39983 x=483 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39984 x=594 y=1782 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39985 x=506 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39986 x=805 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39989 x=920 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39990 x=989 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39991 x=1012 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39993 x=1035 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39994 x=1288 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39995 x=1403 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39997 x=1472 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=39998 x=1541 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40001 x=1656 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40003 x=1863 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40004 x=1955 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40005 x=2024 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40006 x=2093 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40007 x=2806 y=814 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40008 x=0 y=847 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40009 x=92 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40010 x=138 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40014 x=276 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40015 x=506 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40016 x=529 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40018 x=1196 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40019 x=1242 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40020 x=1288 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40022 x=1541 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40023 x=1886 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40024 x=2254 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40026 x=2300 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40027 x=2346 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40028 x=2369 y=836 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40029 x=184 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40030 x=552 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40031 x=1617 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40032 x=575 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40033 x=644 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40035 x=667 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40037 x=713 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40039 x=1081 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40040 x=1357 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40041 x=1495 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40042 x=1679 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40043 x=2116 y=858 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40045 x=23 y=891 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40046 x=184 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40048 x=414 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40050 x=598 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40053 x=966 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40054 x=1173 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40055 x=2806 y=880 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40056 x=0 y=913 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40058 x=736 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40059 x=920 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40060 x=1722 y=2163 width=20 height=20 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40165 x=2303 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40166 x=1104 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40167 x=1127 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40169 x=1242 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40171 x=1196 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40172 x=1771 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40176 x=2162 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40178 x=2254 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40179 x=1265 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40180 x=2325 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40182 x=2787 y=1474 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40183 x=2806 y=902 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40185 x=253 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40194 x=276 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40195 x=414 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40198 x=437 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40199 x=598 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40200 x=1472 y=1995 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40201 x=644 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40203 x=690 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40206 x=0 y=1507 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40209 x=713 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40210 x=736 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40213 x=782 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40215 x=828 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40216 x=851 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40219 x=874 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40220 x=989 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40221 x=1173 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40222 x=1196 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40223 x=1219 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40227 x=1403 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40230 x=1426 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40232 x=1166 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40234 x=1449 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40235 x=1452 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40236 x=1474 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40239 x=1587 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40240 x=1610 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40242 x=1672 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40243 x=1702 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40244 x=1840 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40250 x=1955 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40251 x=2024 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40252 x=2047 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40253 x=2070 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40254 x=2093 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40255 x=2254 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40257 x=2277 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40258 x=2300 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40259 x=2323 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40260 x=2392 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40261 x=2415 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40262 x=2461 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40263 x=2599 y=924 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40264 x=23 y=957 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40266 x=46 y=948 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40272 x=69 y=947 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40273 x=2244 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40274 x=115 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40275 x=460 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40276 x=483 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40281 x=552 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40284 x=575 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40285 x=598 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40286 x=2398 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40287 x=644 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40288 x=736 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40289 x=828 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40290 x=874 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40291 x=897 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40292 x=920 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40293 x=2486 y=1496 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40297 x=943 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40298 x=966 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40299 x=989 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40300 x=1012 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40303 x=1058 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40304 x=1081 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40306 x=1150 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40307 x=1173 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40310 x=1196 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40311 x=1242 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40314 x=1311 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40315 x=1334 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40316 x=1426 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40318 x=1518 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40323 x=1587 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40324 x=1702 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40326 x=1725 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40327 x=1771 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40329 x=1863 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40330 x=1886 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40333 x=1909 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40334 x=1932 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40335 x=2024 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40338 x=2070 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40339 x=2093 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40341 x=2116 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40342 x=2139 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40343 x=2231 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40344 x=2254 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40345 x=2277 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40346 x=2323 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40353 x=2392 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40356 x=2415 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40361 x=2484 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40362 x=2507 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40363 x=2576 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40364 x=2622 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40366 x=2691 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40367 x=22 y=1529 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40369 x=2760 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40370 x=2783 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40372 x=2806 y=946 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40373 x=46 y=970 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40376 x=92 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40377 x=115 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40378 x=138 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40379 x=220 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40380 x=345 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40381 x=552 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40383 x=242 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40384 x=621 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40385 x=690 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40386 x=736 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40387 x=759 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40388 x=782 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40390 x=330 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40391 x=851 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40393 x=874 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40394 x=897 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40399 x=943 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40403 x=1012 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40404 x=1035 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40405 x=550 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40406 x=748 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40407 x=1716 y=1518 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40409 x=1081 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40410 x=1127 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40414 x=1173 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40415 x=1196 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40416 x=1265 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40419 x=1357 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40421 x=1380 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40422 x=1403 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40423 x=1449 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40425 x=1472 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40427 x=1518 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40429 x=1541 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40430 x=1564 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40431 x=1679 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40432 x=1748 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40434 x=1840 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40435 x=132 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40436 x=726 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40440 x=1863 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40441 x=2001 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40442 x=2047 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40445 x=1276 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40446 x=2070 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40450 x=2116 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40455 x=2162 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40458 x=2185 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40461 x=2254 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40462 x=1386 y=2100 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40464 x=2300 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40465 x=2323 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40466 x=2392 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40469 x=2415 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40470 x=2438 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40473 x=2484 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40474 x=2507 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40475 x=2599 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40476 x=2622 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40477 x=2668 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40478 x=2714 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40479 x=2574 y=1540 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40565 x=1107 y=1826 width=19 height=21 xoffset=2 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40568 x=2772 y=1540 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40569 x=396 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40570 x=440 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40571 x=792 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40572 x=1144 y=1562 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40573 x=2760 y=968 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40575 x=69 y=991 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40576 x=92 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40577 x=161 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40578 x=207 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40579 x=1518 y=1562 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40580 x=2254 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40581 x=299 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40583 x=345 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40584 x=368 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40587 x=460 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40588 x=483 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40590 x=575 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40591 x=598 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40593 x=713 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40594 x=782 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40595 x=805 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40597 x=874 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40598 x=1196 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40599 x=2530 y=2015 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40600 x=1288 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40603 x=1334 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40605 x=1541 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40606 x=1610 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40607 x=1679 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40612 x=1794 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40613 x=1909 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40614 x=1955 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40616 x=1978 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40617 x=2001 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40618 x=2047 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40620 x=2093 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40621 x=2116 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40622 x=2208 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40623 x=2277 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40624 x=2369 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40627 x=2392 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40628 x=2438 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40629 x=2622 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40632 x=2645 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40633 x=2668 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40634 x=2691 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40635 x=2714 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40636 x=2760 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40637 x=2806 y=990 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40638 x=23 y=1023 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40639 x=115 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40643 x=138 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40644 x=161 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40646 x=184 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40648 x=230 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40651 x=253 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40652 x=414 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40653 x=460 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40654 x=483 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40655 x=529 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40656 x=575 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40657 x=483 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40658 x=506 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40660 x=690 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40661 x=736 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40664 x=782 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40665 x=828 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40667 x=874 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40668 x=198 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40669 x=897 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40670 x=943 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40671 x=1012 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40672 x=1081 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40676 x=1104 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40677 x=1127 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40679 x=418 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40680 x=861 y=1826 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40684 x=1150 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40685 x=1173 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40686 x=1288 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40687 x=1403 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40688 x=1449 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40689 x=1518 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40690 x=1564 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40692 x=1656 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40693 x=1817 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40694 x=1035 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40695 x=1840 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40696 x=1955 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40697 x=2139 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40699 x=2300 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40700 x=2323 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40701 x=1386 y=2163 width=20 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40702 x=1407 y=2163 width=20 height=20 xoffset=2 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40703 x=1127 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40706 x=924 y=2121 width=21 height=20 xoffset=1 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40707 x=1254 y=1584 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40711 x=2484 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40712 x=2507 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40713 x=1219 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40718 x=1242 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40719 x=1056 y=2121 width=21 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40720 x=1265 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40721 x=1364 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40722 x=2553 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40723 x=2714 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40724 x=2783 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40725 x=2806 y=1012 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40726 x=23 y=1045 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40727 x=138 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40729 x=276 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40730 x=299 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40731 x=598 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40735 x=667 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40736 x=690 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40737 x=736 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40738 x=759 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40742 x=782 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40746 x=805 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40747 x=897 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40748 x=989 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40751 x=1679 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40753 x=1058 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40754 x=1173 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40756 x=1242 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40759 x=1771 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40761 x=1794 y=2037 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40762 x=1265 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40763 x=1288 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40764 x=1043 y=1782 width=20 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40765 x=1311 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40766 x=1380 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40767 x=1403 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40769 x=2156 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40771 x=2332 y=1584 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40772 x=1472 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40773 x=1518 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40774 x=1541 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40775 x=1587 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40778 x=1633 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40779 x=1702 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40782 x=1794 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40783 x=1886 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40784 x=2001 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40786 x=2208 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40787 x=2231 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40788 x=2392 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40789 x=2438 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40790 x=2553 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40791 x=2668 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40792 x=2691 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40794 x=2806 y=1034 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40797 x=184 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40798 x=207 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40799 x=345 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40800 x=1430 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40801 x=575 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40802 x=621 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40803 x=1914 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40806 x=644 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40807 x=736 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40808 x=2090 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40809 x=782 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40810 x=828 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40812 x=966 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40813 x=1058 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40814 x=1081 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40815 x=1219 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40816 x=1288 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40817 x=1311 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40818 x=2354 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40819 x=1380 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40821 x=2706 y=1606 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40822 x=1449 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40823 x=1472 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40826 x=440 y=1628 width=21 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40829 x=1564 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40831 x=1430 y=1628 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40845 x=1748 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40847 x=1794 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40848 x=1909 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40849 x=1932 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40850 x=2070 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40852 x=2093 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40853 x=2277 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40854 x=2415 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40855 x=276 y=2058 width=22 height=20 xoffset=0 yoffset=8 xadvance=22 page=0 chnl=15 -char id=40857 x=2438 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40860 x=2507 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40861 x=2530 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40862 x=2622 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40863 x=2668 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40864 x=2737 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40865 x=2806 y=1056 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40866 x=0 y=1089 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40867 x=276 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40869 x=345 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40884 x=2523 y=2242 width=19 height=13 xoffset=1 yoffset=12 xadvance=22 page=0 chnl=15 -char id=40892 x=690 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40893 x=782 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40894 x=943 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40895 x=966 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40896 x=902 y=1650 width=21 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40897 x=1104 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40898 x=1219 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40900 x=1265 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40902 x=1288 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=40908 x=1311 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65281 x=2834 y=1050 width=4 height=17 xoffset=9 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65282 x=2829 y=2017 width=8 height=8 xoffset=7 yoffset=6 xadvance=22 page=0 chnl=15 -char id=65283 x=961 y=2245 width=16 height=17 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65284 x=49 y=0 width=14 height=22 xoffset=4 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65285 x=598 y=2245 width=20 height=17 xoffset=1 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65286 x=34 y=2256 width=15 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65287 x=2835 y=1804 width=4 height=8 xoffset=9 yoffset=6 xadvance=22 page=0 chnl=15 -char id=65288 x=2829 y=462 width=7 height=21 xoffset=15 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65289 x=2829 y=286 width=7 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65290 x=978 y=2245 width=16 height=17 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65291 x=759 y=2245 width=18 height=17 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65292 x=2829 y=1979 width=6 height=9 xoffset=2 yoffset=20 xadvance=22 page=0 chnl=15 -char id=65293 x=46 y=1502 width=18 height=2 xoffset=2 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65294 x=881 y=2263 width=5 height=4 xoffset=3 yoffset=22 xadvance=22 page=0 chnl=15 -char id=65295 x=1403 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65296 x=174 y=2246 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65297 x=1303 y=2245 width=13 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65298 x=1111 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65299 x=292 y=2245 width=13 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65300 x=1231 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65301 x=306 y=2245 width=13 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65302 x=348 y=2245 width=13 height=18 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65303 x=1275 y=2245 width=13 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65304 x=234 y=2245 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65305 x=278 y=2245 width=13 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65306 x=2831 y=1457 width=4 height=15 xoffset=9 yoffset=10 xadvance=22 page=0 chnl=15 -char id=65307 x=2833 y=759 width=6 height=18 xoffset=8 yoffset=10 xadvance=22 page=0 chnl=15 -char id=65308 x=740 y=2245 width=18 height=17 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65309 x=836 y=2263 width=18 height=7 xoffset=2 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65310 x=835 y=2245 width=18 height=17 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65311 x=1344 y=2245 width=12 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65312 x=1029 y=1804 width=20 height=21 xoffset=1 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65313 x=1046 y=2245 width=16 height=17 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65314 x=1156 y=2245 width=14 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65315 x=249 y=2245 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65316 x=1080 y=2245 width=15 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65317 x=1261 y=2245 width=13 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65318 x=1331 y=2245 width=12 height=17 xoffset=6 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65319 x=2823 y=2223 width=16 height=18 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65320 x=1171 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65321 x=1370 y=2245 width=12 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65322 x=497 y=2245 width=11 height=18 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65323 x=1186 y=2245 width=14 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65324 x=1357 y=2245 width=12 height=17 xoffset=6 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65325 x=1029 y=2245 width=16 height=17 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65326 x=1246 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65327 x=2616 y=2223 width=18 height=18 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65328 x=1317 y=2245 width=13 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65329 x=1505 y=1826 width=18 height=21 xoffset=2 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65330 x=1096 y=2245 width=14 height=17 xoffset=5 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65331 x=129 y=2256 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65332 x=944 y=2245 width=16 height=17 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65333 x=114 y=2256 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65334 x=995 y=2245 width=16 height=17 xoffset=3 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65335 x=509 y=2245 width=22 height=17 xoffset=0 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65336 x=1201 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65337 x=1141 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65338 x=1126 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65339 x=2829 y=484 width=7 height=21 xoffset=15 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65340 x=1495 y=1078 width=22 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65341 x=2829 y=330 width=7 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65342 x=2829 y=2040 width=8 height=4 xoffset=7 yoffset=5 xadvance=22 page=0 chnl=15 -char id=65343 x=956 y=2263 width=24 height=2 xoffset=-1 yoffset=27 xadvance=22 page=0 chnl=15 -char id=65344 x=868 y=2263 width=6 height=4 xoffset=7 yoffset=5 xadvance=22 page=0 chnl=15 -char id=65345 x=2374 y=2243 width=12 height=14 xoffset=5 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65346 x=1362 y=2225 width=13 height=19 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65347 x=2346 y=2243 width=13 height=14 xoffset=5 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65348 x=1348 y=2225 width=13 height=19 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65349 x=2331 y=2243 width=14 height=14 xoffset=4 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65350 x=264 y=2245 width=13 height=18 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65351 x=2824 y=2183 width=14 height=19 xoffset=4 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65352 x=388 y=2245 width=12 height=18 xoffset=5 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65353 x=2829 y=1050 width=4 height=18 xoffset=9 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65354 x=34 y=0 width=11 height=24 xoffset=4 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65355 x=375 y=2245 width=12 height=18 xoffset=6 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65356 x=2829 y=820 width=9 height=19 xoffset=9 yoffset=8 xadvance=22 page=0 chnl=15 -char id=65357 x=2481 y=2242 width=20 height=13 xoffset=1 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65358 x=2608 y=2242 width=12 height=13 xoffset=5 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65359 x=2316 y=2243 width=14 height=14 xoffset=4 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65360 x=334 y=2245 width=13 height=18 xoffset=5 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65361 x=320 y=2245 width=13 height=18 xoffset=4 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65362 x=2634 y=2242 width=12 height=13 xoffset=6 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65363 x=2387 y=2243 width=12 height=14 xoffset=5 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65364 x=1289 y=2245 width=13 height=17 xoffset=5 yoffset=10 xadvance=22 page=0 chnl=15 -char id=65365 x=2621 y=2242 width=12 height=13 xoffset=5 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65366 x=2759 y=2242 width=14 height=12 xoffset=4 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65367 x=2659 y=2242 width=20 height=12 xoffset=1 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65368 x=2817 y=2242 width=12 height=12 xoffset=5 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65369 x=219 y=2245 width=14 height=18 xoffset=4 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65370 x=2804 y=2242 width=12 height=12 xoffset=5 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65371 x=2829 y=352 width=7 height=21 xoffset=15 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65372 x=46 y=0 width=2 height=23 xoffset=10 yoffset=6 xadvance=22 page=0 chnl=15 -char id=65373 x=2829 y=396 width=7 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65374 x=748 y=2263 width=22 height=7 xoffset=0 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65375 x=2829 y=44 width=10 height=21 xoffset=12 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65376 x=2829 y=66 width=10 height=21 xoffset=0 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65377 x=2829 y=1999 width=8 height=8 xoffset=0 yoffset=20 xadvance=11 page=0 chnl=15 -char id=65378 x=2829 y=1377 width=8 height=15 xoffset=3 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65379 x=2829 y=1409 width=8 height=15 xoffset=0 yoffset=13 xadvance=11 page=0 chnl=15 -char id=65380 x=84 y=1850 width=7 height=6 xoffset=0 yoffset=21 xadvance=11 page=0 chnl=15 -char id=65381 x=855 y=2263 width=5 height=5 xoffset=3 yoffset=15 xadvance=11 page=0 chnl=15 -char id=65382 x=2829 y=1141 width=9 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65383 x=2829 y=1891 width=9 height=13 xoffset=1 yoffset=14 xadvance=11 page=0 chnl=15 -char id=65384 x=2829 y=1393 width=8 height=15 xoffset=1 yoffset=13 xadvance=11 page=0 chnl=15 -char id=65385 x=2829 y=1313 width=9 height=15 xoffset=1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=65386 x=2829 y=1905 width=9 height=11 xoffset=1 yoffset=15 xadvance=11 page=0 chnl=15 -char id=65387 x=2829 y=1297 width=9 height=15 xoffset=1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=65388 x=2829 y=1847 width=9 height=14 xoffset=1 yoffset=13 xadvance=11 page=0 chnl=15 -char id=65389 x=2829 y=1917 width=9 height=11 xoffset=1 yoffset=15 xadvance=11 page=0 chnl=15 -char id=65390 x=2831 y=1473 width=7 height=13 xoffset=2 yoffset=14 xadvance=11 page=0 chnl=15 -char id=65391 x=2829 y=1862 width=9 height=14 xoffset=1 yoffset=14 xadvance=11 page=0 chnl=15 -char id=65392 x=92 y=2087 width=11 height=2 xoffset=0 yoffset=17 xadvance=11 page=0 chnl=15 -char id=65393 x=2829 y=1123 width=10 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65394 x=2829 y=898 width=10 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65395 x=2829 y=780 width=10 height=19 xoffset=1 yoffset=8 xadvance=11 page=0 chnl=15 -char id=65396 x=2400 y=2243 width=11 height=14 xoffset=0 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65397 x=2829 y=879 width=10 height=18 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65398 x=2829 y=860 width=10 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65399 x=2829 y=917 width=10 height=18 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65400 x=2829 y=840 width=9 height=19 xoffset=1 yoffset=8 xadvance=11 page=0 chnl=15 -char id=65401 x=473 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65402 x=2829 y=1361 width=9 height=15 xoffset=1 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65403 x=449 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65404 x=401 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65405 x=2829 y=1069 width=10 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65406 x=413 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65407 x=2829 y=1087 width=10 height=17 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65408 x=2829 y=570 width=10 height=20 xoffset=0 yoffset=8 xadvance=11 page=0 chnl=15 -char id=65409 x=437 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65410 x=1395 y=2245 width=11 height=17 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65411 x=1383 y=2245 width=11 height=17 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65412 x=2829 y=993 width=8 height=18 xoffset=2 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65413 x=485 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65414 x=2412 y=2243 width=11 height=14 xoffset=0 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65415 x=2829 y=1177 width=9 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65416 x=1402 y=2225 width=11 height=19 xoffset=0 yoffset=8 xadvance=11 page=0 chnl=15 -char id=65417 x=2829 y=1213 width=9 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65418 x=2153 y=2244 width=11 height=15 xoffset=0 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65419 x=2829 y=955 width=9 height=18 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65420 x=2829 y=1248 width=9 height=16 xoffset=1 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65421 x=2647 y=2242 width=11 height=13 xoffset=0 yoffset=12 xadvance=11 page=0 chnl=15 -char id=65422 x=461 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65423 x=2003 y=2244 width=11 height=16 xoffset=0 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65424 x=2829 y=974 width=9 height=18 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65425 x=1431 y=2245 width=11 height=17 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65426 x=2829 y=936 width=10 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65427 x=1407 y=2245 width=11 height=17 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65428 x=425 y=2245 width=11 height=18 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65429 x=2424 y=2243 width=11 height=14 xoffset=0 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65430 x=2829 y=1329 width=9 height=15 xoffset=1 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65431 x=2829 y=1159 width=9 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65432 x=2829 y=1031 width=8 height=18 xoffset=1 yoffset=9 xadvance=11 page=0 chnl=15 -char id=65433 x=1419 y=2245 width=11 height=17 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65434 x=2829 y=1105 width=10 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65435 x=2829 y=1345 width=9 height=15 xoffset=1 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65436 x=2829 y=1195 width=9 height=17 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65437 x=2829 y=1231 width=10 height=16 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65438 x=110 y=2165 width=6 height=6 xoffset=0 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65439 x=2831 y=1487 width=6 height=6 xoffset=0 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65441 x=373 y=2264 width=14 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65442 x=155 y=2275 width=17 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65443 x=191 y=2264 width=17 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65444 x=403 y=2264 width=14 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65445 x=2680 y=2242 width=15 height=12 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65446 x=2696 y=2242 width=15 height=12 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65447 x=418 y=2264 width=14 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65448 x=294 y=2264 width=15 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65449 x=2744 y=2242 width=14 height=12 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65450 x=277 y=2264 width=16 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65451 x=226 y=2264 width=16 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65452 x=260 y=2264 width=16 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65453 x=119 y=2275 width=17 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65454 x=243 y=2264 width=16 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65455 x=137 y=2275 width=17 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65456 x=2712 y=2242 width=15 height=12 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65457 x=433 y=2264 width=14 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65458 x=448 y=2264 width=14 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65459 x=342 y=2264 width=15 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65460 x=209 y=2264 width=16 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65461 x=310 y=2264 width=15 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65462 x=101 y=2275 width=17 height=11 xoffset=2 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65463 x=2789 y=2242 width=14 height=12 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65464 x=326 y=2264 width=15 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65465 x=82 y=2275 width=18 height=11 xoffset=1 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65466 x=2593 y=2242 width=14 height=13 xoffset=3 yoffset=11 xadvance=20 page=0 chnl=15 -char id=65467 x=2774 y=2242 width=14 height=12 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65468 x=358 y=2264 width=14 height=11 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65469 x=2728 y=2242 width=15 height=12 xoffset=3 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65470 x=2577 y=2242 width=15 height=13 xoffset=3 yoffset=11 xadvance=20 page=0 chnl=15 -char id=65474 x=2829 y=633 width=8 height=20 xoffset=8 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65475 x=2829 y=654 width=8 height=20 xoffset=6 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65476 x=2829 y=675 width=8 height=20 xoffset=7 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65477 x=2829 y=696 width=8 height=20 xoffset=6 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65478 x=2829 y=717 width=8 height=20 xoffset=6 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65479 x=2444 y=2183 width=11 height=20 xoffset=4 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65482 x=2829 y=738 width=8 height=20 xoffset=6 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65483 x=2420 y=2183 width=11 height=20 xoffset=4 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65484 x=499 y=2264 width=20 height=10 xoffset=0 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65485 x=1585 y=2184 width=19 height=20 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65486 x=2074 y=2184 width=18 height=20 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65487 x=2224 y=2184 width=16 height=20 xoffset=2 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65490 x=42 y=2275 width=19 height=11 xoffset=1 yoffset=12 xadvance=20 page=0 chnl=15 -char id=65491 x=62 y=2275 width=19 height=11 xoffset=1 yoffset=14 xadvance=20 page=0 chnl=15 -char id=65492 x=1941 y=2184 width=18 height=20 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65493 x=1922 y=2184 width=18 height=20 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65494 x=1884 y=2184 width=18 height=20 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65495 x=21 y=2275 width=20 height=11 xoffset=0 yoffset=14 xadvance=20 page=0 chnl=15 -char id=65498 x=910 y=2263 width=20 height=3 xoffset=0 yoffset=16 xadvance=20 page=0 chnl=15 -char id=65499 x=2188 y=2184 width=17 height=20 xoffset=1 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65500 x=2829 y=759 width=3 height=20 xoffset=9 yoffset=8 xadvance=20 page=0 chnl=15 -char id=65504 x=189 y=2245 width=14 height=18 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65505 x=1216 y=2245 width=14 height=17 xoffset=4 yoffset=9 xadvance=22 page=0 chnl=15 -char id=65506 x=681 y=2263 width=18 height=8 xoffset=2 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65507 x=931 y=2263 width=24 height=2 xoffset=-1 yoffset=6 xadvance=22 page=0 chnl=15 -char id=65508 x=2837 y=286 width=2 height=21 xoffset=10 yoffset=7 xadvance=22 page=0 chnl=15 -char id=65509 x=1961 y=2244 width=14 height=16 xoffset=4 yoffset=10 xadvance=22 page=0 chnl=15 -char id=65510 x=1556 y=2244 width=20 height=16 xoffset=1 yoffset=10 xadvance=22 page=0 chnl=15 -char id=65512 x=30 y=0 width=3 height=25 xoffset=4 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65513 x=475 y=2264 width=11 height=11 xoffset=0 yoffset=12 xadvance=11 page=0 chnl=15 -char id=65514 x=2829 y=198 width=9 height=21 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65515 x=463 y=2264 width=11 height=11 xoffset=0 yoffset=12 xadvance=11 page=0 chnl=15 -char id=65516 x=2829 y=132 width=9 height=21 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65517 x=2829 y=1929 width=9 height=9 xoffset=1 yoffset=13 xadvance=11 page=0 chnl=15 -char id=65518 x=2829 y=1939 width=9 height=9 xoffset=1 yoffset=13 xadvance=11 page=0 chnl=15 -kernings count=516 -kerning first=12356 second=12390 amount=-1 -kerning first=12356 second=12391 amount=-1 -kerning first=12358 second=12290 amount=-1 -kerning first=12358 second=65292 amount=-2 -kerning first=12358 second=65294 amount=-2 -kerning first=12360 second=12365 amount=-1 -kerning first=12360 second=12366 amount=-1 -kerning first=12360 second=12367 amount=-1 -kerning first=12360 second=12368 amount=-1 -kerning first=12360 second=12388 amount=-1 -kerning first=12360 second=12389 amount=-1 -kerning first=12360 second=12390 amount=-1 -kerning first=12360 second=12391 amount=-1 -kerning first=12360 second=12408 amount=-2 -kerning first=12360 second=12409 amount=-2 -kerning first=12360 second=12410 amount=-2 -kerning first=12360 second=12427 amount=-1 -kerning first=12360 second=12469 amount=-1 -kerning first=12363 second=12399 amount=-1 -kerning first=12363 second=12424 amount=-1 -kerning first=12363 second=65292 amount=-1 -kerning first=12363 second=65294 amount=-1 -kerning first=12364 second=12424 amount=-1 -kerning first=12364 second=65292 amount=-1 -kerning first=12364 second=65294 amount=-1 -kerning first=12365 second=12289 amount=-2 -kerning first=12365 second=12290 amount=-1 -kerning first=12365 second=12355 amount=-1 -kerning first=12365 second=12357 amount=-1 -kerning first=12365 second=12359 amount=-1 -kerning first=12365 second=12361 amount=-1 -kerning first=12365 second=12387 amount=-1 -kerning first=12365 second=65292 amount=-1 -kerning first=12365 second=65294 amount=-1 -kerning first=12366 second=12289 amount=-1 -kerning first=12366 second=12290 amount=-1 -kerning first=12366 second=12357 amount=-1 -kerning first=12366 second=12361 amount=-1 -kerning first=12366 second=12387 amount=-1 -kerning first=12366 second=12421 amount=-1 -kerning first=12366 second=12423 amount=-1 -kerning first=12366 second=65292 amount=-1 -kerning first=12366 second=65294 amount=-1 -kerning first=12367 second=12390 amount=-1 -kerning first=12367 second=12391 amount=-1 -kerning first=12367 second=12415 amount=1 -kerning first=12367 second=65292 amount=-1 -kerning first=12368 second=12289 amount=-1 -kerning first=12368 second=12415 amount=1 -kerning first=12368 second=65292 amount=-1 -kerning first=12368 second=65294 amount=-1 -kerning first=12369 second=12289 amount=-1 -kerning first=12369 second=12290 amount=-1 -kerning first=12369 second=65292 amount=-1 -kerning first=12369 second=65294 amount=-1 -kerning first=12370 second=12289 amount=-2 -kerning first=12370 second=12290 amount=-1 -kerning first=12370 second=65292 amount=-2 -kerning first=12370 second=65294 amount=-1 -kerning first=12371 second=12387 amount=-2 -kerning first=12371 second=65292 amount=-1 -kerning first=12371 second=65294 amount=-1 -kerning first=12374 second=12424 amount=-1 -kerning first=12375 second=12388 amount=-1 -kerning first=12375 second=12389 amount=-1 -kerning first=12375 second=12390 amount=-1 -kerning first=12375 second=12391 amount=-1 -kerning first=12377 second=12289 amount=-2 -kerning first=12377 second=12290 amount=-2 -kerning first=12377 second=12357 amount=-1 -kerning first=12377 second=12359 amount=-1 -kerning first=12377 second=12387 amount=-1 -kerning first=12377 second=12408 amount=-2 -kerning first=12377 second=12409 amount=-2 -kerning first=12377 second=12410 amount=-2 -kerning first=12377 second=12463 amount=-1 -kerning first=12377 second=12494 amount=-1 -kerning first=12377 second=12504 amount=-2 -kerning first=12377 second=12505 amount=-2 -kerning first=12377 second=12506 amount=-2 -kerning first=12377 second=65292 amount=-1 -kerning first=12377 second=65294 amount=-1 -kerning first=12378 second=12289 amount=-2 -kerning first=12378 second=12290 amount=-2 -kerning first=12378 second=12408 amount=-1 -kerning first=12378 second=12409 amount=-1 -kerning first=12378 second=12410 amount=-1 -kerning first=12378 second=12494 amount=-2 -kerning first=12378 second=12504 amount=-2 -kerning first=12378 second=12505 amount=-2 -kerning first=12378 second=12506 amount=-2 -kerning first=12378 second=65292 amount=-1 -kerning first=12378 second=65294 amount=-1 -kerning first=12380 second=12390 amount=1 -kerning first=12380 second=12391 amount=1 -kerning first=12380 second=12408 amount=-1 -kerning first=12380 second=12409 amount=-1 -kerning first=12380 second=12410 amount=-1 -kerning first=12381 second=65292 amount=-1 -kerning first=12382 second=65292 amount=-1 -kerning first=12383 second=12414 amount=-1 -kerning first=12383 second=12429 amount=-1 -kerning first=12384 second=12289 amount=-1 -kerning first=12384 second=12290 amount=-1 -kerning first=12384 second=12429 amount=-1 -kerning first=12384 second=65292 amount=-1 -kerning first=12384 second=65294 amount=-1 -kerning first=12386 second=65292 amount=-1 -kerning first=12386 second=65294 amount=-1 -kerning first=12387 second=12390 amount=-1 -kerning first=12387 second=12398 amount=1 -kerning first=12388 second=12289 amount=-1 -kerning first=12388 second=12290 amount=-1 -kerning first=12388 second=65292 amount=-1 -kerning first=12388 second=65294 amount=-1 -kerning first=12389 second=12289 amount=-1 -kerning first=12389 second=12290 amount=-1 -kerning first=12389 second=65292 amount=-1 -kerning first=12389 second=65294 amount=-1 -kerning first=12390 second=12289 amount=-1 -kerning first=12390 second=12290 amount=-1 -kerning first=12390 second=12354 amount=-1 -kerning first=12390 second=12362 amount=-1 -kerning first=12390 second=12365 amount=-1 -kerning first=12390 second=12366 amount=-1 -kerning first=12390 second=12367 amount=-1 -kerning first=12390 second=12368 amount=-1 -kerning first=12390 second=12381 amount=-1 -kerning first=12390 second=12382 amount=-1 -kerning first=12390 second=12387 amount=-1 -kerning first=12390 second=12414 amount=-1 -kerning first=12390 second=12418 amount=-1 -kerning first=12390 second=65292 amount=-2 -kerning first=12390 second=65294 amount=-1 -kerning first=12391 second=12289 amount=-1 -kerning first=12391 second=12290 amount=-1 -kerning first=12391 second=65292 amount=-1 -kerning first=12391 second=65294 amount=-1 -kerning first=12392 second=12289 amount=-1 -kerning first=12392 second=12367 amount=-1 -kerning first=12392 second=12377 amount=-1 -kerning first=12392 second=12378 amount=-1 -kerning first=12392 second=12381 amount=-1 -kerning first=12392 second=12382 amount=-1 -kerning first=12392 second=12387 amount=-1 -kerning first=12392 second=12388 amount=-1 -kerning first=12392 second=12389 amount=-1 -kerning first=12392 second=12390 amount=-1 -kerning first=12392 second=12391 amount=-1 -kerning first=12392 second=12394 amount=-1 -kerning first=12392 second=12408 amount=-1 -kerning first=12392 second=12409 amount=-1 -kerning first=12392 second=12410 amount=-1 -kerning first=12392 second=65292 amount=-1 -kerning first=12392 second=65294 amount=-1 -kerning first=12393 second=12289 amount=-1 -kerning first=12393 second=12290 amount=-1 -kerning first=12393 second=12365 amount=-1 -kerning first=12393 second=12366 amount=-1 -kerning first=12393 second=12367 amount=-1 -kerning first=12393 second=12368 amount=-1 -kerning first=12393 second=12371 amount=-1 -kerning first=12393 second=12372 amount=-1 -kerning first=12393 second=12373 amount=-1 -kerning first=12393 second=12374 amount=-1 -kerning first=12393 second=12381 amount=-1 -kerning first=12393 second=12382 amount=-1 -kerning first=12393 second=12388 amount=-1 -kerning first=12393 second=12389 amount=-1 -kerning first=12393 second=12408 amount=-1 -kerning first=12393 second=12409 amount=-1 -kerning first=12393 second=12410 amount=-1 -kerning first=12393 second=12415 amount=-1 -kerning first=12393 second=65292 amount=-1 -kerning first=12393 second=65294 amount=-1 -kerning first=12395 second=12289 amount=-1 -kerning first=12395 second=65292 amount=-1 -kerning first=12395 second=65294 amount=-1 -kerning first=12396 second=12385 amount=-1 -kerning first=12397 second=65292 amount=-1 -kerning first=12398 second=12365 amount=-1 -kerning first=12398 second=65292 amount=-1 -kerning first=12398 second=65294 amount=-1 -kerning first=12402 second=12392 amount=-1 -kerning first=12402 second=12393 amount=-1 -kerning first=12402 second=65292 amount=-1 -kerning first=12402 second=65294 amount=-1 -kerning first=12403 second=65294 amount=-1 -kerning first=12404 second=65292 amount=-2 -kerning first=12404 second=65294 amount=-1 -kerning first=12405 second=12385 amount=-1 -kerning first=12405 second=12386 amount=-1 -kerning first=12406 second=65292 amount=-1 -kerning first=12407 second=65292 amount=-1 -kerning first=12408 second=12390 amount=-2 -kerning first=12408 second=12391 amount=-2 -kerning first=12408 second=12392 amount=-1 -kerning first=12408 second=12393 amount=-1 -kerning first=12408 second=65292 amount=-1 -kerning first=12409 second=12390 amount=-1 -kerning first=12409 second=12391 amount=-1 -kerning first=12409 second=12393 amount=-1 -kerning first=12409 second=65292 amount=-1 -kerning first=12410 second=12390 amount=-1 -kerning first=12410 second=12391 amount=-1 -kerning first=12410 second=12392 amount=-1 -kerning first=12410 second=12393 amount=-1 -kerning first=12410 second=65292 amount=-1 -kerning first=12414 second=12289 amount=-1 -kerning first=12414 second=12290 amount=-1 -kerning first=12414 second=12379 amount=-1 -kerning first=12414 second=12380 amount=-1 -kerning first=12414 second=12387 amount=-1 -kerning first=12414 second=65292 amount=-1 -kerning first=12414 second=65294 amount=-1 -kerning first=12415 second=65292 amount=-1 -kerning first=12415 second=65294 amount=-1 -kerning first=12417 second=65292 amount=-1 -kerning first=12417 second=65294 amount=-1 -kerning first=12418 second=12289 amount=-1 -kerning first=12418 second=12358 amount=-1 -kerning first=12418 second=12388 amount=-1 -kerning first=12418 second=12390 amount=-1 -kerning first=12418 second=12391 amount=-1 -kerning first=12418 second=65292 amount=-1 -kerning first=12418 second=65294 amount=-1 -kerning first=12419 second=65292 amount=-1 -kerning first=12420 second=12289 amount=-1 -kerning first=12420 second=65292 amount=-1 -kerning first=12420 second=65294 amount=-1 -kerning first=12422 second=12290 amount=-1 -kerning first=12422 second=12406 amount=-1 -kerning first=12422 second=12407 amount=-1 -kerning first=12422 second=65292 amount=-1 -kerning first=12422 second=65294 amount=-1 -kerning first=12424 second=12357 amount=-1 -kerning first=12424 second=12387 amount=-1 -kerning first=12424 second=12427 amount=-1 -kerning first=12425 second=12390 amount=-1 -kerning first=12425 second=12391 amount=-1 -kerning first=12425 second=65292 amount=-1 -kerning first=12426 second=12289 amount=-1 -kerning first=12426 second=65292 amount=-2 -kerning first=12426 second=65294 amount=-1 -kerning first=12427 second=12388 amount=-1 -kerning first=12427 second=12389 amount=-1 -kerning first=12427 second=12510 amount=-1 -kerning first=12428 second=12390 amount=-1 -kerning first=12428 second=12391 amount=-1 -kerning first=12430 second=65292 amount=-1 -kerning first=12431 second=12428 amount=-1 -kerning first=12435 second=12390 amount=-1 -kerning first=12435 second=12391 amount=-1 -kerning first=12435 second=12393 amount=-1 -kerning first=12449 second=12289 amount=-1 -kerning first=12449 second=12290 amount=-1 -kerning first=12449 second=65292 amount=-1 -kerning first=12449 second=65294 amount=-1 -kerning first=12450 second=12289 amount=-2 -kerning first=12450 second=12290 amount=-2 -kerning first=12450 second=12393 amount=-1 -kerning first=12450 second=12405 amount=-1 -kerning first=12450 second=12452 amount=-1 -kerning first=12450 second=12463 amount=-1 -kerning first=12450 second=12464 amount=-1 -kerning first=12450 second=12471 amount=-1 -kerning first=12450 second=12472 amount=-1 -kerning first=12450 second=12494 amount=-2 -kerning first=12450 second=12495 amount=-1 -kerning first=12450 second=12496 amount=-1 -kerning first=12450 second=12512 amount=-2 -kerning first=12450 second=12513 amount=-1 -kerning first=12450 second=12531 amount=-1 -kerning first=12450 second=12540 amount=-1 -kerning first=12450 second=65292 amount=-2 -kerning first=12450 second=65294 amount=-2 -kerning first=12452 second=12473 amount=-1 -kerning first=12452 second=12474 amount=-1 -kerning first=12452 second=12479 amount=-1 -kerning first=12452 second=12480 amount=-1 -kerning first=12452 second=12516 amount=-1 -kerning first=12454 second=12289 amount=-1 -kerning first=12457 second=12289 amount=-1 -kerning first=12457 second=12290 amount=-1 -kerning first=12457 second=65292 amount=-1 -kerning first=12457 second=65294 amount=-1 -kerning first=12458 second=12289 amount=-1 -kerning first=12458 second=12290 amount=-1 -kerning first=12458 second=12512 amount=-1 -kerning first=12458 second=65292 amount=-1 -kerning first=12458 second=65294 amount=-1 -kerning first=12459 second=65292 amount=-1 -kerning first=12460 second=65292 amount=-1 -kerning first=12461 second=12289 amount=-1 -kerning first=12461 second=12290 amount=-1 -kerning first=12461 second=12473 amount=-1 -kerning first=12461 second=12494 amount=-2 -kerning first=12461 second=12531 amount=-1 -kerning first=12461 second=65292 amount=-1 -kerning first=12461 second=65294 amount=-1 -kerning first=12462 second=12289 amount=-1 -kerning first=12462 second=12290 amount=-1 -kerning first=12462 second=12494 amount=-1 -kerning first=12462 second=65292 amount=-2 -kerning first=12462 second=65294 amount=-1 -kerning first=12463 second=12289 amount=-2 -kerning first=12463 second=12290 amount=-2 -kerning first=12463 second=12463 amount=-1 -kerning first=12463 second=12464 amount=-1 -kerning first=12463 second=12473 amount=-1 -kerning first=12463 second=12479 amount=-1 -kerning first=12463 second=12480 amount=-1 -kerning first=12463 second=12494 amount=-1 -kerning first=12463 second=12495 amount=-1 -kerning first=12463 second=12496 amount=-1 -kerning first=12463 second=12497 amount=-1 -kerning first=12463 second=12512 amount=-2 -kerning first=12463 second=12513 amount=-1 -kerning first=12463 second=12523 amount=-1 -kerning first=12463 second=65292 amount=-2 -kerning first=12463 second=65294 amount=-1 -kerning first=12464 second=12289 amount=-2 -kerning first=12464 second=12290 amount=-2 -kerning first=12464 second=65292 amount=-2 -kerning first=12464 second=65294 amount=-1 -kerning first=12465 second=12289 amount=-2 -kerning first=12465 second=12290 amount=-2 -kerning first=12465 second=12494 amount=-1 -kerning first=12465 second=12495 amount=-1 -kerning first=12465 second=12496 amount=-1 -kerning first=12465 second=12497 amount=-1 -kerning first=12465 second=12504 amount=-1 -kerning first=12465 second=12505 amount=-1 -kerning first=12465 second=12506 amount=-1 -kerning first=12465 second=12511 amount=-1 -kerning first=12465 second=12512 amount=-2 -kerning first=12465 second=12513 amount=-1 -kerning first=12465 second=12531 amount=-1 -kerning first=12465 second=65292 amount=-2 -kerning first=12465 second=65294 amount=-1 -kerning first=12466 second=12289 amount=-2 -kerning first=12466 second=12290 amount=-2 -kerning first=12466 second=12451 amount=-1 -kerning first=12466 second=12494 amount=-1 -kerning first=12466 second=12512 amount=-1 -kerning first=12466 second=12513 amount=-1 -kerning first=12466 second=65292 amount=-2 -kerning first=12466 second=65294 amount=-1 -kerning first=12467 second=12454 amount=-1 -kerning first=12469 second=12289 amount=-2 -kerning first=12469 second=12290 amount=-2 -kerning first=12469 second=12495 amount=-1 -kerning first=12469 second=12496 amount=-1 -kerning first=12469 second=12497 amount=-1 -kerning first=12469 second=65292 amount=-2 -kerning first=12469 second=65294 amount=-1 -kerning first=12470 second=12289 amount=-2 -kerning first=12470 second=12290 amount=-2 -kerning first=12470 second=65292 amount=-1 -kerning first=12470 second=65294 amount=-1 -kerning first=12471 second=12495 amount=-1 -kerning first=12471 second=12496 amount=-1 -kerning first=12471 second=12497 amount=-1 -kerning first=12471 second=65292 amount=-1 -kerning first=12472 second=12289 amount=-1 -kerning first=12472 second=12290 amount=-1 -kerning first=12472 second=12495 amount=-1 -kerning first=12472 second=12496 amount=-1 -kerning first=12472 second=12497 amount=-1 -kerning first=12472 second=12515 amount=-1 -kerning first=12472 second=12517 amount=-2 -kerning first=12472 second=65292 amount=-1 -kerning first=12473 second=12504 amount=-2 -kerning first=12473 second=12505 amount=-2 -kerning first=12473 second=12506 amount=-2 -kerning first=12473 second=12510 amount=-1 -kerning first=12476 second=12494 amount=-1 -kerning first=12477 second=12289 amount=-1 -kerning first=12477 second=12290 amount=-1 -kerning first=12477 second=12494 amount=-1 -kerning first=12477 second=65292 amount=-2 -kerning first=12477 second=65294 amount=-1 -kerning first=12478 second=12289 amount=-1 -kerning first=12478 second=12290 amount=-1 -kerning first=12478 second=12494 amount=-1 -kerning first=12478 second=65292 amount=-2 -kerning first=12478 second=65294 amount=-1 -kerning first=12479 second=12289 amount=-1 -kerning first=12479 second=12290 amount=-1 -kerning first=12479 second=12494 amount=-1 -kerning first=12479 second=12513 amount=-1 -kerning first=12479 second=65292 amount=-1 -kerning first=12479 second=65294 amount=-1 -kerning first=12480 second=12289 amount=-1 -kerning first=12480 second=12290 amount=-1 -kerning first=12480 second=12494 amount=-1 -kerning first=12480 second=12513 amount=-1 -kerning first=12480 second=65292 amount=-1 -kerning first=12481 second=12289 amount=-1 -kerning first=12481 second=12290 amount=-1 -kerning first=12481 second=12494 amount=-1 -kerning first=12481 second=65292 amount=-1 -kerning first=12481 second=65294 amount=-1 -kerning first=12482 second=12289 amount=-1 -kerning first=12482 second=12290 amount=-1 -kerning first=12482 second=12494 amount=-1 -kerning first=12482 second=65292 amount=-2 -kerning first=12483 second=65292 amount=-1 -kerning first=12484 second=12289 amount=-2 -kerning first=12484 second=12290 amount=-1 -kerning first=12484 second=65292 amount=-1 -kerning first=12485 second=12289 amount=-1 -kerning first=12485 second=12290 amount=-1 -kerning first=12485 second=12494 amount=-1 -kerning first=12485 second=65292 amount=-1 -kerning first=12486 second=12289 amount=-1 -kerning first=12486 second=12290 amount=-1 -kerning first=12486 second=12451 amount=-1 -kerning first=12486 second=12494 amount=-1 -kerning first=12486 second=12512 amount=-1 -kerning first=12486 second=65292 amount=-1 -kerning first=12487 second=12289 amount=-1 -kerning first=12487 second=12290 amount=-1 -kerning first=12487 second=12451 amount=-2 -kerning first=12487 second=65292 amount=-1 -kerning first=12487 second=65294 amount=-1 -kerning first=12488 second=65292 amount=-1 -kerning first=12489 second=12289 amount=-1 -kerning first=12490 second=12289 amount=-1 -kerning first=12490 second=12290 amount=-1 -kerning first=12490 second=12494 amount=-1 -kerning first=12490 second=12512 amount=-1 -kerning first=12490 second=65292 amount=-2 -kerning first=12490 second=65294 amount=-2 -kerning first=12494 second=12451 amount=-1 -kerning first=12494 second=12457 amount=-1 -kerning first=12495 second=12488 amount=1 -kerning first=12496 second=12488 amount=1 -kerning first=12496 second=12489 amount=1 -kerning first=12496 second=12531 amount=1 -kerning first=12497 second=12488 amount=1 -kerning first=12497 second=12489 amount=1 -kerning first=12497 second=12531 amount=1 -kerning first=12501 second=12289 amount=-1 -kerning first=12501 second=12290 amount=-1 -kerning first=12501 second=12512 amount=-1 -kerning first=12502 second=12289 amount=-1 -kerning first=12502 second=12290 amount=-1 -kerning first=12502 second=12451 amount=-1 -kerning first=12502 second=65292 amount=-1 -kerning first=12503 second=12289 amount=-1 -kerning first=12503 second=12290 amount=-1 -kerning first=12503 second=12451 amount=-1 -kerning first=12503 second=65292 amount=-1 -kerning first=12510 second=12289 amount=-1 -kerning first=12510 second=12290 amount=-1 -kerning first=12510 second=12494 amount=-1 -kerning first=12510 second=65292 amount=-1 -kerning first=12510 second=65294 amount=-1 -kerning first=12512 second=12501 amount=-1 -kerning first=12512 second=12502 amount=-1 -kerning first=12512 second=12503 amount=-1 -kerning first=12512 second=12521 amount=-1 -kerning first=12513 second=65292 amount=-1 -kerning first=12516 second=12289 amount=-2 -kerning first=12516 second=12290 amount=-2 -kerning first=12516 second=12494 amount=-2 -kerning first=12516 second=12512 amount=-1 -kerning first=12516 second=65292 amount=-2 -kerning first=12516 second=65294 amount=-1 -kerning first=12521 second=12512 amount=-1 -kerning first=12521 second=12513 amount=-1 -kerning first=12521 second=65292 amount=-1 -kerning first=12522 second=12289 amount=-1 -kerning first=12522 second=12290 amount=-1 -kerning first=12522 second=65292 amount=-1 -kerning first=12522 second=65294 amount=-1 -kerning first=12523 second=12459 amount=-1 -kerning first=12523 second=12460 amount=-1 -kerning first=12527 second=12289 amount=-1 -kerning first=12527 second=12290 amount=-1 -kerning first=12527 second=12451 amount=-1 -kerning first=12527 second=12494 amount=-1 -kerning first=12527 second=65292 amount=-1 -kerning first=12528 second=12494 amount=-1 -kerning first=12530 second=12289 amount=-2 -kerning first=12530 second=12290 amount=-1 -kerning first=12530 second=65292 amount=-1 -kerning first=12530 second=65294 amount=-1 -kerning first=12531 second=12289 amount=-1 -kerning first=12531 second=12290 amount=-1 -kerning first=12531 second=12494 amount=-1 -kerning first=12531 second=12501 amount=-1 -kerning first=12531 second=12502 amount=-1 -kerning first=12531 second=12503 amount=-1 -kerning first=12531 second=12513 amount=-1 -kerning first=12531 second=65292 amount=-1 -kerning first=12531 second=65294 amount=-1 -kerning first=12532 second=12289 amount=-1 -kerning first=12532 second=12290 amount=-1 -kerning first=12540 second=12390 amount=-1 -kerning first=12540 second=12391 amount=-1 -kerning first=12540 second=12405 amount=-1 -kerning first=12540 second=12406 amount=-1 -kerning first=12540 second=12407 amount=-1 -kerning first=12540 second=12450 amount=-1 -kerning first=12540 second=12451 amount=-1 -kerning first=12540 second=12473 amount=-1 -kerning first=12540 second=12474 amount=-1 -kerning first=12540 second=12494 amount=-1 -kerning first=12540 second=12501 amount=-1 -kerning first=12540 second=12502 amount=-1 -kerning first=12540 second=12503 amount=-1 -kerning first=12540 second=12512 amount=-1 -kerning first=12540 second=12513 amount=-1 -kerning first=12540 second=12531 amount=-1 diff --git a/resources/BitmapFonts/font_japanese-hd.png b/resources/BitmapFonts/font_japanese-hd.png deleted file mode 100644 index b1641c31..00000000 Binary files a/resources/BitmapFonts/font_japanese-hd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_japanese-uhd.fnt b/resources/BitmapFonts/font_japanese-uhd.fnt deleted file mode 100644 index ca405366..00000000 --- a/resources/BitmapFonts/font_japanese-uhd.fnt +++ /dev/null @@ -1,13990 +0,0 @@ -info face="Noto Sans JP" size=64 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=64 base=51 scaleW=4096 scaleH=5680 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_japanese-uhd.png" -chars count=13224 -char id=12288 x=53 y=51 width=3 height=1 xoffset=-1 yoffset=63 xadvance=44 page=0 chnl=15 -char id=12289 x=3971 y=5613 width=13 height=13 xoffset=2 yoffset=41 xadvance=44 page=0 chnl=15 -char id=12290 x=543 y=5390 width=15 height=14 xoffset=1 yoffset=40 xadvance=44 page=0 chnl=15 -char id=12291 x=2689 y=5616 width=26 height=23 xoffset=9 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12292 x=832 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12293 x=70 y=5608 width=34 height=36 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12294 x=3148 y=5505 width=33 height=38 xoffset=6 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12295 x=961 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12296 x=4074 y=3612 width=17 height=41 xoffset=25 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12297 x=4077 y=0 width=17 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12298 x=4074 y=3528 width=20 height=41 xoffset=23 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12299 x=4074 y=3486 width=20 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12300 x=1076 y=5620 width=15 height=30 xoffset=28 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12301 x=1278 y=5620 width=15 height=29 xoffset=1 yoffset=26 xadvance=44 page=0 chnl=15 -char id=12302 x=1058 y=5620 width=17 height=30 xoffset=26 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12303 x=1004 y=5620 width=17 height=30 xoffset=1 yoffset=25 xadvance=44 page=0 chnl=15 -char id=12304 x=905 y=0 width=14 height=42 xoffset=29 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12305 x=920 y=0 width=14 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12306 x=4017 y=5580 width=30 height=32 xoffset=7 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12307 x=3929 y=5543 width=36 height=36 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12308 x=185 y=0 width=12 height=43 xoffset=31 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12309 x=172 y=0 width=12 height=43 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12310 x=871 y=0 width=16 height=42 xoffset=27 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12311 x=888 y=0 width=16 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12312 x=110 y=0 width=16 height=43 xoffset=28 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12313 x=127 y=0 width=16 height=43 xoffset=0 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12314 x=963 y=0 width=13 height=42 xoffset=30 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12315 x=977 y=0 width=13 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12316 x=410 y=5110 width=42 height=13 xoffset=1 yoffset=28 xadvance=44 page=0 chnl=15 -char id=12317 x=559 y=5390 width=13 height=18 xoffset=29 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12318 x=490 y=5310 width=13 height=18 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12319 x=3687 y=5613 width=13 height=18 xoffset=2 yoffset=37 xadvance=44 page=0 chnl=15 -char id=12320 x=3625 y=5580 width=42 height=32 xoffset=1 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12321 x=4085 y=881 width=5 height=39 xoffset=19 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12322 x=506 y=5490 width=17 height=39 xoffset=14 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12323 x=393 y=5491 width=28 height=39 xoffset=9 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12324 x=920 y=5584 width=35 height=35 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12325 x=2393 y=5545 width=23 height=37 xoffset=10 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12326 x=3742 y=5613 width=40 height=15 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12327 x=1294 y=5620 width=39 height=28 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12328 x=3503 y=5543 width=39 height=36 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12329 x=2554 y=5506 width=37 height=38 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12330 x=4085 y=1162 width=10 height=8 xoffset=-45 yoffset=56 xadvance=0 page=0 chnl=15 -char id=12331 x=4085 y=1133 width=10 height=9 xoffset=-45 yoffset=4 xadvance=0 page=0 chnl=15 -char id=12332 x=4085 y=1143 width=10 height=9 xoffset=-9 yoffset=4 xadvance=0 page=0 chnl=15 -char id=12333 x=4085 y=1153 width=10 height=8 xoffset=-9 yoffset=56 xadvance=0 page=0 chnl=15 -char id=12334 x=4085 y=1188 width=7 height=7 xoffset=2 yoffset=31 xadvance=11 page=0 chnl=15 -char id=12335 x=4085 y=1076 width=7 height=16 xoffset=2 yoffset=26 xadvance=11 page=0 chnl=15 -char id=12336 x=3825 y=5613 width=46 height=13 xoffset=-1 yoffset=28 xadvance=44 page=0 chnl=15 -char id=12337 x=31 y=0 width=21 height=64 xoffset=8 yoffset=0 xadvance=44 page=0 chnl=15 -char id=12338 x=0 y=0 width=30 height=64 xoffset=8 yoffset=0 xadvance=44 page=0 chnl=15 -char id=12339 x=788 y=0 width=23 height=42 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12340 x=757 y=0 width=30 height=42 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12341 x=2657 y=4368 width=25 height=41 xoffset=8 yoffset=12 xadvance=44 page=0 chnl=15 -char id=12342 x=2380 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12343 x=4040 y=4409 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12344 x=830 y=5348 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12345 x=789 y=5348 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12346 x=697 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12347 x=4072 y=4326 width=23 height=41 xoffset=10 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12348 x=883 y=5584 width=36 height=35 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12349 x=344 y=5645 width=38 height=31 xoffset=3 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12350 x=172 y=4474 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12351 x=338 y=5608 width=24 height=36 xoffset=10 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12353 x=3953 y=5580 width=31 height=32 xoffset=7 yoffset=21 xadvance=44 page=0 chnl=15 -char id=12354 x=1636 y=5545 width=37 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12355 x=1406 y=5620 width=31 height=28 xoffset=7 yoffset=25 xadvance=44 page=0 chnl=15 -char id=12356 x=3745 y=5580 width=36 height=32 xoffset=5 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12357 x=776 y=5620 width=25 height=31 xoffset=10 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12358 x=2306 y=5545 width=29 height=37 xoffset=7 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12359 x=687 y=5622 width=30 height=31 xoffset=8 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12360 x=1824 y=5545 width=36 height=37 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12361 x=560 y=5644 width=32 height=31 xoffset=7 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12362 x=2010 y=5506 width=38 height=38 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12363 x=958 y=5546 width=40 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12364 x=2679 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12365 x=3182 y=5505 width=32 height=38 xoffset=6 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12366 x=3706 y=5065 width=37 height=40 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12367 x=4069 y=5346 width=24 height=39 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12368 x=4065 y=5266 width=30 height=39 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12369 x=2782 y=5506 width=37 height=38 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12370 x=707 y=5348 width=40 height=39 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12371 x=4048 y=5580 width=30 height=32 xoffset=7 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12372 x=3428 y=5426 width=37 height=39 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12373 x=2111 y=5545 width=33 height=37 xoffset=6 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12374 x=1284 y=4368 width=37 height=41 xoffset=6 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12375 x=3248 y=5505 width=30 height=38 xoffset=10 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12376 x=2275 y=5545 width=30 height=37 xoffset=9 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12377 x=1891 y=5506 width=39 height=38 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12378 x=984 y=5026 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12379 x=648 y=5586 width=40 height=35 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12380 x=3279 y=5505 width=43 height=37 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12381 x=3966 y=5543 width=35 height=36 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12382 x=3543 y=5543 width=38 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12383 x=1598 y=5545 width=37 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12384 x=712 y=5546 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12385 x=2042 y=5545 width=34 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12386 x=1148 y=5026 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12387 x=2304 y=5618 width=32 height=24 xoffset=6 yoffset=28 xadvance=44 page=0 chnl=15 -char id=12388 x=1135 y=5620 width=38 height=29 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=12389 x=876 y=5546 width=40 height=37 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12390 x=1825 y=5583 width=37 height=34 xoffset=3 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12391 x=1747 y=5583 width=38 height=34 xoffset=3 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12392 x=173 y=5608 width=30 height=36 xoffset=8 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12393 x=2895 y=5506 width=36 height=38 xoffset=7 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12394 x=3542 y=5426 width=37 height=39 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12395 x=4038 y=5543 width=35 height=36 xoffset=5 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12396 x=3096 y=5545 width=40 height=36 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12397 x=464 y=5570 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12398 x=1786 y=5583 width=38 height=34 xoffset=3 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12399 x=3777 y=5543 width=38 height=36 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12400 x=830 y=5507 width=40 height=38 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12401 x=2091 y=5267 width=41 height=39 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12402 x=3738 y=5543 width=38 height=36 xoffset=4 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12403 x=543 y=5350 width=40 height=39 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12404 x=1965 y=5267 width=41 height=39 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12405 x=2718 y=5545 width=42 height=36 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12406 x=2502 y=5545 width=43 height=36 xoffset=0 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12407 x=2458 y=5545 width=43 height=36 xoffset=0 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12408 x=1576 y=5618 width=40 height=27 xoffset=2 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12409 x=179 y=5645 width=41 height=31 xoffset=1 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12410 x=137 y=5645 width=41 height=31 xoffset=1 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12411 x=3582 y=5543 width=38 height=36 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12412 x=1923 y=5267 width=41 height=39 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12413 x=1134 y=3360 width=41 height=41 xoffset=3 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12414 x=2179 y=5545 width=32 height=37 xoffset=7 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12415 x=3055 y=5545 width=40 height=36 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12416 x=1442 y=5546 width=38 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12417 x=1481 y=5546 width=38 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12418 x=1787 y=5545 width=36 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12419 x=3853 y=5580 width=33 height=32 xoffset=5 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12420 x=2090 y=5387 width=39 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12421 x=656 y=5622 width=30 height=31 xoffset=8 yoffset=24 xadvance=44 page=0 chnl=15 -char id=12422 x=2969 y=5506 width=36 height=38 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12423 x=748 y=5620 width=27 height=31 xoffset=8 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12424 x=2145 y=5545 width=33 height=37 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12425 x=2212 y=5545 width=31 height=37 xoffset=7 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12426 x=2365 y=5545 width=27 height=37 xoffset=9 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12427 x=1028 y=5584 width=34 height=35 xoffset=4 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12428 x=3495 y=5505 width=42 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12429 x=1063 y=5584 width=34 height=35 xoffset=4 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12430 x=492 y=5645 width=33 height=31 xoffset=6 yoffset=22 xadvance=44 page=0 chnl=15 -char id=12431 x=630 y=5548 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12432 x=3816 y=5543 width=37 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12433 x=3342 y=5543 width=40 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12434 x=1935 y=5545 width=35 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12435 x=3463 y=5543 width=39 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12436 x=1520 y=5545 width=38 height=37 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12437 x=422 y=5645 width=35 height=31 xoffset=6 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12438 x=593 y=5643 width=31 height=31 xoffset=8 yoffset=24 xadvance=44 page=0 chnl=15 -char id=12441 x=397 y=5028 width=12 height=10 xoffset=-12 yoffset=12 xadvance=0 page=0 chnl=15 -char id=12442 x=612 y=5509 width=11 height=11 xoffset=-11 yoffset=12 xadvance=0 page=0 chnl=15 -char id=12443 x=4024 y=5613 width=13 height=11 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12444 x=365 y=4905 width=12 height=11 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12445 x=2175 y=5618 width=20 height=25 xoffset=14 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12446 x=802 y=5620 width=24 height=31 xoffset=12 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12447 x=2212 y=4368 width=35 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12448 x=344 y=4905 width=20 height=9 xoffset=12 yoffset=30 xadvance=44 page=0 chnl=15 -char id=12449 x=1373 y=5620 width=32 height=28 xoffset=7 yoffset=27 xadvance=44 page=0 chnl=15 -char id=12450 x=1863 y=5583 width=37 height=34 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12451 x=625 y=5643 width=30 height=31 xoffset=5 yoffset=24 xadvance=44 page=0 chnl=15 -char id=12452 x=1861 y=5545 width=36 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12453 x=718 y=5621 width=29 height=31 xoffset=8 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12454 x=3078 y=5506 width=34 height=38 xoffset=5 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12455 x=2271 y=5618 width=32 height=24 xoffset=6 yoffset=28 xadvance=44 page=0 chnl=15 -char id=12456 x=1174 y=5620 width=38 height=29 xoffset=3 yoffset=21 xadvance=44 page=0 chnl=15 -char id=12457 x=867 y=5620 width=32 height=30 xoffset=7 yoffset=24 xadvance=44 page=0 chnl=15 -char id=12458 x=1674 y=5545 width=37 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12459 x=105 y=5608 width=34 height=36 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12460 x=2322 y=5506 width=38 height=38 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12461 x=1898 y=5545 width=36 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12462 x=3172 y=4326 width=39 height=41 xoffset=3 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12463 x=3042 y=5506 width=35 height=38 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12464 x=168 y=4925 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12465 x=1203 y=5546 width=39 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12466 x=252 y=4925 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12467 x=3920 y=5580 width=32 height=32 xoffset=6 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12468 x=3858 y=5065 width=37 height=40 xoffset=5 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12469 x=1243 y=5546 width=39 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12470 x=1002 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12471 x=808 y=5584 width=37 height=35 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12472 x=1403 y=5546 width=38 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12473 x=3782 y=5580 width=36 height=32 xoffset=4 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12474 x=1476 y=5025 width=40 height=40 xoffset=3 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12475 x=769 y=5584 width=38 height=35 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12476 x=2436 y=5307 width=41 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12477 x=2767 y=5582 width=33 height=33 xoffset=5 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12478 x=1601 y=5066 width=38 height=40 xoffset=4 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12479 x=3006 y=5506 width=35 height=38 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12480 x=588 y=4903 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12481 x=3621 y=5543 width=38 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12482 x=3301 y=5543 width=40 height=36 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12483 x=900 y=5620 width=31 height=30 xoffset=7 yoffset=25 xadvance=44 page=0 chnl=15 -char id=12484 x=846 y=5584 width=36 height=35 xoffset=4 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12485 x=451 y=4033 width=40 height=41 xoffset=3 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12486 x=730 y=5584 width=38 height=35 xoffset=3 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12487 x=3864 y=3360 width=41 height=41 xoffset=3 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12488 x=413 y=5608 width=24 height=36 xoffset=14 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12489 x=204 y=5608 width=27 height=36 xoffset=12 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12490 x=3854 y=5543 width=37 height=36 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12491 x=1617 y=5618 width=37 height=27 xoffset=3 yoffset=22 xadvance=44 page=0 chnl=15 -char id=12492 x=2866 y=5582 width=31 height=33 xoffset=6 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12493 x=2439 y=5506 width=38 height=38 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12494 x=2032 y=5583 width=30 height=34 xoffset=6 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12495 x=383 y=5645 width=38 height=31 xoffset=3 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12496 x=380 y=5570 width=41 height=37 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12497 x=338 y=5570 width=41 height=37 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12498 x=2063 y=5583 width=30 height=34 xoffset=9 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12499 x=2077 y=5545 width=33 height=37 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12500 x=2007 y=5545 width=34 height=37 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12501 x=3887 y=5580 width=32 height=32 xoffset=6 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12502 x=3473 y=5065 width=38 height=40 xoffset=5 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12503 x=2130 y=5387 width=39 height=39 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12504 x=1781 y=5618 width=40 height=26 xoffset=2 yoffset=23 xadvance=44 page=0 chnl=15 -char id=12505 x=262 y=5645 width=40 height=31 xoffset=2 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12506 x=221 y=5645 width=40 height=31 xoffset=2 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12507 x=1163 y=5546 width=39 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12508 x=1281 y=5507 width=40 height=38 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=12509 x=1517 y=5025 width=40 height=40 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12510 x=3707 y=5580 width=37 height=32 xoffset=4 yoffset=21 xadvance=44 page=0 chnl=15 -char id=12511 x=1166 y=5584 width=30 height=35 xoffset=6 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12512 x=3383 y=5543 width=39 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12513 x=4002 y=5543 width=35 height=36 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12514 x=2623 y=5582 width=37 height=33 xoffset=4 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12515 x=458 y=5645 width=33 height=31 xoffset=6 yoffset=24 xadvance=44 page=0 chnl=15 -char id=12516 x=1323 y=5546 width=39 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=12517 x=2749 y=5616 width=32 height=22 xoffset=6 yoffset=29 xadvance=44 page=0 chnl=15 -char id=12518 x=1334 y=5620 width=38 height=28 xoffset=3 yoffset=21 xadvance=44 page=0 chnl=15 -char id=12519 x=1655 y=5618 width=26 height=27 xoffset=9 yoffset=27 xadvance=44 page=0 chnl=15 -char id=12520 x=3985 y=5580 width=31 height=32 xoffset=6 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12521 x=1098 y=5584 width=34 height=35 xoffset=5 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12522 x=232 y=5608 width=26 height=36 xoffset=9 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12523 x=1667 y=5583 width=40 height=34 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12524 x=2000 y=5583 width=31 height=34 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=12525 x=3819 y=5580 width=33 height=32 xoffset=6 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12526 x=1438 y=5620 width=29 height=28 xoffset=8 yoffset=27 xadvance=44 page=0 chnl=15 -char id=12527 x=2697 y=5582 width=34 height=33 xoffset=5 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12528 x=3660 y=5543 width=38 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=12529 x=827 y=5620 width=39 height=30 xoffset=3 yoffset=20 xadvance=44 page=0 chnl=15 -char id=12530 x=1901 y=5583 width=33 height=34 xoffset=6 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12531 x=2661 y=5582 width=35 height=33 xoffset=6 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12532 x=1794 y=5427 width=38 height=39 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12533 x=932 y=5620 width=29 height=30 xoffset=7 yoffset=24 xadvance=44 page=0 chnl=15 -char id=12534 x=526 y=5644 width=33 height=31 xoffset=5 yoffset=24 xadvance=44 page=0 chnl=15 -char id=12535 x=234 y=4391 width=38 height=41 xoffset=4 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12536 x=1230 y=5388 width=40 height=39 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=12537 x=912 y=5507 width=40 height=38 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12538 x=1474 y=4368 width=37 height=41 xoffset=5 yoffset=13 xadvance=44 page=0 chnl=15 -char id=12539 x=4085 y=1122 width=10 height=10 xoffset=17 yoffset=29 xadvance=44 page=0 chnl=15 -char id=12540 x=172 y=3368 width=36 height=5 xoffset=4 yoffset=32 xadvance=44 page=0 chnl=15 -char id=12541 x=3053 y=5616 width=21 height=22 xoffset=12 yoffset=25 xadvance=44 page=0 chnl=15 -char id=12542 x=1468 y=5620 width=25 height=28 xoffset=11 yoffset=19 xadvance=44 page=0 chnl=15 -char id=12543 x=2336 y=5545 width=28 height=37 xoffset=8 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19968 x=410 y=5124 width=42 height=4 xoffset=1 yoffset=32 xadvance=44 page=0 chnl=15 -char id=19969 x=999 y=5546 width=40 height=37 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=19970 x=252 y=5531 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19971 x=1554 y=5307 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=19972 x=2980 y=5467 width=42 height=38 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=19973 x=128 y=5570 width=41 height=37 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=19975 x=210 y=5531 width=41 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19976 x=1974 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=19977 x=1626 y=5583 width=40 height=34 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=19978 x=645 y=5188 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=19979 x=748 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19980 x=170 y=5570 width=41 height=37 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=19981 x=168 y=5531 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19982 x=2184 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=19983 x=1771 y=5506 width=39 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19984 x=1811 y=5506 width=39 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19985 x=3753 y=5505 width=42 height=37 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19986 x=3260 y=5544 width=40 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19988 x=835 y=5546 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=19989 x=2803 y=5545 width=41 height=36 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19990 x=3526 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=19991 x=2394 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=19992 x=2378 y=5467 width=42 height=38 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=19993 x=1404 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=19998 x=3925 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=19999 x=1066 y=5388 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20001 x=1486 y=5506 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20003 x=1445 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20004 x=420 y=5531 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20006 x=984 y=5388 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20008 x=4085 y=798 width=5 height=41 xoffset=19 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20009 x=2758 y=4368 width=23 height=41 xoffset=8 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20010 x=2817 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20011 x=206 y=5130 width=30 height=40 xoffset=7 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20012 x=4074 y=3654 width=16 height=41 xoffset=10 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20013 x=1360 y=4368 width=37 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20014 x=943 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20015 x=1700 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20016 x=3239 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20017 x=390 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20018 x=1774 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20021 x=3108 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20022 x=246 y=4371 width=21 height=18 xoffset=11 yoffset=24 xadvance=44 page=0 chnl=15 -char id=20023 x=308 y=4454 width=30 height=15 xoffset=7 yoffset=26 xadvance=44 page=0 chnl=15 -char id=20024 x=2772 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20025 x=1344 y=5308 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20027 x=615 y=5389 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20028 x=516 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20031 x=487 y=5490 width=18 height=39 xoffset=9 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20032 x=2668 y=5506 width=37 height=38 xoffset=5 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20033 x=140 y=5608 width=32 height=36 xoffset=11 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20034 x=1905 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20035 x=126 y=5531 width=41 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20036 x=3445 y=5386 width=38 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20037 x=817 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20039 x=645 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20040 x=1927 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20043 x=946 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20045 x=3528 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20046 x=3690 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20047 x=882 y=5308 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20049 x=1118 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20053 x=3654 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20054 x=3696 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20055 x=1247 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20056 x=1290 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20057 x=3423 y=5543 width=39 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20058 x=3215 y=5505 width=32 height=38 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20059 x=504 y=5350 width=38 height=13 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20060 x=84 y=5531 width=41 height=38 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20061 x=3872 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20062 x=1806 y=4902 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20063 x=817 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20066 x=2050 y=5025 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20067 x=903 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20072 x=1505 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20073 x=2173 y=5025 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20081 x=989 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20083 x=1634 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20084 x=2214 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20085 x=1720 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20089 x=1763 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20094 x=1806 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20095 x=1849 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20096 x=4032 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20098 x=1935 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20101 x=4080 y=5065 width=14 height=39 xoffset=11 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20102 x=2858 y=5506 width=36 height=38 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20104 x=2931 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20105 x=2107 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20106 x=2150 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20107 x=2193 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20108 x=303 y=5645 width=40 height=31 xoffset=2 yoffset=20 xadvance=44 page=0 chnl=15 -char id=20109 x=1158 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20110 x=1199 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20113 x=1363 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20114 x=254 y=5570 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20116 x=1544 y=5583 width=40 height=34 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=20117 x=41 y=4097 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20118 x=689 y=5585 width=40 height=35 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20119 x=672 y=5308 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20120 x=794 y=5546 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20121 x=2887 y=5545 width=41 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20123 x=1161 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20124 x=43 y=5570 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20125 x=287 y=5411 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20126 x=422 y=5570 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20127 x=3839 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20128 x=3915 y=5613 width=41 height=13 xoffset=2 yoffset=22 xadvance=44 page=0 chnl=15 -char id=20129 x=731 y=5188 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20130 x=1276 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20132 x=2881 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20133 x=246 y=4077 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20134 x=2967 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20136 x=287 y=4076 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20139 x=328 y=4076 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20140 x=369 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20141 x=410 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20142 x=451 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20143 x=492 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20144 x=546 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20147 x=533 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20150 x=3981 y=5266 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20153 x=2378 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20154 x=817 y=5188 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20155 x=4074 y=3360 width=21 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20156 x=1088 y=5468 width=42 height=38 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20160 x=3569 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20161 x=3612 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20162 x=738 y=4075 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20163 x=3698 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20164 x=860 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20166 x=1917 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20167 x=3784 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20168 x=2156 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20170 x=3827 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20171 x=3870 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20173 x=2288 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20174 x=1462 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20175 x=2412 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20176 x=3956 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20180 x=2420 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20181 x=3999 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20182 x=2508 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20183 x=2552 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20184 x=4042 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20185 x=924 y=3445 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20186 x=43 y=947 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20187 x=2728 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20189 x=1505 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20190 x=129 y=947 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20191 x=2860 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20192 x=2904 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20193 x=2948 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20194 x=172 y=927 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20195 x=3492 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20196 x=215 y=926 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20197 x=903 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20200 x=3124 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20203 x=3168 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20205 x=3672 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20206 x=3212 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20207 x=3256 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20208 x=301 y=925 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20209 x=3344 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20210 x=1050 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20211 x=3432 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20213 x=387 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20214 x=430 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20215 x=3564 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20219 x=473 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20220 x=3652 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20221 x=3696 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20222 x=3740 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20223 x=3784 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20224 x=3828 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20225 x=1591 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20226 x=3916 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20227 x=3960 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20232 x=4004 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20233 x=2007 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20234 x=4048 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20235 x=0 y=233 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20236 x=44 y=233 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20237 x=88 y=233 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20238 x=132 y=213 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20239 x=559 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20240 x=602 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20241 x=2592 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20242 x=264 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20245 x=308 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20246 x=352 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20247 x=645 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20249 x=2952 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20250 x=688 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20252 x=484 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20253 x=528 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20267 x=572 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20270 x=616 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20271 x=2892 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20272 x=704 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20273 x=3537 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20275 x=748 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20276 x=792 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20277 x=774 y=925 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20278 x=880 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20279 x=1176 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20280 x=860 y=925 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20281 x=1012 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20282 x=1218 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20283 x=1100 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20284 x=1845 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20285 x=1025 y=4075 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20286 x=1188 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20288 x=989 y=925 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20290 x=1276 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20291 x=1302 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20294 x=1075 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20295 x=1364 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20296 x=1408 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20297 x=1452 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20299 x=1118 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20300 x=1540 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20301 x=1584 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20302 x=2097 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20303 x=1628 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20304 x=1672 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20305 x=1716 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20306 x=1760 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20307 x=1161 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20308 x=1848 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20309 x=1204 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20310 x=1936 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20311 x=1247 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20312 x=1290 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20313 x=1333 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20314 x=2068 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20315 x=1376 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20316 x=1419 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20317 x=1344 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20318 x=2244 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20319 x=3447 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20320 x=2288 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20323 x=1505 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20324 x=1242 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20329 x=1548 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20330 x=1386 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20332 x=1634 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20334 x=2508 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20335 x=2552 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20336 x=1066 y=4075 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20337 x=1634 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20339 x=1763 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20341 x=2728 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20342 x=1512 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20343 x=2816 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20344 x=2860 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20345 x=2904 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20346 x=2948 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20347 x=1849 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20348 x=3036 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20349 x=3080 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20350 x=3124 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20351 x=3168 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20353 x=3212 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20354 x=3256 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20355 x=3300 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20356 x=3344 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20357 x=3388 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20358 x=1892 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20360 x=3476 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20361 x=3520 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20362 x=3564 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20363 x=1935 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20364 x=1978 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20365 x=3696 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20366 x=3740 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20367 x=2021 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20368 x=3828 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20369 x=1554 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20370 x=3916 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20371 x=3960 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20372 x=4004 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20374 x=2107 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20375 x=2150 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20376 x=44 y=275 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20377 x=88 y=275 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20378 x=2193 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20379 x=176 y=254 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20381 x=1332 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20382 x=2236 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20383 x=264 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20384 x=2279 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20385 x=308 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20395 x=352 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20397 x=396 y=253 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20398 x=2142 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20399 x=440 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20402 x=484 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20405 x=528 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20406 x=2322 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20407 x=2365 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20409 x=660 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20411 x=2682 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20412 x=704 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20413 x=2408 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20414 x=792 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20415 x=2451 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20416 x=880 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20417 x=924 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20418 x=3402 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20419 x=968 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20420 x=1012 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20421 x=1056 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20422 x=450 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20424 x=1100 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20425 x=1144 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20426 x=1188 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20427 x=1232 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20428 x=1276 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20429 x=1320 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20430 x=946 y=5188 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20431 x=1408 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20432 x=1189 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20433 x=1230 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20434 x=1540 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20435 x=1584 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20436 x=1628 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20439 x=2187 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20440 x=1672 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20442 x=2623 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20443 x=1760 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20444 x=1804 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20445 x=2637 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20447 x=1848 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20448 x=1892 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20449 x=1936 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20450 x=1980 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20451 x=2666 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20452 x=2709 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20453 x=2112 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20454 x=2156 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20462 x=135 y=44 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20463 x=2200 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20464 x=2752 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20465 x=2288 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20466 x=2332 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20467 x=2376 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20469 x=2420 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20470 x=2464 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20472 x=1152 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20474 x=1422 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20476 x=2508 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20477 x=2552 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20478 x=2596 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20479 x=2640 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20480 x=2684 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20481 x=2795 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20482 x=2772 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20484 x=2816 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20485 x=2860 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20486 x=2904 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20487 x=2948 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20489 x=2838 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20490 x=3036 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20491 x=2881 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20492 x=2924 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20493 x=3168 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20494 x=3212 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20495 x=3256 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20496 x=3300 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20497 x=2967 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20498 x=3010 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20499 x=3432 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20500 x=3053 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20502 x=3520 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20503 x=3096 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20504 x=3608 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20505 x=3652 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20506 x=3696 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20507 x=3740 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20508 x=3139 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20509 x=3182 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20510 x=3872 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20511 x=3916 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20513 x=1722 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20514 x=4004 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20515 x=4048 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20516 x=0 y=317 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20517 x=44 y=317 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20518 x=88 y=317 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20519 x=132 y=297 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20520 x=1764 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20521 x=220 y=296 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20522 x=264 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20523 x=2070 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20524 x=308 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20525 x=352 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20526 x=3311 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20528 x=440 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20530 x=1782 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20531 x=484 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20533 x=528 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20534 x=572 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20537 x=616 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20539 x=660 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20544 x=704 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20545 x=748 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20546 x=792 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20547 x=836 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20549 x=880 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20550 x=924 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20551 x=3354 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20552 x=3397 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20553 x=1056 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20554 x=3440 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20556 x=1144 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20558 x=1188 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20559 x=1232 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20560 x=1276 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20561 x=1512 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20562 x=1320 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20563 x=1364 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20565 x=1408 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20566 x=1452 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20567 x=1496 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20569 x=1540 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20570 x=1584 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20572 x=1628 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20575 x=1672 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20576 x=1716 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20578 x=3312 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20579 x=1760 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20581 x=1804 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20582 x=1848 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20583 x=630 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20586 x=3483 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20588 x=720 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20589 x=3526 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20592 x=1936 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20593 x=1980 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20594 x=1692 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20596 x=3569 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20597 x=2024 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20598 x=1806 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20599 x=2112 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20600 x=2502 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20605 x=2156 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20608 x=2200 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20609 x=2244 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20611 x=2288 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20612 x=2332 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20613 x=2376 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20614 x=2420 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20616 x=1440 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20618 x=2464 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20621 x=2508 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20622 x=2552 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20623 x=2596 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20624 x=3655 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20625 x=2684 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20626 x=2728 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20627 x=3698 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20628 x=2816 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20629 x=2860 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20630 x=2904 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20632 x=3741 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20633 x=2992 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20634 x=3036 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20635 x=3080 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20636 x=3124 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20638 x=3168 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20639 x=3212 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20640 x=3256 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20641 x=3300 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20642 x=3344 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20643 x=3357 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20650 x=3388 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20652 x=3432 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20653 x=3476 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20655 x=3520 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20656 x=1848 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20657 x=3608 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20658 x=3652 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20659 x=3696 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20660 x=3740 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20661 x=3784 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20663 x=3828 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20665 x=3872 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20666 x=3916 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20667 x=3960 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20669 x=4004 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20670 x=2277 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20672 x=4048 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20674 x=0 y=359 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20675 x=44 y=359 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20676 x=88 y=359 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20677 x=132 y=339 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20679 x=176 y=338 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20681 x=3827 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20682 x=3717 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20684 x=220 y=338 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20685 x=264 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20686 x=308 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20687 x=352 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20688 x=396 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20689 x=2862 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20691 x=440 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20692 x=484 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20693 x=528 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20694 x=572 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20696 x=616 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20697 x=660 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20698 x=704 y=337 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20700 x=748 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20701 x=792 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20702 x=836 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20703 x=880 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20705 x=924 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20706 x=968 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20707 x=2727 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20708 x=1012 y=337 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20709 x=1056 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20710 x=1100 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20711 x=3870 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20712 x=1188 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20713 x=1890 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20717 x=1276 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20718 x=1320 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20719 x=1364 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20720 x=3956 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20721 x=1452 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20722 x=1496 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20723 x=3999 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20724 x=4042 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20725 x=0 y=989 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20726 x=1672 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20729 x=1716 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20730 x=1760 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20731 x=1804 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20734 x=1848 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20736 x=1017 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20737 x=1892 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20738 x=1936 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20739 x=1980 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20740 x=2024 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20742 x=43 y=989 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20743 x=1107 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20744 x=2112 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20745 x=2156 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20747 x=2200 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20748 x=2244 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20749 x=2288 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20750 x=86 y=989 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20752 x=2376 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20754 x=129 y=989 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20756 x=2464 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20757 x=2508 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20758 x=2552 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20759 x=2596 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20760 x=2640 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20761 x=2684 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20762 x=2728 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20763 x=2772 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20764 x=2816 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20765 x=2860 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20766 x=2904 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20767 x=2948 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20769 x=172 y=969 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20771 x=3036 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20775 x=3080 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20776 x=3124 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20778 x=3168 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20780 x=3212 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20781 x=3256 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20783 x=3132 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20785 x=3300 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20786 x=3344 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20787 x=3042 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20788 x=2367 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20789 x=3388 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20791 x=3432 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20792 x=3476 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20793 x=3520 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20794 x=3564 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20795 x=3608 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20796 x=3652 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20799 x=1720 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20800 x=3538 y=5505 width=42 height=37 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=20801 x=1974 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20802 x=1312 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20803 x=0 y=5531 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20804 x=1032 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20805 x=473 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20806 x=516 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20807 x=1806 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20808 x=2142 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20809 x=645 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20810 x=1849 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20811 x=731 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20812 x=1892 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20813 x=817 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20814 x=2436 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20815 x=903 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20816 x=1978 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20818 x=989 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20819 x=1032 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20820 x=1075 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20821 x=2478 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20823 x=1161 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20824 x=572 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20826 x=1204 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20828 x=1247 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20831 x=704 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20832 x=1290 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20834 x=1333 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20836 x=1376 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20837 x=1118 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20838 x=1559 y=5545 width=38 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20839 x=3987 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20840 x=2107 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20841 x=3905 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20842 x=2193 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20843 x=916 y=5468 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20844 x=2604 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20845 x=2646 y=4902 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20846 x=2322 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20849 x=1849 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20851 x=2592 y=4368 width=32 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20852 x=3823 y=5346 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20853 x=2814 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20854 x=2009 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20855 x=2730 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20856 x=2107 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20857 x=2150 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20859 x=2940 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20860 x=2236 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20862 x=2451 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20864 x=2322 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20866 x=2630 y=5506 width=37 height=38 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20867 x=2592 y=5506 width=37 height=38 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20868 x=3741 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20869 x=4059 y=4074 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20870 x=2361 y=5506 width=38 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20873 x=2537 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20874 x=1161 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20875 x=2932 y=5506 width=36 height=38 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20876 x=787 y=5468 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20877 x=1204 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20878 x=3950 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20879 x=2418 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20880 x=323 y=5491 width=34 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20881 x=2284 y=4368 width=34 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20882 x=288 y=5491 width=34 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20883 x=2924 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20885 x=2623 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20886 x=3985 y=5613 width=38 height=12 xoffset=3 yoffset=26 xadvance=44 page=0 chnl=15 -char id=20887 x=2894 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20888 x=3276 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20889 x=3618 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20893 x=3409 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20896 x=1290 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20897 x=2170 y=5387 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20898 x=3435 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20899 x=3331 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20900 x=1376 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20901 x=3141 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20902 x=1419 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20904 x=2496 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20905 x=3249 y=5346 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20906 x=1462 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20907 x=619 y=5606 width=14 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20908 x=3655 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20909 x=3096 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20912 x=3388 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20913 x=2292 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20914 x=3780 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20915 x=3827 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20916 x=1591 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20917 x=1720 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20918 x=3956 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20919 x=3999 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20920 x=4042 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20922 x=1422 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20924 x=43 y=1031 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20925 x=2952 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20926 x=129 y=1031 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20927 x=172 y=1011 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20930 x=215 y=1010 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20931 x=258 y=1010 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20932 x=301 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20933 x=3208 y=5346 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20934 x=387 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20936 x=430 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20937 x=473 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20938 x=516 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20939 x=2911 y=5025 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20940 x=602 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20941 x=645 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20943 x=688 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20945 x=731 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20946 x=3354 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20947 x=1763 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20948 x=860 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20949 x=1892 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20950 x=126 y=3509 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20952 x=989 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20955 x=1032 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20956 x=1075 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20957 x=1118 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20958 x=3483 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20959 x=1204 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20960 x=3099 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20961 x=1978 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20962 x=1333 y=1008 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20965 x=2021 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20966 x=1419 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20967 x=2064 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20969 x=2107 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20970 x=2193 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20972 x=2365 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20973 x=1634 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20974 x=718 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20976 x=2494 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20977 x=1496 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20978 x=630 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20979 x=1806 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20980 x=4032 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20981 x=1971 y=5545 width=35 height=37 xoffset=5 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20982 x=2535 y=5427 width=38 height=39 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20983 x=2652 y=5427 width=38 height=39 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20984 x=2744 y=5506 width=37 height=38 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20985 x=3892 y=5543 width=36 height=36 xoffset=4 yoffset=18 xadvance=44 page=0 chnl=15 -char id=20986 x=4059 y=4158 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20989 x=3044 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=20990 x=2810 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20992 x=1363 y=5546 width=39 height=37 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=20993 x=1750 y=5545 width=36 height=37 xoffset=4 yoffset=18 xadvance=44 page=0 chnl=15 -char id=20994 x=4074 y=3570 width=19 height=41 xoffset=21 yoffset=14 xadvance=44 page=0 chnl=15 -char id=20995 x=1283 y=5546 width=39 height=37 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=20996 x=3066 y=5467 width=42 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=20997 x=3882 y=5505 width=42 height=37 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=20998 x=528 y=4411 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=20999 x=84 y=4966 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21000 x=3936 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21002 x=3977 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21003 x=4018 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21006 x=0 y=4139 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21009 x=41 y=4139 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21010 x=82 y=4139 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21011 x=123 y=4139 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21012 x=164 y=4139 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21013 x=2009 y=5387 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21014 x=246 y=4119 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21015 x=1344 y=3486 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21016 x=287 y=4118 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21021 x=1428 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21026 x=328 y=4118 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21028 x=369 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21029 x=410 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21030 x=451 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21031 x=1638 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21032 x=1680 y=3486 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21033 x=492 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21034 x=533 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21035 x=574 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21038 x=615 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21040 x=3034 y=5024 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21041 x=3612 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21042 x=697 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21043 x=1974 y=3486 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21045 x=738 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21046 x=2058 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21047 x=779 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21048 x=3870 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21049 x=820 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21050 x=861 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21051 x=902 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21052 x=3872 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21059 x=943 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21060 x=984 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21061 x=1025 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21063 x=1066 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21065 x=2436 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21066 x=692 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21067 x=88 y=485 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21068 x=1148 y=4117 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21069 x=1189 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21071 x=220 y=464 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21076 x=1230 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21077 x=1271 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21078 x=1312 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21079 x=1353 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21080 x=1394 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21082 x=1435 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21083 x=780 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21084 x=1517 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21085 x=1558 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21086 x=1599 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21087 x=1640 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21088 x=1681 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21089 x=1722 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21091 x=3150 y=3486 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21092 x=1763 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21093 x=1804 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21094 x=1845 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21097 x=1886 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21098 x=1927 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21100 x=1968 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21102 x=2012 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21103 x=1972 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21104 x=2091 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21105 x=180 y=44 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21106 x=1932 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21107 x=3612 y=3486 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21108 x=2173 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21109 x=2214 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21111 x=3738 y=3486 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21112 x=2255 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21113 x=2296 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21117 x=2337 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21119 x=2378 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21120 x=1892 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21122 x=3990 y=3486 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21123 x=2460 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21124 x=2501 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21125 x=2542 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21127 x=2583 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21128 x=1935 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21129 x=2624 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21130 x=2665 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21132 x=210 y=3531 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21133 x=252 y=3530 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21137 x=2706 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21138 x=2193 y=1050 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21139 x=2747 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21140 x=2332 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21141 x=2788 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21142 x=2829 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21143 x=2870 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21144 x=504 y=3529 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21146 x=546 y=3529 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21147 x=1732 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21148 x=2640 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21151 x=630 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21152 x=2952 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21155 x=714 y=3529 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21156 x=2666 y=1050 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21157 x=756 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21158 x=798 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21159 x=840 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21161 x=882 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21162 x=2881 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21163 x=924 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21164 x=966 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21165 x=1008 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21167 x=1050 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21168 x=2993 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21169 x=1134 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21172 x=1692 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21173 x=3225 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21174 x=1218 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21175 x=1260 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21176 x=1302 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21177 x=1344 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21178 x=1386 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21179 x=3075 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21180 x=1470 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21181 x=1372 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21182 x=1554 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21184 x=1596 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21185 x=1638 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21187 x=1680 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21188 x=1722 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21189 x=3827 y=1050 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21190 x=1764 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21191 x=3820 y=5065 width=37 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21192 x=3198 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21193 x=3999 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21194 x=132 y=507 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21196 x=4042 y=1050 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21197 x=1890 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21199 x=1932 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21200 x=1974 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21201 x=2016 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21202 x=2058 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21204 x=3239 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21205 x=2142 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21206 x=3280 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21207 x=3075 y=5024 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21208 x=2268 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21209 x=430 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21211 x=2310 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21212 x=2352 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21213 x=792 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21214 x=3362 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21215 x=602 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21216 x=645 y=1093 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21217 x=2436 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21218 x=1012 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21219 x=731 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21220 x=2478 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21221 x=3403 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21222 x=2562 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21223 x=903 y=1093 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21224 x=2604 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21225 x=989 y=1093 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21226 x=2646 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21228 x=1075 y=1093 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21232 x=1118 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21233 x=2688 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21234 x=2730 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21235 x=2772 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21236 x=1290 y=1092 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21237 x=2814 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21238 x=1376 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21239 x=2856 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21240 x=2898 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21241 x=2940 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21242 x=3444 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21243 x=1172 y=4327 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21246 x=3526 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21247 x=3108 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21248 x=1092 y=4327 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21249 x=1763 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21250 x=1806 y=1092 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21251 x=3608 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21253 x=294 y=4966 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21254 x=3690 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21255 x=3731 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21256 x=3772 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21258 x=3402 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21259 x=3813 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21260 x=3854 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21261 x=3895 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21263 x=2236 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21264 x=3936 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21265 x=3977 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21267 x=4018 y=4116 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21269 x=3113 y=5505 width=34 height=38 xoffset=8 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21270 x=1232 y=4411 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21271 x=2860 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21272 x=41 y=4181 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21273 x=258 y=4556 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21274 x=1521 y=5427 width=38 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21275 x=2921 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21276 x=2798 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21277 x=1131 y=5428 width=38 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21278 x=1560 y=5427 width=38 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21279 x=2757 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21280 x=2716 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21281 x=2593 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21283 x=1076 y=5348 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21284 x=2028 y=5427 width=38 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21285 x=1886 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21287 x=1845 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21288 x=1722 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21289 x=1681 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21290 x=1517 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21291 x=1476 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21292 x=1435 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21293 x=1312 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21295 x=1148 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21296 x=1107 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21297 x=1025 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21298 x=656 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21299 x=451 y=5410 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21301 x=3116 y=5024 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21304 x=1585 y=5583 width=40 height=34 xoffset=2 yoffset=18 xadvance=44 page=0 chnl=15 -char id=21305 x=543 y=5529 width=40 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21306 x=328 y=5411 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21307 x=3946 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21308 x=506 y=5569 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21309 x=3659 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21310 x=3178 y=5544 width=40 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21311 x=3577 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21312 x=3536 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21313 x=798 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21314 x=1713 y=5267 width=41 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21315 x=882 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21317 x=1419 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21318 x=86 y=1157 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21319 x=129 y=1157 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21320 x=1230 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21321 x=1008 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21322 x=1271 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21323 x=1092 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21324 x=1428 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21325 x=1712 y=5545 width=37 height=37 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21329 x=458 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=21330 x=1353 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21331 x=1394 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21332 x=1260 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21335 x=1435 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21336 x=1344 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21337 x=645 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21338 x=688 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21339 x=731 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21340 x=2708 y=4368 width=24 height=41 xoffset=16 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21342 x=1428 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21344 x=4059 y=4242 width=36 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21345 x=1512 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21347 x=1053 y=4369 width=38 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21348 x=1092 y=4369 width=38 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21349 x=1131 y=4369 width=38 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21350 x=1075 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21351 x=3239 y=5024 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21353 x=422 y=5491 width=22 height=39 xoffset=11 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21356 x=1722 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21357 x=1353 y=5388 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21358 x=1290 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21359 x=1804 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21360 x=1208 y=4369 width=37 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21361 x=1419 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21362 x=336 y=5371 width=41 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21363 x=4028 y=5346 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21364 x=1968 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21365 x=2009 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21367 x=1634 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21368 x=2058 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21369 x=2050 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21370 x=294 y=5371 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21371 x=2184 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21373 x=3370 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21374 x=2839 y=5347 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21375 x=2214 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21378 x=4035 y=5466 width=41 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21379 x=2352 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21380 x=2537 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21383 x=3796 y=5505 width=42 height=37 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21384 x=252 y=5371 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21385 x=168 y=5371 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21390 x=744 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21395 x=2623 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21396 x=2709 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21398 x=3956 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21400 x=1475 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21401 x=2881 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21402 x=2967 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21405 x=126 y=5371 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21407 x=3053 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21408 x=3864 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21409 x=3139 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21412 x=1202 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21413 x=3225 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21414 x=3780 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21416 x=3311 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21417 x=3354 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21418 x=3397 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21419 x=3440 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21421 x=3483 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21422 x=3526 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21423 x=3741 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21424 x=3784 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21426 x=3738 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21427 x=3139 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21428 x=2752 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21429 x=2795 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21430 x=3696 y=5306 width=41 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21431 x=3528 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21432 x=2881 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21434 x=2924 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21435 x=3654 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21437 x=3483 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21440 x=3444 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21441 x=3827 y=5186 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21442 x=3612 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21443 x=3655 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21444 x=3913 y=5186 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21445 x=3741 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21448 x=3968 y=5505 width=42 height=37 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=21449 x=4011 y=5505 width=42 height=37 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=21450 x=3999 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21451 x=3870 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21452 x=2550 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21453 x=2552 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21454 x=3999 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21455 x=3906 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21458 x=4042 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21459 x=3990 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21460 x=86 y=1199 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21461 x=3182 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21462 x=982 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21463 x=3772 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21465 x=968 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21466 x=2210 y=5387 width=39 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21467 x=1056 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21469 x=301 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21470 x=3311 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21471 x=168 y=3635 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21472 x=2511 y=5347 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21473 x=473 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21474 x=252 y=3614 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21475 x=0 y=5608 width=34 height=36 xoffset=5 yoffset=18 xadvance=44 page=0 chnl=15 -char id=21476 x=294 y=3614 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21477 x=3936 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21478 x=2925 y=5427 width=38 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21479 x=2886 y=5427 width=38 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21480 x=2088 y=5506 width=38 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21481 x=2283 y=5506 width=38 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21482 x=789 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21483 x=328 y=5089 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21484 x=2166 y=5506 width=38 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21485 x=129 y=5251 width=42 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21486 x=1322 y=5507 width=40 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21487 x=1240 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21488 x=462 y=3613 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21489 x=3528 y=5306 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21490 x=1032 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21491 x=546 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21492 x=588 y=3613 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21493 x=2613 y=5427 width=38 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21494 x=41 y=4223 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21495 x=3526 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21496 x=3390 y=5426 width=37 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21498 x=2034 y=5467 width=42 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21505 x=2470 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21506 x=1398 y=4368 width=37 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21507 x=1511 y=4984 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21508 x=501 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=21512 x=1505 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21513 x=287 y=4202 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21514 x=111 y=5491 width=35 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21515 x=328 y=4202 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21516 x=2457 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21517 x=2092 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21518 x=1763 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21519 x=1008 y=3613 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21520 x=3402 y=5306 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21521 x=1170 y=4369 width=37 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21522 x=1552 y=4984 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21523 x=3909 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21530 x=3867 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21531 x=215 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21533 x=2107 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21534 x=258 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21535 x=1260 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21536 x=615 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21537 x=4036 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21540 x=2322 y=1176 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21542 x=301 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21543 x=1040 y=5546 width=40 height=37 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21544 x=1428 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21545 x=3318 y=5306 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21546 x=1512 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21547 x=2580 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21548 x=378 y=4905 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21549 x=2666 y=1176 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21550 x=2709 y=1176 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21551 x=2492 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21553 x=1638 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21555 x=344 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21556 x=3276 y=5306 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21557 x=1764 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21558 x=1593 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21560 x=3234 y=5306 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21561 x=1025 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21563 x=2732 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21564 x=1302 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21565 x=2016 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21566 x=129 y=4597 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21567 x=1189 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21568 x=3024 y=5306 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21570 x=253 y=5491 width=34 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21571 x=1596 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21572 x=1716 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21574 x=301 y=4597 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21575 x=3526 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21576 x=2347 y=5347 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21577 x=1757 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21578 x=1476 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21580 x=2436 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21581 x=3825 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21582 x=3783 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21583 x=2478 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21585 x=3870 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21589 x=3741 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21598 x=2250 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21599 x=2520 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21602 x=3699 y=5466 width=41 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21604 x=3956 y=1176 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21606 x=1517 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21607 x=1890 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21608 x=2106 y=5427 width=38 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21609 x=1117 y=5507 width=40 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21610 x=2772 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21611 x=2688 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21612 x=2330 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21613 x=2772 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21614 x=2265 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21616 x=301 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21617 x=1839 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21619 x=2898 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21620 x=1763 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21621 x=1035 y=5507 width=40 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21622 x=2982 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21623 x=1989 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21627 x=612 y=4327 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21628 x=1880 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21629 x=1800 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21631 x=3108 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21632 x=1122 y=5546 width=40 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21633 x=3150 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21635 x=3192 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21636 x=1886 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21637 x=903 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21638 x=2268 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21640 x=1968 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21641 x=3360 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21642 x=2856 y=4902 width=41 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21643 x=2050 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21644 x=852 y=4327 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21645 x=2132 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21646 x=1247 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21647 x=1290 y=1218 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21648 x=3570 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21649 x=3612 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21650 x=473 y=5230 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21653 x=3696 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21654 x=1292 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21660 x=2255 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21663 x=2520 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21664 x=1921 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21665 x=2183 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21666 x=2142 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21668 x=3990 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21669 x=4054 y=5505 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21670 x=4032 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21671 x=2772 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21672 x=42 y=3677 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21673 x=84 y=3677 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21674 x=2501 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21675 x=989 y=4575 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21676 x=210 y=3657 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21677 x=2852 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21678 x=294 y=3656 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21679 x=336 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21681 x=39 y=4391 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21682 x=2665 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21683 x=462 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21687 x=504 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21688 x=2451 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21689 x=546 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21690 x=86 y=5570 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21691 x=588 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21692 x=3466 y=5426 width=37 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21693 x=2370 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21694 x=630 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21695 x=672 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21696 x=2752 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21697 x=1872 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21698 x=2019 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21699 x=2410 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21700 x=2747 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21702 x=2788 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21703 x=2184 y=5307 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21704 x=882 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21705 x=924 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21706 x=966 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21709 x=2870 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21710 x=1050 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21720 x=1092 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21728 x=1134 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21729 x=1118 y=4575 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21730 x=2142 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21733 x=2016 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21734 x=1302 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21736 x=1344 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21737 x=296 y=5570 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21738 x=1848 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21740 x=1428 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21741 x=559 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21742 x=1512 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21743 x=2085 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21745 x=1596 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21746 x=3157 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21747 x=1680 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21750 x=3198 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21754 x=1764 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21756 x=1806 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21757 x=1764 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21758 x=1722 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21759 x=1932 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21760 x=1974 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21761 x=1722 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21764 x=1680 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21765 x=2100 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21766 x=2142 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21767 x=817 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21768 x=1596 y=5307 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21769 x=2268 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21772 x=2310 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21773 x=2352 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21774 x=3252 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21775 x=2436 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21776 x=602 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21780 x=2310 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21781 x=3567 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21782 x=3219 y=5544 width=40 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21799 x=1896 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21802 x=966 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21803 x=1470 y=5307 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21806 x=3690 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21807 x=2688 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21809 x=3317 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21810 x=3772 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21811 x=1814 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21813 x=1849 y=4574 width=42 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21814 x=2898 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21816 x=2940 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21817 x=2982 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21819 x=3024 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21820 x=3066 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21821 x=3108 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21822 x=1386 y=5307 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21824 x=1773 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21825 x=2450 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21828 x=707 y=5507 width=40 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=21829 x=3276 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21830 x=4018 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21831 x=2972 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21833 x=41 y=4265 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21834 x=2856 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21836 x=1302 y=5308 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21837 x=3528 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21839 x=1716 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21840 x=3570 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21841 x=3612 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21843 x=1978 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21846 x=3654 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21847 x=78 y=4391 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21848 x=3738 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21850 x=2107 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21851 x=3822 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21852 x=1218 y=5308 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21853 x=2566 y=4861 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21854 x=3573 y=5466 width=41 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21856 x=2365 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21857 x=3948 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21859 x=328 y=4244 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21860 x=4032 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21862 x=0 y=3719 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21883 x=312 y=4370 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21884 x=410 y=4243 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21885 x=451 y=4243 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21886 x=492 y=4243 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21887 x=210 y=3699 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21888 x=252 y=3698 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21889 x=2331 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21890 x=1092 y=5308 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21891 x=2252 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21892 x=420 y=3697 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21894 x=3010 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21895 x=2172 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21896 x=697 y=4243 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21897 x=546 y=3697 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21898 x=3182 y=1260 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21899 x=588 y=3697 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21902 x=1010 y=5067 width=39 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21903 x=672 y=3697 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21905 x=714 y=3697 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21906 x=756 y=3697 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21907 x=1008 y=5308 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21908 x=2413 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21911 x=1638 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21912 x=924 y=3697 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21913 x=902 y=4243 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21914 x=943 y=4243 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21916 x=3698 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21917 x=1650 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21918 x=1025 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21919 x=3395 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21923 x=1176 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21924 x=2184 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21927 x=2226 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21928 x=1189 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21929 x=3192 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21930 x=0 y=1325 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21931 x=1386 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21932 x=86 y=1325 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21933 x=1428 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21934 x=2454 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21936 x=1312 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21938 x=1353 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21942 x=702 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21951 x=2752 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21953 x=1680 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21955 x=1722 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21956 x=798 y=5308 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21957 x=1517 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21958 x=1848 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21959 x=1558 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21961 x=1932 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21963 x=1599 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21964 x=860 y=5228 width=42 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21966 x=1486 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21969 x=1932 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21970 x=2142 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21971 x=2268 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21972 x=1804 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21975 x=3170 y=5386 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21976 x=1845 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21978 x=2310 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21979 x=2352 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21980 x=1886 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21981 x=1445 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=21982 x=2478 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21983 x=546 y=5309 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21986 x=420 y=5330 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21987 x=490 y=5068 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=21988 x=2091 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21993 x=2688 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21996 x=2730 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=21998 x=378 y=5331 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22001 x=2814 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22006 x=1344 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22007 x=2898 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22008 x=1720 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22009 x=3276 y=4901 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22013 x=2982 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22014 x=3024 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22015 x=3066 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22021 x=3108 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22022 x=2255 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22023 x=3192 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22024 x=2296 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22025 x=3276 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22026 x=3318 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22029 x=3360 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22030 x=252 y=5331 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22031 x=3444 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22032 x=2772 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22033 x=3528 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22034 x=3570 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22036 x=126 y=5331 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22038 x=3654 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22039 x=351 y=4370 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22040 x=1134 y=4944 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22041 x=3780 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22043 x=2666 y=1302 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22048 x=42 y=5331 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22056 x=3864 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22057 x=2583 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22060 x=2986 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22063 x=3990 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22064 x=4032 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22065 x=1199 y=5348 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22066 x=3212 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22067 x=2747 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22068 x=126 y=3761 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22069 x=168 y=3761 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22070 x=210 y=3741 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22071 x=252 y=3740 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22072 x=294 y=3740 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22073 x=336 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22075 x=378 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22076 x=3612 y=4573 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22077 x=1848 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22079 x=3771 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22080 x=1176 y=4903 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22081 x=3531 y=5466 width=41 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22082 x=3196 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22083 x=630 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22084 x=672 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22086 x=714 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22087 x=2062 y=4861 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22089 x=798 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22091 x=840 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22092 x=3870 y=4573 width=42 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22093 x=924 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22094 x=1158 y=5348 width=40 height=39 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22095 x=1008 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22096 x=3561 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22099 x=1092 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22100 x=2700 y=4984 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22107 x=1176 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22110 x=1218 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22112 x=1260 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22113 x=1302 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22114 x=1344 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22115 x=2741 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22116 x=1428 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22118 x=1470 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22120 x=1642 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22121 x=589 y=5568 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22122 x=2782 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22123 x=3321 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22124 x=3477 y=5266 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22125 x=1680 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22127 x=3403 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22129 x=3444 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22130 x=1806 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22132 x=3485 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22133 x=860 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22134 x=1890 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22136 x=1932 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22138 x=1974 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22144 x=2016 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22148 x=3526 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22149 x=1035 y=5348 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22150 x=3608 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22151 x=1204 y=1344 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22152 x=3393 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22154 x=2226 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22155 x=2268 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22156 x=2310 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22159 x=2352 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22164 x=2394 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22165 x=3690 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22169 x=2478 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22170 x=2186 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22173 x=2562 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22174 x=1677 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22175 x=2604 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22176 x=3772 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22178 x=1806 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22181 x=2688 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22182 x=1974 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22183 x=2772 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22184 x=2814 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22185 x=2856 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22187 x=2064 y=1344 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22188 x=2898 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22189 x=2150 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22190 x=2193 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22193 x=2236 y=1344 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22194 x=2279 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22195 x=3854 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22196 x=301 y=4638 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22198 x=3351 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22199 x=3066 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22204 x=3108 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22206 x=3150 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22208 x=3192 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22209 x=3309 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22210 x=430 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22211 x=3318 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22213 x=473 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22216 x=3402 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22217 x=3267 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22218 x=2881 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22219 x=3486 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22220 x=2967 y=1344 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22221 x=3010 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22222 x=3864 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22223 x=3096 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22224 x=3139 y=1344 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22225 x=2905 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22227 x=3612 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22231 x=3617 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22232 x=3250 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22233 x=1482 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22234 x=1443 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22235 x=3699 y=5543 width=38 height=36 xoffset=3 yoffset=18 xadvance=44 page=0 chnl=15 -char id=22236 x=1365 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22237 x=1326 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22238 x=1796 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22239 x=4059 y=4200 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22240 x=1287 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22241 x=1248 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22243 x=1170 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22244 x=74 y=5491 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22245 x=1092 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22246 x=1053 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22247 x=975 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22248 x=936 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22251 x=897 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22253 x=702 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22254 x=663 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22256 x=624 y=5429 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22257 x=4059 y=4284 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22258 x=585 y=5430 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22259 x=546 y=5450 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22262 x=507 y=5450 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22263 x=468 y=5450 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22265 x=429 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22266 x=390 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22269 x=351 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22271 x=312 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22272 x=273 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22273 x=234 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22274 x=195 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22275 x=2693 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22276 x=156 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22279 x=117 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22280 x=78 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22281 x=0 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22282 x=4030 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22283 x=3991 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22284 x=3952 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22285 x=3913 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22287 x=3874 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22289 x=2849 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22290 x=3835 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22291 x=3796 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22293 x=3352 y=5426 width=37 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22294 x=2888 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22296 x=3718 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22298 x=3314 y=5426 width=37 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22299 x=3276 y=5426 width=37 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22300 x=2927 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22301 x=3601 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22303 x=3225 y=5266 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22304 x=946 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22305 x=3183 y=5266 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22306 x=1376 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22307 x=3323 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22308 x=1462 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22309 x=615 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22310 x=1548 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22311 x=1561 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=22312 x=168 y=3803 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22313 x=1677 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22314 x=1032 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22316 x=1763 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22317 x=994 y=5348 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22318 x=1118 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22319 x=1161 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22320 x=1204 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22323 x=2946 y=4983 width=40 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22324 x=462 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22327 x=0 y=4433 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22328 x=1932 y=4902 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22331 x=2150 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22333 x=588 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22334 x=2236 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22335 x=2552 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22336 x=946 y=5228 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22338 x=2322 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22341 x=2365 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22342 x=2408 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22343 x=672 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22346 x=2494 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22348 x=1604 y=5467 width=42 height=38 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22349 x=2580 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22350 x=2623 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22351 x=2666 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22352 x=1032 y=5228 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22353 x=2992 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22354 x=1419 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22361 x=1161 y=5228 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22367 x=2838 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22369 x=2881 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22370 x=2924 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22372 x=1148 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22373 x=1505 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22374 x=1204 y=5228 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22375 x=3096 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22376 x=1722 y=4902 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22377 x=3182 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22378 x=3225 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22379 x=3268 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22381 x=3311 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22382 x=3354 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22383 x=1247 y=5228 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22384 x=1353 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22385 x=3483 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22387 x=1092 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22388 x=1677 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22389 x=1290 y=5228 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22391 x=3655 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22393 x=3698 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22394 x=3741 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22395 x=1763 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22396 x=3827 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22398 x=3870 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22399 x=3913 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22401 x=3956 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22402 x=3110 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22403 x=1419 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22408 x=1892 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22409 x=1935 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22411 x=1462 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22412 x=129 y=1451 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22419 x=172 y=1431 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22420 x=461 y=5531 width=40 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22421 x=2021 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22423 x=301 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22425 x=344 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22426 x=3028 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22428 x=748 y=127 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22429 x=430 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22430 x=2107 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22431 x=516 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22432 x=559 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22433 x=2944 y=4860 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22434 x=645 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22435 x=1505 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22436 x=1591 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22439 x=1764 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22440 x=817 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22441 x=1862 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22442 x=860 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22444 x=903 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22446 x=946 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22448 x=989 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22451 x=1032 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22456 x=1075 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22461 x=3233 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22464 x=2322 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22467 x=1204 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22470 x=2050 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22471 x=2091 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22472 x=1333 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22475 x=2365 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22476 x=1419 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22478 x=1462 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22479 x=1505 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22482 x=1548 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22483 x=1591 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22484 x=1634 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22485 x=2408 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22486 x=1720 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22487 x=1763 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22492 x=1804 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22493 x=1849 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22494 x=1892 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22495 x=1935 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22496 x=1978 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22497 x=2451 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22499 x=2064 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22500 x=2107 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22502 x=2150 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22503 x=2193 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22505 x=2236 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22509 x=2279 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22512 x=2684 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22516 x=2322 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22517 x=1634 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22518 x=2860 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22519 x=2904 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22520 x=2184 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22521 x=2451 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22522 x=2537 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22523 x=2537 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22524 x=2580 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22525 x=2623 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22526 x=1948 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22527 x=1677 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22528 x=2310 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22530 x=3315 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22531 x=2666 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22532 x=2881 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22533 x=1720 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22534 x=2967 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22536 x=2542 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22537 x=3053 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22538 x=1763 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22539 x=2624 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22540 x=2604 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22541 x=3225 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22549 x=2795 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22553 x=2838 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22555 x=2730 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22557 x=2772 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22558 x=3440 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22559 x=3483 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22560 x=3526 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22561 x=2881 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22564 x=3612 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22566 x=3655 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22567 x=3698 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22570 x=3741 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22573 x=2924 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22575 x=3827 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22576 x=3870 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22577 x=3913 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22578 x=2104 y=4861 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22580 x=3999 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22581 x=4042 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22585 x=3010 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22586 x=43 y=1493 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22589 x=86 y=1493 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22591 x=129 y=1493 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22592 x=172 y=1473 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22593 x=953 y=5348 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22601 x=258 y=1472 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22602 x=301 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22603 x=2226 y=4943 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22604 x=3066 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22605 x=430 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22607 x=3139 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22608 x=516 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22609 x=3182 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22610 x=602 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22612 x=1320 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22613 x=645 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22615 x=3225 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22616 x=731 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22617 x=3234 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22618 x=817 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22622 x=3268 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22623 x=3311 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22625 x=946 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22626 x=989 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22628 x=1032 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22631 x=3354 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22632 x=1804 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22633 x=3397 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22635 x=1161 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22637 x=3440 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22640 x=3483 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22642 x=1290 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22645 x=1333 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22648 x=1376 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22649 x=3526 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22652 x=1462 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22654 x=3300 y=4409 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22655 x=1548 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22656 x=1591 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22657 x=1634 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22659 x=1677 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22661 x=1806 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22663 x=1763 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22664 x=3654 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22665 x=1849 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22666 x=3612 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22667 x=1935 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22668 x=3655 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22669 x=2142 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22671 x=3741 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22672 x=3784 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22675 x=2580 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22676 x=2193 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22678 x=2236 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22679 x=3948 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22680 x=2322 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22684 x=1806 y=5307 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22685 x=2408 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22686 x=440 y=211 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22687 x=2537 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22688 x=2494 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22689 x=2537 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22690 x=2580 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22694 x=2623 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22696 x=516 y=5269 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22697 x=2709 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22698 x=2451 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22699 x=2795 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22702 x=2107 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22705 x=1978 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22706 x=1892 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22707 x=2924 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22712 x=2967 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22713 x=168 y=3845 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22714 x=3053 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22715 x=3096 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22716 x=1849 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22718 x=1260 y=4985 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22721 x=3698 y=5226 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22722 x=3569 y=5226 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22723 x=344 y=4823 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22724 x=301 y=4843 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22725 x=43 y=4843 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22727 x=3999 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22728 x=3483 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22730 x=3526 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22732 x=3569 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22733 x=3956 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22734 x=3655 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22736 x=3452 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22737 x=3913 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22738 x=3870 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22739 x=336 y=5531 width=41 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22740 x=3870 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22741 x=3913 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22742 x=714 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22743 x=3698 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22744 x=2580 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22745 x=0 y=1535 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22746 x=43 y=1535 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22748 x=86 y=1535 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22749 x=3569 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22750 x=172 y=1515 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22751 x=3354 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22752 x=258 y=1514 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22753 x=301 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22754 x=344 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22756 x=387 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22757 x=3225 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22761 x=966 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22763 x=3657 y=5466 width=41 height=38 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22764 x=2107 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22766 x=602 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22767 x=645 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22768 x=1092 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22769 x=3690 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22770 x=3731 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22771 x=3772 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22772 x=3444 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22775 x=3139 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22777 x=840 y=4985 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22778 x=2623 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22779 x=1032 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22780 x=2580 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22781 x=1118 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22786 x=1161 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22789 x=1204 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22790 x=1470 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22793 x=1290 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22794 x=1333 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22795 x=1512 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22796 x=3813 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22797 x=2625 y=4368 width=31 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22799 x=1548 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22800 x=1548 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22802 x=2279 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22803 x=1634 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22804 x=3854 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22805 x=1322 y=4368 width=37 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22806 x=2332 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22808 x=3895 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22809 x=1333 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22810 x=3936 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22811 x=164 y=5411 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22812 x=1935 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22813 x=2107 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22815 x=2021 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22817 x=2064 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22818 x=3977 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22819 x=4018 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22820 x=2100 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22821 x=0 y=401 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22823 x=2236 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22824 x=2279 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22825 x=1174 y=5468 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=22826 x=2365 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22827 x=2408 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22828 x=2451 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22829 x=1978 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22830 x=2537 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22831 x=2580 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22832 x=2623 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22833 x=2666 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22834 x=2709 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22835 x=1075 y=5228 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22837 x=2795 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22838 x=2838 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22839 x=2268 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22840 x=2924 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22841 x=2967 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22845 x=3010 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22846 x=3053 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22847 x=1892 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22851 x=1849 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22852 x=3182 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22854 x=1806 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22855 x=2436 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22856 x=3311 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22857 x=2478 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22862 x=1763 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22863 x=3440 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22864 x=2562 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22865 x=3526 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22866 x=3569 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22867 x=3612 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22868 x=3655 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22869 x=3698 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22871 x=3741 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22872 x=2604 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22873 x=1419 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22874 x=3870 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22875 x=3913 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22877 x=2688 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22878 x=3999 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22879 x=4042 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22880 x=1376 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=22881 x=774 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22882 x=86 y=1577 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22883 x=645 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22885 x=172 y=1557 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22887 x=215 y=1556 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22888 x=258 y=1556 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22889 x=1247 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22890 x=344 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22891 x=387 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22892 x=430 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22893 x=473 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22894 x=2898 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22895 x=559 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22898 x=2684 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22899 x=602 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22900 x=645 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22901 x=688 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22902 x=731 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22904 x=2904 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22905 x=774 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22907 x=817 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22908 x=860 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22909 x=903 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22913 x=2940 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22914 x=0 y=4349 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22915 x=1032 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22916 x=1075 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22922 x=1118 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22923 x=1161 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22924 x=1204 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22925 x=1247 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22926 x=3564 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22930 x=3024 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22931 x=3652 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22933 x=3066 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22934 x=1376 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22935 x=3784 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22937 x=1419 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22939 x=3108 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22941 x=1505 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22943 x=3990 y=5306 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=22947 x=1591 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22948 x=1634 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22949 x=41 y=4349 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22951 x=1720 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22952 x=1763 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22956 x=1806 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22957 x=1849 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22958 x=1892 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22959 x=3234 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22960 x=1978 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22962 x=2021 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22963 x=2064 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22967 x=2107 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22969 x=2150 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22970 x=2193 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22971 x=2236 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22972 x=2279 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22974 x=2322 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22977 x=3276 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22979 x=2408 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22980 x=2451 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22982 x=2494 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22984 x=2537 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22985 x=2580 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22986 x=2623 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22987 x=1012 y=421 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22989 x=2666 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22992 x=2709 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22993 x=2752 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22994 x=2795 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22995 x=2838 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=22996 x=2881 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23001 x=2924 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23002 x=2967 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23004 x=3010 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23005 x=3053 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23006 x=3096 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23007 x=3139 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23011 x=3182 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23012 x=3225 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23013 x=3268 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23014 x=3311 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23015 x=3354 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23016 x=3397 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23018 x=3440 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23019 x=3483 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23020 x=3526 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23022 x=3569 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23023 x=3612 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23025 x=3655 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23026 x=3698 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23028 x=3741 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23030 x=2244 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23031 x=3784 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23032 x=3827 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23035 x=82 y=4349 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23039 x=3913 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23040 x=3956 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23041 x=3999 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23043 x=4042 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23044 x=3360 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23049 x=43 y=1619 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23052 x=86 y=1619 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23053 x=2728 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23054 x=129 y=1619 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23057 x=172 y=1599 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23058 x=215 y=1598 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23059 x=258 y=1598 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23063 x=301 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23064 x=344 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23066 x=3402 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23067 x=430 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23068 x=473 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23070 x=516 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23071 x=123 y=4349 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23072 x=602 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23075 x=3486 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23076 x=688 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23077 x=731 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23079 x=3432 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23080 x=774 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23081 x=817 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23082 x=860 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23085 x=903 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23087 x=946 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23088 x=3696 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23093 x=989 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23094 x=989 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23100 x=3570 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23104 x=1118 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23105 x=1161 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23108 x=1204 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23109 x=3612 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23110 x=1290 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23111 x=44 y=485 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23112 x=1333 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23113 x=1376 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23116 x=1419 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23120 x=1462 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23125 x=1505 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23130 x=1548 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23134 x=1591 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23138 x=1634 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23139 x=164 y=4349 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23141 x=1720 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23142 x=3696 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23143 x=1806 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23146 x=1849 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23148 x=1892 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23149 x=1935 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23159 x=1978 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23162 x=2021 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23163 x=2064 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23166 x=2107 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23167 x=2150 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23172 x=2193 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23179 x=1100 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23184 x=774 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23186 x=2279 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23187 x=2322 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23190 x=2365 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23193 x=1364 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23194 x=205 y=4349 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23195 x=2451 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23196 x=2494 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23198 x=2537 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23199 x=2580 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23200 x=2623 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23202 x=3822 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23207 x=3864 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23212 x=1760 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23217 x=2752 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23218 x=2795 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23219 x=2838 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23221 x=2881 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23224 x=2924 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23226 x=2967 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23227 x=3010 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23228 x=3053 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23229 x=3906 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23230 x=3139 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23231 x=3182 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23233 x=3225 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23234 x=3268 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23236 x=3311 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23238 x=3354 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23240 x=3397 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23241 x=3440 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23243 x=1247 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23244 x=3526 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23247 x=3569 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23248 x=3612 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23254 x=3655 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23255 x=3698 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23258 x=3741 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23260 x=3784 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23264 x=3827 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23265 x=3870 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23267 x=3913 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23269 x=3956 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23270 x=3990 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23273 x=4042 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23274 x=0 y=1661 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23278 x=43 y=1661 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23280 x=86 y=1661 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23285 x=129 y=1661 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23286 x=172 y=1641 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23290 x=246 y=4329 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23291 x=0 y=3887 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23293 x=301 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23296 x=344 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23297 x=387 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23304 x=430 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23305 x=473 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23307 x=516 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23308 x=559 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23318 x=602 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23319 x=645 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23321 x=688 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23323 x=731 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23325 x=774 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23329 x=817 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23330 x=860 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23333 x=903 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23338 x=946 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23340 x=989 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23341 x=1032 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23344 x=2255 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23346 x=84 y=3887 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23348 x=1161 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23350 x=1204 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23352 x=484 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23358 x=1247 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23360 x=1290 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23361 x=4032 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23363 x=1376 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23365 x=1419 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23371 x=1462 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23372 x=1505 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23376 x=1389 y=5468 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=23377 x=3615 y=5466 width=41 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=23378 x=2049 y=5506 width=38 height=38 xoffset=5 yoffset=17 xadvance=44 page=0 chnl=15 -char id=23380 x=473 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23381 x=3655 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23382 x=3569 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23383 x=287 y=4328 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23384 x=1849 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23386 x=328 y=4328 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23387 x=369 y=4327 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23388 x=1978 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23389 x=2021 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23390 x=1131 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23391 x=3268 y=5186 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23395 x=2150 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23396 x=1584 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23397 x=2193 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23398 x=410 y=4327 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23400 x=43 y=4802 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23401 x=2322 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23403 x=3737 y=4368 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23406 x=2408 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23407 x=2451 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23408 x=1936 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23409 x=2408 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23411 x=2537 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23413 x=2580 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23414 x=451 y=4327 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23416 x=839 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23418 x=2279 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23420 x=2752 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23421 x=880 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23422 x=3397 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23423 x=2881 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23424 x=132 y=801 width=38 height=19 xoffset=3 yoffset=20 xadvance=44 page=0 chnl=15 -char id=23425 x=921 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23426 x=1134 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23427 x=1484 y=5066 width=38 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23428 x=1218 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23429 x=962 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23430 x=1003 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23431 x=1044 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23432 x=1085 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23433 x=1126 y=3991 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23434 x=3354 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23435 x=3397 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23436 x=3440 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23437 x=1470 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23438 x=1512 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23439 x=1554 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23440 x=3528 y=4942 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23441 x=1167 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23443 x=3139 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23444 x=3053 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23445 x=1764 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23446 x=1208 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23447 x=1848 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23448 x=819 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23449 x=936 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23450 x=3999 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23451 x=4042 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23452 x=3402 y=4942 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23453 x=1189 y=5026 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23455 x=2058 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23458 x=129 y=1703 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23459 x=1107 y=5026 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23460 x=1066 y=5026 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23461 x=2184 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23462 x=975 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23464 x=2268 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23465 x=387 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23468 x=430 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23469 x=2310 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23470 x=1014 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23471 x=2394 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23472 x=1249 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23473 x=2478 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23474 x=1290 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23475 x=1331 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23476 x=1372 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23477 x=3331 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23478 x=2688 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23479 x=903 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23480 x=2730 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23481 x=989 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23482 x=2772 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23484 x=1075 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23487 x=2814 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23488 x=1161 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23489 x=1204 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23490 x=1247 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23491 x=1290 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23492 x=1413 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23493 x=1454 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23494 x=1419 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23495 x=1462 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23497 x=2940 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23500 x=3448 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23501 x=861 y=5026 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23502 x=3066 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23503 x=1495 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23504 x=1720 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23506 x=1763 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23507 x=3487 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23508 x=1849 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23510 x=1536 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23511 x=1577 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23512 x=1618 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23513 x=2580 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23514 x=2064 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23515 x=2107 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23517 x=3360 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23518 x=1659 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23519 x=2236 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23520 x=1700 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23521 x=2322 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23522 x=2365 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23524 x=3486 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23525 x=3528 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23526 x=3570 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23527 x=1741 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23528 x=2580 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23529 x=2623 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23531 x=3654 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23532 x=3696 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23534 x=3738 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23535 x=1782 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23536 x=3822 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23537 x=2881 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23539 x=1864 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23540 x=2967 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23541 x=3906 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23542 x=1905 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23544 x=3990 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23546 x=3139 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23549 x=4032 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23550 x=3225 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23551 x=0 y=3929 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23553 x=3311 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23554 x=42 y=3929 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23555 x=84 y=3929 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23556 x=3212 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23557 x=3256 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23558 x=3440 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23559 x=3483 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23560 x=3526 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23561 x=3569 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23562 x=3612 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23563 x=2193 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23564 x=3698 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23565 x=3741 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23566 x=3784 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23567 x=3696 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23569 x=3827 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23570 x=3870 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23571 x=3913 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23572 x=168 y=3929 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23574 x=3999 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23575 x=1946 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23577 x=252 y=3908 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23578 x=1996 y=4368 width=35 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23582 x=86 y=1745 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23583 x=129 y=1745 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23584 x=172 y=1725 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23586 x=215 y=1724 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23587 x=3024 y=4942 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23588 x=301 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23590 x=344 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23592 x=387 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23593 x=430 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23594 x=473 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23595 x=1045 y=5468 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=23596 x=1125 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23597 x=559 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23598 x=602 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23600 x=660 y=589 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23601 x=645 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23602 x=688 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23605 x=731 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23606 x=774 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23608 x=2570 y=5387 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23609 x=172 y=5211 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23610 x=86 y=5211 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23611 x=498 y=5109 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23612 x=2610 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23613 x=1677 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23614 x=2427 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23615 x=1591 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23616 x=584 y=5349 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23617 x=3870 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23621 x=2175 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23622 x=2650 y=5387 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23624 x=502 y=5370 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23626 x=2690 y=5387 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23627 x=1797 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23629 x=3827 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23630 x=1462 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23631 x=1461 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23632 x=3698 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23633 x=3654 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23635 x=3655 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23637 x=3569 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23641 x=336 y=4925 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23642 x=2604 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23643 x=3397 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23644 x=3570 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23646 x=2730 y=5387 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23647 x=1204 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23648 x=1075 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23649 x=2268 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23650 x=714 y=4903 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23651 x=3311 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23652 x=2810 y=5387 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23653 x=1134 y=4903 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23655 x=473 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23656 x=3999 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23657 x=2881 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23660 x=82 y=5411 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23661 x=2142 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23662 x=2319 y=4368 width=34 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23663 x=1987 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23664 x=3604 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23665 x=3691 y=5426 width=36 height=39 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23668 x=1492 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23669 x=2226 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23670 x=3643 y=4326 width=38 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23673 x=126 y=4966 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23674 x=336 y=4966 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23675 x=2028 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23676 x=2436 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23677 x=2478 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23687 x=1652 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23688 x=2562 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23690 x=3896 y=5065 width=36 height=40 xoffset=5 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23692 x=3096 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23695 x=2646 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23696 x=2688 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23697 x=1575 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23698 x=2730 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23700 x=3096 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23709 x=3311 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23711 x=2814 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23712 x=2763 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23713 x=2067 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=23714 x=2069 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23715 x=2110 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23718 x=630 y=4944 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23719 x=3682 y=4326 width=38 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23720 x=756 y=4944 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23721 x=3150 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23722 x=1812 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23723 x=2151 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23724 x=2192 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23725 x=3318 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23729 x=3913 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23730 x=3360 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23731 x=2233 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23732 x=966 y=4944 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23733 x=3486 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23734 x=1852 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23735 x=3570 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23736 x=129 y=1787 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23738 x=172 y=1767 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23739 x=1092 y=4944 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23740 x=3654 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23742 x=3696 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23749 x=3738 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23751 x=1012 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23753 x=387 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23755 x=2315 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23760 x=3822 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23762 x=2356 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23767 x=3906 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23769 x=3948 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23773 x=1885 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23776 x=4032 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23777 x=0 y=3971 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23782 x=774 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23784 x=42 y=3971 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23785 x=860 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23786 x=903 y=1765 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23789 x=84 y=3971 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23790 x=126 y=3971 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23791 x=1032 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23792 x=168 y=3971 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23793 x=1118 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23794 x=2212 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23796 x=252 y=3950 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23797 x=294 y=3950 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23798 x=2332 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23802 x=378 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23803 x=420 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23805 x=462 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23809 x=1462 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23814 x=1503 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23815 x=2397 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23819 x=1591 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23821 x=588 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23822 x=630 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23824 x=1764 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23825 x=714 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23826 x=2438 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23828 x=1849 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23829 x=1806 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23830 x=1935 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23831 x=1663 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23832 x=882 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23833 x=2860 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23834 x=924 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23835 x=246 y=5089 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23837 x=1008 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23839 x=3165 y=4368 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23840 x=1092 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23842 x=1134 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23843 x=2322 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23844 x=1176 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23846 x=1218 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23847 x=2451 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23849 x=2612 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23851 x=2692 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23857 x=2479 y=3990 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23860 x=2623 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23865 x=1386 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23869 x=3150 y=4901 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23871 x=1470 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23874 x=2795 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23875 x=1512 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23878 x=2881 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23879 x=2924 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23880 x=1554 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23882 x=1596 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23883 x=1962 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23884 x=3096 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23886 x=2520 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23888 x=0 y=695 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23889 x=2561 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23890 x=3005 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23891 x=3799 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23893 x=1848 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23897 x=3354 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23900 x=3397 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23903 x=1890 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23904 x=1932 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23905 x=3526 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23906 x=1974 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23908 x=3612 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23913 x=3838 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23914 x=2602 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23916 x=3741 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23917 x=2100 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23919 x=1638 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23920 x=2184 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23923 x=301 y=4720 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23926 x=2208 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=23929 x=2310 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23930 x=2352 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23934 x=0 y=1829 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23935 x=2394 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23937 x=2436 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23938 x=2478 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23939 x=2520 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23940 x=215 y=1808 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23943 x=2562 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23944 x=301 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23946 x=344 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23947 x=2604 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23948 x=2646 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23952 x=2643 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23954 x=2730 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23955 x=2772 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23956 x=602 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23957 x=2814 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23959 x=2856 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23961 x=2898 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23963 x=2940 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23965 x=129 y=4720 width=42 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23967 x=3024 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23968 x=3066 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23970 x=3108 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23972 x=989 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23975 x=3150 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23979 x=3192 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23980 x=3234 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23982 x=3276 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23984 x=3318 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23986 x=3132 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23988 x=1290 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23991 x=1333 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23992 x=3402 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23993 x=3444 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23994 x=1462 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23996 x=3486 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=23997 x=1548 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24003 x=1591 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24007 x=3528 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24009 x=3570 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24011 x=1720 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24012 x=1763 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24013 x=1806 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24014 x=3612 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24016 x=3654 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24017 x=3696 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24018 x=1978 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24019 x=3738 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24022 x=2064 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24023 x=2730 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24024 x=3822 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24025 x=3864 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24027 x=1851 y=5506 width=39 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24029 x=2850 y=5387 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24030 x=1572 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24032 x=212 y=5570 width=41 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24033 x=1204 y=5148 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24034 x=2451 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24035 x=2494 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24036 x=2537 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24037 x=2581 y=5582 width=41 height=33 xoffset=2 yoffset=19 xadvance=44 page=0 chnl=15 -char id=24038 x=0 y=4720 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24039 x=1161 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24040 x=3839 y=5426 width=36 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24041 x=586 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24043 x=3013 y=5545 width=41 height=36 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24046 x=294 y=3992 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24049 x=2127 y=5506 width=38 height=38 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24050 x=1527 y=5506 width=40 height=38 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24051 x=2478 y=5506 width=37 height=38 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24052 x=2706 y=5506 width=37 height=38 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24053 x=3053 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24055 x=3827 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24056 x=1076 y=5507 width=40 height=38 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24057 x=588 y=5308 width=41 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24059 x=3225 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24061 x=2536 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24062 x=1737 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24063 x=3354 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24064 x=994 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24066 x=630 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=24067 x=672 y=3991 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24070 x=714 y=3991 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24071 x=3526 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24075 x=2766 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24076 x=1331 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24077 x=2932 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24081 x=3698 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24082 x=1415 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24084 x=1457 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24085 x=532 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24086 x=1583 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24088 x=2807 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24089 x=1667 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24090 x=2618 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24091 x=2140 y=4368 width=35 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24093 x=892 y=4327 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24095 x=2848 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24096 x=2389 y=4368 width=34 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24101 x=117 y=4391 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24104 x=2465 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24107 x=2889 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24109 x=258 y=1850 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24110 x=2549 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24111 x=344 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24112 x=2292 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24114 x=2633 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24115 x=2675 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24117 x=2759 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24118 x=2843 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24119 x=3011 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24120 x=156 y=4391 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24125 x=2930 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24126 x=3179 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24128 x=3221 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24131 x=3263 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24132 x=3305 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24133 x=3347 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24135 x=946 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24137 x=989 y=1849 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24139 x=1032 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24140 x=3473 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24142 x=3515 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24144 x=1161 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24145 x=2565 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24148 x=3641 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24149 x=1247 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24150 x=3683 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24151 x=2971 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24152 x=3851 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24155 x=3977 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24156 x=0 y=3383 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24158 x=42 y=3383 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24159 x=1548 y=1848 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24161 x=168 y=3383 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24162 x=210 y=3363 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24163 x=3012 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24164 x=420 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24168 x=546 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24170 x=630 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24171 x=672 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24172 x=714 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24173 x=756 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24174 x=840 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24176 x=1092 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24178 x=1568 y=5506 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24179 x=3447 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24180 x=2150 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24181 x=731 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24182 x=1386 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24183 x=1470 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24184 x=2322 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24185 x=2365 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24186 x=3053 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24187 x=1554 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24188 x=1638 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24189 x=195 y=4391 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24190 x=2580 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24191 x=1764 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24192 x=2666 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24193 x=2709 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24195 x=2752 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24196 x=2795 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24199 x=2838 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24202 x=2881 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24203 x=2924 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24206 x=2967 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24207 x=3010 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24213 x=3053 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24214 x=3096 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24215 x=3139 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24217 x=1848 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24218 x=3225 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24220 x=3268 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24224 x=3311 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24226 x=1419 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24228 x=3397 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24229 x=3440 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24230 x=3483 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24231 x=3526 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24232 x=2016 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24234 x=3612 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24235 x=3655 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24236 x=3698 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24237 x=3741 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24241 x=3784 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24243 x=3827 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24245 x=3870 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24246 x=3913 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24247 x=3956 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24248 x=3999 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24249 x=4042 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24253 x=2100 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24254 x=43 y=1913 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24255 x=86 y=1913 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24257 x=129 y=1913 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24258 x=172 y=1893 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24259 x=215 y=1892 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24262 x=258 y=1892 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24264 x=3906 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24265 x=301 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24266 x=344 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24267 x=3990 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24268 x=4032 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24270 x=387 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24271 x=430 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24272 x=2156 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24273 x=473 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24274 x=516 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24275 x=559 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24276 x=0 y=3845 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24277 x=2596 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24278 x=602 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24281 x=645 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24282 x=688 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24283 x=731 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24284 x=774 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24285 x=817 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24286 x=860 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24287 x=903 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24288 x=946 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24289 x=989 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24290 x=1032 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24291 x=42 y=3845 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24293 x=1075 y=1891 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24296 x=1118 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24297 x=1161 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24299 x=1204 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24300 x=1247 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24304 x=1290 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24305 x=1333 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24307 x=1376 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24308 x=430 y=5290 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24310 x=1419 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24311 x=1462 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24312 x=1505 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24313 x=1548 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24314 x=1591 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24315 x=387 y=5290 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24316 x=344 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24317 x=258 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24318 x=2150 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24319 x=84 y=3845 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24320 x=3405 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24321 x=126 y=3845 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24322 x=3612 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24323 x=1634 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24324 x=3483 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24326 x=1677 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24327 x=1260 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24328 x=1720 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24329 x=1763 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24330 x=1806 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24331 x=1764 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24332 x=1849 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24333 x=1892 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24334 x=2394 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24335 x=2520 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24336 x=1935 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24337 x=1978 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24339 x=147 y=5491 width=35 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24340 x=1691 y=5506 width=39 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24341 x=2248 y=4368 width=35 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24342 x=753 y=5546 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24343 x=3721 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24344 x=0 y=5007 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24345 x=3612 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24347 x=2064 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24348 x=2224 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24349 x=3999 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24350 x=2107 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24351 x=1612 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24353 x=3784 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24354 x=2150 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24355 x=2193 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24356 x=2236 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24357 x=3538 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24358 x=2279 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24359 x=3670 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24360 x=1890 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24361 x=2322 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24363 x=2666 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24364 x=2580 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24365 x=1677 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24366 x=2365 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24367 x=2665 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24368 x=2408 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24369 x=943 y=5026 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24372 x=2451 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24373 x=1548 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24374 x=2666 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24375 x=264 y=85 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24376 x=3952 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24378 x=3526 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24379 x=756 y=5308 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24380 x=1978 y=4861 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24381 x=2494 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24382 x=2537 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24383 x=2580 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24384 x=2623 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24385 x=774 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24388 x=3139 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24389 x=2666 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24391 x=2709 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24392 x=301 y=4761 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24394 x=43 y=4761 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24396 x=3397 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24397 x=2752 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24398 x=2795 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24400 x=2675 y=5545 width=42 height=36 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24401 x=2580 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24403 x=2068 y=4368 width=35 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24404 x=672 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24406 x=966 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24407 x=1260 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24408 x=2142 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24409 x=546 y=3991 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24411 x=3096 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24412 x=2838 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24413 x=2881 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24416 x=2924 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24417 x=105 y=5130 width=33 height=40 xoffset=6 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24418 x=2279 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24419 x=2967 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24420 x=1634 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24421 x=3010 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24422 x=1680 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24423 x=3053 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24425 x=3096 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24426 x=3139 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24427 x=2024 y=4410 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24428 x=3182 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24429 x=3444 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24431 x=129 y=4679 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24432 x=3225 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24433 x=3913 y=4614 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24434 x=3268 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24435 x=292 y=5130 width=23 height=40 xoffset=9 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24436 x=3311 y=1890 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24437 x=2244 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24439 x=2288 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24440 x=2332 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24441 x=2376 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24442 x=2420 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24444 x=3354 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24445 x=1197 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24446 x=1287 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24447 x=3397 y=1890 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24448 x=2596 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24449 x=3440 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24450 x=3483 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24451 x=2728 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24452 x=1557 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24453 x=3526 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24455 x=3157 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24456 x=2860 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24457 x=2904 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24458 x=3034 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24459 x=3569 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24460 x=3036 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24461 x=3080 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24463 x=3124 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24464 x=3168 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24465 x=3212 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24466 x=3256 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24467 x=3300 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24470 x=3344 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24471 x=3612 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24472 x=3432 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24473 x=3476 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24476 x=3520 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24477 x=3564 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24478 x=3608 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24480 x=3652 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24481 x=3655 y=1890 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24482 x=3740 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24484 x=3784 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24487 x=3698 y=1890 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24488 x=3741 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24489 x=3916 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24490 x=3960 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24491 x=4004 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24492 x=4048 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24493 x=0 y=149 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24494 x=3177 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24495 x=44 y=149 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24496 x=88 y=149 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24497 x=132 y=129 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24499 x=220 y=128 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24500 x=264 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24501 x=308 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24503 x=3784 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24504 x=396 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24505 x=440 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24508 x=484 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24509 x=528 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24515 x=880 y=4411 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24516 x=2828 y=4368 width=22 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24517 x=3827 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24519 x=2310 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24520 x=3710 y=5505 width=42 height=37 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=24521 x=2436 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24523 x=880 y=127 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24524 x=2593 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24525 x=2937 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24528 x=2193 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24529 x=2249 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24530 x=1100 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24531 x=3870 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24532 x=3913 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24534 x=3956 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24535 x=1290 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24536 x=946 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24537 x=3999 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24540 x=4042 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24541 x=0 y=1955 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24542 x=774 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24544 x=215 y=4597 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24545 x=2814 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24546 x=2709 y=5147 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24548 x=43 y=1955 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24552 x=86 y=1955 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24553 x=989 y=5148 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24554 x=129 y=1955 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24555 x=172 y=1935 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24556 x=215 y=1934 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24557 x=258 y=1934 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24558 x=301 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24559 x=2024 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24560 x=344 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24561 x=387 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24562 x=430 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24563 x=2200 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24565 x=2451 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24566 x=473 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24568 x=516 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24570 x=559 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24571 x=602 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24572 x=2420 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24573 x=2365 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24575 x=2322 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24583 x=645 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24586 x=164 y=4265 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24589 x=688 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24590 x=2193 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24591 x=731 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24592 x=336 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24594 x=2150 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24595 x=774 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24596 x=817 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24597 x=378 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24598 x=860 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24599 x=903 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24600 x=2064 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24601 x=946 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24602 x=989 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24603 x=420 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24604 x=1032 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24605 x=3363 y=5466 width=41 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24607 x=1075 y=1933 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24608 x=1978 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24609 x=1118 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24610 x=1161 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24612 x=1935 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24613 x=1892 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24614 x=1204 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24615 x=1247 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24616 x=1849 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24617 x=1290 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24618 x=1333 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24619 x=462 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24621 x=1376 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24623 x=1419 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24625 x=1806 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24627 x=1462 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24629 x=220 y=170 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24634 x=264 y=169 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24640 x=1505 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24641 x=1763 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24642 x=672 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24643 x=1548 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24646 x=1591 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24647 x=1634 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24648 x=1677 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24649 x=1720 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24650 x=1176 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24651 x=1763 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24652 x=704 y=169 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24653 x=1806 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24656 x=1217 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24657 x=660 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24658 x=1892 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24660 x=1935 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24661 x=1591 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24662 x=1548 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24663 x=1978 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24665 x=1505 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24666 x=1462 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24669 x=1376 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24671 x=1806 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24672 x=2021 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24673 x=2064 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24674 x=2107 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24675 x=1333 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24676 x=2150 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24677 x=2193 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24679 x=959 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24680 x=2279 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24681 x=1991 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24682 x=1716 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24683 x=2226 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24684 x=2322 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24685 x=2365 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24687 x=286 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=24688 x=2408 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24689 x=2451 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24693 x=1204 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24695 x=1161 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24702 x=2494 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24703 x=129 y=5171 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24705 x=2394 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24706 x=2537 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24707 x=2520 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24708 x=2580 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24709 x=2623 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24710 x=1032 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24712 x=2666 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24713 x=989 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24714 x=946 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24715 x=2709 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24716 x=3066 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24717 x=2752 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24718 x=2795 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24721 x=2838 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24722 x=2881 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24723 x=2924 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24724 x=2967 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24725 x=3010 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24726 x=3053 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24727 x=3096 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24728 x=3891 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24730 x=3139 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24731 x=3182 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24733 x=3225 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24734 x=3268 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24735 x=3311 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24736 x=860 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24738 x=3354 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24739 x=817 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24740 x=774 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24741 x=3848 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24742 x=3397 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24743 x=3936 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24744 x=688 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24745 x=3150 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24746 x=2206 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24752 x=3440 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24753 x=3483 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24754 x=559 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24755 x=2184 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24756 x=3526 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24757 x=3569 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24758 x=2262 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24759 x=3655 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24760 x=3698 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24763 x=3741 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24764 x=3784 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24765 x=3827 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24766 x=3870 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24770 x=3854 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24772 x=387 y=4535 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24773 x=3913 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24774 x=3813 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24775 x=3956 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24776 x=0 y=275 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24777 x=344 y=4536 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24778 x=3999 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24779 x=4042 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24782 x=301 y=4556 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24783 x=616 y=253 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24785 x=3910 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24787 x=836 y=253 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24788 x=0 y=1997 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24789 x=3444 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24792 x=3486 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24793 x=1716 y=252 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24794 x=43 y=1997 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24795 x=2068 y=252 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24796 x=86 y=1997 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24797 x=3528 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24798 x=129 y=1997 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24799 x=172 y=1977 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24800 x=4053 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24801 x=2722 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=24802 x=4042 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24803 x=3999 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24805 x=3956 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24807 x=215 y=1976 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24808 x=258 y=1976 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24814 x=301 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24816 x=344 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24817 x=3738 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24818 x=387 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24819 x=3870 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24820 x=430 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24821 x=473 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24822 x=516 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24823 x=3827 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24824 x=559 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24825 x=1419 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24826 x=602 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24827 x=3649 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24828 x=3906 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24829 x=645 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24832 x=688 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24833 x=3182 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24834 x=3010 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24835 x=731 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24838 x=588 y=4985 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24839 x=774 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24840 x=2924 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24841 x=817 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24842 x=42 y=3593 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24844 x=860 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24845 x=2795 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24846 x=903 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24847 x=946 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24848 x=989 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24849 x=210 y=3573 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24850 x=294 y=3572 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24851 x=1032 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24852 x=1075 y=1975 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24853 x=1118 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24854 x=1161 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24855 x=2666 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24857 x=2494 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24858 x=3603 y=5266 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24859 x=3403 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24860 x=1204 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24862 x=308 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24863 x=2150 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24864 x=1247 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24865 x=1290 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24866 x=484 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24871 x=1333 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24872 x=2021 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24874 x=1376 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24875 x=1419 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24876 x=1935 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24880 x=1462 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24881 x=1505 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24884 x=1548 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24885 x=462 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24886 x=1591 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24887 x=1634 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24889 x=1677 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24890 x=1720 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24892 x=1763 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24893 x=1806 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24894 x=1849 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24895 x=2967 y=5147 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24897 x=2838 y=5147 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24898 x=3066 y=4901 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24900 x=1892 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24901 x=1935 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24902 x=1978 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24903 x=1548 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24904 x=1419 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24905 x=2021 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24906 x=2064 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24907 x=1376 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24908 x=2107 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24909 x=2150 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24910 x=2193 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24915 x=2236 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24917 x=2279 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24920 x=2322 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24921 x=1290 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24922 x=2365 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24925 x=2646 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24926 x=2408 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24927 x=924 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24928 x=2451 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24930 x=2494 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24931 x=2537 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24932 x=3360 y=4901 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24933 x=2580 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24935 x=1204 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24936 x=2623 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24939 x=1118 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24940 x=2666 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24942 x=2709 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24943 x=2752 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24944 x=2795 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24945 x=2838 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24946 x=2881 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24947 x=2924 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24948 x=3280 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24949 x=2967 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24950 x=3010 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24951 x=3053 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24952 x=1032 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24955 x=3096 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24956 x=946 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24957 x=3520 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24958 x=3139 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24959 x=258 y=5171 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24960 x=3182 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24961 x=3225 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24962 x=3321 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24963 x=1763 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24964 x=3268 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24967 x=1505 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24970 x=1376 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24971 x=1032 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24973 x=3311 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24974 x=1680 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24976 x=3354 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24977 x=2408 y=5147 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24978 x=3397 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24979 x=3440 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24980 x=3483 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24982 x=1333 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24983 x=3784 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24984 x=3526 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24985 x=3741 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24986 x=3569 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24988 x=3612 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24989 x=3612 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24991 x=3655 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24992 x=1247 y=5188 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=24996 x=3698 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24997 x=3569 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=24999 x=3741 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25000 x=3526 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25001 x=3784 y=1974 width=42 height=41 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=25002 x=3486 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25003 x=3654 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25004 x=3827 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25005 x=3870 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25006 x=3913 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25010 x=3440 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25014 x=3956 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25016 x=3999 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25017 x=4042 y=1974 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25018 x=0 y=2039 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25020 x=3397 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25022 x=1540 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25024 x=43 y=2039 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25025 x=1628 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25026 x=86 y=2039 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25027 x=3444 y=4942 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25030 x=129 y=2039 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25031 x=3268 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25032 x=172 y=2019 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25033 x=215 y=2018 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25034 x=258 y=2018 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25035 x=3225 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25036 x=301 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25037 x=2068 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25038 x=344 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25039 x=387 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25040 x=430 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25045 x=1806 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25052 x=473 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25053 x=516 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25054 x=559 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25055 x=3182 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25057 x=602 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25058 x=645 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25059 x=3139 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25061 x=688 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25062 x=731 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25063 x=774 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25064 x=2816 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25065 x=817 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25068 x=3654 y=4942 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25069 x=860 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25071 x=3096 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25074 x=3053 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25076 x=3080 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25077 x=903 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25078 x=946 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25079 x=989 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25080 x=3696 y=4942 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25082 x=3300 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25084 x=1032 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25085 x=1075 y=2017 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25086 x=1118 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25087 x=1161 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25088 x=3010 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25089 x=2967 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25091 x=1204 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25092 x=1247 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25095 x=2924 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25096 x=3738 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25097 x=1290 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25098 x=1333 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25100 x=1376 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25101 x=1419 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25102 x=1462 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25104 x=1505 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25105 x=1548 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25106 x=3780 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25107 x=3864 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25108 x=3906 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25109 x=1591 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25110 x=3948 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25114 x=1634 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25115 x=1974 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25116 x=1677 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25117 x=616 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25118 x=2058 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25119 x=704 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25120 x=748 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25121 x=792 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25122 x=1720 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25123 x=880 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25126 x=924 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25127 x=968 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25129 x=1012 y=463 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25130 x=1763 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25131 x=1144 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25134 x=1188 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25135 x=1232 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25136 x=1320 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25137 x=1408 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25138 x=1452 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25139 x=1496 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25140 x=1806 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25142 x=1588 y=4368 width=37 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25144 x=3360 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25145 x=0 y=3677 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25147 x=43 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25149 x=1849 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25150 x=1892 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25151 x=4032 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25152 x=1936 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25153 x=2532 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25154 x=2173 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25155 x=2132 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25156 x=2091 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25158 x=1935 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25159 x=369 y=5411 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25160 x=3237 y=5466 width=41 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25161 x=2511 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25163 x=1978 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25164 x=4074 y=3444 width=21 height=41 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=15 -char id=25165 x=252 y=3656 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25166 x=378 y=3655 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25168 x=420 y=3655 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25169 x=2021 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25170 x=2684 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25171 x=2064 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25172 x=798 y=3655 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25173 x=2107 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25174 x=2150 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25176 x=2193 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25178 x=1008 y=3655 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25179 x=2236 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25180 x=2279 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25182 x=2322 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25184 x=2365 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25185 x=3168 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25187 x=2412 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25188 x=3256 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25192 x=2408 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25197 x=2451 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25198 x=3388 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25199 x=2494 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25201 x=2537 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25203 x=2580 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25206 x=2623 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25209 x=2666 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25210 x=3652 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25211 x=2709 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25212 x=2752 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25213 x=2795 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25214 x=2838 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25215 x=3031 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=25216 x=2881 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25218 x=2924 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25219 x=2967 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25220 x=3010 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25221 x=1218 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25225 x=3053 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25226 x=3096 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25229 x=3139 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25230 x=3182 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25231 x=3225 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25232 x=1260 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25233 x=1386 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25234 x=3268 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25235 x=440 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25236 x=3311 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25237 x=3354 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25238 x=3397 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25239 x=660 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25240 x=3440 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25241 x=3483 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25243 x=3526 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25244 x=3569 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25246 x=924 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25254 x=1554 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25256 x=3612 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25259 x=3655 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25260 x=3698 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25265 x=1188 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25267 x=3741 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25269 x=1276 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25270 x=3784 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25271 x=3827 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25273 x=3870 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25274 x=3913 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25275 x=1886 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25276 x=1638 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25277 x=1722 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25278 x=3956 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25279 x=3999 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25282 x=1848 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25284 x=4042 y=2016 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25285 x=0 y=2081 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25286 x=43 y=2081 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25287 x=1980 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25288 x=86 y=2081 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25289 x=129 y=2081 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25290 x=172 y=2061 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25292 x=215 y=2060 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25293 x=1845 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25294 x=258 y=2060 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25295 x=2288 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25296 x=1890 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25297 x=301 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25298 x=344 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25299 x=387 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25300 x=430 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25301 x=473 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25302 x=516 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25303 x=2016 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25304 x=2184 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25305 x=559 y=2059 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25306 x=2772 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25307 x=1763 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25308 x=602 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25309 x=645 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25312 x=688 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25313 x=3036 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25322 x=2226 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25324 x=731 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25325 x=774 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25326 x=2394 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25327 x=3256 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25329 x=817 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25330 x=860 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25331 x=903 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25332 x=585 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25333 x=3476 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25334 x=946 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25335 x=989 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25340 x=1032 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25341 x=1075 y=2059 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25342 x=1118 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25343 x=1161 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25345 x=1204 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25346 x=1247 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25347 x=1290 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25348 x=1333 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25351 x=1376 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25352 x=1419 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25353 x=1462 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25354 x=1505 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25355 x=1548 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25356 x=88 y=569 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25357 x=1591 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25360 x=1634 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25361 x=1677 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25363 x=1720 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25366 x=1763 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25368 x=1806 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25369 x=1849 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25371 x=2478 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25375 x=1892 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25383 x=2604 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25384 x=1935 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25385 x=1978 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25386 x=2021 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25387 x=2064 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25389 x=2107 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25391 x=2150 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25394 x=2193 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25397 x=2236 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25398 x=2646 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25401 x=2279 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25402 x=2322 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25403 x=2365 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25404 x=1144 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25405 x=2408 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25406 x=2451 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25407 x=1276 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25409 x=2494 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25410 x=2537 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25411 x=2580 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25412 x=2623 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25414 x=2730 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25417 x=2666 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25418 x=2709 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25419 x=2752 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25420 x=2772 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25421 x=2795 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25422 x=2838 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25423 x=2881 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25424 x=1681 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25426 x=2924 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25427 x=2967 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25428 x=2814 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25429 x=2856 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25431 x=3010 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25432 x=3053 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25433 x=3096 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25435 x=3192 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25436 x=3139 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25445 x=3182 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25446 x=2332 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25447 x=2376 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25448 x=3225 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25449 x=3268 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25451 x=3234 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25452 x=3311 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25453 x=3354 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25454 x=3397 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25457 x=3440 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25458 x=2816 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25460 x=3483 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25461 x=3526 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25462 x=3569 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25463 x=3612 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25464 x=3655 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25466 x=1035 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25467 x=3124 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25468 x=3168 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25469 x=3698 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25471 x=3741 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25472 x=3784 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25474 x=3827 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25475 x=3318 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25476 x=3870 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25479 x=3913 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25480 x=3956 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25481 x=3999 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25482 x=4042 y=2058 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25484 x=1599 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25486 x=0 y=2123 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25487 x=3360 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25488 x=1558 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25490 x=43 y=2123 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25492 x=1118 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=25493 x=86 y=2123 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25494 x=129 y=2123 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25496 x=3402 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25497 x=88 y=611 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25498 x=3444 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25499 x=176 y=590 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25502 x=172 y=2103 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25503 x=215 y=2102 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25504 x=258 y=2102 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25505 x=396 y=589 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25506 x=301 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25507 x=1517 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25508 x=3486 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25509 x=616 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25510 x=3696 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25511 x=344 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25512 x=792 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25513 x=387 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25514 x=430 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25515 x=473 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25516 x=3780 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25517 x=516 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25518 x=1476 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25519 x=559 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25522 x=602 y=2101 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25524 x=3864 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25525 x=645 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25531 x=688 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25533 x=731 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25534 x=1452 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25536 x=1540 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25537 x=774 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25539 x=817 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25540 x=1716 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25541 x=688 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=25542 x=1892 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25544 x=84 y=3719 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25545 x=860 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25550 x=903 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25551 x=946 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25552 x=989 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25553 x=1032 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25554 x=1075 y=2101 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25555 x=1118 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25556 x=1161 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25557 x=1204 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25558 x=1247 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25562 x=2420 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25563 x=1290 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25564 x=1333 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25568 x=1376 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25569 x=1419 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25571 x=1462 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25573 x=1505 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25577 x=1548 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25578 x=1591 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25579 x=1634 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25580 x=2948 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25581 x=1677 y=2100 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25582 x=1720 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25586 x=294 y=3698 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25587 x=1763 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25588 x=1806 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25589 x=3212 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25590 x=1849 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25591 x=3300 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25592 x=1530 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25593 x=1892 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25594 x=1935 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25606 x=1978 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25609 x=336 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25610 x=504 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25613 x=2021 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25615 x=2064 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25616 x=2107 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25618 x=2150 y=2100 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25619 x=2193 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25620 x=2236 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25622 x=2279 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25623 x=2322 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25624 x=2365 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25628 x=2408 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25630 x=630 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25632 x=798 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25634 x=2451 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25636 x=132 y=633 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25637 x=2494 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25638 x=840 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25640 x=882 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25641 x=2537 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25642 x=2580 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25644 x=2623 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25645 x=1620 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25647 x=2666 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25648 x=966 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25652 x=2709 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25653 x=2752 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25654 x=660 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25658 x=2795 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25661 x=748 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25662 x=2838 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25663 x=2881 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25666 x=880 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25675 x=1100 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25678 x=2924 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25679 x=2967 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25681 x=1092 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25682 x=3010 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25683 x=3053 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25684 x=3096 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25688 x=1218 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25690 x=3139 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25691 x=1260 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25692 x=3182 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25693 x=3225 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25695 x=3268 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25696 x=3311 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25697 x=1716 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25699 x=3354 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25703 x=3397 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25705 x=3440 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25709 x=3483 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25711 x=3526 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25715 x=3569 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25716 x=3612 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25718 x=3655 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25720 x=3698 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25721 x=3741 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25722 x=1312 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25723 x=3784 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25725 x=3827 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25731 x=3870 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25733 x=2420 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25735 x=3913 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25736 x=3956 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25743 x=3999 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25744 x=4042 y=2100 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25745 x=0 y=2165 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25746 x=43 y=2165 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25747 x=86 y=2165 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25749 x=129 y=2165 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25752 x=2816 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25753 x=172 y=2145 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25754 x=215 y=2144 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25755 x=258 y=2144 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25757 x=301 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25758 x=344 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25759 x=3124 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25761 x=387 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25763 x=430 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25764 x=473 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25765 x=516 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25766 x=559 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25768 x=602 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25769 x=645 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25771 x=688 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25772 x=731 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25773 x=774 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25774 x=817 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25776 x=860 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25778 x=903 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25779 x=946 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25785 x=989 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25787 x=1032 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25788 x=1075 y=2143 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25789 x=1118 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25790 x=1161 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25791 x=1204 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25793 x=1247 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25794 x=1470 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25796 x=1290 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25797 x=1333 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25799 x=1376 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25801 x=1512 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25802 x=1419 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25803 x=1596 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25804 x=1462 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25805 x=1505 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25806 x=1638 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25808 x=1548 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25809 x=1591 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25810 x=1634 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25812 x=1764 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25813 x=1677 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25815 x=1720 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25816 x=1763 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25818 x=1806 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25824 x=1849 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25825 x=1892 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25826 x=1935 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25827 x=1978 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25828 x=2021 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25829 x=1189 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25830 x=1188 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25831 x=2064 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25833 x=1806 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25834 x=3906 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=25836 x=2107 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25837 x=2150 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25839 x=2193 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25840 x=2236 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25841 x=1890 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25842 x=2279 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25844 x=2322 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25845 x=2365 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25846 x=2408 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25847 x=2451 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25850 x=2494 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25851 x=2537 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25853 x=2580 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25854 x=2623 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25855 x=2666 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25856 x=2709 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25857 x=2068 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25860 x=2752 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25861 x=2795 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25864 x=2838 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25865 x=2881 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25866 x=2924 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25871 x=2967 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25875 x=3010 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25876 x=1974 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25878 x=3053 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25880 x=3096 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25881 x=3139 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25883 x=2640 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25884 x=2016 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25885 x=3182 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25886 x=3225 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25887 x=3268 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25890 x=3311 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25891 x=3354 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25892 x=3397 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25894 x=3440 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25897 x=3483 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25898 x=3526 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25899 x=3569 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25900 x=3612 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25902 x=3655 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25903 x=3698 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25905 x=3741 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25906 x=3344 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25908 x=3784 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25909 x=3827 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25910 x=3870 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25911 x=3913 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25912 x=3564 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25913 x=2058 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25914 x=1148 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25915 x=3956 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25916 x=3740 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25917 x=3999 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25918 x=4042 y=2142 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25919 x=0 y=2207 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25923 x=43 y=2207 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25924 x=86 y=2207 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25925 x=129 y=2207 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25927 x=172 y=2187 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25928 x=215 y=2186 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25929 x=258 y=2186 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25933 x=301 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25934 x=344 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25935 x=387 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25936 x=430 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25937 x=264 y=715 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25938 x=308 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25940 x=352 y=715 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25941 x=473 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25942 x=516 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25943 x=559 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25944 x=602 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25945 x=645 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25949 x=688 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25950 x=731 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25951 x=774 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25952 x=817 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25954 x=860 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25955 x=903 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25958 x=946 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25959 x=989 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25963 x=1032 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25964 x=1056 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25968 x=1075 y=2185 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25970 x=1118 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25972 x=3440 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25973 x=2184 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25975 x=1161 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25976 x=1204 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25978 x=1107 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25981 x=1247 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25985 x=1290 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25986 x=1333 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25987 x=1376 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25988 x=1419 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25989 x=2226 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25991 x=1462 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25992 x=1505 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25993 x=1548 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25994 x=1066 y=4159 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25996 x=1848 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=25998 x=1591 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26000 x=1634 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26001 x=1677 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26002 x=2394 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26005 x=2436 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26007 x=1025 y=4159 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26008 x=2156 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26009 x=1720 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26011 x=1763 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26012 x=2520 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26013 x=3520 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26015 x=1806 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26016 x=1849 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26017 x=2508 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26019 x=2552 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26020 x=1892 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26021 x=1935 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26022 x=1978 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26023 x=2021 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26027 x=2064 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26028 x=2107 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26029 x=984 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26030 x=2150 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26031 x=2193 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26032 x=2236 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26034 x=2279 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26035 x=2322 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26036 x=3124 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26037 x=2365 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26039 x=943 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26040 x=3256 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26041 x=2520 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26044 x=2408 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26045 x=2451 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26046 x=2494 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26047 x=2537 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26049 x=2562 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26050 x=2580 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26051 x=2623 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26052 x=2666 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26053 x=2709 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26054 x=2752 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26056 x=3784 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26057 x=2604 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26059 x=2795 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26060 x=2838 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26062 x=2881 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26063 x=2924 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26064 x=2967 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26066 x=0 y=779 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26068 x=3010 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26070 x=3053 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26071 x=3096 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26072 x=176 y=758 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26073 x=3139 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26075 x=3182 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26079 x=3225 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26080 x=3152 y=5466 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=26081 x=2765 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=26082 x=2244 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26083 x=3150 y=3696 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26085 x=2244 y=5545 width=30 height=37 xoffset=7 yoffset=17 xadvance=44 page=0 chnl=15 -char id=26086 x=1081 y=5546 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26087 x=4059 y=5024 width=36 height=40 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26088 x=2104 y=4368 width=35 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26089 x=1376 y=5267 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26092 x=3234 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26093 x=3268 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26096 x=1804 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26097 x=1247 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26098 x=1204 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26100 x=420 y=5370 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26101 x=0 y=5130 width=34 height=40 xoffset=5 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26105 x=861 y=4159 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26106 x=3137 y=5544 width=40 height=36 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=26107 x=2818 y=4861 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26108 x=820 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26110 x=3409 y=4326 width=38 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26111 x=779 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26112 x=1052 y=4327 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26114 x=930 y=5067 width=39 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26115 x=126 y=4925 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26116 x=461 y=5370 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26118 x=3687 y=5266 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26119 x=1591 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26120 x=1332 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26121 x=738 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26122 x=1505 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26124 x=3970 y=5065 width=36 height=40 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26125 x=2400 y=5506 width=38 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=26126 x=2890 y=5387 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26127 x=3311 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26129 x=656 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26130 x=615 y=4159 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26131 x=2930 y=5387 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26132 x=574 y=4159 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26133 x=533 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26134 x=1798 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26140 x=966 y=4903 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26141 x=3397 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26142 x=1240 y=5348 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26143 x=1322 y=5348 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26144 x=451 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26145 x=410 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26146 x=3994 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26147 x=3822 y=3696 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26148 x=369 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26149 x=3440 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26150 x=688 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26151 x=0 y=3761 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26152 x=328 y=4160 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26153 x=287 y=4160 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26154 x=3977 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26155 x=3092 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26156 x=2478 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26157 x=2808 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26158 x=2394 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26159 x=215 y=4802 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26160 x=1691 y=5347 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26161 x=1176 y=5308 width=41 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26163 x=205 y=4181 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26164 x=1210 y=5067 width=39 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26165 x=625 y=5509 width=40 height=38 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26166 x=1246 y=5108 width=43 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26167 x=3109 y=5466 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26169 x=82 y=4181 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26170 x=3608 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26171 x=650 y=5067 width=39 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26172 x=3624 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26175 x=3649 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26176 x=3567 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26177 x=3569 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26178 x=3485 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26179 x=3738 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26180 x=3321 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26181 x=917 y=5546 width=40 height=37 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26182 x=2060 y=5347 width=40 height=39 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26184 x=3116 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26185 x=2101 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26186 x=502 y=5530 width=40 height=38 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26187 x=2870 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26188 x=2911 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26190 x=2419 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26191 x=2747 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26193 x=4061 y=5426 width=34 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26194 x=2970 y=5387 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26199 x=2132 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26200 x=2542 y=5025 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26201 x=2009 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26202 x=1476 y=4116 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26203 x=2501 y=5025 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26204 x=3782 y=5065 width=37 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26205 x=2520 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26206 x=1107 y=4117 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26207 x=2236 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26208 x=3526 y=2184 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26209 x=656 y=4117 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26210 x=1050 y=3739 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26211 x=1134 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26212 x=2419 y=5025 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26213 x=205 y=4139 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26214 x=3895 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26215 x=3854 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26216 x=1892 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26217 x=3813 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26218 x=1722 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26219 x=3772 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26220 x=3731 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26221 x=3010 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26222 x=2100 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26223 x=2898 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26224 x=2184 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26227 x=2436 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26228 x=3649 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26229 x=3569 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26230 x=1952 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26231 x=1161 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26232 x=1118 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26233 x=570 y=5067 width=39 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26234 x=1532 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26235 x=3608 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26236 x=2982 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26238 x=3526 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26239 x=3090 y=5386 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26240 x=3360 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26241 x=3444 y=3738 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26243 x=516 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26244 x=451 y=5027 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26247 x=738 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26248 x=328 y=5048 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26249 x=287 y=5048 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26251 x=3612 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26252 x=3655 y=2184 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26253 x=890 y=5067 width=39 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26254 x=3403 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26256 x=3362 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26257 x=2776 y=4861 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26258 x=820 y=5388 width=40 height=39 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26262 x=3321 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26263 x=3280 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26264 x=369 y=5089 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26265 x=3239 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26266 x=3780 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26267 x=3116 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26268 x=3698 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26269 x=1763 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26271 x=3490 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26272 x=1289 y=5067 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26274 x=3906 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26276 x=3075 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26278 x=2889 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26283 x=3741 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26285 x=3948 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26286 x=3784 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26289 x=0 y=4925 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26290 x=2993 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26291 x=4032 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26292 x=2924 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26293 x=42 y=3803 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26296 x=2911 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26297 x=2838 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26299 x=546 y=4903 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26300 x=210 y=3783 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26302 x=546 y=3781 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26303 x=2829 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26304 x=1260 y=4903 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26305 x=1386 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26306 x=2788 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26307 x=1512 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26308 x=2747 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26310 x=3225 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26311 x=4012 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26312 x=3971 y=4983 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26313 x=2436 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26316 x=3486 y=5306 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26318 x=3561 y=4983 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26319 x=1118 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26324 x=3827 y=2184 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26326 x=3444 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26329 x=3318 y=4942 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26330 x=2436 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26331 x=2562 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26332 x=1804 y=5025 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26333 x=672 y=4903 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26335 x=4042 y=4819 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26336 x=756 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26342 x=756 y=3991 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26344 x=3137 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26345 x=86 y=4802 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26347 x=3870 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26348 x=1260 y=5308 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26350 x=3108 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26352 x=35 y=5608 width=34 height=36 xoffset=5 yoffset=18 xadvance=44 page=0 chnl=15 -char id=26354 x=1246 y=4368 width=37 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26355 x=1806 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26356 x=3418 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26357 x=420 y=3613 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26359 x=1599 y=5387 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26360 x=3526 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26361 x=3444 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26362 x=3362 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26363 x=3010 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26364 x=3444 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26365 x=4061 y=3318 width=34 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26366 x=86 y=4761 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26367 x=3913 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26368 x=989 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26369 x=2268 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26371 x=3956 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26373 x=3809 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26375 x=2024 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26376 x=3876 y=5426 width=36 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26377 x=3276 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26379 x=1855 y=5347 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26380 x=3784 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26381 x=1720 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26382 x=3999 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26383 x=2520 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26384 x=966 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26386 x=630 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26387 x=4042 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26388 x=2583 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26389 x=0 y=2249 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26390 x=43 y=2249 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26391 x=2378 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26393 x=3130 y=5386 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26395 x=378 y=4946 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26396 x=129 y=2249 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26397 x=1886 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26398 x=172 y=2229 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26399 x=2058 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26400 x=215 y=2228 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26402 x=492 y=5410 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26405 x=258 y=2228 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26406 x=301 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26407 x=344 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26408 x=387 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26410 x=430 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26411 x=473 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26412 x=516 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26413 x=528 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26414 x=559 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26417 x=602 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26419 x=645 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26420 x=688 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26421 x=559 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26422 x=1290 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26423 x=2856 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26424 x=2772 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26426 x=1144 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26429 x=731 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26430 x=1232 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26431 x=774 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26433 x=817 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26435 x=860 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26437 x=903 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26438 x=946 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26439 x=989 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26440 x=1032 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26441 x=1075 y=2227 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26444 x=1892 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26445 x=1118 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26446 x=1161 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26447 x=1204 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26448 x=1247 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26449 x=1290 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26451 x=2646 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26452 x=1333 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26453 x=2420 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26454 x=1376 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26457 x=1419 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26460 x=1462 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26461 x=1505 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26462 x=1548 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26463 x=1591 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26464 x=1634 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26465 x=1677 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26466 x=2795 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26467 x=1344 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26468 x=1720 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26469 x=1763 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26470 x=1806 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26474 x=1849 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26476 x=1892 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26477 x=3828 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26478 x=1935 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26479 x=44 y=443 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26480 x=1353 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26481 x=1978 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26482 x=2816 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26483 x=2021 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26484 x=2064 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26485 x=2107 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26486 x=572 y=421 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26487 x=2150 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26491 x=2193 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26492 x=836 y=421 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26494 x=2236 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26495 x=2279 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26496 x=1290 y=4861 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26497 x=2322 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26500 x=2142 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26501 x=2365 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26503 x=2408 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26505 x=2451 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26507 x=2494 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26508 x=1672 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26510 x=2537 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26511 x=2580 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26512 x=2623 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26513 x=2666 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26514 x=2709 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26515 x=2752 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26517 x=2795 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26518 x=2838 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26519 x=2881 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26520 x=1148 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26521 x=2924 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26522 x=2967 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26523 x=2552 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26524 x=645 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26525 x=3010 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26528 x=3053 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26529 x=3096 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26530 x=3139 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26532 x=3182 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26534 x=3225 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26537 x=3268 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26543 x=3311 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26544 x=3354 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26545 x=3397 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26546 x=3440 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26547 x=3483 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26548 x=336 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26549 x=3526 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26550 x=3569 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26551 x=3612 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26552 x=3486 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26553 x=3612 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26555 x=3655 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26556 x=3698 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26557 x=3741 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26558 x=3784 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26560 x=3827 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26561 x=3870 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26562 x=3913 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26563 x=1540 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26564 x=3108 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26565 x=1848 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26566 x=3956 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26568 x=3999 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26569 x=4042 y=2226 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26570 x=2728 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26574 x=0 y=2291 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26575 x=902 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26576 x=43 y=2291 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26577 x=86 y=2291 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26578 x=129 y=2291 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26579 x=172 y=2271 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26580 x=3956 y=4450 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26583 x=215 y=2270 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26584 x=3344 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26585 x=779 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26586 x=1974 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26587 x=1764 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26588 x=258 y=2270 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26589 x=301 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26590 x=344 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26593 x=387 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26594 x=3784 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26596 x=3828 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26598 x=430 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26599 x=473 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26601 x=516 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26604 x=559 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26606 x=756 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26607 x=602 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26608 x=645 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26609 x=688 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26610 x=731 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26611 x=714 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26612 x=774 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26613 x=572 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26614 x=546 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26615 x=704 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26617 x=817 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26618 x=3948 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26619 x=172 y=4556 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26620 x=1056 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26622 x=860 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26623 x=903 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26625 x=1512 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26626 x=1320 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26627 x=946 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26628 x=989 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26629 x=1032 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26640 x=1672 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26643 x=1075 y=2269 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26644 x=1118 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26646 x=588 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26647 x=1849 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26648 x=1161 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26649 x=1204 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26653 x=1247 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26654 x=2795 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=26655 x=1290 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26657 x=1333 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26658 x=3157 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26663 x=1376 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26664 x=2508 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26665 x=205 y=4055 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26666 x=2596 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26667 x=1419 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26668 x=1462 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26669 x=1505 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26671 x=1548 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26672 x=3124 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26673 x=1591 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26674 x=1634 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26675 x=1677 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26676 x=1720 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26680 x=1763 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26681 x=1806 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26683 x=1849 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26684 x=1892 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26685 x=1935 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26686 x=1978 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26687 x=3784 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26688 x=3010 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26689 x=2021 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26690 x=3916 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26691 x=2064 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26692 x=2107 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26693 x=415 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=26694 x=2150 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26696 x=2193 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26697 x=2236 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26698 x=2279 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26700 x=2322 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26701 x=2365 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26702 x=2408 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26704 x=1134 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26705 x=1677 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=26706 x=2451 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26707 x=2494 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26708 x=798 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26709 x=672 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26711 x=704 y=547 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26712 x=82 y=4055 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26713 x=2537 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26715 x=2580 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26716 x=2623 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26717 x=2666 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26719 x=2709 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26723 x=41 y=4055 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26727 x=1188 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26731 x=1232 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26734 x=2752 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26735 x=1364 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26736 x=2795 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26737 x=2838 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26738 x=2881 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26740 x=2924 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26741 x=2967 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26742 x=0 y=3509 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26743 x=3990 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26745 x=3010 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26746 x=3053 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26747 x=3096 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26748 x=3139 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26750 x=3182 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26751 x=3225 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26753 x=3268 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26754 x=3311 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26755 x=3354 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26756 x=3948 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26757 x=3397 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26758 x=3440 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26760 x=3483 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26765 x=3526 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26766 x=3569 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26767 x=3612 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26768 x=3655 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26771 x=3698 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26772 x=3741 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26774 x=3784 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26775 x=3827 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26776 x=3870 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26777 x=3906 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26778 x=3913 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26779 x=3612 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26780 x=3956 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26781 x=3652 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26783 x=3999 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26784 x=3234 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26785 x=4042 y=2268 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26786 x=3108 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26787 x=0 y=611 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26789 x=0 y=2333 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26790 x=43 y=2333 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26791 x=86 y=2333 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26792 x=129 y=2333 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26793 x=172 y=2313 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26794 x=215 y=2312 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26795 x=258 y=2312 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26797 x=301 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26798 x=344 y=2311 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26799 x=3066 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26800 x=387 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26801 x=2646 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26802 x=430 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26803 x=1408 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26804 x=473 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26805 x=516 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26806 x=559 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26809 x=602 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26810 x=645 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26811 x=688 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26812 x=731 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26819 x=774 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26820 x=817 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26821 x=2288 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26822 x=860 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26824 x=903 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26825 x=2604 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26826 x=946 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26827 x=2640 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26828 x=989 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26829 x=1032 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26831 x=1075 y=2311 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26832 x=1118 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26833 x=2860 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26834 x=2904 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26835 x=2992 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26836 x=1161 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26837 x=1204 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26838 x=1247 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26839 x=1290 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26840 x=1333 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26841 x=1376 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26842 x=2520 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26844 x=3608 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26845 x=2352 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26847 x=1419 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26848 x=1462 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26849 x=1932 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26851 x=1505 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26852 x=1548 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26853 x=3960 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26855 x=1591 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26856 x=4048 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26858 x=1634 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26859 x=176 y=632 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26860 x=1677 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26861 x=1720 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26862 x=1763 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26863 x=1806 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26864 x=572 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26865 x=1849 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26866 x=1892 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26869 x=1935 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26870 x=836 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26871 x=1978 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26873 x=2021 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26874 x=756 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26875 x=2064 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26876 x=2107 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26877 x=2150 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26880 x=2193 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26881 x=2236 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26883 x=1628 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26884 x=2279 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26885 x=2322 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26886 x=210 y=3447 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26887 x=2365 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26888 x=3948 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26889 x=2408 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26890 x=2451 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26891 x=2494 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26892 x=2537 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26893 x=2580 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26894 x=2623 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26895 x=2666 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26896 x=2709 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26897 x=2752 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26898 x=2795 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26899 x=2838 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26902 x=2881 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26903 x=2924 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26905 x=2856 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26906 x=2100 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26907 x=2967 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26908 x=2772 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26913 x=3463 y=3990 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26914 x=1764 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26915 x=2992 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26917 x=1554 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26918 x=3010 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26920 x=3053 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26922 x=3096 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26928 x=3139 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26929 x=3182 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26931 x=3225 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26932 x=3388 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26933 x=3268 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26934 x=3311 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26936 x=3354 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26937 x=3397 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26939 x=3440 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26941 x=3483 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26943 x=3696 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26946 x=3526 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26949 x=1512 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26950 x=3569 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26953 x=3612 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26954 x=3655 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26958 x=3698 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26963 x=4048 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26964 x=3741 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26965 x=3784 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26967 x=3827 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26969 x=264 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26970 x=3870 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26971 x=3913 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26972 x=1428 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26973 x=3956 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26974 x=3999 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26976 x=4042 y=2310 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26977 x=748 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26978 x=0 y=2375 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26979 x=1008 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26980 x=43 y=2375 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26981 x=86 y=2375 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26982 x=129 y=2375 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26984 x=172 y=2355 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26985 x=215 y=2354 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26986 x=258 y=2354 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26987 x=301 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26988 x=966 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26989 x=344 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26990 x=387 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26991 x=430 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26992 x=473 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26993 x=1628 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26994 x=1672 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26995 x=516 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26996 x=798 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26997 x=559 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=26999 x=602 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27000 x=1892 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27001 x=645 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27002 x=688 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27003 x=731 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27004 x=774 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27005 x=817 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27006 x=860 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27007 x=903 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27008 x=546 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27009 x=946 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27010 x=2420 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27014 x=989 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27018 x=252 y=3404 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27021 x=1032 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27022 x=1075 y=2353 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27025 x=1118 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27026 x=1161 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27028 x=1204 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27029 x=2904 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27030 x=1247 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27032 x=1290 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27035 x=1333 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27036 x=1376 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27040 x=1419 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27041 x=1462 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27045 x=1505 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27046 x=3256 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27047 x=1548 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27048 x=1591 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27051 x=1634 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27053 x=1677 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27054 x=3738 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27055 x=1720 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27056 x=1763 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27057 x=3828 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27058 x=1806 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27060 x=1849 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27063 x=1892 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27064 x=1935 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27066 x=1978 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27067 x=3654 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27068 x=2021 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27070 x=2064 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27071 x=2107 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27072 x=2150 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27073 x=3570 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27075 x=2193 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27077 x=3486 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27079 x=2236 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27080 x=2279 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27082 x=2322 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27083 x=2365 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27084 x=2408 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27085 x=2451 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27086 x=2494 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27087 x=2537 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27088 x=2580 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27089 x=430 y=5170 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27091 x=2623 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27094 x=2666 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27095 x=2709 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27096 x=2752 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27097 x=2795 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27101 x=2838 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27102 x=2881 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27106 x=3402 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27107 x=2924 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27109 x=2967 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27111 x=3010 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27112 x=3053 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27113 x=3096 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27114 x=3139 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27115 x=3182 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27117 x=3225 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27118 x=3268 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27119 x=3311 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27121 x=3354 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27122 x=3397 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27123 x=3440 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27124 x=3483 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27125 x=2640 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27126 x=3360 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27129 x=3526 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27131 x=2772 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27133 x=3569 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27134 x=3612 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27135 x=3655 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27136 x=3318 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27137 x=3036 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27138 x=3698 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27139 x=3741 y=2352 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27141 x=3784 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27146 x=3827 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27147 x=3870 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27148 x=3913 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27151 x=3956 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27153 x=3608 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27154 x=3999 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27155 x=4042 y=2352 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27156 x=0 y=2417 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27157 x=43 y=2417 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27159 x=86 y=2417 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27161 x=129 y=2417 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27162 x=172 y=2397 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27163 x=215 y=2396 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27165 x=258 y=2396 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27166 x=301 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27167 x=344 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27168 x=387 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27169 x=430 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27170 x=473 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27171 x=516 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27172 x=2288 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27176 x=559 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27177 x=602 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27178 x=645 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27179 x=688 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27182 x=731 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27184 x=774 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27186 x=2816 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27187 x=817 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27188 x=0 y=191 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27189 x=860 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27190 x=903 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27191 x=946 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27192 x=989 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27193 x=1032 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27194 x=1075 y=2395 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27195 x=1118 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27197 x=1161 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27198 x=2068 y=294 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27199 x=1204 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27204 x=1247 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27205 x=1290 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27206 x=1333 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27207 x=1376 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27208 x=1419 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27209 x=1462 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27210 x=1505 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27211 x=1548 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27214 x=1591 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27216 x=1634 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27217 x=1677 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27218 x=1720 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27220 x=1763 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27221 x=1806 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27222 x=880 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27224 x=3276 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27225 x=1276 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27227 x=1849 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27231 x=1892 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27233 x=1935 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27234 x=1978 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27236 x=2021 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27238 x=2064 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27239 x=1848 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27242 x=2107 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27243 x=2150 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27249 x=2193 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27250 x=2236 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27251 x=2279 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27256 x=3150 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27258 x=3066 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27262 x=2322 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27263 x=2365 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27264 x=2408 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27265 x=2451 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27267 x=2494 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27268 x=2537 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27270 x=3036 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27271 x=2580 y=2394 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27273 x=2623 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27275 x=3432 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27277 x=3608 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27278 x=2666 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27280 x=2709 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27281 x=3024 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27284 x=2982 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27287 x=2752 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27291 x=2795 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27292 x=2838 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27293 x=748 y=421 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27294 x=2881 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27295 x=1100 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27296 x=2924 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27297 x=2967 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27298 x=3010 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27299 x=3053 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27301 x=1584 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27306 x=3096 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27307 x=3139 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27308 x=3182 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27310 x=3225 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27311 x=3268 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27312 x=3311 y=2394 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27313 x=2156 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27315 x=3354 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27316 x=3397 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27320 x=3440 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27323 x=3483 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27325 x=2684 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27326 x=3526 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27327 x=387 y=4658 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27329 x=2948 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27330 x=3569 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27331 x=3612 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27334 x=3655 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27336 x=3344 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27337 x=3698 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27340 x=3741 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27344 x=473 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27345 x=2814 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27347 x=3784 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27348 x=3827 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27349 x=3870 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27350 x=3913 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27354 x=2772 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27355 x=3956 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27356 x=3999 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27357 x=4042 y=2394 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27358 x=0 y=2459 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27359 x=43 y=2459 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27362 x=86 y=2459 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27364 x=129 y=2459 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27367 x=172 y=2439 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27368 x=215 y=2438 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27370 x=258 y=2438 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27372 x=2992 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27376 x=3036 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27377 x=301 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27378 x=344 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27379 x=387 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27384 x=430 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27386 x=2688 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27387 x=473 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27388 x=315 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27389 x=516 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27394 x=559 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27395 x=602 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27396 x=2394 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27397 x=645 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27398 x=688 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27399 x=731 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27401 x=774 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27402 x=817 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27403 x=860 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27407 x=903 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27408 x=946 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27409 x=989 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27410 x=1032 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27414 x=1075 y=2437 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27415 x=1118 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27419 x=1161 y=2436 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27421 x=1204 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27422 x=1247 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27423 x=2244 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27424 x=372 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=27425 x=1290 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27427 x=1333 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27428 x=1376 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27431 x=3217 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27432 x=495 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27435 x=1419 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27436 x=3300 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27439 x=1462 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27442 x=540 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27445 x=1505 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27446 x=1548 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27447 x=3608 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27448 x=1591 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27449 x=1634 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27450 x=1677 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27451 x=1720 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27453 x=3960 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27454 x=4004 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27455 x=0 y=569 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27459 x=1763 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27462 x=1806 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27463 x=176 y=548 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27465 x=1849 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27466 x=1892 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27468 x=1935 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27469 x=1978 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27470 x=2021 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27472 x=3608 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27474 x=2064 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27475 x=2107 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27476 x=2150 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27478 x=2193 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27480 x=2236 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27481 x=2279 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27483 x=1452 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27485 x=2322 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27487 x=2365 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27488 x=2408 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27489 x=2451 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27490 x=2752 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27491 x=2845 y=5545 width=41 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=27492 x=946 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27493 x=2583 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27494 x=2494 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27495 x=2537 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27497 x=2460 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27498 x=1518 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27499 x=1634 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27500 x=2580 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27502 x=1376 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27503 x=2898 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27504 x=2120 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27506 x=2623 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27507 x=2666 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27508 x=1462 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27509 x=2709 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27511 x=1376 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27512 x=2752 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27513 x=1971 y=5506 width=38 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=27514 x=4033 y=4326 width=38 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27515 x=2421 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=27517 x=2795 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27518 x=2838 y=2436 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27519 x=220 y=590 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27520 x=264 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27521 x=4045 y=4368 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27522 x=3440 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27523 x=748 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27524 x=836 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27525 x=880 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27526 x=2881 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27529 x=2924 y=2436 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27530 x=1232 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27531 x=242 y=0 width=43 height=42 xoffset=0 yoffset=13 xadvance=44 page=0 chnl=15 -char id=27533 x=1628 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27541 x=1672 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27542 x=2967 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27543 x=3010 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27544 x=2068 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27547 x=3388 y=4409 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27550 x=2537 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27551 x=86 y=4720 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27552 x=2244 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27554 x=3053 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27555 x=3096 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27556 x=3139 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27560 x=3182 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27561 x=2728 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27562 x=3225 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27563 x=3913 y=4819 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27564 x=0 y=4884 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27565 x=3483 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27566 x=3168 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27567 x=3268 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27568 x=3311 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27569 x=3354 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27570 x=3397 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27571 x=2580 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27572 x=2230 y=4861 width=41 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27573 x=3440 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27575 x=3483 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27576 x=88 y=653 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27577 x=3432 y=4409 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27578 x=3526 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27579 x=396 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27580 x=3612 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27581 x=616 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27582 x=3569 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27583 x=3297 y=4368 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27584 x=3612 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27587 x=3655 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27588 x=1320 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27589 x=3698 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27590 x=3602 y=4983 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27591 x=3741 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27592 x=1584 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27593 x=2940 y=5307 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27595 x=2687 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27596 x=2808 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27597 x=2730 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27598 x=3784 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27599 x=3827 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27602 x=3870 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27603 x=3913 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27604 x=2494 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27606 x=3956 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27607 x=1092 y=4903 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27608 x=3195 y=5466 width=41 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27610 x=3528 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27611 x=2356 y=4861 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27615 x=3999 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27617 x=344 y=4577 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27619 x=3321 y=5466 width=41 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27622 x=4042 y=2436 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27623 x=3526 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27627 x=3738 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27628 x=3784 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27630 x=0 y=2501 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27631 x=3956 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27633 x=1462 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27635 x=0 y=4843 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27639 x=672 y=3823 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27641 x=43 y=2501 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27647 x=86 y=2501 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27650 x=129 y=2501 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27652 x=172 y=2481 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27653 x=3741 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27656 x=215 y=2480 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27657 x=258 y=2480 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27658 x=2451 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27661 x=44 y=695 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27662 x=2408 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27663 x=1596 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27664 x=2226 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27665 x=2049 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27666 x=301 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27667 x=344 y=2479 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27668 x=387 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27671 x=430 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27673 x=473 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27675 x=516 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27679 x=559 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27683 x=602 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27684 x=645 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27686 x=688 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27687 x=731 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27688 x=774 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27692 x=817 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27694 x=860 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27699 x=903 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27700 x=946 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27701 x=4074 y=3820 width=18 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27702 x=731 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27703 x=989 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27704 x=1032 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27706 x=1533 y=5619 width=42 height=27 xoffset=1 yoffset=21 xadvance=44 page=0 chnl=15 -char id=27707 x=3528 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27710 x=903 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27711 x=1075 y=2479 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27712 x=860 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27713 x=1118 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27714 x=1161 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27722 x=1204 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27723 x=3948 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27725 x=1247 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27726 x=2816 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27727 x=1290 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27728 x=210 y=3867 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27730 x=301 y=4802 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27732 x=258 y=4802 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27733 x=2911 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27735 x=588 y=3865 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27737 x=1333 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27738 x=1376 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27739 x=1419 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27740 x=4042 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27741 x=1462 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27742 x=3096 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27743 x=3822 y=4942 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27744 x=3741 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27746 x=3698 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27751 x=1505 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27752 x=2829 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27754 x=3182 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27755 x=1548 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27757 x=1890 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27759 x=1591 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27760 x=1634 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27762 x=1677 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27763 x=1720 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27764 x=1763 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27766 x=1806 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27768 x=1849 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27769 x=2788 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27770 x=1892 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27771 x=1935 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27773 x=1978 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27774 x=836 y=715 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27777 x=2709 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27778 x=2021 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27779 x=2064 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27780 x=2107 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27781 x=2150 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27782 x=2193 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27783 x=2236 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27784 x=2279 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27785 x=1496 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27788 x=2322 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27789 x=2623 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27792 x=2365 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27794 x=2408 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27795 x=2451 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27796 x=2494 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27797 x=2646 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27798 x=2982 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27799 x=989 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=27800 x=2451 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27801 x=2537 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27802 x=2365 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27803 x=2580 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27804 x=2623 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27807 x=2706 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27809 x=2666 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27810 x=2709 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27818 x=126 y=3929 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27819 x=2752 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27820 x=2795 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27821 x=2838 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27822 x=2064 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27824 x=294 y=3908 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27825 x=2982 y=4942 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27826 x=2881 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27827 x=2924 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27828 x=2967 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27832 x=3010 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27833 x=652 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27834 x=2419 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27835 x=3053 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27836 x=2378 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27837 x=630 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27838 x=756 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27839 x=3096 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27841 x=3139 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27842 x=840 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27844 x=3182 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27845 x=2296 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27846 x=3225 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27849 x=3268 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27850 x=1132 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27852 x=1419 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27853 x=3311 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27855 x=2255 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27856 x=1134 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27857 x=1344 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27858 x=3354 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27859 x=3397 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27860 x=1386 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27861 x=3440 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27862 x=1428 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27863 x=1680 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27865 x=3483 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27866 x=946 y=4739 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27867 x=860 y=4739 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27868 x=688 y=4739 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27869 x=3526 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27872 x=3569 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27873 x=3612 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27874 x=3655 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27875 x=430 y=4739 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27877 x=3698 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27879 x=3741 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27880 x=215 y=4761 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27881 x=129 y=4761 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27882 x=1968 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27883 x=3784 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27884 x=3827 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27885 x=3870 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27886 x=3913 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27887 x=3956 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27888 x=3999 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27889 x=4042 y=2478 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27890 x=1890 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27891 x=0 y=2543 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27892 x=3870 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27899 x=43 y=2543 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27904 x=86 y=2543 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27905 x=1927 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27908 x=1845 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27911 x=1763 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27914 x=129 y=2543 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27915 x=172 y=2523 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27916 x=1722 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27918 x=1681 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27919 x=215 y=2522 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27921 x=258 y=2522 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27922 x=301 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27923 x=344 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27927 x=440 y=421 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27929 x=387 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27930 x=430 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27931 x=473 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27934 x=0 y=4966 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27935 x=516 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27940 x=3311 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27941 x=559 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27942 x=2310 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27943 x=2604 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27944 x=602 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27945 x=645 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27946 x=3066 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27947 x=3010 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27950 x=688 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27951 x=731 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27953 x=3192 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27954 x=1435 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27955 x=1312 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27956 x=774 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27957 x=1271 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27958 x=1189 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27960 x=3388 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27961 x=2064 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27963 x=798 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27964 x=2016 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27965 x=817 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27966 x=860 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27967 x=903 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27969 x=946 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27972 x=989 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27973 x=1032 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27991 x=1075 y=2521 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27992 x=1118 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27993 x=1161 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27994 x=1204 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27995 x=1247 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27996 x=1290 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=27998 x=1591 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=27999 x=1333 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28000 x=1376 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28001 x=1419 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28003 x=1462 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28004 x=1505 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28005 x=1548 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28006 x=1591 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28007 x=1548 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28009 x=840 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28010 x=1634 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28012 x=1419 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28014 x=1677 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28015 x=1720 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28016 x=1066 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28020 x=1763 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28023 x=1408 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28024 x=1806 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28025 x=1849 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28028 x=1892 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28032 x=1935 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28033 x=1978 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28034 x=2112 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28037 x=1032 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28039 x=516 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28040 x=1764 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28041 x=2021 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28042 x=2064 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28044 x=943 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28045 x=2107 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28046 x=2150 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28049 x=2193 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28050 x=2236 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28051 x=902 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28052 x=2279 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28053 x=3780 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28054 x=2322 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28055 x=2365 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28056 x=2408 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28057 x=2451 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28059 x=2494 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28060 x=2537 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28074 x=2580 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28075 x=378 y=3991 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28076 x=2623 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28078 x=738 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28079 x=2666 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28082 x=2709 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28084 x=2752 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28085 x=504 y=3991 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28087 x=2795 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28088 x=656 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28089 x=2838 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28092 x=2881 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28093 x=2924 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28095 x=2967 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28096 x=3010 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28098 x=3053 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28100 x=588 y=3991 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28101 x=3096 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28102 x=3139 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28103 x=3182 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28104 x=1709 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28106 x=533 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28107 x=3225 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28108 x=3268 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28110 x=3311 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28111 x=3354 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28112 x=451 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28113 x=3397 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28114 x=3440 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28117 x=2537 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28118 x=3483 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28120 x=328 y=4286 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28121 x=3526 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28122 x=3569 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28123 x=246 y=4287 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28125 x=3612 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28126 x=3655 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28127 x=3698 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28128 x=3741 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28129 x=3784 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28130 x=2068 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28132 x=2112 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28133 x=3827 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28134 x=1720 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28136 x=3870 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28137 x=3913 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28138 x=3956 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28139 x=1677 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28140 x=3999 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28142 x=4042 y=2520 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28143 x=0 y=2585 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28144 x=43 y=2585 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28145 x=86 y=2585 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28146 x=129 y=2585 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28147 x=172 y=2565 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28148 x=660 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28149 x=205 y=4307 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28150 x=215 y=2564 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28151 x=1462 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28152 x=258 y=2564 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28153 x=301 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28154 x=344 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28155 x=387 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28156 x=430 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28160 x=473 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28164 x=516 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28165 x=559 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28167 x=1932 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28168 x=602 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28169 x=645 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28170 x=164 y=4307 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28171 x=688 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28179 x=731 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28181 x=123 y=4307 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28183 x=774 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28185 x=817 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28186 x=860 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28187 x=3168 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28189 x=903 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28190 x=946 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28191 x=989 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28192 x=1032 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28193 x=1075 y=2563 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28194 x=88 y=737 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28195 x=774 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28196 x=2478 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28197 x=1118 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28198 x=2856 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28199 x=1161 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28201 x=258 y=4679 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28203 x=1204 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28204 x=0 y=4307 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28205 x=3977 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28206 x=1247 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28207 x=1012 y=715 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28210 x=3569 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28212 x=378 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28214 x=1290 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28216 x=1333 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28217 x=3731 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28218 x=1376 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28219 x=1419 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28220 x=1462 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28222 x=1505 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28226 x=1548 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28227 x=1591 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28228 x=3649 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28229 x=1634 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28232 x=1677 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28233 x=1720 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28234 x=1763 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28235 x=1806 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28236 x=1849 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28237 x=1892 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28238 x=1935 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28239 x=3740 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28241 x=1978 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28242 x=2021 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28243 x=2064 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28244 x=2064 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28246 x=1050 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28247 x=2107 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28248 x=3239 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28251 x=2150 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28252 x=2193 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28253 x=2236 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28254 x=2279 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28255 x=3616 y=4860 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28258 x=2322 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28259 x=2365 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28263 x=3075 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28264 x=2408 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28267 x=2451 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28270 x=1376 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28271 x=2494 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28274 x=2537 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28275 x=1722 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28278 x=2580 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28283 x=2623 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28285 x=2666 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28286 x=2709 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28287 x=774 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28288 x=2752 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28290 x=2911 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28297 x=2795 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28300 x=2838 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28301 x=2881 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28303 x=2924 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28304 x=2967 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28307 x=3010 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28310 x=3053 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28312 x=645 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28313 x=924 y=421 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28316 x=2226 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28317 x=3096 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28319 x=3139 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28320 x=258 y=4638 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28322 x=43 y=4638 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28325 x=3182 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28327 x=3124 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28330 x=3225 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28331 x=3999 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28333 x=3268 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28334 x=3311 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28335 x=2419 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28337 x=3354 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28338 x=3397 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28339 x=3440 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28340 x=3483 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28342 x=3526 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28343 x=2378 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28346 x=966 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28347 x=1638 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28348 x=2537 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28349 x=3569 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28351 x=3612 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28352 x=3655 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28353 x=3698 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28354 x=588 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28355 x=3741 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28356 x=3784 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28357 x=1100 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28359 x=3827 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28360 x=3870 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28361 x=3913 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28362 x=1804 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28363 x=836 y=4411 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28364 x=3956 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28365 x=3999 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28366 x=1008 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28367 x=924 y=4411 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28369 x=4042 y=2562 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28371 x=0 y=2627 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28372 x=43 y=2627 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28373 x=86 y=2627 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28377 x=129 y=2627 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28378 x=172 y=2607 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28379 x=215 y=2606 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28381 x=258 y=2606 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28382 x=301 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28390 x=344 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28395 x=924 y=547 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28396 x=387 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28397 x=430 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28398 x=473 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28399 x=516 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28402 x=559 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28404 x=1260 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28407 x=1302 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28408 x=602 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28409 x=645 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28411 x=1161 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28413 x=688 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28414 x=731 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28415 x=774 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28417 x=817 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28418 x=860 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28420 x=903 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28422 x=946 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28424 x=2684 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28425 x=989 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28426 x=1032 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28428 x=903 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28429 x=1932 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28431 x=2142 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28432 x=1075 y=2605 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28433 x=1118 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28435 x=1161 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28436 x=1204 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28437 x=1247 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28438 x=1290 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28440 x=1333 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28442 x=1376 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28443 x=1419 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28448 x=1462 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28450 x=1505 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28451 x=559 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28453 x=387 y=4576 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28454 x=1548 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28457 x=1591 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28458 x=1634 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28459 x=3698 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28460 x=1677 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28461 x=1012 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28463 x=1720 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28464 x=287 y=4244 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28465 x=1763 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28466 x=1806 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28467 x=1849 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28469 x=1892 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28470 x=1935 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28472 x=1978 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28475 x=2021 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28476 x=2064 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28478 x=2107 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28479 x=2150 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28481 x=2860 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28485 x=2193 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28495 x=2236 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28497 x=3432 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28498 x=2279 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28499 x=2322 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28500 x=2365 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28503 x=2408 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28504 x=2451 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28505 x=2494 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28506 x=2537 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28507 x=2580 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28508 x=2623 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28509 x=2666 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28510 x=2709 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28511 x=2752 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28512 x=2795 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28513 x=2838 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28514 x=2881 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28516 x=205 y=4265 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28518 x=2924 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28520 x=2967 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28524 x=3010 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28525 x=3053 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28526 x=3948 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28527 x=3053 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28528 x=3096 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28532 x=3139 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28536 x=3182 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28538 x=3225 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28540 x=3010 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28541 x=3268 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28542 x=3311 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28544 x=2838 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28545 x=2709 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28546 x=3354 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28547 x=2623 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28548 x=2580 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28550 x=3397 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28551 x=294 y=3530 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28552 x=3440 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28555 x=3483 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28556 x=3526 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28557 x=3569 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28558 x=3612 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28560 x=3655 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28561 x=3698 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28562 x=3256 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28563 x=3741 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28564 x=3784 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28566 x=82 y=4265 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28567 x=3977 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28568 x=3827 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28570 x=3870 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28573 x=3318 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28575 x=3913 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28576 x=430 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28577 x=215 y=4556 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28579 x=3956 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28580 x=3999 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28581 x=4042 y=2604 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28582 x=0 y=2669 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28583 x=3784 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28584 x=3225 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28586 x=43 y=2669 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28590 x=86 y=2669 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28591 x=129 y=2669 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28592 x=172 y=2649 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28593 x=215 y=2648 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28595 x=258 y=2648 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28597 x=301 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28598 x=86 y=4515 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28599 x=344 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28601 x=387 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28604 x=430 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28606 x=2580 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28608 x=473 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28609 x=3234 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28610 x=516 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28611 x=559 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28613 x=602 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28614 x=645 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28615 x=688 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28616 x=731 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28617 x=774 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28618 x=817 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28628 x=860 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28629 x=903 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28632 x=946 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28634 x=989 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28635 x=1032 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28638 x=1075 y=2647 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28639 x=1118 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28640 x=1161 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28641 x=2236 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28644 x=1204 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28648 x=1247 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28649 x=1290 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28651 x=2021 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28652 x=1333 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28654 x=1376 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28655 x=1419 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28656 x=1462 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28657 x=1505 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28659 x=1548 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28661 x=798 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28662 x=1640 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28665 x=1161 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28666 x=1591 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28668 x=3608 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28669 x=1634 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28670 x=1677 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28672 x=1720 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28673 x=1763 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28677 x=2408 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28678 x=1806 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28679 x=1849 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28681 x=1218 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28682 x=3870 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28683 x=1892 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28685 x=1935 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28687 x=756 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28689 x=1978 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28693 x=2021 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28695 x=2064 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28696 x=1935 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28698 x=2107 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28699 x=2150 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28701 x=2236 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28702 x=2193 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28703 x=2236 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28704 x=2279 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28707 x=2967 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28710 x=2322 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28711 x=2365 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28712 x=2408 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28716 x=2451 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28719 x=2494 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28720 x=2537 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28722 x=2580 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28724 x=2623 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28727 x=2666 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28729 x=2709 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28730 x=2752 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28732 x=2795 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28734 x=3864 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28739 x=688 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28740 x=2838 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28743 x=2881 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28744 x=2310 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28745 x=2924 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28746 x=2967 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28747 x=3010 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28748 x=3053 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28750 x=817 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28753 x=3096 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28756 x=129 y=4802 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28757 x=3139 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28760 x=3182 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28765 x=3225 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28766 x=672 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28771 x=3268 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28772 x=3311 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28773 x=3354 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28777 x=3827 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28779 x=1932 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28780 x=3783 y=5613 width=41 height=14 xoffset=2 yoffset=40 xadvance=44 page=0 chnl=15 -char id=28782 x=3397 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28783 x=3440 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28784 x=43 y=5211 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=28789 x=2524 y=4861 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28790 x=3483 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28792 x=714 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28796 x=1302 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28797 x=3526 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28798 x=3569 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28801 x=3483 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=28805 x=989 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28806 x=3612 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28809 x=3655 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28810 x=3698 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28814 x=984 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28818 x=3741 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28820 x=3784 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28821 x=308 y=547 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28822 x=3827 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28823 x=3870 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28824 x=3913 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28825 x=3956 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28827 x=420 y=3991 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28831 x=2451 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28836 x=4032 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28843 x=3999 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28844 x=4042 y=2646 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28845 x=0 y=2711 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28846 x=43 y=2711 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28847 x=3864 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28848 x=2016 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28849 x=86 y=2711 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28851 x=129 y=2711 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28852 x=172 y=2691 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28855 x=3913 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28856 x=215 y=2690 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28857 x=3608 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28858 x=126 y=3593 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28859 x=258 y=2690 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28872 x=301 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28874 x=344 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28875 x=387 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28879 x=430 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28881 x=473 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28883 x=387 y=4494 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28884 x=2940 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28885 x=516 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28886 x=559 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28888 x=602 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28889 x=645 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28892 x=2838 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28893 x=2451 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28895 x=3192 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28900 x=688 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28908 x=731 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28913 x=3276 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28921 x=1302 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28922 x=774 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28925 x=1276 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28931 x=817 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28932 x=215 y=4843 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28933 x=860 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28934 x=2378 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28935 x=903 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28936 x=946 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28937 x=2310 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=28939 x=989 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28940 x=1032 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28943 x=3397 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=28948 x=1554 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28953 x=1075 y=2689 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28954 x=1118 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28956 x=1161 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28958 x=1204 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28960 x=1247 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28961 x=1290 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28966 x=1333 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28971 x=1376 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28973 x=1419 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28974 x=1462 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28975 x=1505 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28976 x=1804 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28977 x=1548 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28982 x=198 y=0 width=43 height=42 xoffset=0 yoffset=13 xadvance=44 page=0 chnl=15 -char id=28984 x=301 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=28988 x=1591 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28993 x=1634 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28997 x=1677 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28998 x=1720 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=28999 x=1763 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29001 x=1806 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29002 x=1849 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29003 x=1892 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29004 x=1935 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29006 x=1978 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29008 x=2021 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29009 x=2064 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29010 x=2107 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29011 x=2150 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29013 x=2924 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29014 x=2193 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29015 x=2236 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29017 x=2279 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29018 x=882 y=4985 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29020 x=2322 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29022 x=2365 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29024 x=2408 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29026 x=3276 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29028 x=2451 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29029 x=2494 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29030 x=882 y=3403 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29031 x=3741 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29032 x=2537 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29033 x=2580 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29036 x=2623 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29038 x=168 y=3677 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29049 x=2666 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29053 x=630 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29056 x=1672 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29060 x=2709 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29061 x=2752 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29063 x=2795 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29064 x=2709 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29066 x=2838 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29068 x=3864 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29071 x=3198 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29074 x=3696 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29076 x=2881 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29077 x=2924 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29078 x=2967 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29081 x=129 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29082 x=3010 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29083 x=3053 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29087 x=3096 y=2688 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29088 x=840 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29090 x=3139 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29096 x=3182 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29100 x=3654 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29102 x=3225 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29103 x=3268 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29104 x=3311 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29105 x=264 y=547 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29106 x=3354 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29107 x=3397 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29113 x=1596 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29114 x=3440 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29118 x=3483 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29119 x=3526 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29120 x=3569 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29121 x=3612 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29123 x=2376 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29124 x=3655 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29128 x=1540 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29129 x=3698 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29131 x=3741 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29132 x=3784 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29134 x=3948 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29136 x=3827 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29138 x=3870 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29139 x=3913 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29140 x=3956 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29141 x=3822 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29142 x=3999 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29143 x=574 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29145 x=1722 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29146 x=4042 y=2688 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29148 x=3570 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29151 x=3280 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29152 x=0 y=2753 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29157 x=43 y=2753 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29158 x=86 y=2753 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29159 x=129 y=2753 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29164 x=172 y=2733 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29165 x=1638 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29166 x=215 y=2732 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29172 x=258 y=2732 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29173 x=301 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29176 x=344 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29177 x=2537 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29179 x=387 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29180 x=430 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29182 x=473 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29183 x=516 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29184 x=559 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29190 x=2024 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29191 x=3234 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29192 x=602 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29193 x=645 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29197 x=688 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29200 x=731 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29203 x=3276 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29205 x=774 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29207 x=817 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29210 x=860 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29211 x=2688 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29213 x=903 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29215 x=946 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29220 x=989 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29224 x=1032 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29226 x=344 y=4741 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29227 x=90 y=87 width=41 height=18 xoffset=1 yoffset=23 xadvance=44 page=0 chnl=15 -char id=29228 x=1075 y=2731 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29229 x=1118 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29231 x=1161 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29232 x=1204 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29234 x=1386 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29236 x=1247 y=2730 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29237 x=1290 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29238 x=1333 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29240 x=1892 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29241 x=2268 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29242 x=1376 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29243 x=1419 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29244 x=1892 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29245 x=1462 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29246 x=3397 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29247 x=4066 y=42 width=26 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29248 x=1505 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29249 x=1548 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29250 x=1591 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29251 x=2904 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29253 x=1634 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29254 x=1677 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29255 x=1212 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29256 x=1720 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29259 x=1763 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29260 x=1806 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29262 x=1849 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29263 x=1892 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29264 x=1935 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29266 x=1978 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29267 x=2021 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29269 x=2064 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29270 x=2107 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29271 x=2150 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29272 x=2193 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29273 x=625 y=5348 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29274 x=1189 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29275 x=3906 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29276 x=2683 y=4368 width=24 height=41 xoffset=9 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29277 x=2236 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29278 x=4032 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29279 x=3321 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29280 x=2279 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29281 x=2322 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29282 x=492 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29283 x=2940 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29287 x=2365 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29288 x=3828 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29289 x=2408 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29291 x=2451 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29294 x=2494 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29295 x=2537 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29297 x=2580 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29298 x=2623 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29300 x=3828 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29303 x=1892 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29304 x=2709 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29305 x=2752 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29307 x=2795 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29308 x=2838 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29309 x=984 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29310 x=2881 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29311 x=2924 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29312 x=210 y=5331 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29313 x=1625 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29314 x=2856 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29316 x=2967 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29319 x=3010 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29321 x=3053 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29325 x=3096 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29326 x=3139 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29330 x=1470 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29331 x=3612 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29334 x=3258 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29339 x=3182 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29344 x=2948 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29346 x=3225 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29351 x=1716 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29352 x=2352 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29356 x=3268 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29357 x=340 y=5130 width=23 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29358 x=3311 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29359 x=3354 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29360 x=3397 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29361 x=2552 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29362 x=3440 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29364 x=731 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29366 x=3483 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29369 x=3526 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29374 x=3569 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29376 x=3612 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29377 x=1804 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29378 x=3519 y=5266 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29379 x=3655 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29380 x=3698 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29382 x=504 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29383 x=3741 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29385 x=3784 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29388 x=3827 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29390 x=2562 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29392 x=3870 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29394 x=1302 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29397 x=1554 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29398 x=3913 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29399 x=2394 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29400 x=3956 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29401 x=3547 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29403 x=287 y=4286 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29407 x=3999 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29408 x=4042 y=2730 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29409 x=0 y=2795 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29410 x=572 y=547 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29413 x=2856 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29417 x=43 y=2795 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29420 x=86 y=2795 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29421 x=129 y=2795 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29427 x=3652 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29428 x=172 y=2775 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29431 x=2829 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29432 x=1290 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29433 x=215 y=2774 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29434 x=258 y=2774 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29435 x=301 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29436 x=344 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29437 x=387 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29438 x=430 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29442 x=473 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29444 x=516 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29445 x=559 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29447 x=3300 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29450 x=602 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29451 x=645 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29453 x=688 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29458 x=4032 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29459 x=1935 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29462 x=2706 y=5025 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29463 x=731 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29464 x=3444 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29465 x=774 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29467 x=817 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29468 x=860 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29469 x=903 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29470 x=946 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29471 x=3960 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29474 x=2352 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29476 x=989 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29477 x=1032 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29479 x=2100 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29480 x=1075 y=2773 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29481 x=1118 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29482 x=1161 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29483 x=1092 y=3529 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29484 x=3438 y=4983 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29486 x=84 y=3593 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29487 x=1554 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29489 x=301 y=4515 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29490 x=2730 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29491 x=1204 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29492 x=1247 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29493 x=1845 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29494 x=1290 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29495 x=1333 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29497 x=1376 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29498 x=1419 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29499 x=1462 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29501 x=1505 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29502 x=2016 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29503 x=1548 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29507 x=1591 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29508 x=1634 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29509 x=1677 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29517 x=1720 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29518 x=1763 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29519 x=1806 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29520 x=1849 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29522 x=1892 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29526 x=1935 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29527 x=1978 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29528 x=2021 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29533 x=2982 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29534 x=2064 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29535 x=2107 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29536 x=2150 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29539 x=2193 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29542 x=3780 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29543 x=2236 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29544 x=2226 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29545 x=2279 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29546 x=2322 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29547 x=2365 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29548 x=2408 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29550 x=924 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29551 x=2451 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29552 x=2494 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29553 x=2537 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29554 x=2580 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29557 x=2623 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29559 x=2666 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29560 x=2709 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29561 x=2752 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29562 x=2795 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29563 x=2838 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29564 x=2881 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29568 x=2924 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29569 x=748 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29571 x=2967 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29572 x=943 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29573 x=3010 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29574 x=3053 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29575 x=1271 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29577 x=2929 y=5545 width=41 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29578 x=2971 y=5545 width=41 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29579 x=2761 y=5545 width=41 height=36 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29582 x=1733 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29584 x=700 y=5468 width=43 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29587 x=3696 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29588 x=2577 y=4984 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29589 x=1935 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29590 x=3139 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29591 x=3160 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29592 x=1346 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29596 x=2193 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29598 x=3182 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29599 x=3225 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29600 x=3268 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29602 x=3693 y=4368 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29605 x=1281 y=5348 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29606 x=3311 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29608 x=2546 y=5545 width=42 height=36 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29609 x=656 y=5469 width=43 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29610 x=264 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29611 x=3440 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29613 x=2494 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29618 x=3483 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29619 x=3526 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29621 x=3569 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29623 x=3612 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29625 x=3655 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29626 x=602 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29627 x=3698 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29628 x=2666 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29629 x=3192 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29631 x=2814 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29632 x=2337 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29634 x=3096 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29637 x=1554 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29638 x=3741 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29640 x=3990 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29641 x=903 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29642 x=1161 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29643 x=2940 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29644 x=1720 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29645 x=2068 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29646 x=3784 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29647 x=2589 y=5545 width=42 height=36 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29650 x=3870 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29651 x=3913 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29654 x=3956 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29657 x=3999 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29661 x=3069 y=4983 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29662 x=4042 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29664 x=3300 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29665 x=4020 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29667 x=1470 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29668 x=0 y=2837 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29669 x=1118 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29670 x=0 y=3593 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29671 x=43 y=2837 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29673 x=86 y=2837 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29674 x=43 y=4556 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29677 x=129 y=2837 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29678 x=2851 y=4368 width=44 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29681 x=172 y=2817 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29684 x=215 y=2816 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29685 x=1303 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29687 x=2200 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29688 x=2064 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29689 x=258 y=2816 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29690 x=258 y=4761 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29691 x=301 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29693 x=344 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29694 x=1906 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29695 x=1935 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29696 x=387 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29697 x=430 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29699 x=473 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29700 x=2495 y=4984 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29701 x=516 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29702 x=3581 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29703 x=559 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29705 x=2332 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29706 x=3913 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29713 x=602 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29715 x=645 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29722 x=2752 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29723 x=1730 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29729 x=688 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29730 x=524 y=5490 width=43 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29732 x=731 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29733 x=774 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29734 x=817 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29736 x=830 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29737 x=4023 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29738 x=860 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29739 x=903 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29740 x=946 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29741 x=989 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29742 x=1032 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29743 x=1075 y=2815 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29744 x=1118 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29745 x=0 y=5411 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29746 x=1161 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29747 x=484 y=547 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29748 x=1598 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29749 x=2859 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29750 x=2773 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29753 x=2429 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29754 x=1204 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29759 x=3870 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29760 x=1386 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29761 x=42 y=4925 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29763 x=220 y=548 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29764 x=3225 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29766 x=3440 y=5226 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29767 x=1247 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29771 x=1290 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29773 x=1333 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29777 x=1376 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29778 x=2236 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29779 x=1419 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29781 x=2623 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29783 x=1462 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29785 x=1505 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29786 x=882 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29787 x=1548 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29788 x=2107 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29789 x=3526 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29790 x=1591 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29791 x=2226 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29792 x=1634 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29794 x=1677 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29795 x=1720 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29796 x=1763 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29798 x=1806 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29799 x=1849 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29800 x=3289 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29801 x=205 y=5048 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29802 x=817 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29803 x=1892 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29805 x=1935 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29806 x=3999 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29807 x=1978 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29808 x=2021 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29809 x=2064 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29810 x=2107 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29811 x=2150 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29814 x=2193 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29822 x=602 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29824 x=2236 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29825 x=2860 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29827 x=2279 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29829 x=2322 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29830 x=3246 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29831 x=2365 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29832 x=2408 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29833 x=731 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29835 x=2451 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29839 x=2494 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29840 x=2537 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29841 x=2580 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29842 x=1408 y=4410 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29847 x=4042 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29848 x=2623 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29849 x=2666 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29850 x=2898 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29852 x=2709 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29854 x=2752 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29855 x=1376 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29856 x=2795 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29857 x=4042 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29858 x=2734 y=4861 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29859 x=2838 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29861 x=2881 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29862 x=2924 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29863 x=2967 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29864 x=2967 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29865 x=3010 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29866 x=1935 y=4861 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29867 x=3053 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29870 x=1161 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29871 x=3096 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29872 x=1290 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29873 x=1505 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29874 x=3096 y=5146 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29877 x=3139 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29881 x=3182 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29882 x=1978 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29883 x=2322 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29885 x=473 y=5270 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29887 x=3225 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29896 x=3268 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29897 x=3311 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29898 x=3354 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29900 x=3397 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29903 x=3440 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29904 x=3483 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29907 x=2352 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29908 x=2365 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29910 x=3526 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29912 x=3569 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29914 x=3612 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29915 x=3655 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29916 x=3698 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29918 x=3741 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29919 x=3784 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29920 x=2295 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29922 x=3300 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29923 x=3827 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29924 x=1056 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29926 x=1819 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29927 x=2236 y=5187 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29928 x=850 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29929 x=2193 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29930 x=3633 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29931 x=840 y=5308 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29934 x=2100 y=5307 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29935 x=2688 y=5307 width=41 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29936 x=0 y=5171 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29937 x=3827 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29938 x=301 y=4679 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29940 x=3913 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29942 x=132 y=87 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29943 x=924 y=4903 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29944 x=1333 y=5188 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29946 x=0 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29947 x=1665 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29948 x=387 y=5250 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29951 x=2623 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29953 x=176 y=674 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29955 x=1978 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29956 x=894 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29957 x=0 y=5211 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29958 x=3280 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29964 x=1839 y=5267 width=41 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29965 x=1512 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29966 x=2596 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29969 x=3076 y=4368 width=44 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29970 x=1647 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29971 x=3354 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29973 x=756 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29974 x=420 y=4904 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29975 x=2112 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29976 x=86 y=2249 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29978 x=989 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29980 x=3870 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29982 x=656 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29983 x=252 y=4966 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29984 x=4018 y=5024 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29985 x=1677 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29986 x=3827 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29987 x=3397 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29988 x=3354 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29989 x=1218 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=29990 x=3096 y=2772 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29991 x=1680 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29992 x=1931 y=5506 width=39 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=29993 x=2205 y=5506 width=38 height=38 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29994 x=3052 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29995 x=1681 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=29996 x=183 y=5491 width=34 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=29999 x=972 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30000 x=2820 y=5506 width=37 height=38 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=30001 x=4059 y=4116 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30002 x=358 y=5491 width=34 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30003 x=1848 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30006 x=4059 y=4032 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30007 x=3210 y=5386 width=39 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30008 x=3996 y=3990 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30009 x=1312 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30010 x=714 y=5308 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30011 x=666 y=5508 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=30012 x=1470 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30013 x=3916 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30014 x=1811 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30015 x=2721 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30016 x=3485 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30019 x=2706 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30020 x=812 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30022 x=3483 y=2184 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30023 x=772 y=4327 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30024 x=1937 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30025 x=0 y=4181 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30026 x=123 y=4181 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30027 x=164 y=4181 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30028 x=2436 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30029 x=697 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30030 x=3486 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30031 x=2214 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30032 x=2379 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30033 x=1596 y=4943 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30034 x=396 y=757 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30036 x=902 y=4159 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30039 x=1927 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30041 x=3731 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30042 x=3612 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30043 x=3192 y=3528 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30044 x=0 y=4265 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30045 x=2236 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30046 x=1849 y=1932 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30047 x=3402 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30048 x=2176 y=4368 width=35 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30049 x=966 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30050 x=2856 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30052 x=2829 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30053 x=2352 y=3402 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30054 x=2624 y=5025 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30055 x=559 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30057 x=2814 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30058 x=2021 y=1890 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30059 x=1344 y=4984 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30060 x=1218 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30061 x=1176 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30063 x=630 y=3991 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30064 x=1470 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30065 x=1568 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30066 x=2967 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30067 x=873 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30068 x=2725 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30069 x=2881 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30070 x=1772 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30071 x=2372 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30072 x=2684 y=3990 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30073 x=4032 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30074 x=3489 y=5466 width=41 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30075 x=2814 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30076 x=588 y=4944 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30077 x=3024 y=4901 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30078 x=2069 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30079 x=1050 y=3865 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30081 x=3948 y=4942 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30082 x=3150 y=5306 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30085 x=3192 y=5306 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30086 x=516 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30087 x=2142 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30089 x=2279 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30090 x=3126 y=5346 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30091 x=2163 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=30092 x=3698 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30094 x=2666 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30095 x=1232 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30096 x=1470 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30097 x=2537 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30098 x=126 y=3803 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30099 x=1419 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30100 x=1204 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30101 x=1118 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30105 x=1075 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30106 x=1032 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30108 x=946 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30109 x=903 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30114 x=860 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30115 x=774 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30116 x=731 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30117 x=688 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30123 x=645 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30128 x=602 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30129 x=559 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30130 x=3864 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30131 x=473 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30132 x=430 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30133 x=344 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30135 x=301 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30136 x=258 y=1388 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30137 x=215 y=1388 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30138 x=688 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30140 x=129 y=1409 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30141 x=86 y=1409 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30142 x=43 y=1409 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30143 x=0 y=1409 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30144 x=4042 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30145 x=3999 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30146 x=308 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30147 x=3913 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30148 x=3870 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30149 x=3827 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30150 x=3784 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30151 x=3741 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30154 x=3698 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30156 x=3655 y=1344 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30157 x=3612 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30158 x=3569 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30159 x=3890 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30162 x=3526 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30163 x=3397 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30164 x=3354 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30165 x=3626 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30167 x=3311 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30168 x=3268 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30169 x=3494 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30171 x=3450 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30172 x=3080 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30173 x=3569 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30174 x=2322 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30175 x=1849 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30176 x=1505 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30177 x=731 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30178 x=3526 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30179 x=2795 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30180 x=2580 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30183 x=3872 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30185 x=1806 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30188 x=731 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30190 x=559 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30191 x=473 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30192 x=43 y=1241 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30193 x=0 y=1241 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30194 x=1710 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30195 x=924 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30196 x=3784 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30201 x=3741 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30202 x=3354 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30204 x=2408 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30206 x=2021 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30207 x=1978 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30208 x=1677 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30209 x=1591 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30210 x=3561 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30211 x=1290 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30212 x=1161 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30215 x=903 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30216 x=1848 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30217 x=1760 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30218 x=774 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30219 x=731 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30220 x=1584 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30221 x=688 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30223 x=1496 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30226 x=559 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30227 x=3913 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30229 x=3784 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30230 x=352 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30232 x=2322 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30233 x=2772 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30235 x=2640 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30236 x=1978 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30237 x=1161 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30238 x=387 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30239 x=3870 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30240 x=3784 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30241 x=3655 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30242 x=3612 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30243 x=2967 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30244 x=2752 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30245 x=2709 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30246 x=2580 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30247 x=2408 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30248 x=2451 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30249 x=2408 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30253 x=2365 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30256 x=2279 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30258 x=2236 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30259 x=2064 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30260 x=2021 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30261 x=1978 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30264 x=1935 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30265 x=1892 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30266 x=3741 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30267 x=3612 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30268 x=3124 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30272 x=3182 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30273 x=3053 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30274 x=3010 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30275 x=2464 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30276 x=2838 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30277 x=2795 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30278 x=2752 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30279 x=2666 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30280 x=2623 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30281 x=2024 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30282 x=2408 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30283 x=2365 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30284 x=2562 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30286 x=1505 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30290 x=1462 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30293 x=387 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30294 x=258 y=968 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30296 x=3526 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30297 x=2795 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30300 x=2752 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30303 x=2709 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30305 x=2623 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30306 x=968 y=169 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30308 x=924 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30309 x=836 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30311 x=2451 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30312 x=2408 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30313 x=2365 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30314 x=2322 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30316 x=2279 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30317 x=2236 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30318 x=2021 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30319 x=1978 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30320 x=3828 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30321 x=3784 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30322 x=3740 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30324 x=3696 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30326 x=2015 y=5618 width=42 height=25 xoffset=1 yoffset=20 xadvance=44 page=0 chnl=15 -char id=30328 x=774 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30330 x=731 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30331 x=602 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30332 x=645 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30333 x=2458 y=4368 width=33 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30334 x=574 y=5390 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30336 x=2032 y=4368 width=35 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30337 x=3150 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30338 x=2870 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30339 x=3827 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30340 x=850 y=5067 width=39 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30341 x=1763 y=5025 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30342 x=3655 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30343 x=1681 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30344 x=2665 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30347 x=3440 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30348 x=2624 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30349 x=2372 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30350 x=2542 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30352 x=673 y=0 width=41 height=42 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=15 -char id=30355 x=2501 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30357 x=688 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30358 x=2419 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30361 x=3053 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30362 x=1599 y=5025 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30363 x=273 y=4371 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30364 x=2255 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30365 x=2795 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30366 x=2173 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30367 x=2132 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30368 x=1680 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30369 x=2091 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30370 x=1596 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30371 x=2050 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30372 x=2009 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30373 x=1927 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30374 x=1302 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30375 x=1260 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30376 x=3999 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30378 x=1176 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30381 x=1134 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30382 x=2064 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30383 x=2021 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30384 x=1978 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30388 x=1935 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30390 x=176 y=128 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30391 x=1892 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30392 x=1849 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30393 x=1806 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30394 x=1763 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30397 x=1720 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30399 x=1501 y=5584 width=42 height=34 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=30401 x=1432 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30402 x=2077 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30403 x=2507 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30405 x=473 y=5190 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30406 x=3913 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30408 x=1690 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30409 x=3870 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30410 x=3827 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30411 x=3784 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30412 x=430 y=5210 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30413 x=3698 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30414 x=3655 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30418 x=3612 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30420 x=3569 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30422 x=3483 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30423 x=3440 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30425 x=3397 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30427 x=3354 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30428 x=3311 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30430 x=903 y=841 width=42 height=41 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=30431 x=387 y=5210 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30432 x=3139 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30433 x=3096 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30435 x=3053 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30436 x=3010 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30437 x=2967 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30438 x=2924 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30439 x=2881 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30440 x=344 y=5211 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30442 x=2795 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30443 x=2752 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30444 x=301 y=5211 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30446 x=4063 y=5106 width=32 height=39 xoffset=6 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30448 x=1932 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30449 x=2352 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30450 x=410 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30452 x=3696 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30454 x=2394 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30456 x=3612 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30457 x=3528 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30459 x=504 y=4903 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30460 x=258 y=5211 width=42 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30462 x=3784 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30464 x=1950 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30465 x=3741 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30468 x=2982 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30470 x=3234 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30471 x=3192 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30472 x=3108 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30473 x=2301 y=5427 width=38 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30474 x=210 y=4925 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30475 x=2940 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30476 x=1435 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30478 x=378 y=5531 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=30482 x=3873 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30484 x=1394 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30485 x=2730 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30487 x=3791 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30489 x=2646 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30490 x=3750 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30491 x=2562 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30492 x=2520 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30494 x=3709 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30495 x=3668 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30496 x=215 y=5211 width=42 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30498 x=2752 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30500 x=3612 y=5306 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30501 x=2623 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30502 x=1353 y=5025 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30504 x=3994 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30505 x=2184 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30509 x=1545 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30510 x=2050 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30511 x=2408 y=798 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30516 x=3381 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30517 x=2058 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30518 x=1587 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30519 x=2236 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30520 x=1974 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30521 x=1629 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30522 x=1890 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30524 x=1671 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30525 x=1806 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30526 x=1634 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30528 x=1722 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30530 x=2652 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30533 x=3784 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30534 x=1596 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30535 x=3094 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30538 x=450 y=5069 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30541 x=3700 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30542 x=1428 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30543 x=1312 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30546 x=1344 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30550 x=1302 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30551 x=1271 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30552 x=3574 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30554 x=3532 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30555 x=1050 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30556 x=1008 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30558 x=966 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30559 x=924 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30560 x=882 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30561 x=3448 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30562 x=798 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30563 x=860 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30564 x=2133 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30565 x=588 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30566 x=3238 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30567 x=504 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30568 x=462 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30570 x=1230 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30571 x=378 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30572 x=336 y=3361 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30576 x=294 y=3362 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30578 x=2217 y=5267 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30579 x=3112 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30580 x=3070 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30585 x=126 y=3383 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30586 x=84 y=3383 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30588 x=2385 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30589 x=4019 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30590 x=2274 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30591 x=0 y=821 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30592 x=4014 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30596 x=3935 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30603 x=3893 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30604 x=2902 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30605 x=3767 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30606 x=3725 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30609 x=2469 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30612 x=3599 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30613 x=3557 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30614 x=810 y=5067 width=39 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30618 x=3431 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30622 x=3389 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30623 x=2692 y=4861 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30624 x=2608 y=4861 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30626 x=1823 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30628 x=902 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30629 x=3111 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30631 x=3095 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30633 x=748 y=5348 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30634 x=2482 y=4861 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30636 x=2969 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30637 x=2927 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30638 x=2885 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30639 x=820 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30640 x=2801 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30641 x=2717 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30643 x=2398 y=4861 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30645 x=2381 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30646 x=2339 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30647 x=615 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30649 x=2255 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30651 x=2213 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30652 x=2171 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30653 x=2129 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30654 x=912 y=5348 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30655 x=3911 y=4409 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30659 x=2003 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30663 x=1961 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30665 x=1919 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30669 x=2146 y=4861 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30673 x=1835 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30674 x=1793 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30677 x=1649 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30679 x=1751 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30681 x=574 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30682 x=533 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30683 x=3057 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30684 x=1434 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30686 x=530 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30687 x=1348 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30688 x=1305 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30690 x=1262 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30691 x=1541 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30692 x=1176 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30693 x=798 y=3991 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30694 x=1289 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30695 x=2460 y=4158 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30697 x=746 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30698 x=703 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30700 x=43 y=4720 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30701 x=645 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30702 x=3956 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30703 x=3999 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30704 x=4042 y=2814 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30705 x=0 y=2879 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30707 x=294 y=5531 width=41 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=30708 x=2851 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=30712 x=2322 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30715 x=0 y=4761 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30716 x=0 y=5570 width=42 height=37 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=30722 x=43 y=2879 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30725 x=86 y=2879 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30726 x=3168 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30729 x=1596 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30732 x=1260 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30733 x=129 y=2879 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30734 x=172 y=2859 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30737 x=129 y=5211 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30738 x=2021 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30740 x=1849 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30741 x=215 y=2858 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30745 x=2464 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30749 x=258 y=2858 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30752 x=2795 y=5187 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30753 x=3366 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30754 x=2838 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30755 x=3864 y=4942 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30757 x=1462 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30758 x=301 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30759 x=1672 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30764 x=2838 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30765 x=3311 y=5226 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30766 x=344 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30768 x=3354 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30770 x=3827 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30772 x=387 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30773 x=430 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30775 x=42 y=3467 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30778 x=3397 y=4573 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30783 x=473 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30787 x=516 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30788 x=1496 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30789 x=989 y=5228 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30791 x=164 y=4055 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30792 x=559 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30796 x=4004 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30798 x=3066 y=4942 width=41 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30799 x=559 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30801 x=602 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30802 x=1950 y=5107 width=43 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30812 x=2335 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30813 x=2310 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30814 x=645 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30816 x=688 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30817 x=731 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30819 x=774 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30820 x=817 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30824 x=860 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30826 x=903 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30827 x=2728 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30828 x=86 y=5171 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30830 x=3612 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30831 x=1100 y=4411 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30834 x=946 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30836 x=989 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30842 x=2082 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30844 x=2167 y=4984 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30846 x=559 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30849 x=1032 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30854 x=1075 y=2857 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30855 x=1118 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30858 x=1161 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30860 x=1204 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30861 x=3268 y=4450 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30862 x=1247 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30863 x=1290 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30865 x=1333 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30867 x=1376 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30868 x=1419 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30869 x=1462 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30871 x=1505 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30872 x=1760 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30874 x=1548 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30877 x=215 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30878 x=3654 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30879 x=2058 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30881 x=1591 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30883 x=3406 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30884 x=1634 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30887 x=3990 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30888 x=387 y=4822 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30889 x=2601 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30890 x=1677 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30892 x=660 y=4411 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30893 x=3311 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30895 x=1720 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30896 x=989 y=5268 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30897 x=572 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30898 x=462 y=3739 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30899 x=1763 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30901 x=1806 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30906 x=836 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30907 x=1849 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30908 x=1333 y=4738 width=42 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30909 x=1247 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30910 x=903 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30911 x=2314 y=4861 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30913 x=3564 y=4409 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30917 x=1892 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30918 x=3364 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30919 x=3655 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30920 x=1935 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30921 x=2881 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30922 x=542 y=5108 width=43 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30923 x=1978 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30924 x=2021 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30926 x=2064 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30928 x=2107 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30929 x=430 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30930 x=172 y=4720 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30931 x=3999 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30932 x=2150 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30933 x=3483 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30934 x=3108 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30938 x=2193 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30939 x=2236 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30943 x=1806 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30944 x=2279 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30945 x=1722 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30948 x=2322 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30950 x=86 y=4679 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30951 x=2068 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30952 x=2365 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30954 x=836 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30956 x=2408 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30959 x=1716 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30962 x=2451 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30963 x=2365 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30964 x=1333 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30966 x=1806 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30967 x=2494 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30969 x=3784 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30970 x=2537 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30971 x=2580 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30973 x=2623 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30974 x=3827 y=4819 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=30975 x=2988 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30976 x=2644 y=5107 width=42 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30977 x=2666 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30982 x=2709 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30983 x=2752 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30988 x=3855 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=30990 x=2795 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30992 x=3822 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30993 x=84 y=3803 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=30994 x=2838 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31001 x=2881 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31002 x=3139 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31003 x=792 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31004 x=2924 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31006 x=2816 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31007 x=528 y=169 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31008 x=2967 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31013 x=3053 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31014 x=3010 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31015 x=2021 y=4779 width=42 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31016 x=2100 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31017 x=3053 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31018 x=2322 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31019 x=3096 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31020 x=3139 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31021 x=129 y=4884 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31022 x=528 y=589 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31024 x=3741 y=5146 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31025 x=3738 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31028 x=3182 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31029 x=2064 y=4656 width=42 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31034 x=3951 y=5466 width=41 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=31035 x=4074 y=3402 width=21 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31036 x=2948 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31037 x=3993 y=5466 width=41 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=31038 x=3225 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31039 x=1512 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31040 x=806 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31041 x=1050 y=5308 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31042 x=3268 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31044 x=1320 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31045 x=1935 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31046 x=2636 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=31047 x=4001 y=4368 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31048 x=4048 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31049 x=1496 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31050 x=3311 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31051 x=1806 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31055 x=3822 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31056 x=3354 y=2856 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31057 x=3397 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31059 x=3440 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31060 x=3483 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31061 x=3526 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31062 x=1232 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31063 x=2904 y=4409 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31064 x=3939 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31066 x=3569 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31067 x=3612 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31068 x=3655 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31069 x=1890 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31070 x=3698 y=2856 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31071 x=1517 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31072 x=3444 y=5306 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31074 x=1144 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31077 x=3344 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31079 x=3740 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31080 x=516 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31081 x=3741 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31083 x=3784 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31085 x=3897 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31090 x=1075 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31095 x=3872 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31097 x=1218 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31098 x=3827 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31099 x=1419 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31100 x=2666 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31102 x=3870 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31103 x=3913 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31104 x=3024 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31105 x=3956 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31108 x=3168 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31109 x=2376 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31114 x=3999 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31115 x=3010 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31116 x=4042 y=2856 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31117 x=0 y=2921 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31118 x=1716 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31119 x=43 y=2921 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31121 x=1134 y=5308 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31123 x=774 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31124 x=860 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31125 x=86 y=2921 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31126 x=129 y=2921 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31128 x=172 y=2901 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31131 x=215 y=2900 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31132 x=2706 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31133 x=3784 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31137 x=3870 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31142 x=258 y=2900 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31143 x=301 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31144 x=344 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31145 x=688 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31146 x=774 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31147 x=817 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31150 x=387 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31151 x=430 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31152 x=2257 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31153 x=473 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31155 x=516 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31156 x=1540 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31160 x=1922 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31161 x=1626 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31162 x=0 y=5491 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31163 x=1681 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31165 x=559 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31166 x=1806 y=4861 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31167 x=602 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31168 x=645 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31169 x=688 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31170 x=731 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31172 x=774 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31175 x=572 y=715 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31176 x=1134 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31177 x=817 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31178 x=860 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31179 x=903 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31180 x=946 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31181 x=989 y=2899 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31183 x=1032 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31185 x=1075 y=2899 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31186 x=1118 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31188 x=396 y=715 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31189 x=3212 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31190 x=2596 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31192 x=2376 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31194 x=1161 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31197 x=1056 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31198 x=2898 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31199 x=1204 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31200 x=1247 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31201 x=1290 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31202 x=1333 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31203 x=1376 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31204 x=1419 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31205 x=616 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31206 x=1462 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31207 x=1505 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31209 x=1548 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31210 x=1364 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31211 x=1188 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31212 x=1591 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31213 x=1634 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31216 x=1677 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31217 x=3053 y=4491 width=42 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31224 x=3822 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31227 x=1720 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31228 x=3388 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31232 x=1763 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31234 x=1806 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31235 x=1849 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31237 x=1892 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31239 x=3999 y=4532 width=42 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31240 x=1935 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31241 x=1978 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31242 x=3108 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31243 x=2021 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31244 x=924 y=589 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31245 x=2064 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31246 x=2107 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31249 x=2150 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31252 x=3960 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31253 x=2193 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31255 x=2236 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31256 x=2279 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31257 x=2322 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31258 x=2365 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31259 x=2709 y=4615 width=42 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31260 x=2408 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31262 x=1584 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31263 x=2451 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31264 x=798 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31265 x=2494 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31271 x=1540 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31275 x=2604 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31277 x=1408 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31278 x=2537 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31279 x=2580 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31280 x=903 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31281 x=2623 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31282 x=1302 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31284 x=3740 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31285 x=1452 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31287 x=1505 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31288 x=2666 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31289 x=2709 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31290 x=3036 y=4409 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31291 x=2752 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31292 x=2795 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31293 x=2838 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31294 x=2881 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31295 x=1806 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31296 x=2924 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31298 x=2967 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31299 x=3010 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31300 x=1364 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31301 x=4004 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31302 x=3053 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31303 x=3096 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31304 x=3139 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31305 x=132 y=4433 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31308 x=3960 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31309 x=2376 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31310 x=2156 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31311 x=3182 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31312 x=3225 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31317 x=0 y=485 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31318 x=1892 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31319 x=3268 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31321 x=3311 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31324 x=3354 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31325 x=1056 y=4411 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31327 x=2896 y=4368 width=44 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31328 x=3397 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31329 x=3440 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31330 x=1408 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31331 x=3483 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31333 x=2816 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31335 x=1540 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31337 x=748 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31338 x=3253 y=4368 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31339 x=3526 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31341 x=3569 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31344 x=220 y=758 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31348 x=2184 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31349 x=2829 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31350 x=1974 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31352 x=3116 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31353 x=3955 y=4326 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31354 x=3157 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31357 x=3198 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31358 x=1428 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31359 x=1344 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31360 x=1302 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31361 x=3612 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31362 x=3321 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31363 x=924 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31364 x=798 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31365 x=2812 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31366 x=1008 y=4985 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31368 x=756 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31370 x=3655 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31371 x=3403 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31376 x=3854 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31377 x=3444 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31378 x=3895 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31379 x=3698 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31380 x=336 y=3823 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31381 x=210 y=3825 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31382 x=3567 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31383 x=3135 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31384 x=2268 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31390 x=3176 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31391 x=3780 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31392 x=3741 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31395 x=3299 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31401 x=3545 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31402 x=2730 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31404 x=3784 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31406 x=2814 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31407 x=3586 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31408 x=3627 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31411 x=3827 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31413 x=3486 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31414 x=3870 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31417 x=3913 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31418 x=3956 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31419 x=3440 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31420 x=3999 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31421 x=420 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31422 x=462 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31423 x=840 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31427 x=1218 y=4985 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31428 x=4042 y=2898 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31429 x=0 y=2963 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31430 x=2982 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31431 x=4037 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31432 x=672 y=4985 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31433 x=43 y=2963 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31434 x=3864 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31435 x=1881 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31436 x=86 y=2963 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31437 x=129 y=2963 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31438 x=172 y=2943 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31439 x=215 y=2942 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31441 x=258 y=2942 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31442 x=287 y=4034 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31443 x=1075 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31445 x=301 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31449 x=344 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31450 x=387 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31451 x=3696 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31452 x=430 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31453 x=3053 y=5146 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31455 x=473 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31456 x=516 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31457 x=2982 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31458 x=559 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31459 x=602 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31461 x=3569 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31462 x=645 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31463 x=688 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31464 x=731 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31465 x=172 y=5171 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31466 x=1647 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31467 x=774 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31468 x=2100 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31469 x=3154 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31471 x=817 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31472 x=860 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31473 x=903 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31476 x=946 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31478 x=3344 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31480 x=704 y=715 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31481 x=989 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31482 x=2730 y=5307 width=41 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31483 x=252 y=3572 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31485 x=420 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31486 x=1763 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31487 x=1032 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31490 x=1075 y=2941 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31492 x=1118 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31494 x=882 y=4944 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31495 x=1161 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31496 x=1204 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31498 x=1247 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31499 x=1290 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31503 x=2100 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31505 x=1333 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31506 x=1376 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31508 x=2646 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31512 x=1419 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31513 x=1386 y=4984 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31515 x=3570 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31518 x=1462 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31519 x=1505 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31520 x=2688 y=4943 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31523 x=1333 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31525 x=1025 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31526 x=1218 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31527 x=1974 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31528 x=1548 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31529 x=1591 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31530 x=462 y=4985 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31531 x=2814 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31532 x=1634 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31533 x=1677 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31534 x=1720 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31535 x=1763 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31536 x=1806 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31537 x=714 y=3655 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31539 x=1470 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31540 x=3916 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31541 x=1849 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31542 x=1892 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31545 x=2520 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31547 x=2562 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31549 x=2902 y=5107 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31551 x=1935 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31552 x=2020 y=4861 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31553 x=1978 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31557 x=2021 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31558 x=2064 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31559 x=42 y=3719 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31560 x=462 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31561 x=2107 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31563 x=1008 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31564 x=258 y=4843 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31565 x=2150 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31566 x=1554 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31567 x=2193 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31568 x=2236 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31569 x=2279 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31570 x=2268 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31571 x=2322 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31572 x=587 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=31573 x=2365 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31574 x=2408 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31581 x=2451 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31584 x=2494 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31588 x=2537 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31589 x=1512 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31590 x=2580 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31591 x=2623 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31593 x=2058 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31594 x=2666 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31596 x=2709 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31597 x=2646 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31598 x=2188 y=4861 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31599 x=2752 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31600 x=2795 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31601 x=2838 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31602 x=2881 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31603 x=2924 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31604 x=2967 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31605 x=3010 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31607 x=3053 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31609 x=294 y=3782 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31610 x=715 y=0 width=41 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=31615 x=3096 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31620 x=924 y=3781 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31622 x=1333 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31623 x=3139 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31625 x=3182 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31627 x=3225 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31629 x=3268 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31630 x=3311 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31631 x=3354 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31632 x=3397 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31633 x=3440 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31634 x=3483 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31636 x=2520 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31637 x=2982 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31638 x=3526 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31639 x=3360 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31640 x=3569 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31641 x=3612 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31642 x=3655 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31643 x=3698 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31644 x=1260 y=4944 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31645 x=3741 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31646 x=3784 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31647 x=688 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31648 x=344 y=4659 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31649 x=3827 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31653 x=3870 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31658 x=3913 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31660 x=3956 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31661 x=3999 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31663 x=4042 y=2940 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31664 x=0 y=3005 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31665 x=1344 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31666 x=43 y=3005 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31668 x=86 y=3005 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31669 x=129 y=3005 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31670 x=172 y=2985 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31672 x=215 y=2984 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31674 x=258 y=2984 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31675 x=301 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31676 x=3864 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31677 x=1344 y=4943 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31680 x=210 y=3909 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31681 x=3234 y=4942 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31682 x=2940 y=4901 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31684 x=344 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31685 x=387 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31686 x=430 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31687 x=252 y=3362 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31688 x=473 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31689 x=516 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31690 x=559 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31691 x=602 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31692 x=645 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31695 x=688 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31700 x=1554 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31702 x=731 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31703 x=1596 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31705 x=1092 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31706 x=1176 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31707 x=1344 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31709 x=774 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31712 x=817 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31716 x=1260 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31717 x=860 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31718 x=215 y=4679 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31720 x=903 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31721 x=946 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31722 x=989 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31725 x=1032 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31728 x=2688 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31730 x=3116 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31731 x=1075 y=2983 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31732 x=301 y=4884 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31733 x=1118 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31734 x=1161 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31735 x=602 y=4739 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31736 x=1204 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31737 x=3225 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31738 x=1247 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31740 x=1932 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31742 x=1290 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31744 x=2688 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31745 x=1333 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31746 x=4032 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31747 x=1376 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31748 x=1419 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31750 x=1462 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31751 x=1505 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31753 x=172 y=4884 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31755 x=430 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31756 x=1548 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31757 x=1591 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31758 x=1634 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31759 x=2688 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31761 x=1677 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31762 x=1720 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31763 x=1763 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31764 x=1806 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31767 x=1849 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31769 x=1892 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31771 x=1935 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31774 x=1344 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31775 x=1978 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31776 x=817 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31777 x=840 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31779 x=2021 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31781 x=2064 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31782 x=1849 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31783 x=2107 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31784 x=1554 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31786 x=2150 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31787 x=2193 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31788 x=2236 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31791 x=2279 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31793 x=2322 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31795 x=2365 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31796 x=2408 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31798 x=2451 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31799 x=2494 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31800 x=2537 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31801 x=3612 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31802 x=2064 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31805 x=2580 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31806 x=2623 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31807 x=2666 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31808 x=2709 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31810 x=2752 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31811 x=3354 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31813 x=2795 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31814 x=2838 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31818 x=3948 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31820 x=2881 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31821 x=3108 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31823 x=2924 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31824 x=2967 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31825 x=3010 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31826 x=3053 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31827 x=3096 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31828 x=3139 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31829 x=1452 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31830 x=3182 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31831 x=2982 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31832 x=3225 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31833 x=3268 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31834 x=3311 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31835 x=3354 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31836 x=3397 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31837 x=3440 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31838 x=1176 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31839 x=3483 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31840 x=3526 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31841 x=3569 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31843 x=3486 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31844 x=3612 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31845 x=3655 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31847 x=3010 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31849 x=3698 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31852 x=3741 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31853 x=3784 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31854 x=3827 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31855 x=3870 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31856 x=2142 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31858 x=3913 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31859 x=3956 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31861 x=3999 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31865 x=4042 y=2982 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31867 x=0 y=3047 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31868 x=1806 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31869 x=43 y=3047 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31870 x=86 y=3047 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31873 x=129 y=3047 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31874 x=172 y=3027 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31875 x=215 y=3026 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31878 x=258 y=3026 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31879 x=1408 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31881 x=301 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31883 x=344 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31885 x=387 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31887 x=968 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31888 x=504 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31890 x=430 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31892 x=473 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31893 x=3198 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31895 x=516 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31896 x=559 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31899 x=3696 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31902 x=3234 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31903 x=172 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=31904 x=602 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31905 x=588 y=3739 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31906 x=645 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31908 x=3157 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31909 x=546 y=3739 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31910 x=688 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31911 x=731 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31912 x=84 y=3761 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31915 x=3906 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31917 x=774 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31918 x=817 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31920 x=860 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31921 x=903 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31922 x=946 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31923 x=3080 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31926 x=2552 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31927 x=840 y=3655 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31929 x=989 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31930 x=1032 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31931 x=1075 y=3025 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31932 x=1118 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31933 x=1161 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31934 x=1204 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31935 x=1247 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31936 x=1290 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31938 x=1333 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31940 x=1376 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31941 x=1419 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31943 x=1462 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31944 x=1505 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31945 x=1548 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31946 x=924 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31949 x=2156 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31950 x=1591 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31951 x=1634 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31954 x=1677 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31955 x=1720 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31956 x=3256 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31957 x=1100 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31958 x=1763 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31959 x=1806 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31960 x=1849 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31961 x=44 y=569 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31962 x=1892 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31964 x=1935 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31965 x=3696 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31966 x=1978 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31967 x=2021 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31968 x=2064 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31970 x=2107 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31974 x=2150 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31975 x=2193 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31977 x=2236 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31979 x=2279 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31983 x=2322 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31986 x=1716 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31988 x=344 y=4495 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=31989 x=2365 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31990 x=2408 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31992 x=1050 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31993 x=316 y=5130 width=23 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31994 x=2451 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31995 x=2494 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=31998 x=2537 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32000 x=2580 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32002 x=2623 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32003 x=2666 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32004 x=2709 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32005 x=2752 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32006 x=2795 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32007 x=270 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32008 x=225 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32009 x=2838 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32010 x=2881 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32011 x=2924 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32013 x=2967 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32015 x=3010 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32016 x=484 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32017 x=396 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32018 x=4032 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32019 x=528 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32020 x=3960 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32021 x=836 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32022 x=168 y=3551 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32023 x=44 y=401 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32024 x=4048 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32025 x=3696 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32026 x=3784 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32027 x=2156 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32028 x=3652 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32029 x=3388 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32030 x=2904 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32032 x=3864 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32033 x=1100 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32034 x=3654 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32035 x=880 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32038 x=3053 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32042 x=3096 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32043 x=3139 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32044 x=3182 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32045 x=3225 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32046 x=3268 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32047 x=2296 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32048 x=2646 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32049 x=3916 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32050 x=3740 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32051 x=3311 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32053 x=352 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32057 x=3354 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32058 x=4004 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32060 x=3740 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32061 x=3036 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32062 x=990 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32063 x=2244 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32064 x=3397 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32065 x=3564 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32066 x=3344 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32067 x=2024 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32068 x=4048 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32069 x=3440 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32070 x=3564 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32071 x=3483 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32072 x=1927 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32075 x=3300 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32076 x=2904 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32077 x=3526 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32078 x=2816 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32079 x=572 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32080 x=132 y=465 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32081 x=3987 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32083 x=1936 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32085 x=1320 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32086 x=660 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32087 x=3569 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32089 x=2156 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32090 x=1936 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32091 x=3852 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32092 x=1470 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32093 x=264 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32094 x=4004 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32097 x=675 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32098 x=3612 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32099 x=1936 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32101 x=3655 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32102 x=2700 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32103 x=3698 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32104 x=2655 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32106 x=3741 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32110 x=672 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32112 x=2596 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32113 x=2430 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32114 x=3784 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32115 x=1144 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32117 x=2340 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32118 x=792 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32120 x=3827 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32121 x=3870 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32122 x=748 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32123 x=616 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32125 x=3913 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32127 x=2250 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32129 x=3956 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32130 x=2160 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32131 x=132 y=717 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32133 x=2508 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32134 x=1980 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32136 x=1584 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32137 x=924 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32139 x=792 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32140 x=945 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32141 x=2288 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32143 x=704 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32145 x=3999 y=3024 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32147 x=3916 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32150 x=4042 y=3024 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32151 x=0 y=3089 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32153 x=3432 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32154 x=1485 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32155 x=1395 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32156 x=1980 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32157 x=3740 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32158 x=855 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32159 x=1628 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32160 x=1320 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32162 x=43 y=3089 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32163 x=765 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32166 x=86 y=3089 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32167 x=132 y=549 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32170 x=3872 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32171 x=3520 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32172 x=2904 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32173 x=2728 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32174 x=129 y=3089 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32175 x=172 y=3069 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32176 x=215 y=3068 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32177 x=258 y=3068 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32178 x=301 y=3067 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32179 x=1050 y=3949 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32180 x=344 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32181 x=2464 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32182 x=1144 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32183 x=528 y=505 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32184 x=360 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32185 x=387 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32186 x=176 y=506 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32187 x=3080 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32189 x=3960 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32190 x=3916 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32191 x=430 y=3067 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32192 x=3476 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32194 x=3212 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32195 x=3168 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32196 x=2772 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32197 x=473 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32198 x=516 y=3067 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32199 x=559 y=3067 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32202 x=1050 y=4944 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32203 x=2508 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32204 x=2420 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32205 x=2112 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32206 x=2024 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32207 x=602 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32208 x=1848 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32209 x=1760 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32210 x=1364 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32213 x=1188 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32214 x=2992 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32215 x=2184 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32216 x=2948 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32217 x=2772 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32218 x=2640 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32220 x=1886 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32221 x=2244 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32222 x=1980 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32224 x=1804 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32225 x=660 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32226 x=645 y=3067 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32227 x=440 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32228 x=396 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32229 x=688 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32230 x=2457 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32232 x=731 y=3067 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32233 x=1628 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32234 x=774 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32235 x=1144 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32236 x=2772 y=294 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32237 x=1764 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32239 x=3960 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32241 x=817 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32242 x=860 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32244 x=1602 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32245 x=836 y=211 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32246 x=903 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32249 x=440 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32250 x=946 y=3067 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32251 x=989 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32256 x=1032 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32257 x=3036 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32260 x=1737 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32261 x=968 y=85 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32264 x=1092 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32265 x=1056 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32266 x=3740 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32267 x=1075 y=3067 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32272 x=1118 y=3066 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32273 x=264 y=757 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32274 x=88 y=779 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32277 x=1161 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32279 x=44 y=779 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32283 x=4048 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32284 x=1204 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32285 x=3960 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32286 x=1247 y=3066 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32287 x=2610 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32288 x=1290 y=3066 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32289 x=3564 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32290 x=1333 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32291 x=3476 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32294 x=3432 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32295 x=3080 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32296 x=2816 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32299 x=2464 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32300 x=2244 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32301 x=1376 y=3066 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32302 x=2200 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32303 x=1980 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32305 x=1936 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32306 x=2475 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32307 x=880 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32309 x=660 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32310 x=1974 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32311 x=1419 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32313 x=44 y=737 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32314 x=1462 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32315 x=1505 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32317 x=4004 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32318 x=3960 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32319 x=1548 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32321 x=1591 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32323 x=756 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32324 x=3738 y=4942 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32325 x=3872 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32326 x=3784 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32327 x=1634 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32328 x=1677 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32330 x=1720 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32331 x=1763 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32333 x=3696 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32334 x=1806 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32336 x=3476 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32338 x=3388 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32340 x=1849 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32341 x=3124 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32342 x=1892 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32344 x=3080 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32345 x=3036 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32346 x=2992 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32349 x=378 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32350 x=2948 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32351 x=2728 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32353 x=1935 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32354 x=2244 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32357 x=2156 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32358 x=2112 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32359 x=3150 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32361 x=1978 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32362 x=1980 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32363 x=2856 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32365 x=3075 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32366 x=1848 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32367 x=1804 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32368 x=2021 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32371 x=2064 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32373 x=440 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32376 x=2107 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32377 x=352 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32379 x=2150 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32380 x=2193 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32381 x=2236 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32382 x=2279 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32383 x=2322 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32385 x=220 y=674 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32386 x=2365 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32387 x=2408 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32390 x=132 y=675 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32391 x=4004 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32392 x=2451 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32393 x=2494 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32394 x=2537 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32396 x=2580 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32397 x=3526 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32398 x=2623 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32399 x=2666 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32400 x=2709 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32401 x=2752 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32402 x=2795 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32403 x=2838 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32404 x=3828 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32405 x=2881 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32406 x=3520 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32408 x=2924 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32410 x=2967 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32411 x=546 y=3823 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32412 x=3476 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32413 x=3010 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32414 x=3053 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32415 x=4074 y=5306 width=21 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32566 x=3485 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32568 x=3182 y=5226 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32570 x=3096 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32571 x=430 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32572 x=3139 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32573 x=3432 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32574 x=3182 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32575 x=3225 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32579 x=3649 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32580 x=3268 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32581 x=3311 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32583 x=3354 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32588 x=559 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32589 x=3643 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32590 x=3397 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32591 x=3440 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32592 x=3483 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32593 x=741 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32594 x=3613 y=5614 width=36 height=18 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=32595 x=3650 y=5613 width=36 height=18 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32596 x=858 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32597 x=779 y=5388 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32600 x=344 y=5171 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32603 x=3956 y=4614 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32604 x=168 y=5331 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32605 x=215 y=5171 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32607 x=82 y=5048 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32608 x=1764 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32609 x=584 y=5529 width=40 height=38 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32611 x=2595 y=5267 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32612 x=1367 y=5066 width=38 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32613 x=3668 y=5065 width=37 height=40 xoffset=4 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32614 x=410 y=5028 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32615 x=2623 y=4615 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32616 x=2193 y=4615 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32617 x=2337 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32618 x=2150 y=4615 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32619 x=3318 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32621 x=3528 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32622 x=3570 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32624 x=2966 y=5065 width=38 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32625 x=3936 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32626 x=84 y=4925 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32629 x=2044 y=4984 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32631 x=3028 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32632 x=1290 y=4615 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32633 x=903 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32637 x=1974 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32638 x=860 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32639 x=123 y=5411 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32640 x=3356 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32642 x=3848 y=4983 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32643 x=602 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32645 x=559 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32646 x=516 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32647 x=172 y=4638 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32648 x=3780 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32650 x=3504 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32651 x=3526 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32652 x=3569 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32653 x=3612 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32654 x=3655 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32655 x=2940 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32656 x=3024 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32657 x=3066 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32660 x=2814 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32662 x=3698 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32663 x=3741 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32666 x=3344 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32668 x=3784 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32669 x=3256 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32670 x=3827 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32673 x=3832 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32674 x=3212 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32675 x=2306 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32676 x=3870 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32678 x=3913 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32680 x=3990 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32681 x=0 y=3467 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32682 x=3956 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32685 x=3168 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32686 x=3914 y=3990 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32687 x=252 y=3446 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32690 x=3999 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32692 x=4042 y=3066 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32694 x=0 y=3131 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32696 x=43 y=3131 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32697 x=504 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32700 x=3311 y=4573 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32701 x=533 y=5410 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32703 x=410 y=5411 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32704 x=798 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32705 x=86 y=3131 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32707 x=882 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32709 x=129 y=3131 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32710 x=41 y=5411 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32712 x=3987 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32714 x=3955 y=3990 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32716 x=3023 y=5467 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32718 x=1260 y=3444 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32719 x=3139 y=4573 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32722 x=2769 y=5427 width=38 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32724 x=1470 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32725 x=172 y=3111 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32731 x=2728 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32735 x=3413 y=5346 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32736 x=3372 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32737 x=215 y=3110 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32739 x=3813 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32741 x=2268 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32742 x=2310 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32744 x=2709 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32745 x=966 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32747 x=2451 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32748 x=3280 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32750 x=1394 y=5388 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32751 x=3200 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32752 x=258 y=3110 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32754 x=2343 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32755 x=756 y=4985 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32761 x=301 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32762 x=0 y=4055 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32763 x=3360 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32764 x=714 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32765 x=344 y=3109 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32766 x=546 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32767 x=3528 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32768 x=387 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32769 x=2365 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32770 x=2495 y=5582 width=42 height=33 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=32771 x=3696 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32772 x=2322 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32773 x=3822 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32774 x=430 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32775 x=473 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32776 x=516 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32778 x=2150 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32779 x=378 y=4987 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32780 x=3066 y=5306 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32781 x=1968 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32782 x=2150 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32783 x=559 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32784 x=602 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32785 x=246 y=4035 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32786 x=645 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32787 x=688 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32788 x=731 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32789 x=774 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32790 x=817 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32791 x=860 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32792 x=903 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32793 x=946 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32796 x=328 y=4034 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32797 x=989 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32798 x=2604 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32799 x=1032 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32800 x=2596 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32801 x=2730 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32804 x=1075 y=3109 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32806 x=2898 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32808 x=1118 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32812 x=1161 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32814 x=1204 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32816 x=1247 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32819 x=3897 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32820 x=3956 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32821 x=2193 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32822 x=2107 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32823 x=1290 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32825 x=2508 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32826 x=1548 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32827 x=1333 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32828 x=1032 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32829 x=1376 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32830 x=1419 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32831 x=1462 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32832 x=1505 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32835 x=1548 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32836 x=1591 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32838 x=1634 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32842 x=2982 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32850 x=645 y=4534 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32854 x=3719 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32856 x=1677 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32858 x=3375 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32862 x=3562 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32863 x=615 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32864 x=1720 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32865 x=1763 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32866 x=1806 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32868 x=1849 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32870 x=1892 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32872 x=1935 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32877 x=1978 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32879 x=2021 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32880 x=2064 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32881 x=672 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32882 x=840 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32883 x=2107 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32884 x=2150 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32885 x=2193 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32886 x=602 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32887 x=2236 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32889 x=2279 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32891 x=2322 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32893 x=2365 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32894 x=2408 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32895 x=2451 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32896 x=2310 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32897 x=2436 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32900 x=2494 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32901 x=2562 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32902 x=2537 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32903 x=2580 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32904 x=2623 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32905 x=897 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32907 x=2856 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32908 x=3225 y=4450 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32910 x=1209 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32915 x=1550 y=4368 width=37 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32918 x=2424 y=4368 width=33 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32920 x=2666 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32921 x=237 y=5130 width=30 height=40 xoffset=7 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32922 x=2709 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32923 x=2150 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32924 x=3864 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32925 x=1892 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32926 x=516 y=5189 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32929 x=1806 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32930 x=2752 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32932 x=2795 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32933 x=1591 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32934 x=2236 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32935 x=1548 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32937 x=1189 y=5388 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32938 x=2838 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32939 x=2881 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32940 x=2924 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32941 x=1008 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32943 x=1066 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32945 x=2967 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32946 x=1107 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32948 x=1386 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32952 x=1204 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32953 x=3739 y=4409 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32954 x=3010 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32963 x=218 y=5491 width=34 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32964 x=2354 y=4368 width=34 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32965 x=3053 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32966 x=1677 y=4861 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32968 x=3096 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32970 x=2562 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32972 x=1230 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32973 x=3139 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32974 x=3182 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32975 x=2856 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32978 x=258 y=4884 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32980 x=3276 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32981 x=3225 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32982 x=3268 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32983 x=2464 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32984 x=3311 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32985 x=3354 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32986 x=2752 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32987 x=630 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=32989 x=2376 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32990 x=3397 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32992 x=3440 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32993 x=732 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32996 x=2332 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=32997 x=2973 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=32998 x=2200 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33005 x=3822 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33006 x=3483 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33007 x=3526 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33008 x=3569 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33009 x=3612 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33010 x=3655 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33011 x=3698 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33012 x=2394 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33013 x=1720 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33014 x=3741 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33015 x=2452 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33016 x=3150 y=3654 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33017 x=1419 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33018 x=3784 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33019 x=3827 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33020 x=3870 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33021 x=3913 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33022 x=3906 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33025 x=3956 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33026 x=3999 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33027 x=645 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33029 x=126 y=3719 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33030 x=544 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=33031 x=378 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33032 x=4042 y=3108 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33033 x=1848 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33034 x=0 y=3173 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33035 x=0 y=5048 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33037 x=1760 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33046 x=43 y=3173 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33047 x=1050 y=3697 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33048 x=86 y=3173 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33050 x=1134 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33051 x=86 y=4843 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33052 x=4042 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33054 x=129 y=3173 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33056 x=172 y=3153 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33059 x=2515 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33060 x=2472 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33063 x=1672 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33065 x=1755 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33067 x=3612 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33068 x=215 y=3152 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33071 x=258 y=3152 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33072 x=3397 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33073 x=301 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33075 x=344 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33077 x=2386 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33081 x=2881 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33082 x=387 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33084 x=2494 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33085 x=430 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33086 x=473 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33089 x=516 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33093 x=559 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33094 x=602 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33095 x=2408 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33098 x=645 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33099 x=688 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33100 x=731 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33102 x=2460 y=5025 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33104 x=774 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33105 x=817 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33106 x=0 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33107 x=860 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33108 x=903 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33109 x=946 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33111 x=989 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33119 x=1032 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33120 x=1075 y=3151 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33121 x=2650 y=4861 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33125 x=645 y=4739 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33126 x=1118 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33127 x=387 y=4740 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33128 x=1161 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33129 x=1204 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33131 x=1247 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33133 x=4042 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33134 x=1848 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33135 x=1290 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33136 x=3182 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33137 x=1333 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33139 x=798 y=4903 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33140 x=1376 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33143 x=840 y=4903 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33144 x=2279 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33145 x=1419 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33146 x=1462 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33151 x=1505 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33152 x=1548 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33153 x=1591 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33154 x=1634 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33155 x=1204 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33156 x=1677 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33157 x=1720 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33158 x=1763 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33160 x=3612 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33162 x=1806 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33163 x=2052 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33166 x=1849 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33167 x=1804 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33168 x=1892 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33171 x=1935 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33173 x=3725 y=4983 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33174 x=1978 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33176 x=3139 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33178 x=2856 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33179 x=2021 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33180 x=3276 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33181 x=2064 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33182 x=2107 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33184 x=2623 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33186 x=2150 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33187 x=2193 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33188 x=2107 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33192 x=2236 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33193 x=792 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33198 x=2279 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33200 x=2322 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33202 x=2365 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33203 x=2408 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33204 x=2451 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33205 x=2494 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33208 x=2537 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33210 x=2580 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33211 x=2623 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33213 x=2666 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33214 x=2709 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33215 x=2752 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33216 x=3182 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33217 x=2795 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33218 x=2838 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33219 x=2881 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33221 x=504 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33222 x=2924 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33224 x=2967 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33225 x=3010 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33226 x=1849 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33227 x=1763 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33229 x=3053 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33230 x=3612 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33231 x=3096 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33233 x=3354 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33235 x=484 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33237 x=3139 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33238 x=3182 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33239 x=3225 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33240 x=3268 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33241 x=3311 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33242 x=3354 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33243 x=3956 y=4819 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33245 x=3397 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33246 x=168 y=4966 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33247 x=308 y=631 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33248 x=3440 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33249 x=2058 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33251 x=3504 y=5426 width=37 height=39 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33252 x=953 y=5507 width=40 height=38 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=33253 x=2747 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33255 x=3483 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33256 x=2087 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33258 x=2559 y=4368 width=32 height=41 xoffset=6 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33259 x=123 y=5048 width=40 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33260 x=3526 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33261 x=3569 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33263 x=2226 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33264 x=3612 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33265 x=2788 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33266 x=3655 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33267 x=671 y=5547 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33268 x=3698 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33269 x=3741 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33270 x=3784 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33272 x=3667 y=5505 width=42 height=37 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33273 x=3872 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33274 x=3649 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33275 x=3827 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33276 x=1436 y=4368 width=37 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33277 x=3877 y=4326 width=38 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33278 x=3870 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33279 x=42 y=5371 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33280 x=2911 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33281 x=492 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=33282 x=3913 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33283 x=2952 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33284 x=2993 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33285 x=3526 y=4326 width=38 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33287 x=3956 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33288 x=3999 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33289 x=4042 y=3150 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33290 x=3034 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33291 x=246 y=5048 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33292 x=0 y=3803 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33293 x=0 y=3215 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33294 x=43 y=3215 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33295 x=572 y=4327 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33296 x=86 y=3215 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33298 x=3784 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33299 x=129 y=3215 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33300 x=172 y=3195 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33302 x=3124 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33303 x=215 y=3194 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33304 x=3036 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33305 x=258 y=3194 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33306 x=301 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33307 x=2816 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33308 x=344 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33309 x=3075 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33310 x=387 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33311 x=430 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33313 x=473 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33314 x=2058 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33320 x=516 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33321 x=2200 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33322 x=559 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33323 x=602 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33324 x=645 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33326 x=688 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33330 x=2156 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33331 x=126 y=3467 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33332 x=731 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33333 x=774 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33334 x=3280 y=4032 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33335 x=817 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33336 x=860 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33337 x=903 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33338 x=546 y=3949 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33340 x=946 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33344 x=989 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33347 x=1032 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33348 x=1075 y=3193 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33349 x=1118 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33350 x=1161 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33351 x=1204 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33353 x=1247 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33355 x=1290 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33358 x=1333 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33359 x=1376 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33361 x=3108 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33366 x=1419 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33367 x=1462 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33368 x=1505 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33369 x=1548 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33370 x=1591 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33372 x=1634 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33373 x=1677 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33375 x=1720 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33376 x=1763 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33378 x=1806 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33379 x=1849 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33380 x=1892 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33382 x=1935 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33383 x=1978 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33384 x=2021 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33386 x=2064 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33387 x=2107 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33389 x=2150 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33390 x=2770 y=5387 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33391 x=3485 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33393 x=2193 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33394 x=3698 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33396 x=2236 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33398 x=3913 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33399 x=2279 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33400 x=932 y=4327 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33401 x=3701 y=5613 width=40 height=17 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=33403 x=3608 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33405 x=2814 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33406 x=2142 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33407 x=1386 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33408 x=1848 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33409 x=2322 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33411 x=2365 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33412 x=2408 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33415 x=3649 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33417 x=3731 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33418 x=3772 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33419 x=3813 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33421 x=3854 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33422 x=3895 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33425 x=2993 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33426 x=3567 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33427 x=3936 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33428 x=3977 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33430 x=2451 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33432 x=2562 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33433 x=2494 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33434 x=82 y=5089 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33435 x=3318 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33437 x=3658 y=4860 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33439 x=1134 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33440 x=2537 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33441 x=2580 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33443 x=2623 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33444 x=3234 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33445 x=2666 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33446 x=2604 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33447 x=0 y=4097 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33448 x=2709 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33449 x=2112 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33450 x=168 y=3425 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33451 x=2310 y=3360 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33452 x=2752 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33453 x=1558 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33454 x=82 y=4097 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33455 x=1548 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33456 x=2795 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33457 x=2838 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33458 x=2322 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33459 x=336 y=3991 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33460 x=42 y=4013 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33463 x=3085 y=5346 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33464 x=2881 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33465 x=1722 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33466 x=1680 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33467 x=492 y=4327 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33468 x=2290 y=4984 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33469 x=123 y=4097 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33470 x=164 y=4097 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33471 x=3864 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33477 x=205 y=4097 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33478 x=3780 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33488 x=3402 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33489 x=2924 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33490 x=574 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33491 x=2967 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33492 x=3234 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33493 x=615 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33495 x=656 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33497 x=1512 y=5307 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33498 x=2982 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33499 x=697 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33500 x=902 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33502 x=86 y=4884 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33503 x=2394 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33504 x=2058 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33505 x=3010 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33506 x=984 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33507 x=1107 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33508 x=688 y=5148 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33509 x=3780 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33510 x=1148 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33511 x=1271 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33512 x=3444 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33514 x=1353 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33515 x=1394 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33517 x=3402 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33519 x=3053 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33521 x=3192 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33523 x=3096 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33524 x=3268 y=5146 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33526 x=440 y=589 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33527 x=1476 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33529 x=2898 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33530 x=3139 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33531 x=2604 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33533 x=3182 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33534 x=2322 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33536 x=1558 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33537 x=1599 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33538 x=3225 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33539 x=1638 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33540 x=1428 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33541 x=1302 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33542 x=1260 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33543 x=3268 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33544 x=3655 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33545 x=3311 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33546 x=3913 y=5226 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33547 x=1092 y=3865 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33548 x=3354 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33550 x=2805 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33558 x=3397 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33559 x=504 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33560 x=462 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33563 x=420 y=3865 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33564 x=1640 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33565 x=1681 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33566 x=1722 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33567 x=3440 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33569 x=1763 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33570 x=3483 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33571 x=3526 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33576 x=3569 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33579 x=817 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33580 x=2016 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33581 x=3612 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33582 x=1806 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33583 x=3655 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33584 x=3698 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33585 x=3741 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33586 x=3784 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33587 x=1333 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33588 x=1845 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33589 x=1886 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33590 x=3827 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33591 x=3870 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33592 x=3822 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33593 x=1968 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33594 x=3780 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33596 x=2050 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33597 x=3612 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33600 x=3528 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33602 x=3913 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33603 x=2967 y=5227 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33604 x=2091 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33605 x=3956 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33606 x=2132 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33607 x=3999 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33609 x=2173 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33610 x=3318 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33613 x=4042 y=3192 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33614 x=3684 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33615 x=0 y=3257 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33616 x=43 y=3257 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33617 x=2898 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33618 x=86 y=3257 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33619 x=2646 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33620 x=2562 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33621 x=2478 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33622 x=3311 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33623 x=129 y=3257 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33624 x=172 y=3237 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33626 x=2394 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33634 x=2255 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33635 x=215 y=3236 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33648 x=258 y=3236 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33651 x=902 y=5388 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33653 x=3870 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33655 x=301 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33656 x=2296 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33659 x=1974 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33660 x=344 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33661 x=387 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33663 x=430 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33664 x=473 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33666 x=1890 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33668 x=1848 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33669 x=516 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33670 x=2419 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33671 x=1722 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33673 x=2460 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33674 x=559 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33677 x=2501 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33678 x=602 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33682 x=2542 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33683 x=645 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33684 x=2583 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33685 x=688 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33686 x=3354 y=5226 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33688 x=2624 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33689 x=731 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33690 x=774 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33691 x=817 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33692 x=860 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33693 x=41 y=5048 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33694 x=1050 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33695 x=903 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33696 x=946 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33698 x=798 y=3781 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33702 x=989 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33703 x=1032 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33704 x=420 y=3781 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33705 x=2870 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33706 x=1075 y=3235 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33707 x=1118 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33708 x=3822 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33709 x=3157 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33713 x=1161 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33717 x=1204 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33725 x=1247 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33726 x=1290 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33727 x=3654 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33728 x=3528 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33729 x=3444 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33733 x=3485 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33735 x=1333 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33737 x=3567 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33738 x=2940 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33740 x=3690 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33742 x=1050 y=4903 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33743 x=1376 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33744 x=1638 y=3738 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33745 x=2050 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33747 x=1419 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33748 x=1462 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33750 x=3034 y=4116 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33752 x=1505 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33756 x=1548 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33757 x=1591 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33759 x=1634 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33760 x=1677 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33761 x=246 y=4161 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33765 x=1720 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33768 x=1763 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33769 x=492 y=4159 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33770 x=3738 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33771 x=1755 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33775 x=3612 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33776 x=1806 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33777 x=3402 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33778 x=1849 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33780 x=1892 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33782 x=1935 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33783 x=1302 y=3696 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33784 x=1978 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33785 x=946 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33787 x=2021 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33788 x=2064 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33789 x=2107 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33793 x=126 y=3677 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33795 x=2255 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33796 x=3234 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33798 x=2296 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33799 x=2604 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33802 x=2150 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33803 x=1394 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33804 x=1558 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33805 x=2193 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33806 x=2236 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33807 x=1722 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33809 x=2268 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33811 x=2637 y=5267 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33813 x=2279 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33815 x=1804 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33817 x=2322 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33824 x=2226 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33826 x=1849 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33833 x=2365 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33834 x=2408 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33836 x=1845 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33839 x=1932 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33841 x=666 y=5348 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33845 x=1927 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33848 x=1848 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33849 x=1806 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33852 x=2091 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33853 x=1596 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33861 x=1075 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33862 x=2451 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33863 x=2494 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33864 x=2537 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33865 x=2580 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33866 x=2623 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33869 x=2296 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33870 x=2666 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33871 x=2709 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33873 x=2752 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33874 x=2795 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33878 x=756 y=3613 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33879 x=672 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33880 x=2838 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33881 x=378 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33882 x=126 y=3635 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33883 x=84 y=3635 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33884 x=2881 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33887 x=3486 y=4942 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33888 x=2924 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33889 x=3822 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33890 x=2752 y=5187 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33891 x=1722 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33892 x=2967 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33893 x=3010 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33894 x=2378 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33895 x=2419 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33897 x=1050 y=4985 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33898 x=3738 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33899 x=2460 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33900 x=3053 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33901 x=3444 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33902 x=3096 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33903 x=3402 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33904 x=3139 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33905 x=3182 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33907 x=3225 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33908 x=3268 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33909 x=3311 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33910 x=2542 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33911 x=2583 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33912 x=1302 y=4943 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33913 x=3354 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33914 x=3150 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33916 x=2624 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33917 x=3024 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33921 x=2666 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33922 x=2706 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33924 x=3397 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33925 x=3440 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33931 x=3483 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33936 x=3526 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33938 x=2772 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33939 x=3569 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33940 x=2604 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33941 x=3274 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33943 x=3612 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33945 x=2520 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33948 x=3655 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33950 x=3698 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33951 x=2226 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33953 x=2911 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33958 x=2952 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33960 x=3741 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33961 x=3784 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33962 x=2993 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33965 x=1932 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33967 x=3034 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33969 x=1890 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33970 x=1806 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33972 x=1638 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33976 x=3827 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33977 x=3870 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33978 x=3913 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33979 x=3116 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33980 x=3956 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33981 x=688 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33982 x=731 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33983 x=3239 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33984 x=3999 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33985 x=4042 y=3234 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33986 x=3321 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33988 x=588 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33990 x=504 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33991 x=3362 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33992 x=378 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33993 x=0 y=3299 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33994 x=43 y=3299 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33995 x=1548 y=5187 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33996 x=3485 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33997 x=3526 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33998 x=168 y=3593 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=33999 x=86 y=3299 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34000 x=129 y=3299 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34001 x=172 y=3279 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34003 x=215 y=3278 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34006 x=798 y=4985 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34009 x=258 y=3278 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34010 x=301 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34012 x=3990 y=3528 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34023 x=344 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34026 x=3526 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34028 x=3569 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34030 x=3741 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34031 x=387 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34032 x=430 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34033 x=473 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34034 x=516 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34036 x=559 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34039 x=3654 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34042 x=602 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34043 x=645 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34044 x=688 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34045 x=731 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34047 x=3276 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34048 x=3234 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34050 x=3895 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34051 x=3024 y=3528 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34054 x=774 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34055 x=2184 y=3528 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34060 x=817 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34062 x=860 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34064 x=123 y=4265 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34065 x=903 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34067 x=126 y=3551 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34068 x=42 y=3551 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34069 x=0 y=3551 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34071 x=946 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34072 x=989 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34074 x=1032 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34075 x=1075 y=3277 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34076 x=1118 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34078 x=1161 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34079 x=1204 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34081 x=1247 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34082 x=1290 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34083 x=1333 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34084 x=369 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34085 x=3483 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34086 x=3696 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34087 x=1376 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34090 x=1419 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34091 x=615 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34092 x=308 y=589 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34093 x=3528 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34095 x=3318 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34098 x=1462 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34099 x=1505 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34100 x=1548 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34101 x=1591 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34102 x=656 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34109 x=1634 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34110 x=1677 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34111 x=3066 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34112 x=1720 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34113 x=2688 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34115 x=1763 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34118 x=1806 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34120 x=738 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34121 x=2478 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34122 x=473 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34123 x=516 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34126 x=1849 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34127 x=1892 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34128 x=779 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34129 x=820 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34130 x=2184 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34131 x=861 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34133 x=1935 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34134 x=1978 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34135 x=2021 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34136 x=2064 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34137 x=656 y=5026 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34138 x=984 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34140 x=779 y=5026 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34141 x=2107 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34142 x=2150 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34143 x=2193 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34144 x=1066 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34145 x=1107 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34146 x=1092 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34147 x=1148 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34148 x=2236 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34152 x=2279 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34153 x=2322 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34154 x=1230 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34155 x=1886 y=5025 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34157 x=924 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34159 x=882 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34167 x=756 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34169 x=2365 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34170 x=630 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34171 x=2408 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34173 x=462 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34174 x=1271 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34175 x=2451 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34176 x=2236 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34177 x=3738 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34180 x=2494 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34181 x=2537 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34182 x=1476 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34183 x=2580 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34184 x=2623 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34185 x=2666 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34186 x=84 y=3467 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34187 x=2709 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34188 x=2752 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34191 x=2795 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34192 x=2838 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34193 x=2562 y=5307 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34195 x=2881 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34196 x=2624 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34199 x=2788 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34200 x=215 y=4638 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34201 x=2924 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34203 x=2268 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34204 x=2967 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34205 x=3010 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34207 x=3053 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34208 x=3096 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34210 x=3139 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34212 x=3608 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34213 x=2058 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34214 x=1848 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34215 x=2952 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34216 x=2993 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34217 x=1722 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34218 x=3182 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34219 x=1638 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34220 x=3225 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34221 x=3268 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34222 x=3311 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34223 x=1386 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34224 x=3116 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34228 x=3354 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34230 x=3397 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34231 x=3198 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34232 x=3440 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34233 x=2952 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34234 x=3280 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34236 x=3483 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34237 x=1364 y=4410 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34238 x=3526 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34239 x=3569 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34241 x=3612 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34242 x=714 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34247 x=3655 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34249 x=3698 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34250 x=630 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34251 x=3567 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34253 x=2272 y=4861 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34254 x=2279 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34255 x=3741 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34256 x=3784 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34261 x=588 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34264 x=504 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34265 x=3827 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34266 x=3813 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34268 x=3870 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34269 x=336 y=3403 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34271 x=3895 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34272 x=3936 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34273 x=3096 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34276 x=3913 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34277 x=3956 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34278 x=294 y=3404 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34280 x=84 y=3425 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34281 x=3999 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34282 x=0 y=3425 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34285 x=4018 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34291 x=4042 y=3276 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34292 x=0 y=3341 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34294 x=2310 y=4902 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34295 x=3990 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34297 x=3822 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34298 x=41 y=4307 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34299 x=43 y=3341 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34300 x=3807 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34302 x=86 y=3341 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34303 x=82 y=4307 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34304 x=129 y=3341 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34306 x=172 y=3321 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34308 x=215 y=3320 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34309 x=258 y=3320 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34310 x=301 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34311 x=344 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34314 x=387 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34315 x=430 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34317 x=473 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34318 x=2591 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34320 x=516 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34321 x=2423 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34322 x=559 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34323 x=602 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34326 x=645 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34327 x=688 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34328 x=731 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34329 x=369 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34330 x=774 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34331 x=817 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34334 x=860 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34337 x=492 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34338 x=903 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34340 x=946 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34343 x=3053 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34345 x=1499 y=3318 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34349 x=574 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34351 x=336 y=5331 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34352 x=989 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34358 x=1032 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34360 x=697 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34361 x=1075 y=3319 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34362 x=1118 y=3318 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34364 x=462 y=3991 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34365 x=1161 y=3318 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34367 x=1204 y=3318 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34368 x=3948 y=4901 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34369 x=779 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34370 x=252 y=3992 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34374 x=820 y=4285 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34381 x=126 y=4013 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34382 x=84 y=4013 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34384 x=0 y=4013 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34386 x=3990 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34387 x=3520 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34388 x=3906 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34389 x=789 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34390 x=875 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34391 x=3360 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34392 x=215 y=4720 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34393 x=258 y=4720 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34394 x=2226 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34395 x=1848 y=4943 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34396 x=861 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34397 x=3388 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34398 x=2016 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34399 x=3300 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34400 x=918 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34401 x=1806 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34402 x=1004 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34403 x=1047 y=757 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34404 x=2992 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34407 x=1090 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34409 x=1133 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34411 x=1428 y=3948 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34412 x=688 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34415 x=3760 y=4326 width=38 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34417 x=1591 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=34421 x=731 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34422 x=1219 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34423 x=1391 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34425 x=1720 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34426 x=1477 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34427 x=1763 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34429 x=1675 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34439 x=1520 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34440 x=1563 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34441 x=1606 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34442 x=1692 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34443 x=1025 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34444 x=1735 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34445 x=1290 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34449 x=1778 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34451 x=1107 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34453 x=1806 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=34454 x=1821 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34456 x=1864 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34458 x=1907 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34460 x=1950 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34461 x=1763 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34465 x=1993 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34467 x=2036 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34468 x=1806 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34470 x=2079 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34471 x=2122 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34472 x=2165 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34473 x=1230 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34474 x=2860 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34475 x=2236 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34477 x=2322 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34479 x=1935 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34480 x=336 y=3949 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34481 x=2208 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34483 x=2021 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34484 x=3990 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34485 x=2251 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34486 x=2294 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34487 x=2537 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34488 x=2337 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34489 x=2423 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34495 x=2466 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34496 x=2623 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34497 x=3528 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34499 x=3444 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34500 x=2509 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34501 x=2552 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34502 x=2795 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34503 x=2967 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34505 x=2595 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34507 x=2279 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=34509 x=1476 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34510 x=2638 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34513 x=2681 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34514 x=2728 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34516 x=1558 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34517 x=2724 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34519 x=2520 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34521 x=2451 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34522 x=1640 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34523 x=2767 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34524 x=2810 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34526 x=2853 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34527 x=2896 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34528 x=2268 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34531 x=2939 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34532 x=2982 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34533 x=2142 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34534 x=3025 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34535 x=2100 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34537 x=3483 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34540 x=3068 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34541 x=2666 y=5147 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34542 x=2016 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34543 x=3569 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34552 x=3154 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34553 x=1932 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34554 x=3197 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34555 x=3240 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34556 x=3283 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34557 x=3326 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34558 x=3369 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34560 x=3356 y=5065 width=38 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34562 x=3412 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34563 x=172 y=4761 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34564 x=3455 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34565 x=3498 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34566 x=3541 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34567 x=3584 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34568 x=3627 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34569 x=3670 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34570 x=2009 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34571 x=3713 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34573 x=3756 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34574 x=2132 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34575 x=3799 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34576 x=1722 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34577 x=3842 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34578 x=3885 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34579 x=3928 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34580 x=1554 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34584 x=1470 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34585 x=3971 y=756 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34586 x=43 y=821 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34588 x=2173 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34590 x=86 y=821 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34591 x=129 y=821 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34593 x=172 y=801 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34594 x=1290 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34595 x=215 y=800 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34597 x=258 y=800 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34600 x=301 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34601 x=2214 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34606 x=2684 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34607 x=344 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34609 x=387 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34610 x=430 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34612 x=1008 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34615 x=1505 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34617 x=473 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34618 x=516 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34619 x=559 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34620 x=602 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34621 x=645 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34622 x=688 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34623 x=731 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34624 x=2552 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34627 x=774 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34629 x=4042 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=34633 x=817 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34635 x=3564 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34636 x=903 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34637 x=588 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34638 x=546 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34641 x=946 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34643 x=989 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34645 x=900 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34647 x=1935 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34648 x=1032 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34649 x=504 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34653 x=1075 y=799 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34655 x=462 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34656 x=378 y=3907 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34657 x=1118 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34659 x=1161 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34660 x=1204 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34661 x=1247 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34662 x=2112 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34664 x=602 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=34666 x=1290 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34670 x=1333 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34671 x=1376 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34673 x=1419 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34674 x=3318 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34676 x=3150 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34678 x=1462 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34680 x=3024 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34683 x=1505 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34684 x=1548 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34687 x=1591 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34690 x=1634 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34691 x=1677 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34692 x=1720 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34693 x=2752 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34694 x=2795 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34695 x=1763 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34696 x=1806 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34697 x=1849 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34699 x=1892 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34700 x=1935 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34701 x=1680 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34702 x=1596 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34704 x=1978 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34707 x=2021 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34709 x=3612 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34711 x=2064 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34712 x=3655 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34713 x=2107 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34718 x=798 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34719 x=2150 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34720 x=220 y=4433 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34722 x=714 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34723 x=2193 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34727 x=2279 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34731 x=2322 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34732 x=2365 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34733 x=2451 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34734 x=2494 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34735 x=2537 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34737 x=2580 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34739 x=3010 y=5186 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34741 x=2666 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34746 x=2709 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34747 x=2795 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34749 x=2838 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34750 x=2881 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34751 x=2924 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34752 x=2967 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34753 x=172 y=4802 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34756 x=3010 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34758 x=3053 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34759 x=3096 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34760 x=2952 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34761 x=3139 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34762 x=645 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34763 x=731 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34766 x=3182 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34768 x=3738 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34770 x=3225 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34773 x=3268 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34774 x=3311 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34777 x=2068 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34778 x=3354 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34780 x=3397 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34783 x=3440 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34784 x=3483 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34786 x=3526 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34787 x=3569 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34788 x=3612 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34789 x=3655 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34790 x=3698 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34794 x=1720 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34795 x=3827 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34796 x=3870 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34797 x=3913 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34799 x=3956 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34801 x=3999 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34802 x=4042 y=798 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34803 x=0 y=863 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34805 x=43 y=863 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34806 x=2150 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34807 x=1932 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34808 x=2236 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34809 x=86 y=863 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34810 x=2322 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34811 x=129 y=863 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34814 x=172 y=843 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34815 x=215 y=842 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34817 x=258 y=842 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34819 x=301 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34821 x=2537 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34822 x=3239 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34823 x=344 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34825 x=387 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34826 x=430 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34827 x=1050 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34829 x=1936 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34830 x=473 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34831 x=516 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34832 x=559 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34833 x=602 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34834 x=3526 y=4778 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34835 x=645 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34836 x=688 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34837 x=731 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34838 x=774 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34840 x=1892 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34841 x=817 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34842 x=860 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34843 x=946 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34844 x=989 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34846 x=1032 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34847 x=1075 y=841 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34849 x=1118 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34850 x=1161 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34851 x=1204 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34855 x=1247 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34856 x=1290 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34861 x=1333 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34862 x=1376 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34864 x=1419 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34865 x=1204 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34866 x=1290 y=4820 width=42 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34869 x=294 y=3824 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34870 x=1333 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34873 x=1462 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34874 x=1763 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34875 x=1505 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34876 x=1548 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34880 x=3999 y=5226 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34881 x=1302 y=4984 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34882 x=792 y=547 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34883 x=1591 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34884 x=1247 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34885 x=1634 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34886 x=1677 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34888 x=2107 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34889 x=2948 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34890 x=88 y=527 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34891 x=1032 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34892 x=2150 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34893 x=2193 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34894 x=3696 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34897 x=176 y=464 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34898 x=3652 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34899 x=3520 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34901 x=2860 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34902 x=308 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34903 x=220 y=422 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34904 x=2552 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34905 x=2376 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34906 x=1188 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34907 x=2992 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34908 x=2684 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34909 x=1452 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34910 x=924 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34911 x=440 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34912 x=220 y=716 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34913 x=0 y=737 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34914 x=3520 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34915 x=2236 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34916 x=2782 y=4368 width=22 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34920 x=2279 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34921 x=2322 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34923 x=2365 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34926 x=2408 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34927 x=2451 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34928 x=2494 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34929 x=2537 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34930 x=126 y=3425 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34933 x=3340 y=3990 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34935 x=2580 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34937 x=2552 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34939 x=2623 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34941 x=2666 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34942 x=2709 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34943 x=2752 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34944 x=462 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34945 x=2838 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34946 x=2332 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34952 x=2881 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34955 x=2924 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34957 x=2967 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34962 x=3010 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34966 x=756 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34967 x=1760 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34968 x=3096 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34969 x=3422 y=3990 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34970 x=3139 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34971 x=1364 y=672 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34972 x=836 y=673 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34974 x=3182 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34975 x=3225 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34976 x=3268 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34978 x=3311 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34980 x=3354 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34984 x=484 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34986 x=3397 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34987 x=3784 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34990 x=3036 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34992 x=1333 y=4615 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=34993 x=3483 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34996 x=2948 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34997 x=3569 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=34999 x=3612 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35002 x=3698 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35004 x=2904 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35005 x=2016 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35006 x=3741 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35007 x=2684 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35008 x=2142 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35009 x=3784 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35010 x=3870 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35011 x=3913 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35012 x=3956 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35013 x=3999 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35014 x=2478 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35018 x=4042 y=840 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35019 x=0 y=905 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35020 x=43 y=905 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35021 x=2646 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35022 x=86 y=905 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35023 x=129 y=905 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35025 x=172 y=885 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35026 x=215 y=884 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35027 x=2640 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35028 x=2898 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35029 x=258 y=884 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35032 x=86 y=4638 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35033 x=301 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35035 x=344 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35036 x=387 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35037 x=430 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35038 x=473 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35039 x=559 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35040 x=3913 y=4573 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35041 x=602 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35047 x=688 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35048 x=860 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35055 x=3570 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35056 x=903 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35057 x=989 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35058 x=3780 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35059 x=1032 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35060 x=1075 y=883 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35061 x=1161 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35063 x=1892 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35064 x=1204 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35065 x=1333 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35068 x=1376 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35069 x=1419 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35070 x=1462 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35073 x=3483 y=4573 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35074 x=1804 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35076 x=1548 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35078 x=1591 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35079 x=1677 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35082 x=378 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35084 x=1892 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35085 x=2064 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35086 x=2494 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35087 x=2537 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35088 x=630 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35090 x=2580 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35091 x=2666 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35093 x=1276 y=630 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35094 x=2838 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35096 x=2924 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35097 x=3010 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35098 x=3053 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35100 x=3096 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35101 x=3139 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35102 x=3182 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35104 x=3225 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35109 x=3268 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35110 x=3311 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35111 x=1596 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35112 x=3354 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35114 x=3397 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35115 x=3828 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35120 x=3440 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35121 x=3483 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35122 x=3655 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35125 x=3741 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35126 x=2226 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35127 x=3913 y=882 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35128 x=0 y=947 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35129 x=3652 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35130 x=86 y=947 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35131 x=2436 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35134 x=258 y=926 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35136 x=3476 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35137 x=2464 y=588 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35138 x=1260 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35139 x=344 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35140 x=516 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35141 x=731 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35142 x=817 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35145 x=2898 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35148 x=903 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35149 x=946 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35151 x=1188 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35154 x=4048 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35158 x=1032 y=925 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35159 x=1462 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35162 x=3828 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35163 x=1591 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35164 x=1677 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35166 x=1720 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35167 x=1806 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35168 x=2064 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35169 x=2494 y=924 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35170 x=2537 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35171 x=3564 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35172 x=2580 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35174 x=3225 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35178 x=3268 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35179 x=3612 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35181 x=3784 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35182 x=3432 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35183 x=2464 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35184 x=1760 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35186 x=4032 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35187 x=810 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35188 x=42 y=3509 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35189 x=3913 y=924 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35191 x=215 y=968 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35194 x=301 y=967 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35195 x=344 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35196 x=1100 y=546 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35197 x=748 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35198 x=1092 y=5620 width=42 height=29 xoffset=1 yoffset=20 xadvance=44 page=0 chnl=15 -char id=35199 x=1609 y=5506 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=35200 x=3109 y=5616 width=40 height=21 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35201 x=688 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35203 x=602 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35206 x=2021 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35207 x=172 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35208 x=86 y=5251 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35209 x=1892 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35210 x=3698 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35211 x=1247 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35213 x=714 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35215 x=430 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35216 x=616 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35219 x=840 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35220 x=3990 y=4942 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35221 x=559 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35222 x=396 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35223 x=1634 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35224 x=123 y=4055 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35226 x=602 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35227 x=352 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35228 x=1376 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35231 x=688 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35232 x=1204 y=4575 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35233 x=1505 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35237 x=774 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35238 x=1672 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35239 x=1512 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35241 x=2552 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35242 x=860 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35244 x=946 y=967 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35247 x=1118 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35248 x=1419 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35250 x=1548 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35251 x=1591 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35252 x=2288 y=4410 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35253 x=1025 y=5026 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35254 x=1634 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35255 x=1677 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35258 x=1720 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35260 x=3781 y=4368 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35261 x=1763 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35263 x=1806 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35264 x=2420 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35265 x=1428 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35282 x=3565 y=4326 width=38 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35284 x=2520 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35285 x=2562 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35286 x=1892 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35287 x=1935 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35288 x=1978 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35290 x=2021 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35292 x=2772 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35293 x=2156 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35299 x=2064 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35301 x=2193 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35302 x=2279 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35303 x=2451 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35305 x=2494 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35307 x=2580 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35309 x=2709 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35313 x=3192 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35315 x=2881 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35316 x=2967 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35318 x=3096 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35320 x=3360 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35321 x=3402 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35325 x=3444 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35327 x=3486 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35328 x=2301 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35329 x=4069 y=5386 width=23 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35330 x=3784 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35331 x=1892 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35332 x=3139 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35333 x=3225 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35335 x=369 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35336 x=3268 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35338 x=88 y=4433 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35340 x=1290 y=5148 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35342 x=3311 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35343 x=2537 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35344 x=2494 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35345 x=3354 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35346 x=2016 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35347 x=2823 y=4984 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35348 x=3397 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35349 x=3486 y=4901 width=41 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35350 x=2107 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35351 x=2021 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35352 x=516 y=5149 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35355 x=1848 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35357 x=1720 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35358 x=3440 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35359 x=1634 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35360 x=533 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35361 x=1232 y=504 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35362 x=3483 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35363 x=3526 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35364 x=3569 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35365 x=3868 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35366 x=3698 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35370 x=3784 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35371 x=1118 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35372 x=3870 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35373 x=1075 y=4534 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35375 x=903 y=4534 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35377 x=3913 y=966 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35379 x=602 y=4534 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35380 x=0 y=1031 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35381 x=294 y=5331 width=41 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35382 x=473 y=4534 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35383 x=3360 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35386 x=880 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35387 x=129 y=4556 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35388 x=86 y=4556 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35389 x=3570 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35390 x=86 y=1031 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35392 x=344 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35393 x=559 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35395 x=774 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35397 x=817 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35398 x=1496 y=4410 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35399 x=903 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35400 x=3440 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35401 x=836 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35405 x=3139 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35406 x=2021 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35408 x=946 y=1009 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35409 x=2881 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35410 x=1161 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35411 x=1247 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35412 x=3906 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35413 x=2752 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35414 x=1290 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35415 x=3612 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35416 x=336 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35419 x=1818 y=5107 width=43 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35420 x=1376 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35421 x=1462 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35422 x=924 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35424 x=616 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35425 x=1512 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35426 x=630 y=3571 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35427 x=1505 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35429 x=396 y=505 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35430 x=44 y=527 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35431 x=1548 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35433 x=1591 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35435 x=1677 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35436 x=1720 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35437 x=1763 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35438 x=559 y=5148 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35440 x=1849 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35441 x=430 y=4493 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35442 x=2107 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35443 x=2150 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35445 x=2193 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35446 x=697 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35447 x=294 y=4925 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35449 x=1680 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35450 x=738 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35451 x=3520 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35452 x=2322 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35454 x=1848 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35455 x=258 y=4515 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35456 x=172 y=4515 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35458 x=3476 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35459 x=2016 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35460 x=2494 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35461 x=3432 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35462 x=4042 y=4450 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35463 x=3124 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35465 x=2537 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35467 x=3741 y=4450 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35468 x=2580 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35469 x=1320 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35471 x=2623 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35472 x=2666 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35473 x=2709 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35474 x=2752 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35475 x=820 y=4033 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35477 x=2795 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35478 x=2838 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35479 x=861 y=4033 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35480 x=2881 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35481 x=3676 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35482 x=2924 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35486 x=3182 y=4450 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35487 x=2967 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35488 x=2860 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35489 x=1804 y=462 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35491 x=1026 y=5108 width=43 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35492 x=2408 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35493 x=3010 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35494 x=1428 y=4984 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35495 x=3053 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35496 x=3096 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35497 x=2365 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35498 x=2279 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35500 x=4048 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35501 x=3139 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35502 x=4004 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35503 x=1134 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35504 x=3182 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35506 x=2107 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35507 x=3780 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35510 x=3225 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35511 x=3570 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35513 x=3268 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35515 x=3311 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35516 x=1849 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35518 x=1874 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35519 x=3826 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35522 x=210 y=3615 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35523 x=3740 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35524 x=3354 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35526 x=3397 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35527 x=3440 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35528 x=1720 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35529 x=3483 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35530 x=714 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35531 x=3526 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35532 x=3569 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35533 x=3655 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35535 x=1462 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35536 x=3698 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35537 x=1276 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35538 x=3741 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35539 x=3784 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35540 x=3827 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35541 x=3913 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35542 x=3956 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35543 x=2640 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35546 x=3999 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35547 x=4042 y=1008 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35548 x=0 y=1073 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35549 x=1118 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35550 x=3742 y=4860 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35551 x=989 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35552 x=387 y=4453 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35553 x=2537 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35554 x=3954 y=4409 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35556 x=3782 y=4409 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35558 x=43 y=1073 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35559 x=86 y=1073 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35563 x=2376 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35564 x=129 y=1073 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35565 x=1276 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35566 x=172 y=1053 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35568 x=3182 y=5146 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35569 x=215 y=1052 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35571 x=258 y=1052 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35572 x=1144 y=420 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35573 x=2394 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35574 x=301 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35575 x=1452 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35576 x=344 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35578 x=387 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35580 x=430 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35582 x=473 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35583 x=602 y=4862 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35584 x=516 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35585 x=3276 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35586 x=3192 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35588 x=559 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35589 x=3318 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35590 x=3402 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35591 x=602 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35594 x=645 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35595 x=688 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35596 x=3483 y=4819 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35597 x=1252 y=4326 width=39 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35598 x=2838 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35599 x=731 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35600 x=2795 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35601 x=774 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35604 x=817 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35606 x=2709 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35607 x=860 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35609 x=903 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35610 x=1290 y=5108 width=43 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35611 x=946 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35612 x=2623 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35613 x=989 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35614 x=756 y=3655 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35615 x=1032 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35616 x=1075 y=1051 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35617 x=1118 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35622 x=1176 y=3654 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35624 x=1161 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35627 x=1204 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35628 x=2408 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35629 x=1247 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35632 x=2365 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35635 x=2279 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35639 x=1290 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35641 x=2193 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35644 x=1333 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35646 x=2064 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35649 x=1376 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35650 x=2021 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35651 x=1935 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35652 x=1892 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35653 x=2945 y=5107 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35654 x=1419 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35656 x=1462 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35657 x=1806 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35660 x=1505 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35661 x=1548 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35662 x=1677 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35663 x=1591 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35665 x=1634 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35666 x=1677 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35667 x=1720 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35668 x=1376 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35670 x=1763 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35672 x=264 y=421 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35673 x=1806 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35674 x=1032 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35675 x=1849 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35676 x=1892 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35678 x=817 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35679 x=731 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35683 x=1978 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35686 x=2021 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35689 x=2064 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35691 x=2107 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35692 x=2150 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35693 x=132 y=423 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35695 x=602 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35696 x=2236 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35697 x=2279 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35698 x=2322 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35700 x=516 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35702 x=473 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35703 x=2365 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35704 x=2408 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35705 x=2451 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35708 x=2494 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35709 x=2537 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35710 x=2580 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35711 x=2623 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35712 x=2709 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35713 x=172 y=4843 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35715 x=2752 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35716 x=2772 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35717 x=3212 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35722 x=2795 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35723 x=2838 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35724 x=2924 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35725 x=2558 y=5107 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35726 x=2967 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35727 x=3010 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35728 x=3053 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35730 x=3096 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35731 x=3139 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35732 x=3182 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35733 x=420 y=4945 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35734 x=3268 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35737 x=3311 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35738 x=3354 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35740 x=3397 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35741 x=3344 y=4409 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35742 x=3440 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35743 x=3483 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35744 x=445 y=5491 width=21 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35895 x=2838 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35896 x=3080 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35897 x=2332 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35898 x=1100 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35901 x=3807 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35902 x=2200 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35903 x=3526 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35905 x=3569 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35909 x=1012 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35910 x=548 y=5568 width=40 height=37 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35911 x=2632 y=5545 width=42 height=36 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=35912 x=3192 y=4983 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35913 x=3612 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35914 x=1008 y=4903 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35915 x=1677 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35916 x=3655 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35918 x=0 y=5331 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35919 x=3698 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35920 x=41 y=5089 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35921 x=42 y=3761 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35923 x=1144 y=4411 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35924 x=3956 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35925 x=1776 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=35927 x=568 y=5490 width=43 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=35928 x=3741 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35929 x=3784 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35930 x=3268 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35931 x=2881 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35933 x=731 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35937 x=882 y=3739 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35938 x=3870 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35939 x=602 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35940 x=1862 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35942 x=3913 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35944 x=3956 y=1050 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35945 x=2679 y=5467 width=42 height=38 xoffset=1 yoffset=17 xadvance=44 page=0 chnl=15 -char id=35946 x=1394 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35947 x=0 y=1115 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35948 x=43 y=1115 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35949 x=43 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35955 x=3629 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=35957 x=86 y=1115 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35958 x=129 y=1115 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35960 x=2526 y=4368 width=32 height=41 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35961 x=2142 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35962 x=172 y=1095 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35963 x=215 y=1094 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35964 x=258 y=1094 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35966 x=301 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35970 x=2730 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35973 x=344 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35974 x=387 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35975 x=473 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35977 x=516 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35978 x=3276 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35979 x=559 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35980 x=924 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35981 x=688 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35982 x=3872 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35984 x=774 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35986 x=817 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35987 x=860 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35988 x=946 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35992 x=1032 y=1093 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35993 x=1161 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35995 x=1204 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35996 x=1247 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35997 x=2880 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=35998 x=1435 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=35999 x=1333 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36000 x=1476 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36001 x=1419 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36002 x=3003 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36004 x=1462 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36007 x=336 y=3781 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36008 x=378 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36009 x=2580 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36010 x=1505 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36011 x=882 y=4903 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36012 x=1517 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36013 x=1548 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36014 x=1591 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36015 x=1634 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36016 x=1558 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36018 x=882 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36019 x=1677 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36020 x=1599 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36022 x=1978 y=4697 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36023 x=3864 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36024 x=1134 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36025 x=1720 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36026 x=3526 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36027 x=1640 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36028 x=1849 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36029 x=1892 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36031 x=1722 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36032 x=1428 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36033 x=1763 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36034 x=1935 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36035 x=1596 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36036 x=1978 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36037 x=2021 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36038 x=2064 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36039 x=2107 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36040 x=3930 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36041 x=2150 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36042 x=2193 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36043 x=2279 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36045 x=2322 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36046 x=3784 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36047 x=3698 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36049 x=3655 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36050 x=2365 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36051 x=2268 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36053 x=2420 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36054 x=2451 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36057 x=3766 y=4983 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36058 x=2494 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36059 x=2537 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36060 x=3225 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36061 x=2596 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36062 x=1968 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36064 x=2623 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36065 x=2666 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36066 x=210 y=4966 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36067 x=2214 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36068 x=2795 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36070 x=1540 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36072 x=2296 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36074 x=3150 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36076 x=2881 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36077 x=2838 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36079 x=2881 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36080 x=2924 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36081 x=2752 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36082 x=3444 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36084 x=3010 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36085 x=546 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36087 x=2337 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36088 x=3053 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36090 x=3096 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36091 x=329 y=0 width=42 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=36092 x=3139 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36093 x=3182 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36094 x=2460 y=4032 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36095 x=1763 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36097 x=3225 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36099 x=3268 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36100 x=3311 y=1092 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36101 x=3354 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36103 x=3397 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36104 x=1890 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36105 x=860 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36106 x=3440 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36107 x=2553 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36109 x=3483 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36110 x=3318 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36111 x=3526 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36112 x=3569 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36114 x=3780 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36115 x=1892 y=294 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36116 x=4042 y=4614 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36118 x=3698 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36119 x=2058 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36123 x=1100 y=294 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36124 x=3741 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36125 x=2490 y=5387 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36196 x=3827 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36197 x=968 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36198 x=3913 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36199 x=3956 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36201 x=3999 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36203 x=4042 y=1092 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36204 x=0 y=1157 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36205 x=43 y=1157 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36206 x=172 y=1137 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36208 x=215 y=1136 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36209 x=2150 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36211 x=176 y=296 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36212 x=258 y=1136 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36214 x=301 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36215 x=344 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36223 x=3828 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36225 x=3869 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36226 x=430 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36228 x=473 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36229 x=516 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36232 x=559 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36234 x=3031 y=4368 width=44 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36237 x=602 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36240 x=774 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36241 x=817 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36245 x=860 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36249 x=903 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36254 x=3784 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36255 x=946 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36256 x=3080 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36259 x=748 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36262 x=989 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36264 x=2992 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36267 x=1032 y=1135 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36268 x=1118 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36271 x=1204 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36274 x=2244 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36275 x=817 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36277 x=1344 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36279 x=1247 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36281 x=1333 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36282 x=1376 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36283 x=1462 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36284 x=1376 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36286 x=2666 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36288 x=861 y=5388 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36290 x=1505 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36293 x=1548 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36294 x=1591 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36295 x=1677 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36296 x=1364 y=252 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36298 x=1720 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36299 x=1763 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36300 x=1806 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36302 x=3784 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36303 x=2352 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36305 x=3483 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36308 x=3948 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36309 x=1849 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36310 x=2343 y=5107 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36311 x=1892 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36313 x=2300 y=5107 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36314 x=2752 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36315 x=1935 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36317 x=1548 y=4779 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36319 x=1118 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36321 x=2021 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36323 x=2064 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36324 x=2107 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36325 x=1075 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36327 x=1032 y=5268 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36328 x=2150 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36330 x=2193 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36331 x=3311 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36332 x=2967 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36335 x=2236 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36336 x=2279 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36337 x=2365 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36338 x=220 y=254 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36339 x=2408 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36340 x=559 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36341 x=2451 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36348 x=756 y=4903 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36349 x=612 y=5470 width=43 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36351 x=2494 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36353 x=1260 y=5468 width=42 height=38 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36356 x=2537 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36357 x=2580 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36358 x=2623 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36360 x=4048 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36361 x=2666 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36362 x=1927 y=5387 width=40 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36363 x=3066 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36364 x=2709 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36367 x=3432 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36368 x=2752 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36369 x=2795 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36372 x=2838 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36374 x=2881 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36381 x=3956 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36382 x=3827 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36383 x=3444 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36384 x=2924 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36385 x=2992 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36386 x=1428 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36387 x=2967 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36390 x=3010 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36391 x=3053 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36394 x=3096 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36400 x=559 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36401 x=3182 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36403 x=2772 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36404 x=3696 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36405 x=3526 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36406 x=2838 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36407 x=3225 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36408 x=3268 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36409 x=3311 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36413 x=2940 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36416 x=3354 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36417 x=3570 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36418 x=1978 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36420 x=3397 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36423 x=3440 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36424 x=3526 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36425 x=3569 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36426 x=3698 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36427 x=2646 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36428 x=3827 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36429 x=43 y=4884 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36430 x=3956 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36431 x=2684 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36432 x=4042 y=1134 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36436 x=0 y=1199 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36437 x=3268 y=4696 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36441 x=43 y=1199 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36443 x=129 y=1199 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36444 x=1722 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36445 x=172 y=1179 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36446 x=2193 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36447 x=215 y=1178 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36448 x=258 y=1178 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36449 x=344 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36450 x=387 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36451 x=430 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36452 x=516 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36457 x=602 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36460 x=2728 y=4410 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36461 x=3010 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36463 x=645 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36464 x=860 y=5268 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36465 x=3913 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36466 x=0 y=4802 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36468 x=817 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36469 x=860 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36470 x=1505 y=4820 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36471 x=3870 y=4819 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36473 x=946 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36474 x=989 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36475 x=1075 y=1177 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36476 x=1118 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36481 x=3999 y=4819 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36482 x=1204 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36483 x=1247 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36484 x=1333 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36485 x=462 y=5330 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36487 x=1376 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36489 x=1419 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36490 x=1462 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36491 x=1548 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36493 x=215 y=4884 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36496 x=2640 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36497 x=344 y=4864 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36498 x=1634 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36499 x=1720 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36500 x=1806 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36501 x=1849 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36504 x=1892 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36505 x=2009 y=5025 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36506 x=1978 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36507 x=1935 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36509 x=1386 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36510 x=2064 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36513 x=903 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36514 x=1176 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36519 x=1505 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36521 x=1978 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36522 x=2150 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36523 x=3403 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36524 x=2226 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36525 x=2193 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36526 x=2236 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36527 x=2279 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36528 x=2365 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36529 x=2451 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36531 x=1386 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36533 x=2596 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36534 x=2494 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36538 x=966 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36539 x=2537 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36542 x=2623 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36544 x=2752 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36545 x=2795 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36547 x=2838 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36548 x=2881 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36549 x=2924 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36550 x=2967 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36551 x=3010 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36552 x=3053 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36554 x=168 y=3719 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36555 x=3096 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36556 x=2464 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36557 x=2675 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36559 x=2420 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36561 x=3139 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36562 x=3182 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36564 x=2646 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36571 x=3225 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36572 x=2184 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36575 x=3268 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36578 x=3311 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36579 x=3567 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36584 x=2376 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36587 x=3397 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36589 x=3440 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36590 x=3483 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36592 x=3569 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36593 x=2156 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36599 x=3612 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36600 x=1428 y=3528 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36601 x=3655 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36602 x=4032 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36603 x=3698 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36604 x=2112 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36605 x=1496 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36606 x=1144 y=210 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36608 x=1596 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36610 x=3827 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36611 x=3913 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36613 x=968 y=211 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36615 x=3999 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36616 x=4042 y=1176 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36617 x=1218 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36618 x=86 y=1241 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36620 x=129 y=1241 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36623 x=1050 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36624 x=172 y=1221 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36626 x=924 y=211 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36627 x=215 y=1220 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36628 x=258 y=1220 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36629 x=344 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36630 x=336 y=3487 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36631 x=387 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36632 x=660 y=211 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36633 x=430 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36635 x=516 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36636 x=602 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36637 x=645 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36638 x=294 y=3488 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36639 x=688 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36640 x=774 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36641 x=3192 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36643 x=1680 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36645 x=817 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36646 x=860 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36647 x=946 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36648 x=3276 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36649 x=4018 y=4032 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36650 x=989 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36651 x=1032 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36652 x=1075 y=1219 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36653 x=1118 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36654 x=1161 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36655 x=1204 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36659 x=1333 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36660 x=1376 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36661 x=3906 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36662 x=1419 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36663 x=1512 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36664 x=396 y=211 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36665 x=1462 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36666 x=1505 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36667 x=2507 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36670 x=1548 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36671 x=1591 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36672 x=1634 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36673 x=1677 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36674 x=1720 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36675 x=176 y=212 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36676 x=1763 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36677 x=1849 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36678 x=1892 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36679 x=1935 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36681 x=1978 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36682 x=2021 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36684 x=2064 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36685 x=2107 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36686 x=2150 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36687 x=2193 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36689 x=3872 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36690 x=2236 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36691 x=2279 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36692 x=2322 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36693 x=2365 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36695 x=2408 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36696 x=2494 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36700 x=2537 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36701 x=2666 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36702 x=2709 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36703 x=2838 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36705 x=2881 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36706 x=3608 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36707 x=2924 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36708 x=2967 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36709 x=2940 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36710 x=779 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36763 x=820 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36764 x=861 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36765 x=3010 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36766 x=3053 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36767 x=3096 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36768 x=943 y=4075 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36769 x=3139 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36770 x=3520 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36771 x=3476 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36772 x=3182 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36773 x=3225 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36774 x=3268 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36775 x=3311 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36776 x=3354 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36781 x=3397 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36782 x=3440 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36783 x=3483 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36784 x=860 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36785 x=301 y=5171 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=36786 x=3569 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36788 x=387 y=4863 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36789 x=3612 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36790 x=473 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36791 x=516 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36792 x=559 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36794 x=3805 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36795 x=645 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36796 x=1247 y=5148 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36798 x=688 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36799 x=731 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36800 x=774 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36801 x=817 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36802 x=860 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36804 x=903 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36805 x=1333 y=5268 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36806 x=946 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36808 x=387 y=5170 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36810 x=989 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36811 x=1032 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36813 x=1075 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36814 x=1118 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36816 x=1161 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36817 x=1204 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36818 x=1247 y=4862 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36819 x=1376 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36820 x=3612 y=5146 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36821 x=1462 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36826 x=1505 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36832 x=1548 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36834 x=1591 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36835 x=1634 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36836 x=1763 y=4861 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36837 x=3696 y=4409 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36838 x=3825 y=4409 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36840 x=3868 y=4409 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36841 x=731 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36842 x=903 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36843 x=946 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36845 x=1247 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36846 x=1677 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36847 x=2948 y=4409 width=43 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36848 x=2064 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36849 x=2193 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36852 x=2494 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36853 x=2537 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36854 x=2623 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36855 x=2709 y=4451 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36856 x=3526 y=4450 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36857 x=0 y=4515 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36858 x=43 y=4515 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36859 x=129 y=4515 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36861 x=215 y=4515 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36862 x=516 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36864 x=473 y=5150 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36865 x=774 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36866 x=1075 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36867 x=1247 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36868 x=2064 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36869 x=2279 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36870 x=2408 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36872 x=2580 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36875 x=2709 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36876 x=2838 y=4492 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36877 x=3655 y=4491 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36878 x=0 y=4556 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36879 x=3590 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36880 x=3762 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36881 x=516 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36883 x=731 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36884 x=1247 y=4534 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36885 x=1290 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36886 x=1677 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36887 x=2236 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36888 x=2279 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36889 x=3139 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36890 x=1634 y=5147 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36891 x=3397 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36893 x=3440 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36894 x=3741 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36895 x=3870 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36896 x=3913 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36897 x=4042 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36898 x=430 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36899 x=602 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36903 x=645 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36904 x=731 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36905 x=1032 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36906 x=1247 y=4575 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36908 x=1419 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36909 x=1462 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36910 x=1720 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36911 x=2064 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36913 x=1892 y=5227 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36914 x=2494 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36915 x=2580 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36916 x=2666 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36917 x=2795 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36918 x=2838 y=4574 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36919 x=2881 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36920 x=3010 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36921 x=3053 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36924 x=3182 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36926 x=3225 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36927 x=3268 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36929 x=3354 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36930 x=3655 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36931 x=3698 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36932 x=3741 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36933 x=3074 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36935 x=3117 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36937 x=4042 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36938 x=0 y=4638 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36939 x=3332 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36940 x=129 y=4638 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36941 x=3461 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36942 x=3504 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36943 x=344 y=4618 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36944 x=387 y=4617 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36945 x=731 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36946 x=989 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36947 x=1075 y=4616 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36948 x=1462 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36949 x=1548 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36950 x=1591 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36952 x=1634 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36953 x=1720 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36955 x=1806 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36956 x=1849 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36957 x=1978 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36958 x=2236 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36960 x=2494 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36961 x=2580 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36962 x=2752 y=4615 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36963 x=2967 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36965 x=3053 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36966 x=3698 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36967 x=3999 y=4614 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36968 x=43 y=4679 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36969 x=172 y=4679 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36972 x=430 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36973 x=989 y=4657 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36974 x=1290 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36975 x=1591 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36976 x=2021 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36978 x=2322 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36980 x=2408 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36981 x=2494 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36982 x=2795 y=4656 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36983 x=903 y=5148 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36984 x=946 y=5148 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36985 x=2967 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36986 x=3182 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36988 x=3268 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36989 x=3354 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36991 x=3440 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36992 x=3913 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36993 x=3956 y=4655 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36994 x=344 y=4700 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36995 x=387 y=4699 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36996 x=1419 y=5147 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=36997 x=946 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=36999 x=1118 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37000 x=1247 y=4698 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37001 x=1462 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37002 x=2107 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37003 x=2150 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37004 x=2451 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37006 x=2494 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37007 x=2666 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37008 x=2709 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37009 x=2516 y=5506 width=37 height=38 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37013 x=2537 y=5066 width=38 height=40 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37015 x=2365 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37016 x=2847 y=5267 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37017 x=1435 y=4074 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37019 x=2494 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37024 x=3649 y=4368 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37025 x=3655 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37026 x=2623 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37027 x=3729 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37029 x=3698 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37030 x=3234 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37032 x=3741 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37034 x=2924 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37039 x=3784 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37040 x=3827 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37041 x=3870 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37042 x=3913 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37043 x=1774 y=5107 width=43 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37044 x=2007 y=5267 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37045 x=3956 y=5146 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37046 x=3956 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37048 x=3999 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37053 x=4042 y=1218 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37054 x=0 y=1283 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37057 x=3388 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37059 x=3300 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37060 x=43 y=1283 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37061 x=1075 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37063 x=3080 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37064 x=86 y=1283 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37065 x=3182 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37066 x=129 y=1283 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37068 x=387 y=4781 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37070 x=172 y=1263 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37074 x=1204 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37077 x=215 y=1262 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37079 x=258 y=1262 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37080 x=246 y=5411 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37081 x=1386 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37083 x=301 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37084 x=344 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37085 x=387 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37086 x=430 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37087 x=473 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37089 x=674 y=5108 width=43 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37090 x=3645 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37092 x=516 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37093 x=3956 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37096 x=559 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37099 x=645 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37101 x=688 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37103 x=774 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37104 x=1849 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37106 x=817 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37108 x=860 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37109 x=903 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37110 x=0 y=4679 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37111 x=946 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37117 x=3036 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37118 x=2064 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37119 x=1334 y=5107 width=43 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37120 x=989 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37122 x=2150 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37124 x=2236 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37125 x=3192 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37126 x=2322 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37128 x=1032 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37133 x=2365 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37136 x=1075 y=1261 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37138 x=1118 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37140 x=1161 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37141 x=1204 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37142 x=645 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37143 x=2058 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37144 x=1247 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37145 x=2451 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37146 x=1290 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37148 x=1333 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37150 x=1376 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37152 x=946 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37154 x=2494 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37155 x=1419 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37157 x=1462 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37159 x=2640 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37161 x=1161 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37165 x=1204 y=4657 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37166 x=1548 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37167 x=1591 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37168 x=1634 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37169 x=1677 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37170 x=1376 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37172 x=1720 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37174 x=2464 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37175 x=1763 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37177 x=1548 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37178 x=1806 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37180 x=1892 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37181 x=2376 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37187 x=714 y=4944 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37190 x=1134 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37191 x=1935 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37192 x=1849 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37193 x=871 y=5507 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=37194 x=1892 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37195 x=1935 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37196 x=1927 y=4074 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37197 x=672 y=4944 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37198 x=2021 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37199 x=2064 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37202 x=2150 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37203 x=2107 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37204 x=2150 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37206 x=2193 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37207 x=462 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37208 x=2365 y=4656 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37209 x=2236 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37210 x=2881 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37211 x=1686 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37217 x=2279 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37218 x=2408 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37219 x=2451 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37220 x=2494 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37221 x=2537 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37223 x=2580 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37225 x=3402 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37226 x=2623 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37228 x=2214 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37229 x=2666 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37234 x=2924 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37235 x=2709 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37236 x=2752 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37237 x=2795 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37239 x=2838 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37240 x=2814 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37241 x=2881 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37242 x=2924 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37243 x=2967 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37249 x=3053 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37250 x=3096 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37251 x=2244 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37253 x=3139 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37254 x=3225 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37255 x=3268 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37257 x=3311 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37258 x=3569 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37259 x=3354 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37261 x=3612 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37262 x=3397 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37264 x=2100 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37265 x=3741 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37266 x=3784 y=4655 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37267 x=3440 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37268 x=3483 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37269 x=3526 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37271 x=3569 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37272 x=3612 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37276 x=3655 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37278 x=3053 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37281 x=3741 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37282 x=3784 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37284 x=1932 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37286 x=3827 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37288 x=3870 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37290 x=3139 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37291 x=3889 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37292 x=3913 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37293 x=3956 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37294 x=3999 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37295 x=4042 y=1260 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37296 x=473 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37297 x=2068 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37298 x=43 y=1325 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37299 x=602 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37300 x=129 y=1325 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37301 x=172 y=1305 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37302 x=1936 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37304 x=215 y=1304 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37306 x=258 y=1304 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37307 x=301 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37308 x=344 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37309 x=3234 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37311 x=1892 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37312 x=387 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37313 x=1638 y=3780 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37314 x=430 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37315 x=1075 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37316 x=473 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37317 x=1161 y=4698 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37318 x=516 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37319 x=559 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37320 x=602 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37321 x=1176 y=3780 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37323 x=645 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37324 x=697 y=5388 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37325 x=2058 y=4902 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37326 x=3655 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=37327 x=3741 y=5226 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37328 x=688 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37329 x=1634 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37331 x=1677 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37332 x=1720 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37334 x=731 y=1303 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37335 x=2665 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37336 x=774 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37337 x=817 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37338 x=1467 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37339 x=1008 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37340 x=2021 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37341 x=860 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37342 x=1848 y=168 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37343 x=1062 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37345 x=2193 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37347 x=1628 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37348 x=714 y=3781 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37349 x=1584 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37350 x=2365 y=4697 width=42 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37351 x=903 y=1303 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37353 x=1540 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37354 x=1452 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37356 x=946 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37357 x=3827 y=5226 width=42 height=39 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37358 x=1032 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37359 x=176 y=4433 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37360 x=252 y=3782 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37361 x=1408 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37365 x=1075 y=1303 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37366 x=396 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37367 x=2752 y=4697 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37369 x=1364 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37371 x=3627 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37372 x=880 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37373 x=3222 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37375 x=792 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37376 x=1188 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37377 x=748 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37380 x=660 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37381 x=3034 y=4074 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37382 x=572 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37383 x=1118 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37385 x=1161 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37386 x=2986 y=4368 width=44 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37388 x=484 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37389 x=1628 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37390 x=2352 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37392 x=2547 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37393 x=308 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37394 x=176 y=170 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37395 x=1892 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37396 x=88 y=191 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37397 x=3440 y=4696 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37398 x=2052 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37399 x=1962 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37400 x=1204 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37404 x=4004 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37405 x=3960 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37406 x=1247 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37411 x=1290 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37412 x=3738 y=3738 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37413 x=3608 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37414 x=3564 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37416 x=3476 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37417 x=3432 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37420 x=3344 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37422 x=2816 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37423 x=1333 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37424 x=3300 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37427 x=1376 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37428 x=3212 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37429 x=3168 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37430 x=3080 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37431 x=2640 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37432 x=2552 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37433 x=2376 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37434 x=1994 y=5107 width=43 height=39 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37436 x=1419 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37438 x=1462 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37439 x=3570 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37440 x=1505 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37442 x=2907 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37443 x=2332 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37444 x=2288 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37445 x=704 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37446 x=1548 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37447 x=616 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37448 x=484 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37449 x=2156 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37450 x=1591 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37451 x=308 y=4413 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37453 x=264 y=4433 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37454 x=2126 y=5107 width=43 height=39 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37455 x=44 y=4433 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37456 x=1634 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37457 x=3024 y=3738 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37462 x=2941 y=4368 width=44 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37463 x=2068 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37464 x=1677 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37465 x=1980 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37466 x=1763 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37467 x=1936 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37468 x=1892 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37469 x=1032 y=4739 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37470 x=1848 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37472 x=1804 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37473 x=1716 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37474 x=1672 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37476 x=2520 y=3738 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37477 x=1452 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37478 x=3605 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37479 x=1408 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37480 x=1276 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37481 x=1188 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37486 x=1806 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37487 x=1144 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37488 x=1848 y=3738 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37489 x=660 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37493 x=352 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37494 x=1764 y=3738 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37495 x=3872 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37496 x=3828 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37497 x=1849 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37499 x=3696 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37500 x=1892 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37501 x=3388 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37502 x=1872 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37503 x=2772 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37504 x=2684 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37507 x=2640 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37509 x=1935 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37512 x=1716 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37513 x=2508 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37514 x=2464 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37517 x=3476 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37518 x=645 y=5268 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37521 x=1935 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37522 x=2068 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37523 x=2279 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37525 x=1936 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37526 x=1848 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37527 x=1804 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37528 x=966 y=3739 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37529 x=1760 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37530 x=1672 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37531 x=1584 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37532 x=1978 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37535 x=2021 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37536 x=1452 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37540 x=3267 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37541 x=1408 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37543 x=924 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37544 x=748 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37547 x=2860 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37549 x=704 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37551 x=2322 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37554 x=572 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37555 x=2064 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37558 x=2232 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37559 x=2107 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37560 x=528 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37561 x=88 y=107 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37562 x=3096 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37563 x=2150 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37564 x=1980 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37565 x=0 y=107 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37567 x=2193 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37568 x=1584 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37569 x=2236 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37570 x=3978 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37571 x=3758 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37573 x=2279 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37574 x=3440 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37575 x=3582 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37576 x=3526 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37579 x=3406 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37580 x=3362 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37581 x=3318 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37582 x=2322 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37583 x=1305 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37584 x=3098 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37586 x=2790 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37587 x=504 y=3739 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37589 x=3582 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37591 x=420 y=3739 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37592 x=352 y=757 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37593 x=3916 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37596 x=2420 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37597 x=1584 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37599 x=1408 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37600 x=1188 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37601 x=968 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37603 x=484 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37604 x=2365 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37605 x=1012 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37607 x=2408 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37608 x=2772 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37609 x=344 y=4782 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37610 x=2288 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37612 x=430 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37613 x=2772 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37614 x=2024 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37616 x=2112 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37618 x=1936 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37619 x=3652 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37623 x=1980 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37624 x=1936 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37625 x=1452 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37626 x=968 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37627 x=946 y=5268 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=37628 x=2451 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37631 x=440 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37632 x=3696 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37634 x=3212 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37636 x=3344 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37638 x=2772 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37640 x=1540 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37645 x=2508 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37647 x=1032 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37648 x=2494 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37649 x=2024 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37652 x=1364 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37653 x=1320 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37656 x=3341 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37657 x=1012 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37658 x=704 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37660 x=3473 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37661 x=4004 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37662 x=2420 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37663 x=1716 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37664 x=1012 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37665 x=880 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37666 x=660 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37667 x=4048 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37668 x=3432 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37669 x=3388 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37670 x=2537 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37671 x=2580 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37672 x=2992 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37673 x=3696 y=3696 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37674 x=2376 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37675 x=1628 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37676 x=220 y=506 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37678 x=2623 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37679 x=2709 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37682 x=3916 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37683 x=440 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37684 x=572 y=4411 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37685 x=3608 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37686 x=2596 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37687 x=1276 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37690 x=1056 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37691 x=3608 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37700 x=3036 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37703 x=2904 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37704 x=2332 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37705 x=2200 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37706 x=1452 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37707 x=2752 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37709 x=1452 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37712 x=1056 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37713 x=176 y=380 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37714 x=616 y=757 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37716 x=572 y=757 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37717 x=528 y=757 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37718 x=484 y=757 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37719 x=2795 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37720 x=2838 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37722 x=440 y=757 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37723 x=2745 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37724 x=3828 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37726 x=3520 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37728 x=2420 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37732 x=3300 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37733 x=3212 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37735 x=2881 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37737 x=2860 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37738 x=3053 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37739 x=3096 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37740 x=2332 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37741 x=2112 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37742 x=2068 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37743 x=3256 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37744 x=2024 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37745 x=1804 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37747 x=3268 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37748 x=1628 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37749 x=1364 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37750 x=3608 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37754 x=1232 y=714 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37756 x=2385 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37757 x=2100 y=3696 width=41 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37758 x=352 y=4412 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37759 x=3652 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37760 x=2115 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37761 x=2684 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37762 x=2464 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37768 x=3825 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37770 x=1540 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37771 x=1320 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37772 x=1276 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37773 x=1144 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37775 x=3827 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37778 x=704 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37780 x=528 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37781 x=396 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37782 x=308 y=673 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37783 x=88 y=695 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37784 x=2924 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37786 x=3517 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37787 x=2244 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37790 x=1496 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37793 x=3429 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37795 x=129 y=4843 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37796 x=1408 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37798 x=2967 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37799 x=3209 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37800 x=1232 y=630 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37801 x=528 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37803 x=264 y=631 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37804 x=220 y=632 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37805 x=44 y=653 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37806 x=0 y=653 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37808 x=3121 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37812 x=3124 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37813 x=3564 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37814 x=3520 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37817 x=3520 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37818 x=3080 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37819 x=1350 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37825 x=1804 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37827 x=1276 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37828 x=1144 y=588 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37829 x=1215 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37830 x=1170 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37831 x=572 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37832 x=2992 y=4409 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37833 x=2025 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37834 x=989 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37835 x=484 y=589 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37836 x=132 y=591 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37837 x=44 y=611 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37840 x=1080 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37841 x=3053 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37843 x=3916 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37846 x=1247 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37847 x=2640 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37848 x=3872 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37849 x=3784 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37852 x=2156 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37853 x=3476 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37854 x=2508 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37855 x=1936 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37857 x=2200 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37858 x=2024 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37860 x=1980 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37861 x=3096 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37862 x=1848 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37863 x=1591 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37864 x=1634 y=4820 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37873 x=1672 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37877 x=1496 y=546 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37879 x=968 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37880 x=528 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37881 x=440 y=547 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37882 x=3212 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37883 x=3080 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37885 x=2816 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37889 x=2684 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37890 x=2640 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37891 x=2332 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37892 x=2200 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37895 x=1760 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37896 x=405 y=43 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37897 x=1540 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37901 x=1496 y=504 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37902 x=968 y=505 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37903 x=352 y=505 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37904 x=308 y=505 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37907 x=0 y=527 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37908 x=3872 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37909 x=3212 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37910 x=2948 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37911 x=3139 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37912 x=2508 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37913 x=2552 y=4410 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37914 x=2772 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37919 x=2552 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37921 x=2508 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37931 x=2464 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37934 x=2420 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37935 x=2288 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37937 x=2244 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37938 x=3182 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37939 x=2200 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37940 x=2112 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37941 x=2068 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37942 x=2024 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37944 x=1980 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37946 x=1892 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37947 x=1716 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37949 x=1672 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37951 x=1628 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37953 x=1584 y=462 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37955 x=660 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37956 x=528 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37957 x=440 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37960 x=352 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37962 x=308 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37964 x=264 y=463 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37969 x=3913 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37970 x=2881 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37971 x=3957 y=4368 width=43 height=40 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37973 x=3828 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37977 x=3784 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37978 x=90 y=45 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37979 x=3564 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37980 x=3256 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37982 x=45 y=65 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37983 x=2992 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37984 x=0 y=65 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37985 x=2596 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37986 x=2464 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37987 x=2288 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37992 x=1980 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37994 x=1804 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37995 x=3311 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37997 x=3225 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37998 x=1716 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=37999 x=3942 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38000 x=1232 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38001 x=1056 y=420 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38002 x=968 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38005 x=880 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38007 x=792 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38012 x=704 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38013 x=616 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38014 x=3655 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38015 x=3698 y=4819 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38017 x=484 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38019 x=3268 y=1302 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38020 x=396 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38021 x=2805 y=4368 width=22 height=41 xoffset=2 yoffset=13 xadvance=44 page=0 chnl=15 -char id=38263 x=3150 y=4942 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38264 x=84 y=5331 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38265 x=3311 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38270 x=3168 y=4409 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38271 x=3108 y=4942 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38272 x=2574 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38274 x=2691 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38275 x=2730 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38276 x=2337 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38278 x=2420 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38279 x=3523 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38280 x=2381 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38281 x=3159 y=5426 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38282 x=3237 y=5426 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38283 x=3679 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38284 x=2847 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38285 x=2225 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38286 x=2030 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38287 x=3406 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38289 x=1014 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38290 x=3802 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38291 x=2223 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38292 x=2184 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38294 x=2145 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38296 x=1677 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38297 x=1638 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38301 x=1523 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38302 x=1406 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38303 x=1757 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38304 x=780 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38305 x=3434 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38306 x=1911 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38307 x=3757 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38308 x=3640 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38309 x=3198 y=5426 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38310 x=3913 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38311 x=3120 y=5426 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38312 x=3081 y=5426 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38313 x=3765 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38315 x=3728 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38316 x=3278 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38317 x=3042 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38321 x=3654 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38322 x=3003 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38324 x=3580 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38326 x=3239 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38329 x=2964 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38330 x=2771 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38331 x=3289 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38332 x=3328 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38333 x=37 y=5491 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38334 x=3367 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38335 x=3122 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38339 x=3083 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38342 x=2732 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38343 x=3484 y=5386 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38344 x=1718 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38345 x=2576 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38346 x=39 y=5451 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38347 x=2342 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38348 x=819 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38349 x=2303 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38352 x=2108 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38353 x=1679 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38354 x=1991 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38355 x=2654 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38356 x=1404 y=5428 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38357 x=1599 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38358 x=2615 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38360 x=1755 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38361 x=2459 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38362 x=4024 y=5426 width=36 height=39 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38364 x=1833 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38365 x=1445 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38366 x=3590 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38367 x=3551 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38368 x=3044 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38369 x=2264 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38370 x=1328 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38372 x=2498 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38373 x=2147 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38374 x=3161 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38376 x=1959 y=4368 width=36 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38428 x=2378 y=4158 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38429 x=4074 y=3861 width=18 height=40 xoffset=5 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38430 x=1452 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38433 x=2419 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38434 x=1609 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38436 x=2501 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38437 x=1218 y=4903 width=41 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38438 x=2542 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38440 x=1404 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38442 x=1363 y=5348 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38444 x=2583 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38446 x=2659 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38447 x=2864 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38449 x=2624 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38450 x=2665 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38451 x=1250 y=5067 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38452 x=1562 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38455 x=1640 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38456 x=690 y=5067 width=39 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38457 x=2706 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38458 x=2747 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38459 x=123 y=5089 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38460 x=2788 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38461 x=2829 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38463 x=2388 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38464 x=2132 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38465 x=2870 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38466 x=2911 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38468 x=2952 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38475 x=3167 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38476 x=770 y=5067 width=39 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38477 x=2993 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38479 x=3034 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38480 x=1271 y=5388 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38482 x=3075 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38484 x=3116 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38486 x=3157 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38487 x=3198 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38488 x=2429 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38491 x=3239 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38492 x=3280 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38493 x=3321 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38494 x=3362 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38495 x=3403 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38497 x=3066 y=3612 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38498 x=3485 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38499 x=3526 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38500 x=3567 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38501 x=1412 y=4326 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38502 x=3608 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38506 x=3649 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38508 x=1558 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38510 x=3690 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38512 x=3731 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38514 x=2003 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38515 x=3813 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38516 x=3854 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38517 x=3895 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38518 x=1012 y=4327 width=39 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38519 x=858 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38520 x=3977 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38522 x=3024 y=3612 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38523 x=3700 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38524 x=4018 y=4158 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38525 x=287 y=5089 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38526 x=3454 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38527 x=3290 y=5346 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38529 x=1978 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38530 x=0 y=4223 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38531 x=1845 y=5025 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38532 x=2962 y=5347 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38533 x=410 y=5069 width=39 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38534 x=82 y=4223 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38536 x=1117 y=5348 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38537 x=123 y=4223 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38538 x=164 y=4223 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38539 x=205 y=4223 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38541 x=246 y=4203 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38542 x=369 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38543 x=410 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38545 x=451 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38548 x=2290 y=5387 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38549 x=2987 y=4983 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38550 x=492 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38551 x=2940 y=3612 width=41 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38552 x=3151 y=4983 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38553 x=533 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38554 x=574 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38555 x=656 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38556 x=697 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38557 x=738 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38559 x=779 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38560 x=820 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38563 x=861 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38564 x=902 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38565 x=943 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38566 x=2730 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38567 x=2126 y=4984 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38568 x=984 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38569 x=1066 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38570 x=1107 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38574 x=1148 y=4201 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38575 x=1230 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38576 x=1968 y=5387 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38577 x=1271 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38578 x=1312 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38579 x=3354 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38580 x=1353 y=4200 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38582 x=2352 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38583 x=352 y=421 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38584 x=3397 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38585 x=3440 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38586 x=1435 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38587 x=2310 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38588 x=3483 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38589 x=1599 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38592 x=1640 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38593 x=3977 y=5106 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38596 x=176 y=422 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38597 x=3526 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38598 x=3612 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38599 x=2478 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38601 x=3655 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38602 x=3698 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38603 x=2572 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38604 x=3741 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38605 x=3784 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38606 x=3827 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38609 x=3870 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38610 x=3913 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38613 x=3956 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38614 x=3999 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38616 x=4042 y=1302 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38617 x=0 y=1367 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38618 x=2100 y=3612 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38619 x=43 y=1367 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38620 x=86 y=1367 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38621 x=1890 y=3612 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38622 x=129 y=1367 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38623 x=2009 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38626 x=172 y=1347 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38627 x=215 y=1346 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38632 x=3782 y=5346 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38633 x=0 y=5089 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38634 x=1835 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38635 x=3403 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38639 x=2352 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38640 x=3997 y=4409 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38641 x=205 y=5089 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38642 x=3772 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38646 x=0 y=4474 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38647 x=3512 y=5065 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38649 x=43 y=5171 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38650 x=378 y=5371 width=41 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38651 x=205 y=5411 width=40 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38656 x=369 y=5048 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38658 x=164 y=5048 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38659 x=3990 y=4901 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38660 x=43 y=4474 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38661 x=86 y=4474 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38662 x=42 y=4966 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38663 x=129 y=4474 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38664 x=2100 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38665 x=2440 y=4861 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38666 x=1527 y=5347 width=40 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38669 x=2249 y=4984 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38670 x=3731 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38671 x=1680 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38673 x=3362 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38675 x=215 y=4474 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38676 x=3010 y=5146 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38678 x=258 y=4474 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38681 x=630 y=4903 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38682 x=301 y=4474 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38683 x=1913 y=5066 width=38 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38684 x=3360 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38685 x=1732 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38686 x=2583 y=5025 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38689 x=344 y=4454 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38690 x=924 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38691 x=1090 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38692 x=970 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38695 x=1092 y=4985 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38696 x=430 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38698 x=473 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38704 x=1176 y=4985 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38705 x=730 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38706 x=2982 y=4901 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38707 x=3397 y=4983 width=40 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38710 x=1890 y=4943 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38712 x=1050 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38713 x=516 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38715 x=3203 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38717 x=559 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38718 x=602 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38721 x=1640 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38722 x=2259 y=5267 width=41 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38723 x=1554 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38724 x=610 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38726 x=645 y=4452 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38727 x=688 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38728 x=924 y=5308 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38729 x=258 y=1346 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38730 x=3934 y=5106 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38733 x=774 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38734 x=817 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38735 x=860 y=4452 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38737 x=2173 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38738 x=2214 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38741 x=88 y=443 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38742 x=301 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38743 x=0 y=443 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38744 x=344 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38745 x=387 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38746 x=430 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38747 x=473 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38748 x=516 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38750 x=559 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38752 x=602 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38753 x=645 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38754 x=1650 y=5506 width=40 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=38755 x=3279 y=5466 width=41 height=38 xoffset=2 yoffset=17 xadvance=44 page=0 chnl=15 -char id=38756 x=1050 y=3613 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38758 x=504 y=5310 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38759 x=4048 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38760 x=1419 y=4451 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38761 x=966 y=3613 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38762 x=688 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38763 x=731 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38765 x=882 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38766 x=840 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38769 x=4004 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38771 x=774 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38772 x=817 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38774 x=903 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38775 x=2337 y=4200 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38776 x=946 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38777 x=630 y=3613 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38778 x=3916 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38779 x=989 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38780 x=1032 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38781 x=1075 y=1345 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38783 x=42 y=3635 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38784 x=0 y=3635 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38785 x=1118 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38788 x=1161 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38789 x=1247 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38790 x=3948 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38793 x=1290 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38795 x=1333 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38797 x=1376 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38799 x=42 y=5007 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38800 x=1419 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38805 x=1462 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38806 x=1505 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38807 x=3872 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38808 x=1548 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38809 x=3780 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38810 x=1591 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38812 x=1634 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38814 x=1720 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38815 x=1763 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38816 x=3696 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38818 x=1849 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38819 x=1892 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38822 x=1935 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38824 x=3360 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38827 x=3318 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38828 x=1978 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38829 x=2021 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38830 x=2107 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38833 x=2322 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38834 x=2365 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38835 x=2408 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38836 x=2451 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38837 x=2494 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38838 x=2537 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38840 x=2580 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38841 x=2623 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38842 x=2666 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38844 x=2709 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38846 x=2752 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38847 x=2795 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38849 x=2838 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38851 x=2924 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38852 x=3053 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38853 x=3182 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38854 x=3225 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38855 x=3440 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38856 x=3483 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38857 x=3956 y=1344 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38858 x=172 y=1389 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38859 x=2829 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38860 x=2478 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38861 x=387 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38862 x=516 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38864 x=817 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38865 x=989 y=1387 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38867 x=1161 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38868 x=1247 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38871 x=1290 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38872 x=1333 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38873 x=1505 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38875 x=1591 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38876 x=1634 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38877 x=1720 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38878 x=1806 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38880 x=1849 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38881 x=1892 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38884 x=3696 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38886 x=0 y=4391 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38893 x=630 y=5308 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38894 x=966 y=5308 width=41 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38895 x=1935 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38897 x=1302 y=3570 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38898 x=473 y=4493 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38899 x=3075 y=4200 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38900 x=1978 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38901 x=1218 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38902 x=1176 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38903 x=1134 y=3570 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38904 x=2021 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38906 x=2064 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38907 x=2107 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38911 x=2193 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38913 x=871 y=5348 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38914 x=1070 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38915 x=2520 y=4943 width=41 height=40 xoffset=3 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38916 x=2279 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38917 x=2038 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38918 x=3080 y=4409 width=43 height=40 xoffset=0 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38919 x=774 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38920 x=2772 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38922 x=938 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38924 x=860 y=4493 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38925 x=3476 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38926 x=2451 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38927 x=3344 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38928 x=1075 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38929 x=1118 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38930 x=2464 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38931 x=3168 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38932 x=966 y=3571 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38934 x=2728 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38935 x=2596 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38936 x=2508 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38937 x=1466 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38938 x=364 y=5130 width=44 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38940 x=2288 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38942 x=2709 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38944 x=2200 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38945 x=2112 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38947 x=3906 y=5306 width=41 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38948 x=3948 y=5306 width=41 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38949 x=1333 y=4492 width=42 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38950 x=1760 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38955 x=2376 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38956 x=1628 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38957 x=1378 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38958 x=2752 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38959 x=1584 y=378 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38960 x=2795 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38962 x=1677 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38963 x=1408 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38964 x=1364 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38965 x=409 y=5130 width=44 height=39 xoffset=0 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38967 x=1320 y=378 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38968 x=454 y=5110 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38969 x=2332 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38971 x=968 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38972 x=792 y=379 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38973 x=616 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38974 x=3225 y=5146 width=42 height=39 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38980 x=1470 y=4902 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38982 x=762 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38983 x=2967 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38986 x=352 y=379 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38987 x=2170 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38988 x=2236 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=38989 x=3010 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38990 x=1158 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38991 x=220 y=380 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38993 x=3053 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38994 x=3015 y=5266 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38995 x=3139 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38996 x=3762 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38997 x=1114 y=5108 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=38998 x=3397 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=38999 x=132 y=381 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39000 x=1510 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39001 x=2537 y=4492 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39002 x=3440 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39003 x=88 y=401 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39006 x=3960 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39010 x=3526 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39011 x=3916 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39013 x=2068 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39014 x=3740 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39015 x=2924 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39018 x=3569 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39019 x=3612 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39020 x=2898 y=5307 width=41 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39023 x=3870 y=5186 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39024 x=3784 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39025 x=2992 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39027 x=430 y=5250 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39028 x=2068 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39029 x=2634 y=5347 width=40 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39080 x=903 y=5228 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39082 x=3652 y=4409 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39083 x=3999 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39085 x=4042 y=1386 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39086 x=1584 y=336 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39087 x=1408 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39088 x=0 y=1451 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39089 x=43 y=1451 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39092 x=86 y=1451 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39094 x=2408 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39095 x=215 y=1430 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39096 x=2709 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39098 x=2795 y=5227 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39099 x=1232 y=336 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39100 x=258 y=1430 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39103 x=1760 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39106 x=3268 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39107 x=3268 y=5226 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39108 x=3311 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39109 x=3397 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39110 x=3564 y=294 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39111 x=387 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39112 x=473 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39115 x=3612 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39116 x=2948 y=294 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39118 x=86 y=5291 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39131 x=3698 y=4491 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39132 x=602 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39134 x=42 y=5531 width=41 height=38 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39135 x=688 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39136 x=2733 y=4368 width=24 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39137 x=2640 y=294 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39138 x=1827 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39139 x=731 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39141 x=1012 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39142 x=774 y=1429 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39143 x=1118 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39145 x=396 y=295 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39146 x=3564 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39147 x=3476 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39149 x=3388 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39150 x=3344 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39151 x=3124 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39152 x=1161 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39153 x=1247 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39154 x=2728 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39155 x=1290 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39156 x=1496 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39158 x=1452 y=252 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39164 x=1376 y=1428 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39165 x=748 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39166 x=572 y=253 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39170 x=132 y=255 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39171 x=3872 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39173 x=3652 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39175 x=1677 y=1428 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39176 x=1806 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39177 x=2021 y=1428 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39178 x=2365 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39180 x=3608 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39184 x=2408 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39185 x=2332 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39186 x=2200 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39187 x=2997 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39188 x=2024 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39189 x=1980 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39190 x=1804 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39191 x=1377 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39192 x=1320 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39194 x=1232 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39195 x=1056 y=210 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39196 x=220 y=212 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39197 x=2992 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39198 x=2772 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39199 x=2684 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39200 x=2596 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39201 x=2494 y=1428 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39202 x=2332 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39204 x=2200 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39206 x=2112 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39207 x=2024 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39208 x=1980 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39211 x=1760 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39212 x=2709 y=1428 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39214 x=2752 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39217 x=1672 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39218 x=1496 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39219 x=1232 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39220 x=1188 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39221 x=1144 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39225 x=1100 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39226 x=1056 y=168 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39227 x=1012 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39228 x=3087 y=0 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39229 x=616 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39230 x=2795 y=1428 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39232 x=396 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39233 x=352 y=169 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39234 x=132 y=171 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39237 x=44 y=191 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39238 x=4048 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39239 x=3916 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39240 x=3652 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39241 x=3520 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39243 x=2205 y=42 width=44 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39244 x=3388 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39245 x=3256 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39246 x=3124 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39248 x=2992 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39249 x=2948 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39250 x=2728 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39252 x=2838 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39253 x=2924 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39255 x=3010 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39256 x=2596 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39257 x=2508 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39259 x=2464 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39260 x=2408 y=4533 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39262 x=3096 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39263 x=2244 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39264 x=1760 y=126 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39267 x=268 y=5130 width=23 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39318 x=84 y=3551 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39319 x=3139 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39320 x=3182 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39321 x=3268 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39323 x=3311 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39325 x=2666 y=4533 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39326 x=3354 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39327 x=3397 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39331 x=2967 y=4532 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39333 x=3569 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39334 x=3784 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39336 x=3956 y=1428 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39340 x=1638 y=5307 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39341 x=3096 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39342 x=1333 y=5148 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39344 x=3906 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39345 x=0 y=1493 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39346 x=3225 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39347 x=215 y=1472 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39348 x=246 y=4245 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39349 x=3268 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39353 x=1634 y=4984 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39354 x=3354 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39356 x=344 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39357 x=1130 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39359 x=3780 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39361 x=387 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39363 x=473 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39364 x=559 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39365 x=3612 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39366 x=3655 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39368 x=688 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39369 x=84 y=5371 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39376 x=774 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39377 x=533 y=4243 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39378 x=3570 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39379 x=3827 y=4532 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39380 x=1892 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39381 x=574 y=4243 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39384 x=860 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39385 x=903 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39386 x=1075 y=1471 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39387 x=1118 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39388 x=1204 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39389 x=1247 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39390 x=1419 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39391 x=840 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39393 x=1170 y=5067 width=39 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39394 x=1505 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39399 x=504 y=4944 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39402 x=1720 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39403 x=1806 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39404 x=0 y=4597 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39405 x=1892 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39406 x=1978 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39408 x=2688 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39409 x=1628 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39410 x=3024 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39412 x=1584 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39413 x=43 y=4597 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39416 x=86 y=4597 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39417 x=2021 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39419 x=172 y=4597 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39420 x=1540 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39421 x=1680 y=4902 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39422 x=258 y=4597 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39423 x=2064 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39425 x=2107 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39426 x=2150 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39427 x=2279 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39428 x=2365 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39429 x=2451 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39432 x=2666 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39434 x=2394 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39435 x=2752 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39436 x=2838 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39438 x=2881 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39439 x=3010 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39440 x=3139 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39441 x=3182 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39442 x=3385 y=4368 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39443 x=1496 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39446 x=3225 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39449 x=2100 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39450 x=3268 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39454 x=3311 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39456 x=817 y=4575 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39458 x=860 y=4575 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39459 x=3354 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39460 x=1364 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39463 x=2940 y=4942 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39464 x=3397 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39467 x=3440 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39469 x=1890 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39470 x=1848 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39472 x=3612 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39473 x=3741 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39475 x=3813 y=5266 width=41 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39477 x=774 y=5188 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39478 x=1764 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39479 x=2684 y=4410 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39480 x=1470 y=3486 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39486 x=968 y=4411 width=43 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39488 x=3784 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39489 x=3827 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39490 x=3956 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39491 x=1634 y=5187 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39492 x=1320 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39493 x=1333 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39495 x=1176 y=3486 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39498 x=3999 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39499 x=4042 y=1470 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39500 x=129 y=1535 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39501 x=215 y=1514 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39502 x=430 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39505 x=1505 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39506 x=1548 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39508 x=1591 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39509 x=473 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39510 x=1056 y=126 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39511 x=516 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39512 x=559 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39514 x=688 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39515 x=1763 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39517 x=731 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39519 x=1806 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39522 x=774 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39524 x=817 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39525 x=860 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39529 x=903 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39530 x=1935 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39531 x=462 y=4903 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39532 x=3050 y=5386 width=39 height=39 xoffset=2 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39592 x=2340 y=5427 width=38 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39594 x=84 y=5007 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39596 x=126 y=5007 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39597 x=3322 y=4860 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39598 x=546 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39599 x=504 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39600 x=210 y=5007 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39602 x=946 y=1513 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39604 x=336 y=5007 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39605 x=989 y=1513 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39606 x=1075 y=1513 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39607 x=420 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39608 x=378 y=3487 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39609 x=252 y=3488 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39611 x=210 y=3489 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39612 x=1012 y=127 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39613 x=1247 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39614 x=420 y=4986 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39615 x=168 y=3509 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39616 x=84 y=3509 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39617 x=2279 y=4574 width=42 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39619 x=2788 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39620 x=1376 y=1512 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39622 x=3654 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39624 x=3486 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39630 x=2408 y=4574 width=42 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39631 x=3444 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39632 x=3402 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39633 x=3198 y=5024 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39634 x=3150 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39635 x=3024 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39636 x=2856 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39637 x=2772 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39638 x=2730 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39639 x=2688 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39640 x=1394 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39641 x=1435 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39643 x=1419 y=1512 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39644 x=1462 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39646 x=1505 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39647 x=2623 y=4574 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39648 x=2478 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39650 x=3690 y=5024 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39651 x=1640 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39652 x=2394 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39653 x=1681 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39654 x=1722 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39655 x=2184 y=3444 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39657 x=1763 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39658 x=2058 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39659 x=2016 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39660 x=2924 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39661 x=2967 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39662 x=1591 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39663 x=1968 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39665 x=3096 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39666 x=1677 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39667 x=1428 y=3444 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39668 x=1092 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39669 x=2009 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39671 x=1008 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39673 x=1720 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39674 x=2050 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39675 x=2132 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39677 x=164 y=5089 width=40 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39679 x=714 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39680 x=672 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39681 x=588 y=3445 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39682 x=2173 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39683 x=336 y=3445 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39684 x=294 y=3446 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39685 x=168 y=3467 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39686 x=1763 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39688 x=3569 y=4573 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39689 x=2214 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39691 x=1806 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39692 x=2337 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39693 x=3822 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39694 x=1849 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39696 x=3444 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39698 x=3402 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39702 x=1892 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39704 x=2460 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39705 x=3360 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39706 x=3318 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39707 x=1978 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39708 x=2501 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39709 x=2542 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39711 x=2107 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39712 x=2150 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39714 x=3192 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39715 x=2982 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39717 x=1512 y=4368 width=37 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39718 x=585 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39719 x=4057 y=756 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39720 x=741 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39721 x=663 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39722 x=624 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39723 x=546 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39724 x=507 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39725 x=468 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39726 x=429 y=4369 width=38 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39727 x=3933 y=5065 width=36 height=40 xoffset=5 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39729 x=2193 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39730 x=2530 y=5387 width=39 height=39 xoffset=3 yoffset=16 xadvance=44 page=0 chnl=15 -char id=39731 x=2772 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39732 x=2562 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39733 x=3479 y=4983 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39735 x=1554 y=4943 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39737 x=2665 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39738 x=2520 y=3402 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39739 x=2706 y=4242 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39740 x=968 y=127 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39741 x=2322 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39745 x=2494 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39746 x=2752 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39747 x=924 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39748 x=2870 y=4242 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39749 x=836 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39752 x=792 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39755 x=704 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39756 x=616 y=127 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39757 x=2881 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39758 x=3096 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39759 x=3139 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39761 x=3225 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39764 x=3268 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39765 x=3354 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39766 x=3397 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39767 x=572 y=127 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39768 x=817 y=4616 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=39770 x=3483 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39771 x=1890 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39774 x=3784 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39777 x=1806 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39779 x=3827 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39781 x=3956 y=1512 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39782 x=0 y=1577 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39784 x=43 y=1577 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39786 x=129 y=1577 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39787 x=301 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39788 x=516 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39789 x=2948 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39790 x=946 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39791 x=989 y=1555 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39794 x=1344 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39795 x=1290 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39796 x=1333 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39797 x=2816 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39798 x=1218 y=3402 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39799 x=1462 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39800 x=1548 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39801 x=1677 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39807 x=2200 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39808 x=1935 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39811 x=2365 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39812 x=1092 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39813 x=3870 y=1554 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39814 x=0 y=1619 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39815 x=387 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39817 x=924 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39818 x=3362 y=4242 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39819 x=840 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39821 x=559 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39822 x=645 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39823 x=1032 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39824 x=1075 y=1597 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39825 x=1247 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39826 x=1677 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39827 x=1763 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39828 x=2236 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39830 x=2408 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39831 x=2666 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39834 x=2709 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39837 x=3096 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39838 x=3483 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39839 x=3999 y=1596 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39840 x=215 y=1640 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39846 x=420 y=3403 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39847 x=258 y=1640 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39848 x=1075 y=1639 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39849 x=1118 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39850 x=1333 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39851 x=1548 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39852 x=1591 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39853 x=1634 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39854 x=1677 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39856 x=210 y=3405 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39857 x=1720 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39858 x=1763 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39860 x=2112 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39863 x=42 y=3425 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39864 x=1806 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39865 x=1892 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39867 x=1935 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39868 x=2064 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39870 x=2107 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39871 x=2024 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39872 x=2236 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39873 x=2279 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39878 x=2365 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39879 x=2451 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39880 x=1980 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39881 x=2494 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39882 x=2623 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39886 x=1892 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39887 x=2898 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39888 x=2666 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39889 x=2709 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39890 x=2604 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39892 x=2795 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39894 x=2838 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39895 x=2924 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39896 x=2967 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39899 x=2436 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39901 x=2142 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39903 x=3010 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39905 x=3053 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39906 x=1716 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39907 x=1260 y=3360 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39908 x=3096 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39909 x=3139 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39911 x=3053 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39912 x=3182 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39914 x=1628 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39915 x=3225 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39918 x=3268 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39919 x=2297 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39920 x=3311 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39921 x=3483 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39922 x=1540 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39923 x=3526 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39925 x=1496 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39927 x=3569 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39928 x=3612 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39929 x=3655 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39930 x=3698 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39933 x=2045 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39935 x=1877 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39936 x=3741 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39938 x=410 y=4285 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39940 x=3784 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39942 x=3827 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39944 x=3870 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39945 x=3913 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39946 x=3956 y=1638 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39947 x=0 y=1703 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39948 x=1364 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39949 x=43 y=1703 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39951 x=1373 y=3318 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39952 x=86 y=1703 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39953 x=172 y=1683 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39954 x=215 y=1682 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39955 x=258 y=1682 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39956 x=1320 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39957 x=301 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39958 x=344 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39960 x=473 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39961 x=516 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39962 x=559 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39963 x=602 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39964 x=645 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39965 x=688 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39966 x=731 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39969 x=210 y=3993 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39970 x=168 y=4013 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39971 x=774 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39972 x=817 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39973 x=860 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39974 x=946 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39975 x=1032 y=1681 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39976 x=3948 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39977 x=1118 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39978 x=1333 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39981 x=1376 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39982 x=1505 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39983 x=2982 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39984 x=2268 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39985 x=1548 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39986 x=1591 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39989 x=1634 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39990 x=1677 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39991 x=1276 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39993 x=1806 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39994 x=1892 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39995 x=1935 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39997 x=1978 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=39998 x=2021 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40001 x=2150 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40003 x=2193 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40004 x=2279 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40005 x=2408 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40006 x=2451 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40007 x=2494 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40008 x=1638 y=3948 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40009 x=2537 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40010 x=2666 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40014 x=2709 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40015 x=2752 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40016 x=2795 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40018 x=2838 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40019 x=2924 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40020 x=3010 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40022 x=3053 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40023 x=3096 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40024 x=3182 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40026 x=3268 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40027 x=1232 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40028 x=3354 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40029 x=3397 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40030 x=3655 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40031 x=3956 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40032 x=4042 y=1680 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40033 x=1188 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40035 x=0 y=1745 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40037 x=43 y=1745 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40039 x=258 y=1724 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40040 x=516 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40041 x=817 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40042 x=860 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40043 x=903 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40045 x=946 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40046 x=989 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40048 x=1032 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40050 x=1075 y=1723 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40053 x=1144 y=84 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40054 x=1118 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40055 x=1161 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40056 x=1204 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40058 x=1247 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40059 x=1290 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40060 x=3495 y=5346 width=40 height=39 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40165 x=1333 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40166 x=1376 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40167 x=1419 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40169 x=1462 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40171 x=1978 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=40172 x=504 y=3949 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40176 x=1505 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40178 x=1548 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40179 x=1554 y=5107 width=43 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=40180 x=210 y=3951 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40182 x=1591 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40183 x=1634 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40185 x=1677 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40194 x=1720 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40195 x=1763 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40198 x=1806 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40199 x=1849 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40200 x=2150 y=5147 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=40201 x=1892 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40203 x=1935 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40206 x=1394 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40209 x=1978 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40210 x=2021 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40213 x=2064 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40215 x=2107 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40216 x=2150 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40219 x=2193 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40220 x=3108 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40221 x=2236 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40222 x=2279 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40223 x=2322 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40227 x=2365 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40230 x=2408 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40232 x=3024 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40234 x=2451 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40235 x=1517 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40236 x=2856 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40239 x=2772 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40240 x=2494 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40242 x=1599 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40243 x=2537 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40244 x=1100 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40250 x=2580 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40251 x=2623 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40252 x=2666 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40253 x=2352 y=3906 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40254 x=2709 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40255 x=2752 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40257 x=2795 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40258 x=1056 y=84 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40259 x=2838 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40260 x=2881 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40261 x=2924 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40262 x=1012 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40263 x=2967 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40264 x=3010 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40266 x=3053 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40272 x=3139 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40273 x=1804 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40274 x=880 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40275 x=3182 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40276 x=3225 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40281 x=3268 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40284 x=3354 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40285 x=3397 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40286 x=1974 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40287 x=3440 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40288 x=3483 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40289 x=3526 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40290 x=3569 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40291 x=3612 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40292 x=3655 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40293 x=1848 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40297 x=3698 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40298 x=836 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40299 x=3741 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40300 x=3784 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40303 x=3827 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40304 x=3870 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40306 x=3956 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40307 x=792 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40310 x=3999 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40311 x=660 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40314 x=4042 y=1722 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40315 x=0 y=1787 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40316 x=43 y=1787 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40318 x=86 y=1787 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40323 x=616 y=85 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40324 x=215 y=1766 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40326 x=258 y=1766 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40327 x=301 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40329 x=344 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40330 x=484 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40333 x=430 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40334 x=473 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40335 x=516 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40338 x=440 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40339 x=559 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40341 x=602 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40342 x=645 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40343 x=688 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40344 x=731 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40345 x=817 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40346 x=946 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40353 x=396 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40356 x=989 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40361 x=1075 y=1765 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40362 x=1161 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40363 x=1204 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40364 x=1247 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40366 x=1218 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40367 x=1176 y=3906 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40369 x=1290 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40370 x=1333 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40372 x=352 y=85 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40373 x=1376 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40376 x=1419 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40377 x=1505 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40378 x=1548 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40379 x=1050 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40380 x=1634 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40381 x=220 y=86 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40383 x=924 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40384 x=1677 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40385 x=1720 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40386 x=1763 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40387 x=1806 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40388 x=1892 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40390 x=882 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40391 x=1978 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40393 x=176 y=86 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40394 x=798 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40399 x=2021 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40403 x=2064 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40404 x=2107 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40405 x=672 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40406 x=2860 y=4861 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40407 x=2337 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40409 x=2150 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40410 x=44 y=107 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40414 x=2193 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40415 x=2236 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40416 x=2279 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40419 x=2365 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40421 x=2408 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40422 x=2494 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40423 x=2537 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40425 x=2580 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40427 x=2666 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40429 x=2709 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40430 x=2752 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40431 x=2838 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40432 x=2967 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40434 x=3010 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40435 x=420 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40436 x=2501 y=4284 width=40 height=41 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40440 x=3053 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40441 x=3139 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40442 x=3182 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40445 x=336 y=3907 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40446 x=3225 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40450 x=3268 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40455 x=3311 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40458 x=4022 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40461 x=3440 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40462 x=738 y=5026 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40464 x=3483 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40465 x=3569 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40466 x=3655 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40469 x=3698 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40470 x=3784 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40473 x=3827 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40474 x=3870 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40475 x=3913 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40476 x=3956 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40477 x=3999 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40478 x=4042 y=1764 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40479 x=2747 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40565 x=3292 y=4326 width=38 height=41 xoffset=4 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40568 x=2352 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40569 x=43 y=1829 width=42 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40570 x=2226 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40571 x=2142 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40572 x=2100 y=3864 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40573 x=2666 y=4738 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40575 x=86 y=1829 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40576 x=2016 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40577 x=129 y=1829 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40578 x=172 y=1809 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40579 x=258 y=1808 width=42 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40580 x=2838 y=4738 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40581 x=2924 y=4737 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40583 x=3934 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40584 x=387 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40587 x=430 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40588 x=473 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40590 x=516 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40591 x=1722 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40593 x=559 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40594 x=645 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40595 x=688 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40597 x=731 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40598 x=1176 y=3864 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40599 x=3354 y=4737 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40600 x=1008 y=3865 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40603 x=774 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40605 x=817 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40606 x=860 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40607 x=903 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40612 x=946 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40613 x=1032 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40614 x=1075 y=1807 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40616 x=1118 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40617 x=1161 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40618 x=3846 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40620 x=1204 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40621 x=3802 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40622 x=1247 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40623 x=1376 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40624 x=3714 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40627 x=3274 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40628 x=1419 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40629 x=1505 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40632 x=3230 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40633 x=1634 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40634 x=1677 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40635 x=3186 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40636 x=1849 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40637 x=1892 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40638 x=1935 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40639 x=2021 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40643 x=2107 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40644 x=2870 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40646 x=3142 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40648 x=2150 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40651 x=2193 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40652 x=546 y=3865 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40653 x=2236 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40654 x=2279 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40655 x=2322 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40656 x=2365 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40657 x=2091 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40658 x=2132 y=5025 width=40 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40660 x=2408 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40661 x=2580 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40664 x=3054 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40665 x=336 y=3865 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40667 x=2623 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40668 x=294 y=3866 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40669 x=252 y=3866 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40670 x=2666 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40671 x=168 y=3887 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40672 x=126 y=3887 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40676 x=3010 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40677 x=2966 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40679 x=42 y=3887 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40680 x=2993 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40684 x=2922 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40685 x=2709 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40686 x=2752 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40687 x=2795 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40688 x=2838 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40689 x=2924 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40690 x=3010 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40692 x=2878 y=42 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40693 x=3096 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40694 x=168 y=5007 width=41 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40695 x=3139 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40696 x=3182 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40697 x=3268 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40699 x=3311 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40700 x=3397 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40701 x=1731 y=5506 width=39 height=38 xoffset=4 yoffset=16 xadvance=44 page=0 chnl=15 -char id=40702 x=2244 y=5506 width=38 height=38 xoffset=5 yoffset=16 xadvance=44 page=0 chnl=15 -char id=40703 x=0 y=5371 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40706 x=252 y=5007 width=41 height=40 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40707 x=294 y=5007 width=41 height=40 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40711 x=1075 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40712 x=1118 y=4780 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40713 x=210 y=5371 width=41 height=39 xoffset=2 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40718 x=1161 y=4780 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40719 x=2665 y=5025 width=40 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40720 x=516 y=5229 width=42 height=39 xoffset=1 yoffset=16 xadvance=44 page=0 chnl=15 -char id=40721 x=3034 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40722 x=3440 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40723 x=2834 y=42 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40724 x=3483 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40725 x=3569 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40726 x=2772 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40727 x=3612 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40729 x=2730 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40730 x=2646 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40731 x=3655 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40735 x=1634 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40736 x=3741 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40737 x=308 y=757 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40738 x=132 y=759 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40742 x=3784 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40746 x=3827 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40747 x=3870 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40748 x=3913 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40751 x=3956 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40753 x=3999 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40754 x=4042 y=1806 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40756 x=0 y=1871 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40759 x=43 y=1871 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40761 x=86 y=1871 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40762 x=1848 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40763 x=3157 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40764 x=3012 y=4326 width=39 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40765 x=2288 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40766 x=129 y=1871 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40767 x=172 y=1851 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40769 x=1680 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40771 x=1638 y=3822 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40772 x=215 y=1850 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40773 x=301 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40774 x=387 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40775 x=430 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40778 x=473 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40779 x=516 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40782 x=559 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40783 x=602 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40784 x=645 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40786 x=1386 y=3822 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40787 x=2666 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40788 x=2709 y=4779 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40789 x=2924 y=4778 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40790 x=688 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40791 x=731 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40792 x=1100 y=714 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40794 x=774 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40797 x=817 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40798 x=860 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40799 x=903 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40800 x=1008 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40801 x=1075 y=1849 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40802 x=1118 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40803 x=882 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40806 x=1204 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40807 x=840 y=3823 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40808 x=3362 y=4284 width=40 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40809 x=1290 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40810 x=1333 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40812 x=1376 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40813 x=1419 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40814 x=1462 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40815 x=1505 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40816 x=1591 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40817 x=1634 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40818 x=630 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40819 x=1677 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40821 x=588 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40822 x=1720 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40823 x=1763 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40826 x=504 y=3823 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40829 x=1806 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40831 x=462 y=3823 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40845 x=1849 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40847 x=1892 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40848 x=1935 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40849 x=1978 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40850 x=420 y=3823 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40852 x=378 y=3823 width=41 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40853 x=2021 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40854 x=2064 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40855 x=559 y=4821 width=42 height=40 xoffset=1 yoffset=15 xadvance=44 page=0 chnl=15 -char id=40857 x=774 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40860 x=860 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40861 x=528 y=715 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40862 x=903 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40863 x=1075 y=4821 width=42 height=40 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40864 x=2107 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40865 x=2193 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40866 x=176 y=716 width=43 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40867 x=2236 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40869 x=2279 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40884 x=1822 y=5618 width=36 height=26 xoffset=4 yoffset=23 xadvance=44 page=0 chnl=15 -char id=40892 x=2408 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40893 x=2451 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40894 x=252 y=3824 width=41 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40895 x=2494 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40896 x=3526 y=4284 width=40 height=41 xoffset=2 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40897 x=2537 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40898 x=2623 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40900 x=3182 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40902 x=3608 y=672 width=43 height=41 xoffset=0 yoffset=14 xadvance=44 page=0 chnl=15 -char id=40908 x=3354 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=65281 x=4085 y=994 width=8 height=34 xoffset=18 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65282 x=473 y=5310 width=16 height=15 xoffset=14 yoffset=12 xadvance=44 page=0 chnl=15 -char id=65283 x=1968 y=5583 width=31 height=34 xoffset=7 yoffset=17 xadvance=44 page=0 chnl=15 -char id=65284 x=84 y=0 width=25 height=44 xoffset=9 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65285 x=1708 y=5583 width=38 height=34 xoffset=3 yoffset=17 xadvance=44 page=0 chnl=15 -char id=65286 x=2094 y=5583 width=29 height=34 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65287 x=4085 y=1093 width=6 height=15 xoffset=19 yoffset=12 xadvance=44 page=0 chnl=15 -char id=65288 x=935 y=0 width=13 height=42 xoffset=30 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65289 x=949 y=0 width=13 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65290 x=1133 y=5584 width=32 height=35 xoffset=6 yoffset=17 xadvance=44 page=0 chnl=15 -char id=65291 x=2732 y=5582 width=34 height=33 xoffset=5 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65292 x=4085 y=1059 width=10 height=16 xoffset=5 yoffset=40 xadvance=44 page=0 chnl=15 -char id=65293 x=172 y=3374 width=34 height=3 xoffset=5 yoffset=33 xadvance=44 page=0 chnl=15 -char id=65294 x=4085 y=1180 width=9 height=7 xoffset=6 yoffset=44 xadvance=44 page=0 chnl=15 -char id=65295 x=3569 y=1848 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=65296 x=2241 y=5583 width=26 height=34 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65297 x=3298 y=5581 width=25 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65298 x=3349 y=5580 width=24 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65299 x=2268 y=5583 width=25 height=34 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65300 x=3188 y=5581 width=27 height=33 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65301 x=2294 y=5583 width=25 height=34 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65302 x=2320 y=5583 width=24 height=34 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65303 x=3374 y=5580 width=24 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65304 x=2370 y=5583 width=24 height=34 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65305 x=2345 y=5583 width=24 height=34 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65306 x=4085 y=1029 width=8 height=29 xoffset=18 yoffset=20 xadvance=44 page=0 chnl=15 -char id=65307 x=4085 y=921 width=10 height=36 xoffset=17 yoffset=20 xadvance=44 page=0 chnl=15 -char id=65308 x=992 y=5584 width=35 height=35 xoffset=4 yoffset=17 xadvance=44 page=0 chnl=15 -char id=65309 x=273 y=4413 width=34 height=14 xoffset=5 yoffset=27 xadvance=44 page=0 chnl=15 -char id=65310 x=956 y=5584 width=35 height=35 xoffset=5 yoffset=17 xadvance=44 page=0 chnl=15 -char id=65311 x=1324 y=5584 width=22 height=35 xoffset=11 yoffset=17 xadvance=44 page=0 chnl=15 -char id=65312 x=1640 y=5066 width=38 height=40 xoffset=3 yoffset=14 xadvance=44 page=0 chnl=15 -char id=65313 x=2834 y=5582 width=31 height=33 xoffset=6 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65314 x=3216 y=5581 width=27 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65315 x=2154 y=5583 width=29 height=34 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65316 x=3103 y=5582 width=28 height=33 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65317 x=3423 y=5580 width=23 height=33 xoffset=12 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65318 x=3399 y=5580 width=23 height=33 xoffset=12 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65319 x=2124 y=5583 width=29 height=34 xoffset=7 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65320 x=3045 y=5582 width=28 height=33 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65321 x=3324 y=5580 width=24 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65322 x=2395 y=5583 width=21 height=34 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65323 x=3016 y=5582 width=28 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65324 x=3470 y=5580 width=22 height=33 xoffset=13 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65325 x=2801 y=5582 width=32 height=33 xoffset=6 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65326 x=2987 y=5582 width=28 height=33 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65327 x=1935 y=5583 width=32 height=34 xoffset=6 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65328 x=3244 y=5581 width=26 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65329 x=2492 y=4368 width=33 height=41 xoffset=6 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65330 x=3160 y=5581 width=27 height=33 xoffset=10 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65331 x=2213 y=5583 width=27 height=34 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65332 x=2958 y=5582 width=28 height=33 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65333 x=2184 y=5583 width=28 height=34 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65334 x=2898 y=5582 width=30 height=33 xoffset=7 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65335 x=2538 y=5582 width=42 height=33 xoffset=1 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65336 x=3074 y=5582 width=28 height=33 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65337 x=2929 y=5582 width=28 height=33 xoffset=8 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65338 x=3132 y=5582 width=27 height=33 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65339 x=1004 y=0 width=12 height=42 xoffset=31 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65340 x=0 y=1913 width=42 height=41 xoffset=1 yoffset=14 xadvance=44 page=0 chnl=15 -char id=65341 x=991 y=0 width=12 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65342 x=4038 y=5613 width=15 height=7 xoffset=15 yoffset=9 xadvance=44 page=0 chnl=15 -char id=65343 x=656 y=5654 width=46 height=3 xoffset=-1 yoffset=54 xadvance=44 page=0 chnl=15 -char id=65344 x=365 y=4917 width=11 height=7 xoffset=14 yoffset=9 xadvance=44 page=0 chnl=15 -char id=65345 x=1991 y=5618 width=23 height=26 xoffset=10 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65346 x=286 y=5608 width=25 height=36 xoffset=10 yoffset=16 xadvance=44 page=0 chnl=15 -char id=65347 x=1941 y=5618 width=24 height=26 xoffset=10 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65348 x=312 y=5608 width=25 height=36 xoffset=9 yoffset=16 xadvance=44 page=0 chnl=15 -char id=65349 x=1887 y=5618 width=26 height=26 xoffset=9 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65350 x=388 y=5608 width=24 height=36 xoffset=12 yoffset=15 xadvance=44 page=0 chnl=15 -char id=65351 x=259 y=5608 width=26 height=36 xoffset=10 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65352 x=1276 y=5584 width=23 height=35 xoffset=11 yoffset=16 xadvance=44 page=0 chnl=15 -char id=65353 x=4085 y=958 width=8 height=35 xoffset=18 yoffset=16 xadvance=44 page=0 chnl=15 -char id=65354 x=58 y=0 width=20 height=46 xoffset=9 yoffset=16 xadvance=44 page=0 chnl=15 -char id=65355 x=1300 y=5584 width=23 height=35 xoffset=12 yoffset=16 xadvance=44 page=0 chnl=15 -char id=65356 x=603 y=5606 width=15 height=36 xoffset=19 yoffset=16 xadvance=44 page=0 chnl=15 -char id=65357 x=2058 y=5618 width=39 height=25 xoffset=3 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65358 x=2127 y=5618 width=23 height=25 xoffset=11 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65359 x=1914 y=5618 width=26 height=26 xoffset=9 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65360 x=1224 y=5584 width=25 height=35 xoffset=10 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65361 x=1250 y=5584 width=25 height=35 xoffset=9 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65362 x=2196 y=5618 width=20 height=25 xoffset=14 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65363 x=1966 y=5618 width=24 height=26 xoffset=10 yoffset=26 xadvance=44 page=0 chnl=15 -char id=65364 x=29 y=5645 width=25 height=32 xoffset=10 yoffset=20 xadvance=44 page=0 chnl=15 -char id=65365 x=2151 y=5618 width=23 height=25 xoffset=10 yoffset=27 xadvance=44 page=0 chnl=15 -char id=65366 x=2337 y=5618 width=26 height=24 xoffset=9 yoffset=27 xadvance=44 page=0 chnl=15 -char id=65367 x=2232 y=5618 width=38 height=24 xoffset=3 yoffset=27 xadvance=44 page=0 chnl=15 -char id=65368 x=2389 y=5618 width=24 height=24 xoffset=10 yoffset=27 xadvance=44 page=0 chnl=15 -char id=65369 x=1197 y=5584 width=26 height=35 xoffset=9 yoffset=27 xadvance=44 page=0 chnl=15 -char id=65370 x=2364 y=5618 width=24 height=24 xoffset=10 yoffset=27 xadvance=44 page=0 chnl=15 -char id=65371 x=144 y=0 width=13 height=43 xoffset=30 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65372 x=79 y=0 width=4 height=45 xoffset=20 yoffset=12 xadvance=44 page=0 chnl=15 -char id=65373 x=158 y=0 width=13 height=43 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65374 x=3872 y=5613 width=42 height=13 xoffset=1 yoffset=28 xadvance=44 page=0 chnl=15 -char id=65375 x=832 y=0 width=19 height=42 xoffset=24 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65376 x=812 y=0 width=19 height=42 xoffset=1 yoffset=13 xadvance=44 page=0 chnl=15 -char id=65377 x=585 y=5470 width=15 height=14 xoffset=1 yoffset=40 xadvance=22 page=0 chnl=15 -char id=65378 x=4079 y=5580 width=15 height=30 xoffset=6 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65379 x=1230 y=5620 width=15 height=29 xoffset=1 yoffset=26 xadvance=22 page=0 chnl=15 -char id=65380 x=3957 y=5613 width=13 height=13 xoffset=1 yoffset=41 xadvance=22 page=0 chnl=15 -char id=65381 x=4085 y=1171 width=8 height=8 xoffset=7 yoffset=30 xadvance=22 page=0 chnl=15 -char id=65382 x=3607 y=5580 width=17 height=33 xoffset=3 yoffset=20 xadvance=22 page=0 chnl=15 -char id=65383 x=1765 y=5618 width=15 height=27 xoffset=4 yoffset=26 xadvance=22 page=0 chnl=15 -char id=65384 x=1246 y=5620 width=15 height=29 xoffset=2 yoffset=25 xadvance=22 page=0 chnl=15 -char id=65385 x=1262 y=5620 width=15 height=29 xoffset=4 yoffset=24 xadvance=22 page=0 chnl=15 -char id=65386 x=3092 y=5616 width=16 height=22 xoffset=3 yoffset=29 xadvance=22 page=0 chnl=15 -char id=65387 x=1213 y=5620 width=16 height=29 xoffset=3 yoffset=24 xadvance=22 page=0 chnl=15 -char id=65388 x=1515 y=5619 width=17 height=28 xoffset=2 yoffset=25 xadvance=22 page=0 chnl=15 -char id=65389 x=3075 y=5616 width=16 height=22 xoffset=3 yoffset=29 xadvance=22 page=0 chnl=15 -char id=65390 x=2217 y=5618 width=14 height=25 xoffset=4 yoffset=28 xadvance=22 page=0 chnl=15 -char id=65391 x=1747 y=5618 width=17 height=27 xoffset=2 yoffset=27 xadvance=22 page=0 chnl=15 -char id=65392 x=344 y=4915 width=19 height=5 xoffset=2 yoffset=32 xadvance=22 page=0 chnl=15 -char id=65393 x=3513 y=5580 width=19 height=33 xoffset=2 yoffset=20 xadvance=22 page=0 chnl=15 -char id=65394 x=564 y=5606 width=19 height=36 xoffset=1 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65395 x=2439 y=5545 width=18 height=37 xoffset=2 yoffset=16 xadvance=22 page=0 chnl=15 -char id=65396 x=1494 y=5620 width=20 height=28 xoffset=1 yoffset=21 xadvance=22 page=0 chnl=15 -char id=65397 x=459 y=5608 width=20 height=36 xoffset=2 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65398 x=1430 y=5584 width=19 height=35 xoffset=1 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65399 x=584 y=5606 width=18 height=36 xoffset=2 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65400 x=4077 y=5466 width=18 height=37 xoffset=2 yoffset=16 xadvance=22 page=0 chnl=15 -char id=65401 x=480 y=5608 width=20 height=36 xoffset=1 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65402 x=1040 y=5620 width=17 height=30 xoffset=2 yoffset=21 xadvance=22 page=0 chnl=15 -char id=65403 x=501 y=5608 width=20 height=36 xoffset=1 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65404 x=1410 y=5584 width=19 height=35 xoffset=2 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65405 x=77 y=5645 width=20 height=32 xoffset=1 yoffset=20 xadvance=22 page=0 chnl=15 -char id=65406 x=1369 y=5584 width=20 height=35 xoffset=0 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65407 x=3552 y=5580 width=18 height=33 xoffset=2 yoffset=19 xadvance=22 page=0 chnl=15 -char id=65408 x=467 y=5491 width=19 height=39 xoffset=1 yoffset=15 xadvance=22 page=0 chnl=15 -char id=65409 x=438 y=5608 width=20 height=36 xoffset=1 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65410 x=2438 y=5583 width=20 height=34 xoffset=1 yoffset=19 xadvance=22 page=0 chnl=15 -char id=65411 x=2417 y=5583 width=20 height=34 xoffset=1 yoffset=19 xadvance=22 page=0 chnl=15 -char id=65412 x=634 y=5586 width=13 height=36 xoffset=6 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65413 x=522 y=5607 width=20 height=36 xoffset=1 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65414 x=1705 y=5618 width=20 height=27 xoffset=1 yoffset=22 xadvance=22 page=0 chnl=15 -char id=65415 x=3589 y=5580 width=17 height=33 xoffset=2 yoffset=20 xadvance=22 page=0 chnl=15 -char id=65416 x=2417 y=5545 width=21 height=37 xoffset=1 yoffset=16 xadvance=22 page=0 chnl=15 -char id=65417 x=3571 y=5580 width=17 height=33 xoffset=2 yoffset=19 xadvance=22 page=0 chnl=15 -char id=65418 x=962 y=5620 width=22 height=30 xoffset=0 yoffset=21 xadvance=22 page=0 chnl=15 -char id=65419 x=2478 y=5582 width=16 height=34 xoffset=3 yoffset=18 xadvance=22 page=0 chnl=15 -char id=65420 x=119 y=5645 width=17 height=32 xoffset=3 yoffset=21 xadvance=22 page=0 chnl=15 -char id=65421 x=1682 y=5618 width=22 height=27 xoffset=0 yoffset=23 xadvance=22 page=0 chnl=15 -char id=65422 x=543 y=5607 width=20 height=36 xoffset=1 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65423 x=55 y=5645 width=21 height=32 xoffset=1 yoffset=21 xadvance=22 page=0 chnl=15 -char id=65424 x=1469 y=5584 width=16 height=35 xoffset=3 yoffset=18 xadvance=22 page=0 chnl=15 -char id=65425 x=1347 y=5584 width=21 height=35 xoffset=0 yoffset=18 xadvance=22 page=0 chnl=15 -char id=65426 x=1390 y=5584 width=19 height=35 xoffset=1 yoffset=18 xadvance=22 page=0 chnl=15 -char id=65427 x=98 y=5645 width=20 height=32 xoffset=1 yoffset=20 xadvance=22 page=0 chnl=15 -char id=65428 x=4074 y=5543 width=21 height=36 xoffset=0 yoffset=17 xadvance=22 page=0 chnl=15 -char id=65429 x=1726 y=5618 width=20 height=27 xoffset=1 yoffset=22 xadvance=22 page=0 chnl=15 -char id=65430 x=1022 y=5620 width=17 height=30 xoffset=3 yoffset=21 xadvance=22 page=0 chnl=15 -char id=65431 x=1450 y=5584 width=18 height=35 xoffset=2 yoffset=18 xadvance=22 page=0 chnl=15 -char id=65432 x=1486 y=5584 width=14 height=35 xoffset=4 yoffset=18 xadvance=22 page=0 chnl=15 -char id=65433 x=3447 y=5580 width=22 height=33 xoffset=0 yoffset=19 xadvance=22 page=0 chnl=15 -char id=65434 x=2459 y=5582 width=18 height=34 xoffset=3 yoffset=18 xadvance=22 page=0 chnl=15 -char id=65435 x=985 y=5620 width=18 height=30 xoffset=2 yoffset=21 xadvance=22 page=0 chnl=15 -char id=65436 x=3533 y=5580 width=18 height=33 xoffset=2 yoffset=20 xadvance=22 page=0 chnl=15 -char id=65437 x=3493 y=5580 width=19 height=33 xoffset=2 yoffset=19 xadvance=22 page=0 chnl=15 -char id=65438 x=4083 y=4409 width=12 height=11 xoffset=0 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65439 x=4085 y=1109 width=10 height=12 xoffset=0 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65441 x=3540 y=5614 width=26 height=21 xoffset=7 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65442 x=3336 y=5614 width=31 height=21 xoffset=5 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65443 x=2414 y=5618 width=33 height=23 xoffset=5 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65444 x=3428 y=5614 width=27 height=21 xoffset=7 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65445 x=2782 y=5616 width=30 height=22 xoffset=6 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65446 x=2546 y=5616 width=29 height=23 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65447 x=3484 y=5614 width=27 height=21 xoffset=7 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65448 x=3398 y=5614 width=29 height=21 xoffset=6 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65449 x=2634 y=5616 width=27 height=23 xoffset=7 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65450 x=2937 y=5616 width=29 height=22 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65451 x=2813 y=5616 width=30 height=22 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65452 x=2844 y=5616 width=30 height=22 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65453 x=2716 y=5616 width=32 height=22 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65454 x=2875 y=5616 width=30 height=22 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65455 x=2906 y=5616 width=30 height=22 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65456 x=2515 y=5616 width=30 height=23 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65457 x=3456 y=5614 width=27 height=21 xoffset=7 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65458 x=3026 y=5616 width=26 height=22 xoffset=7 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65459 x=3368 y=5614 width=29 height=21 xoffset=6 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65460 x=2482 y=5617 width=32 height=23 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65461 x=2576 y=5616 width=29 height=23 xoffset=6 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65462 x=3302 y=5615 width=33 height=21 xoffset=4 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65463 x=2662 y=5616 width=26 height=23 xoffset=7 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65464 x=2997 y=5616 width=28 height=22 xoffset=7 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65465 x=2448 y=5618 width=33 height=23 xoffset=4 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65466 x=2098 y=5618 width=28 height=25 xoffset=6 yoffset=21 xadvance=41 page=0 chnl=15 -char id=65467 x=2606 y=5616 width=27 height=23 xoffset=7 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65468 x=3512 y=5614 width=27 height=21 xoffset=7 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65469 x=2967 y=5616 width=29 height=22 xoffset=6 yoffset=24 xadvance=41 page=0 chnl=15 -char id=65470 x=1859 y=5618 width=27 height=26 xoffset=7 yoffset=21 xadvance=41 page=0 chnl=15 -char id=65474 x=4078 y=4860 width=15 height=40 xoffset=16 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65475 x=4074 y=4901 width=15 height=40 xoffset=13 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65476 x=4074 y=4942 width=14 height=40 xoffset=15 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65477 x=4074 y=3902 width=15 height=40 xoffset=13 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65478 x=4074 y=3943 width=15 height=40 xoffset=12 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65479 x=4074 y=3738 width=21 height=40 xoffset=9 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65482 x=4078 y=3984 width=15 height=40 xoffset=12 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65483 x=4074 y=3779 width=21 height=40 xoffset=9 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65484 x=3226 y=5615 width=37 height=21 xoffset=2 yoffset=22 xadvance=41 page=0 chnl=15 -char id=65485 x=3744 y=5065 width=37 height=40 xoffset=2 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65486 x=4044 y=5065 width=35 height=40 xoffset=2 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65487 x=173 y=5130 width=32 height=40 xoffset=4 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65490 x=3150 y=5616 width=37 height=21 xoffset=2 yoffset=23 xadvance=41 page=0 chnl=15 -char id=65491 x=3188 y=5615 width=37 height=21 xoffset=2 yoffset=28 xadvance=41 page=0 chnl=15 -char id=65492 x=35 y=5130 width=34 height=40 xoffset=3 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65493 x=4007 y=5065 width=36 height=40 xoffset=2 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65494 x=70 y=5130 width=34 height=40 xoffset=3 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65495 x=3264 y=5615 width=37 height=21 xoffset=2 yoffset=28 xadvance=41 page=0 chnl=15 -char id=65498 x=172 y=3363 width=37 height=4 xoffset=2 yoffset=32 xadvance=41 page=0 chnl=15 -char id=65499 x=139 y=5130 width=33 height=40 xoffset=3 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65500 x=4085 y=840 width=5 height=40 xoffset=18 yoffset=15 xadvance=41 page=0 chnl=15 -char id=65504 x=363 y=5608 width=24 height=36 xoffset=10 yoffset=17 xadvance=44 page=0 chnl=15 -char id=65505 x=3271 y=5581 width=26 height=33 xoffset=9 yoffset=18 xadvance=44 page=0 chnl=15 -char id=65506 x=210 y=4035 width=35 height=15 xoffset=4 yoffset=28 xadvance=44 page=0 chnl=15 -char id=65507 x=703 y=5654 width=46 height=2 xoffset=-1 yoffset=12 xadvance=44 page=0 chnl=15 -char id=65508 x=4091 y=798 width=4 height=40 xoffset=20 yoffset=14 xadvance=44 page=0 chnl=15 -char id=65509 x=0 y=5645 width=28 height=32 xoffset=8 yoffset=19 xadvance=44 page=0 chnl=15 -char id=65510 x=3668 y=5580 width=38 height=32 xoffset=3 yoffset=19 xadvance=44 page=0 chnl=15 -char id=65512 x=53 y=0 width=4 height=50 xoffset=9 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65513 x=3567 y=5614 width=22 height=21 xoffset=0 yoffset=24 xadvance=22 page=0 chnl=15 -char id=65514 x=4074 y=3696 width=16 height=41 xoffset=3 yoffset=14 xadvance=22 page=0 chnl=15 -char id=65515 x=3590 y=5614 width=22 height=21 xoffset=0 yoffset=24 xadvance=22 page=0 chnl=15 -char id=65516 x=852 y=0 width=18 height=42 xoffset=2 yoffset=13 xadvance=22 page=0 chnl=15 -char id=65517 x=378 y=5028 width=18 height=17 xoffset=2 yoffset=26 xadvance=22 page=0 chnl=15 -char id=65518 x=454 y=5150 width=18 height=17 xoffset=2 yoffset=26 xadvance=22 page=0 chnl=15 -kernings count=761 -kerning first=12353 second=12289 amount=-1 -kerning first=12353 second=12290 amount=-1 -kerning first=12354 second=12390 amount=-1 -kerning first=12354 second=12391 amount=-1 -kerning first=12354 second=12501 amount=-1 -kerning first=12355 second=12390 amount=-1 -kerning first=12355 second=12391 amount=-1 -kerning first=12356 second=12390 amount=-1 -kerning first=12356 second=12391 amount=-1 -kerning first=12356 second=12424 amount=-1 -kerning first=12358 second=12290 amount=-3 -kerning first=12358 second=12501 amount=-1 -kerning first=12358 second=12502 amount=-1 -kerning first=12358 second=12503 amount=-1 -kerning first=12358 second=65292 amount=-4 -kerning first=12358 second=65294 amount=-4 -kerning first=12360 second=12365 amount=-1 -kerning first=12360 second=12366 amount=-1 -kerning first=12360 second=12367 amount=-1 -kerning first=12360 second=12368 amount=-1 -kerning first=12360 second=12388 amount=-1 -kerning first=12360 second=12389 amount=-1 -kerning first=12360 second=12390 amount=-2 -kerning first=12360 second=12391 amount=-1 -kerning first=12360 second=12408 amount=-3 -kerning first=12360 second=12409 amount=-3 -kerning first=12360 second=12410 amount=-3 -kerning first=12360 second=12427 amount=-1 -kerning first=12360 second=12469 amount=-1 -kerning first=12360 second=12501 amount=-1 -kerning first=12360 second=12502 amount=-1 -kerning first=12360 second=12504 amount=-1 -kerning first=12360 second=12505 amount=-1 -kerning first=12360 second=12506 amount=-1 -kerning first=12363 second=12289 amount=-1 -kerning first=12363 second=12290 amount=-1 -kerning first=12363 second=12399 amount=-2 -kerning first=12363 second=12424 amount=-2 -kerning first=12363 second=65292 amount=-3 -kerning first=12363 second=65294 amount=-2 -kerning first=12364 second=12289 amount=-1 -kerning first=12364 second=12290 amount=-1 -kerning first=12364 second=12424 amount=-2 -kerning first=12364 second=65292 amount=-3 -kerning first=12364 second=65294 amount=-3 -kerning first=12365 second=12289 amount=-3 -kerning first=12365 second=12290 amount=-2 -kerning first=12365 second=12355 amount=-2 -kerning first=12365 second=12357 amount=-2 -kerning first=12365 second=12358 amount=-1 -kerning first=12365 second=12359 amount=-1 -kerning first=12365 second=12361 amount=-1 -kerning first=12365 second=12387 amount=-2 -kerning first=12365 second=12427 amount=-1 -kerning first=12365 second=65292 amount=-1 -kerning first=12365 second=65294 amount=-1 -kerning first=12366 second=12289 amount=-2 -kerning first=12366 second=12290 amount=-2 -kerning first=12366 second=12355 amount=-1 -kerning first=12366 second=12357 amount=-1 -kerning first=12366 second=12359 amount=-1 -kerning first=12366 second=12361 amount=-2 -kerning first=12366 second=12367 amount=1 -kerning first=12366 second=12368 amount=1 -kerning first=12366 second=12387 amount=-2 -kerning first=12366 second=12419 amount=-1 -kerning first=12366 second=12421 amount=-1 -kerning first=12366 second=12423 amount=-2 -kerning first=12366 second=65292 amount=-3 -kerning first=12366 second=65294 amount=-2 -kerning first=12367 second=12358 amount=-1 -kerning first=12367 second=12390 amount=-1 -kerning first=12367 second=12391 amount=-1 -kerning first=12367 second=12415 amount=2 -kerning first=12367 second=12427 amount=-1 -kerning first=12367 second=65292 amount=-1 -kerning first=12368 second=12289 amount=-1 -kerning first=12368 second=12358 amount=-1 -kerning first=12368 second=12415 amount=1 -kerning first=12368 second=12427 amount=-1 -kerning first=12368 second=65292 amount=-2 -kerning first=12368 second=65294 amount=-1 -kerning first=12369 second=12289 amount=-2 -kerning first=12369 second=12290 amount=-2 -kerning first=12369 second=65292 amount=-2 -kerning first=12369 second=65294 amount=-2 -kerning first=12370 second=12289 amount=-3 -kerning first=12370 second=12290 amount=-2 -kerning first=12370 second=65292 amount=-4 -kerning first=12370 second=65294 amount=-2 -kerning first=12371 second=12289 amount=-1 -kerning first=12371 second=12377 amount=-1 -kerning first=12371 second=12378 amount=-1 -kerning first=12371 second=12387 amount=-3 -kerning first=12371 second=65292 amount=-2 -kerning first=12371 second=65294 amount=-1 -kerning first=12374 second=12424 amount=-2 -kerning first=12375 second=12377 amount=-1 -kerning first=12375 second=12378 amount=-1 -kerning first=12375 second=12388 amount=-3 -kerning first=12375 second=12389 amount=-3 -kerning first=12375 second=12390 amount=-1 -kerning first=12375 second=12391 amount=-1 -kerning first=12375 second=12469 amount=-1 -kerning first=12377 second=12289 amount=-4 -kerning first=12377 second=12290 amount=-4 -kerning first=12377 second=12355 amount=-1 -kerning first=12377 second=12357 amount=-1 -kerning first=12377 second=12359 amount=-2 -kerning first=12377 second=12361 amount=-1 -kerning first=12377 second=12387 amount=-2 -kerning first=12377 second=12405 amount=-1 -kerning first=12377 second=12406 amount=-1 -kerning first=12377 second=12407 amount=-1 -kerning first=12377 second=12408 amount=-3 -kerning first=12377 second=12409 amount=-3 -kerning first=12377 second=12410 amount=-3 -kerning first=12377 second=12419 amount=-1 -kerning first=12377 second=12463 amount=-1 -kerning first=12377 second=12494 amount=-3 -kerning first=12377 second=12504 amount=-4 -kerning first=12377 second=12505 amount=-3 -kerning first=12377 second=12506 amount=-4 -kerning first=12377 second=65292 amount=-2 -kerning first=12377 second=65294 amount=-2 -kerning first=12378 second=12289 amount=-3 -kerning first=12378 second=12290 amount=-4 -kerning first=12378 second=12408 amount=-2 -kerning first=12378 second=12409 amount=-2 -kerning first=12378 second=12410 amount=-2 -kerning first=12378 second=12494 amount=-3 -kerning first=12378 second=12504 amount=-3 -kerning first=12378 second=12505 amount=-3 -kerning first=12378 second=12506 amount=-3 -kerning first=12378 second=65292 amount=-2 -kerning first=12378 second=65294 amount=-2 -kerning first=12380 second=12377 amount=1 -kerning first=12380 second=12378 amount=1 -kerning first=12380 second=12390 amount=1 -kerning first=12380 second=12391 amount=1 -kerning first=12380 second=12408 amount=-2 -kerning first=12380 second=12409 amount=-2 -kerning first=12380 second=12410 amount=-2 -kerning first=12381 second=65292 amount=-2 -kerning first=12381 second=65294 amount=-1 -kerning first=12382 second=65292 amount=-2 -kerning first=12382 second=65294 amount=-1 -kerning first=12383 second=12414 amount=-1 -kerning first=12383 second=12429 amount=-3 -kerning first=12383 second=65292 amount=-1 -kerning first=12384 second=12289 amount=-1 -kerning first=12384 second=12290 amount=-1 -kerning first=12384 second=12414 amount=-1 -kerning first=12384 second=12429 amount=-3 -kerning first=12384 second=65292 amount=-2 -kerning first=12384 second=65294 amount=-1 -kerning first=12386 second=65292 amount=-2 -kerning first=12386 second=65294 amount=-2 -kerning first=12387 second=12390 amount=-2 -kerning first=12387 second=12398 amount=1 -kerning first=12388 second=12289 amount=-2 -kerning first=12388 second=12290 amount=-2 -kerning first=12388 second=65292 amount=-2 -kerning first=12388 second=65294 amount=-2 -kerning first=12389 second=12289 amount=-1 -kerning first=12389 second=12290 amount=-1 -kerning first=12389 second=65292 amount=-2 -kerning first=12389 second=65294 amount=-1 -kerning first=12390 second=12289 amount=-2 -kerning first=12390 second=12290 amount=-1 -kerning first=12390 second=12354 amount=-1 -kerning first=12390 second=12362 amount=-1 -kerning first=12390 second=12365 amount=-1 -kerning first=12390 second=12366 amount=-1 -kerning first=12390 second=12367 amount=-1 -kerning first=12390 second=12368 amount=-1 -kerning first=12390 second=12381 amount=-1 -kerning first=12390 second=12382 amount=-1 -kerning first=12390 second=12387 amount=-3 -kerning first=12390 second=12388 amount=-1 -kerning first=12390 second=12389 amount=-1 -kerning first=12390 second=12399 amount=-1 -kerning first=12390 second=12400 amount=-1 -kerning first=12390 second=12401 amount=-1 -kerning first=12390 second=12414 amount=-2 -kerning first=12390 second=12418 amount=-2 -kerning first=12390 second=12434 amount=-1 -kerning first=12390 second=65292 amount=-3 -kerning first=12390 second=65294 amount=-2 -kerning first=12391 second=12289 amount=-2 -kerning first=12391 second=12290 amount=-2 -kerning first=12391 second=12368 amount=1 -kerning first=12391 second=65292 amount=-2 -kerning first=12391 second=65294 amount=-2 -kerning first=12392 second=12289 amount=-2 -kerning first=12392 second=12367 amount=-1 -kerning first=12392 second=12377 amount=-1 -kerning first=12392 second=12378 amount=-1 -kerning first=12392 second=12381 amount=-1 -kerning first=12392 second=12382 amount=-1 -kerning first=12392 second=12387 amount=-1 -kerning first=12392 second=12388 amount=-2 -kerning first=12392 second=12389 amount=-2 -kerning first=12392 second=12390 amount=-1 -kerning first=12392 second=12391 amount=-1 -kerning first=12392 second=12394 amount=-1 -kerning first=12392 second=12408 amount=-2 -kerning first=12392 second=12409 amount=-2 -kerning first=12392 second=12410 amount=-2 -kerning first=12392 second=65292 amount=-2 -kerning first=12392 second=65294 amount=-1 -kerning first=12393 second=12289 amount=-2 -kerning first=12393 second=12290 amount=-2 -kerning first=12393 second=12365 amount=-1 -kerning first=12393 second=12366 amount=-1 -kerning first=12393 second=12367 amount=-1 -kerning first=12393 second=12368 amount=-1 -kerning first=12393 second=12371 amount=-1 -kerning first=12393 second=12372 amount=-1 -kerning first=12393 second=12373 amount=-1 -kerning first=12393 second=12374 amount=-1 -kerning first=12393 second=12381 amount=-1 -kerning first=12393 second=12382 amount=-1 -kerning first=12393 second=12388 amount=-1 -kerning first=12393 second=12389 amount=-1 -kerning first=12393 second=12390 amount=-1 -kerning first=12393 second=12391 amount=-1 -kerning first=12393 second=12394 amount=-1 -kerning first=12393 second=12408 amount=-2 -kerning first=12393 second=12409 amount=-2 -kerning first=12393 second=12410 amount=-2 -kerning first=12393 second=12415 amount=-1 -kerning first=12393 second=65292 amount=-2 -kerning first=12393 second=65294 amount=-2 -kerning first=12395 second=12289 amount=-1 -kerning first=12395 second=12364 amount=-1 -kerning first=12395 second=12367 amount=-1 -kerning first=12395 second=12368 amount=-1 -kerning first=12395 second=12371 amount=-1 -kerning first=12395 second=12372 amount=-1 -kerning first=12395 second=12373 amount=-1 -kerning first=12395 second=12374 amount=-1 -kerning first=12395 second=12381 amount=-1 -kerning first=12395 second=12382 amount=-1 -kerning first=12395 second=65292 amount=-2 -kerning first=12395 second=65294 amount=-1 -kerning first=12396 second=12365 amount=-1 -kerning first=12396 second=12366 amount=-1 -kerning first=12396 second=12385 amount=-1 -kerning first=12396 second=12402 amount=-1 -kerning first=12396 second=12403 amount=-1 -kerning first=12396 second=12404 amount=-1 -kerning first=12397 second=65292 amount=-2 -kerning first=12398 second=12365 amount=-1 -kerning first=12398 second=65292 amount=-3 -kerning first=12398 second=65294 amount=-1 -kerning first=12399 second=12383 amount=-1 -kerning first=12399 second=12384 amount=-1 -kerning first=12400 second=12363 amount=1 -kerning first=12401 second=12363 amount=1 -kerning first=12402 second=12392 amount=-1 -kerning first=12402 second=12393 amount=-1 -kerning first=12402 second=65292 amount=-2 -kerning first=12402 second=65294 amount=-2 -kerning first=12403 second=65294 amount=-2 -kerning first=12404 second=65292 amount=-3 -kerning first=12404 second=65294 amount=-2 -kerning first=12405 second=12385 amount=-1 -kerning first=12405 second=12386 amount=-1 -kerning first=12405 second=65292 amount=-1 -kerning first=12406 second=65292 amount=-2 -kerning first=12406 second=65294 amount=-1 -kerning first=12407 second=65292 amount=-2 -kerning first=12407 second=65294 amount=-1 -kerning first=12408 second=12390 amount=-3 -kerning first=12408 second=12391 amount=-3 -kerning first=12408 second=12392 amount=-2 -kerning first=12408 second=12393 amount=-2 -kerning first=12408 second=65292 amount=-1 -kerning first=12409 second=12390 amount=-2 -kerning first=12409 second=12391 amount=-2 -kerning first=12409 second=12393 amount=-2 -kerning first=12409 second=65292 amount=-1 -kerning first=12410 second=12390 amount=-2 -kerning first=12410 second=12391 amount=-2 -kerning first=12410 second=12392 amount=-2 -kerning first=12410 second=12393 amount=-2 -kerning first=12410 second=65292 amount=-1 -kerning first=12414 second=12289 amount=-2 -kerning first=12414 second=12290 amount=-2 -kerning first=12414 second=12379 amount=-1 -kerning first=12414 second=12380 amount=-1 -kerning first=12414 second=12387 amount=-2 -kerning first=12414 second=65292 amount=-2 -kerning first=12414 second=65294 amount=-2 -kerning first=12415 second=65292 amount=-2 -kerning first=12415 second=65294 amount=-2 -kerning first=12417 second=65292 amount=-2 -kerning first=12417 second=65294 amount=-2 -kerning first=12418 second=12289 amount=-1 -kerning first=12418 second=12356 amount=-1 -kerning first=12418 second=12358 amount=-1 -kerning first=12418 second=12381 amount=-1 -kerning first=12418 second=12382 amount=-1 -kerning first=12418 second=12388 amount=-2 -kerning first=12418 second=12390 amount=-2 -kerning first=12418 second=12391 amount=-2 -kerning first=12418 second=12392 amount=-1 -kerning first=12418 second=12393 amount=-1 -kerning first=12418 second=65292 amount=-2 -kerning first=12418 second=65294 amount=-1 -kerning first=12419 second=12290 amount=-1 -kerning first=12419 second=65292 amount=-2 -kerning first=12420 second=12289 amount=-1 -kerning first=12420 second=65292 amount=-2 -kerning first=12420 second=65294 amount=-1 -kerning first=12422 second=12289 amount=-1 -kerning first=12422 second=12290 amount=-2 -kerning first=12422 second=12405 amount=-1 -kerning first=12422 second=12406 amount=-1 -kerning first=12422 second=12407 amount=-1 -kerning first=12422 second=65292 amount=-2 -kerning first=12422 second=65294 amount=-1 -kerning first=12424 second=12357 amount=-2 -kerning first=12424 second=12387 amount=-1 -kerning first=12424 second=12426 amount=-1 -kerning first=12424 second=12427 amount=-1 -kerning first=12425 second=12377 amount=-1 -kerning first=12425 second=12378 amount=-1 -kerning first=12425 second=12379 amount=-1 -kerning first=12425 second=12380 amount=-1 -kerning first=12425 second=12390 amount=-1 -kerning first=12425 second=12391 amount=-1 -kerning first=12425 second=65292 amount=-1 -kerning first=12426 second=12289 amount=-2 -kerning first=12426 second=12290 amount=-1 -kerning first=12426 second=65292 amount=-3 -kerning first=12426 second=65294 amount=-2 -kerning first=12427 second=12388 amount=-2 -kerning first=12427 second=12389 amount=-2 -kerning first=12427 second=12484 amount=-1 -kerning first=12427 second=12485 amount=-1 -kerning first=12427 second=12510 amount=-2 -kerning first=12428 second=12388 amount=-1 -kerning first=12428 second=12389 amount=-1 -kerning first=12428 second=12390 amount=-1 -kerning first=12428 second=12391 amount=-1 -kerning first=12430 second=65292 amount=-2 -kerning first=12431 second=12428 amount=-2 -kerning first=12433 second=12289 amount=-1 -kerning first=12435 second=12377 amount=-1 -kerning first=12435 second=12390 amount=-2 -kerning first=12435 second=12391 amount=-2 -kerning first=12435 second=12393 amount=-1 -kerning first=12449 second=12289 amount=-2 -kerning first=12449 second=12290 amount=-2 -kerning first=12449 second=65292 amount=-2 -kerning first=12449 second=65294 amount=-2 -kerning first=12450 second=12289 amount=-4 -kerning first=12450 second=12290 amount=-4 -kerning first=12450 second=12392 amount=-1 -kerning first=12450 second=12393 amount=-1 -kerning first=12450 second=12405 amount=-1 -kerning first=12450 second=12406 amount=-1 -kerning first=12450 second=12407 amount=-1 -kerning first=12450 second=12452 amount=-2 -kerning first=12450 second=12463 amount=-2 -kerning first=12450 second=12464 amount=-2 -kerning first=12450 second=12471 amount=-2 -kerning first=12450 second=12472 amount=-2 -kerning first=12450 second=12475 amount=-1 -kerning first=12450 second=12476 amount=-1 -kerning first=12450 second=12481 amount=-1 -kerning first=12450 second=12490 amount=-1 -kerning first=12450 second=12491 amount=-1 -kerning first=12450 second=12494 amount=-4 -kerning first=12450 second=12495 amount=-2 -kerning first=12450 second=12496 amount=-2 -kerning first=12450 second=12497 amount=-1 -kerning first=12450 second=12504 amount=-1 -kerning first=12450 second=12505 amount=-1 -kerning first=12450 second=12506 amount=-1 -kerning first=12450 second=12511 amount=-1 -kerning first=12450 second=12512 amount=-3 -kerning first=12450 second=12513 amount=-2 -kerning first=12450 second=12531 amount=-2 -kerning first=12450 second=12540 amount=-3 -kerning first=12450 second=65292 amount=-4 -kerning first=12450 second=65294 amount=-4 -kerning first=12452 second=12289 amount=-1 -kerning first=12452 second=12290 amount=-1 -kerning first=12452 second=12463 amount=-1 -kerning first=12452 second=12464 amount=-1 -kerning first=12452 second=12473 amount=-1 -kerning first=12452 second=12474 amount=-1 -kerning first=12452 second=12479 amount=-2 -kerning first=12452 second=12480 amount=-2 -kerning first=12452 second=12486 amount=-1 -kerning first=12452 second=12490 amount=-1 -kerning first=12452 second=12495 amount=-1 -kerning first=12452 second=12496 amount=-1 -kerning first=12452 second=12497 amount=-1 -kerning first=12452 second=12512 amount=-1 -kerning first=12452 second=12516 amount=-1 -kerning first=12452 second=12518 amount=-1 -kerning first=12454 second=12289 amount=-1 -kerning first=12454 second=12290 amount=-1 -kerning first=12457 second=12289 amount=-2 -kerning first=12457 second=12290 amount=-2 -kerning first=12457 second=65292 amount=-2 -kerning first=12457 second=65294 amount=-2 -kerning first=12458 second=12289 amount=-3 -kerning first=12458 second=12290 amount=-3 -kerning first=12458 second=12463 amount=-1 -kerning first=12458 second=12464 amount=-1 -kerning first=12458 second=12512 amount=-1 -kerning first=12458 second=65292 amount=-2 -kerning first=12458 second=65294 amount=-2 -kerning first=12459 second=12289 amount=-1 -kerning first=12459 second=65292 amount=-1 -kerning first=12460 second=12289 amount=-1 -kerning first=12460 second=65292 amount=-1 -kerning first=12461 second=12289 amount=-2 -kerning first=12461 second=12290 amount=-2 -kerning first=12461 second=12473 amount=-1 -kerning first=12461 second=12494 amount=-3 -kerning first=12461 second=12531 amount=-1 -kerning first=12461 second=65292 amount=-1 -kerning first=12461 second=65294 amount=-1 -kerning first=12462 second=12289 amount=-1 -kerning first=12462 second=12290 amount=-1 -kerning first=12462 second=12494 amount=-2 -kerning first=12462 second=65292 amount=-3 -kerning first=12462 second=65294 amount=-2 -kerning first=12463 second=12289 amount=-4 -kerning first=12463 second=12290 amount=-4 -kerning first=12463 second=12463 amount=-2 -kerning first=12463 second=12464 amount=-2 -kerning first=12463 second=12473 amount=-1 -kerning first=12463 second=12474 amount=-1 -kerning first=12463 second=12479 amount=-2 -kerning first=12463 second=12480 amount=-2 -kerning first=12463 second=12494 amount=-3 -kerning first=12463 second=12495 amount=-2 -kerning first=12463 second=12496 amount=-2 -kerning first=12463 second=12497 amount=-2 -kerning first=12463 second=12512 amount=-4 -kerning first=12463 second=12513 amount=-2 -kerning first=12463 second=12523 amount=-1 -kerning first=12463 second=12539 amount=-1 -kerning first=12463 second=65292 amount=-4 -kerning first=12463 second=65294 amount=-2 -kerning first=12464 second=12289 amount=-3 -kerning first=12464 second=12290 amount=-4 -kerning first=12464 second=12463 amount=-1 -kerning first=12464 second=12464 amount=-1 -kerning first=12464 second=12494 amount=-1 -kerning first=12464 second=12512 amount=-1 -kerning first=12464 second=65292 amount=-3 -kerning first=12464 second=65294 amount=-2 -kerning first=12465 second=12289 amount=-4 -kerning first=12465 second=12290 amount=-4 -kerning first=12465 second=12452 amount=-1 -kerning first=12465 second=12486 amount=-1 -kerning first=12465 second=12487 amount=-1 -kerning first=12465 second=12494 amount=-3 -kerning first=12465 second=12495 amount=-2 -kerning first=12465 second=12496 amount=-2 -kerning first=12465 second=12497 amount=-2 -kerning first=12465 second=12504 amount=-1 -kerning first=12465 second=12505 amount=-1 -kerning first=12465 second=12506 amount=-1 -kerning first=12465 second=12511 amount=-1 -kerning first=12465 second=12512 amount=-3 -kerning first=12465 second=12513 amount=-1 -kerning first=12465 second=12524 amount=-1 -kerning first=12465 second=12531 amount=-1 -kerning first=12465 second=65292 amount=-4 -kerning first=12465 second=65294 amount=-2 -kerning first=12466 second=12289 amount=-4 -kerning first=12466 second=12290 amount=-4 -kerning first=12466 second=12451 amount=-1 -kerning first=12466 second=12452 amount=-1 -kerning first=12466 second=12455 amount=-1 -kerning first=12466 second=12494 amount=-1 -kerning first=12466 second=12495 amount=-1 -kerning first=12466 second=12496 amount=-1 -kerning first=12466 second=12497 amount=-1 -kerning first=12466 second=12512 amount=-2 -kerning first=12466 second=12513 amount=-1 -kerning first=12466 second=65292 amount=-3 -kerning first=12466 second=65294 amount=-2 -kerning first=12467 second=12454 amount=-2 -kerning first=12468 second=12473 amount=1 -kerning first=12468 second=12474 amount=1 -kerning first=12469 second=12289 amount=-4 -kerning first=12469 second=12290 amount=-4 -kerning first=12469 second=12473 amount=-1 -kerning first=12469 second=12494 amount=-1 -kerning first=12469 second=12495 amount=-2 -kerning first=12469 second=12496 amount=-2 -kerning first=12469 second=12497 amount=-2 -kerning first=12469 second=12512 amount=-1 -kerning first=12469 second=65292 amount=-3 -kerning first=12469 second=65294 amount=-2 -kerning first=12470 second=12289 amount=-4 -kerning first=12470 second=12290 amount=-3 -kerning first=12470 second=12494 amount=-1 -kerning first=12470 second=12512 amount=-1 -kerning first=12470 second=65292 amount=-3 -kerning first=12470 second=65294 amount=-2 -kerning first=12471 second=12289 amount=-1 -kerning first=12471 second=12290 amount=-1 -kerning first=12471 second=12495 amount=-1 -kerning first=12471 second=12496 amount=-1 -kerning first=12471 second=12497 amount=-1 -kerning first=12471 second=65292 amount=-1 -kerning first=12471 second=65294 amount=-1 -kerning first=12472 second=12289 amount=-1 -kerning first=12472 second=12290 amount=-1 -kerning first=12472 second=12479 amount=-1 -kerning first=12472 second=12480 amount=-1 -kerning first=12472 second=12494 amount=-1 -kerning first=12472 second=12495 amount=-3 -kerning first=12472 second=12496 amount=-3 -kerning first=12472 second=12497 amount=-3 -kerning first=12472 second=12515 amount=-2 -kerning first=12472 second=12517 amount=-3 -kerning first=12472 second=65292 amount=-1 -kerning first=12472 second=65294 amount=-1 -kerning first=12473 second=12504 amount=-3 -kerning first=12473 second=12505 amount=-3 -kerning first=12473 second=12506 amount=-3 -kerning first=12473 second=12510 amount=-1 -kerning first=12475 second=12504 amount=-1 -kerning first=12475 second=12513 amount=-1 -kerning first=12476 second=12494 amount=-1 -kerning first=12477 second=12289 amount=-3 -kerning first=12477 second=12290 amount=-3 -kerning first=12477 second=12494 amount=-1 -kerning first=12477 second=12512 amount=-1 -kerning first=12477 second=65292 amount=-3 -kerning first=12477 second=65294 amount=-2 -kerning first=12478 second=12289 amount=-3 -kerning first=12478 second=12290 amount=-3 -kerning first=12478 second=12494 amount=-1 -kerning first=12478 second=65292 amount=-3 -kerning first=12478 second=65294 amount=-2 -kerning first=12479 second=12289 amount=-1 -kerning first=12479 second=12290 amount=-1 -kerning first=12479 second=12494 amount=-1 -kerning first=12479 second=12513 amount=-1 -kerning first=12479 second=65292 amount=-2 -kerning first=12479 second=65294 amount=-1 -kerning first=12480 second=12289 amount=-2 -kerning first=12480 second=12290 amount=-1 -kerning first=12480 second=12471 amount=1 -kerning first=12480 second=12472 amount=1 -kerning first=12480 second=12494 amount=-1 -kerning first=12480 second=12513 amount=-1 -kerning first=12480 second=65292 amount=-2 -kerning first=12481 second=12289 amount=-3 -kerning first=12481 second=12290 amount=-2 -kerning first=12481 second=12494 amount=-1 -kerning first=12481 second=12512 amount=-1 -kerning first=12481 second=65292 amount=-1 -kerning first=12481 second=65294 amount=-1 -kerning first=12482 second=12289 amount=-2 -kerning first=12482 second=12290 amount=-1 -kerning first=12482 second=12455 amount=-1 -kerning first=12482 second=12494 amount=-1 -kerning first=12482 second=65292 amount=-3 -kerning first=12482 second=65294 amount=-1 -kerning first=12483 second=65292 amount=-2 -kerning first=12484 second=12289 amount=-4 -kerning first=12484 second=12290 amount=-1 -kerning first=12484 second=12512 amount=-1 -kerning first=12484 second=65292 amount=-2 -kerning first=12484 second=65294 amount=-1 -kerning first=12485 second=12289 amount=-1 -kerning first=12485 second=12290 amount=-1 -kerning first=12485 second=12494 amount=-1 -kerning first=12485 second=12512 amount=-1 -kerning first=12485 second=65292 amount=-2 -kerning first=12485 second=65294 amount=-1 -kerning first=12486 second=12289 amount=-1 -kerning first=12486 second=12290 amount=-1 -kerning first=12486 second=12451 amount=-3 -kerning first=12486 second=12494 amount=-1 -kerning first=12486 second=12495 amount=-1 -kerning first=12486 second=12512 amount=-1 -kerning first=12486 second=65292 amount=-2 -kerning first=12486 second=65294 amount=-1 -kerning first=12487 second=12289 amount=-1 -kerning first=12487 second=12290 amount=-1 -kerning first=12487 second=12451 amount=-3 -kerning first=12487 second=12512 amount=-1 -kerning first=12487 second=65292 amount=-2 -kerning first=12487 second=65294 amount=-2 -kerning first=12488 second=12289 amount=-1 -kerning first=12488 second=12290 amount=-1 -kerning first=12488 second=65292 amount=-1 -kerning first=12489 second=12289 amount=-2 -kerning first=12489 second=12290 amount=-1 -kerning first=12489 second=12494 amount=-1 -kerning first=12489 second=65292 amount=-1 -kerning first=12490 second=12289 amount=-2 -kerning first=12490 second=12290 amount=-2 -kerning first=12490 second=12494 amount=-2 -kerning first=12490 second=12512 amount=-1 -kerning first=12490 second=65292 amount=-4 -kerning first=12490 second=65294 amount=-4 -kerning first=12492 second=12289 amount=-1 -kerning first=12492 second=12290 amount=-1 -kerning first=12492 second=12494 amount=-1 -kerning first=12493 second=12467 amount=-1 -kerning first=12493 second=12468 amount=-1 -kerning first=12494 second=12289 amount=-1 -kerning first=12494 second=12290 amount=-1 -kerning first=12494 second=12449 amount=-1 -kerning first=12494 second=12451 amount=-2 -kerning first=12494 second=12453 amount=-1 -kerning first=12494 second=12455 amount=-1 -kerning first=12494 second=12457 amount=-1 -kerning first=12494 second=12479 amount=-1 -kerning first=12494 second=12483 amount=-1 -kerning first=12494 second=12517 amount=-1 -kerning first=12495 second=12452 amount=-1 -kerning first=12495 second=12488 amount=1 -kerning first=12496 second=12488 amount=1 -kerning first=12496 second=12489 amount=1 -kerning first=12496 second=12531 amount=2 -kerning first=12497 second=12488 amount=1 -kerning first=12497 second=12489 amount=1 -kerning first=12497 second=12531 amount=2 -kerning first=12499 second=12451 amount=-1 -kerning first=12501 second=12289 amount=-2 -kerning first=12501 second=12290 amount=-2 -kerning first=12501 second=12451 amount=-1 -kerning first=12501 second=12512 amount=-1 -kerning first=12501 second=12531 amount=1 -kerning first=12501 second=65292 amount=-1 -kerning first=12501 second=65294 amount=-1 -kerning first=12502 second=12289 amount=-1 -kerning first=12502 second=12290 amount=-1 -kerning first=12502 second=12451 amount=-1 -kerning first=12502 second=65292 amount=-2 -kerning first=12502 second=65294 amount=-1 -kerning first=12503 second=12289 amount=-1 -kerning first=12503 second=12290 amount=-1 -kerning first=12503 second=12451 amount=-1 -kerning first=12503 second=12517 amount=-1 -kerning first=12503 second=65292 amount=-2 -kerning first=12503 second=65294 amount=-1 -kerning first=12505 second=12473 amount=1 -kerning first=12505 second=12474 amount=1 -kerning first=12510 second=12289 amount=-2 -kerning first=12510 second=12290 amount=-1 -kerning first=12510 second=12494 amount=-1 -kerning first=12510 second=65292 amount=-2 -kerning first=12510 second=65294 amount=-1 -kerning first=12512 second=12501 amount=-3 -kerning first=12512 second=12502 amount=-3 -kerning first=12512 second=12503 amount=-3 -kerning first=12512 second=12521 amount=-2 -kerning first=12513 second=65292 amount=-1 -kerning first=12515 second=12289 amount=-1 -kerning first=12515 second=12290 amount=-1 -kerning first=12516 second=12289 amount=-4 -kerning first=12516 second=12290 amount=-4 -kerning first=12516 second=12452 amount=-1 -kerning first=12516 second=12494 amount=-4 -kerning first=12516 second=12495 amount=-1 -kerning first=12516 second=12496 amount=-1 -kerning first=12516 second=12497 amount=-1 -kerning first=12516 second=12512 amount=-1 -kerning first=12516 second=12513 amount=-1 -kerning first=12516 second=65292 amount=-3 -kerning first=12516 second=65294 amount=-2 -kerning first=12517 second=12289 amount=-1 -kerning first=12517 second=12450 amount=-1 -kerning first=12517 second=12524 amount=-1 -kerning first=12520 second=12405 amount=-1 -kerning first=12520 second=12406 amount=-1 -kerning first=12520 second=12407 amount=-1 -kerning first=12521 second=12289 amount=-1 -kerning first=12521 second=12290 amount=-1 -kerning first=12521 second=12471 amount=-1 -kerning first=12521 second=12472 amount=-1 -kerning first=12521 second=12473 amount=-1 -kerning first=12521 second=12474 amount=-1 -kerning first=12521 second=12494 amount=-1 -kerning first=12521 second=12512 amount=-1 -kerning first=12521 second=12513 amount=-1 -kerning first=12521 second=65292 amount=-2 -kerning first=12521 second=65294 amount=-1 -kerning first=12522 second=12289 amount=-3 -kerning first=12522 second=12290 amount=-2 -kerning first=12522 second=65292 amount=-1 -kerning first=12522 second=65294 amount=-2 -kerning first=12523 second=12459 amount=-1 -kerning first=12523 second=12460 amount=-1 -kerning first=12523 second=12467 amount=-1 -kerning first=12523 second=12468 amount=-1 -kerning first=12523 second=12512 amount=-1 -kerning first=12523 second=12531 amount=-1 -kerning first=12524 second=12512 amount=-1 -kerning first=12527 second=12289 amount=-3 -kerning first=12527 second=12290 amount=-3 -kerning first=12527 second=12451 amount=-1 -kerning first=12527 second=12494 amount=-2 -kerning first=12527 second=12496 amount=-1 -kerning first=12527 second=12497 amount=-1 -kerning first=12527 second=65292 amount=-2 -kerning first=12528 second=12494 amount=-2 -kerning first=12530 second=12289 amount=-4 -kerning first=12530 second=12290 amount=-3 -kerning first=12530 second=65292 amount=-2 -kerning first=12530 second=65294 amount=-2 -kerning first=12531 second=12289 amount=-3 -kerning first=12531 second=12290 amount=-3 -kerning first=12531 second=12473 amount=-1 -kerning first=12531 second=12474 amount=-1 -kerning first=12531 second=12493 amount=-1 -kerning first=12531 second=12494 amount=-2 -kerning first=12531 second=12501 amount=-1 -kerning first=12531 second=12502 amount=-1 -kerning first=12531 second=12503 amount=-1 -kerning first=12531 second=12512 amount=-1 -kerning first=12531 second=12513 amount=-1 -kerning first=12531 second=65292 amount=-2 -kerning first=12531 second=65294 amount=-2 -kerning first=12532 second=12289 amount=-2 -kerning first=12532 second=12290 amount=-2 -kerning first=12535 second=12289 amount=-1 -kerning first=12535 second=12290 amount=-1 -kerning first=12538 second=12289 amount=-1 -kerning first=12538 second=12406 amount=-1 -kerning first=12540 second=12390 amount=-3 -kerning first=12540 second=12391 amount=-3 -kerning first=12540 second=12405 amount=-2 -kerning first=12540 second=12406 amount=-2 -kerning first=12540 second=12407 amount=-2 -kerning first=12540 second=12450 amount=-2 -kerning first=12540 second=12451 amount=-2 -kerning first=12540 second=12469 amount=-1 -kerning first=12540 second=12470 amount=-1 -kerning first=12540 second=12471 amount=-1 -kerning first=12540 second=12472 amount=-1 -kerning first=12540 second=12473 amount=-2 -kerning first=12540 second=12474 amount=-2 -kerning first=12540 second=12484 amount=-1 -kerning first=12540 second=12485 amount=-1 -kerning first=12540 second=12494 amount=-3 -kerning first=12540 second=12495 amount=-1 -kerning first=12540 second=12501 amount=-3 -kerning first=12540 second=12502 amount=-3 -kerning first=12540 second=12503 amount=-3 -kerning first=12540 second=12512 amount=-1 -kerning first=12540 second=12513 amount=-2 -kerning first=12540 second=12531 amount=-2 diff --git a/resources/BitmapFonts/font_japanese-uhd.png b/resources/BitmapFonts/font_japanese-uhd.png deleted file mode 100644 index 9e26b12a..00000000 Binary files a/resources/BitmapFonts/font_japanese-uhd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_japanese.fnt b/resources/BitmapFonts/font_japanese.fnt deleted file mode 100644 index 3145ed46..00000000 --- a/resources/BitmapFonts/font_japanese.fnt +++ /dev/null @@ -1,13461 +0,0 @@ -info face="Noto Sans JP" size=16 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=16 base=13 scaleW=1536 scaleH=1536 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_japanese.png" -chars count=13224 -char id=12288 x=327 y=1158 width=3 height=1 xoffset=-1 yoffset=15 xadvance=11 page=0 chnl=15 -char id=12289 x=165 y=1158 width=4 height=4 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=12290 x=160 y=1158 width=4 height=4 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=12291 x=1364 y=1147 width=7 height=6 xoffset=2 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12292 x=242 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12293 x=1183 y=1137 width=9 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12294 x=1517 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12295 x=278 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12296 x=275 y=444 width=5 height=11 xoffset=6 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12297 x=239 y=444 width=5 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12298 x=197 y=444 width=6 height=11 xoffset=5 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12299 x=204 y=444 width=6 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12300 x=799 y=1148 width=5 height=8 xoffset=6 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12301 x=1001 y=1147 width=5 height=7 xoffset=0 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12302 x=727 y=1148 width=5 height=8 xoffset=6 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12303 x=733 y=1148 width=5 height=8 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12304 x=305 y=444 width=4 height=11 xoffset=7 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12305 x=310 y=444 width=4 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12306 x=275 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12307 x=240 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12308 x=315 y=444 width=4 height=11 xoffset=7 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12309 x=350 y=444 width=4 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12310 x=263 y=444 width=5 height=11 xoffset=6 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12311 x=269 y=444 width=5 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12312 x=287 y=444 width=5 height=11 xoffset=6 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12313 x=281 y=444 width=5 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12314 x=325 y=444 width=4 height=11 xoffset=7 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12315 x=320 y=444 width=4 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12316 x=42 y=1163 width=11 height=4 xoffset=0 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12317 x=18 y=1163 width=4 height=5 xoffset=7 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12318 x=23 y=1163 width=4 height=5 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12319 x=13 y=1163 width=4 height=5 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=12320 x=1503 y=1137 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12321 x=825 y=1137 width=3 height=10 xoffset=4 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12322 x=757 y=1137 width=5 height=10 xoffset=3 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12323 x=406 y=1137 width=8 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12324 x=1243 y=1137 width=9 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12325 x=551 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12326 x=66 y=1158 width=11 height=4 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12327 x=0 y=1154 width=11 height=8 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12328 x=1047 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12329 x=276 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12330 x=294 y=1158 width=3 height=2 xoffset=-11 yoffset=14 xadvance=0 page=0 chnl=15 -char id=12331 x=226 y=1158 width=3 height=3 xoffset=-11 yoffset=1 xadvance=0 page=0 chnl=15 -char id=12332 x=222 y=1158 width=3 height=3 xoffset=-2 yoffset=1 xadvance=0 page=0 chnl=15 -char id=12333 x=290 y=1158 width=3 height=2 xoffset=-2 yoffset=14 xadvance=0 page=0 chnl=15 -char id=12334 x=298 y=1158 width=3 height=2 xoffset=0 yoffset=8 xadvance=3 page=0 chnl=15 -char id=12335 x=182 y=1158 width=3 height=4 xoffset=0 yoffset=7 xadvance=3 page=0 chnl=15 -char id=12336 x=28 y=1163 width=13 height=4 xoffset=-1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12337 x=10 y=0 width=7 height=16 xoffset=1 yoffset=0 xadvance=11 page=0 chnl=15 -char id=12338 x=0 y=0 width=9 height=16 xoffset=1 yoffset=0 xadvance=11 page=0 chnl=15 -char id=12339 x=158 y=444 width=7 height=11 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12340 x=110 y=444 width=9 height=11 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12341 x=166 y=444 width=7 height=11 xoffset=2 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12342 x=818 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12343 x=288 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12344 x=300 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12345 x=360 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12346 x=384 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12347 x=439 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12348 x=867 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12349 x=202 y=1149 width=10 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12350 x=914 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12351 x=463 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12353 x=1223 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12354 x=396 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12355 x=889 y=1147 width=9 height=7 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12356 x=191 y=1149 width=10 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12357 x=642 y=1148 width=7 height=8 xoffset=2 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12358 x=1487 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12359 x=510 y=1148 width=8 height=8 xoffset=2 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12360 x=1001 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12361 x=325 y=1149 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12362 x=516 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12363 x=540 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12364 x=1070 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12365 x=340 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12366 x=924 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12367 x=708 y=1137 width=6 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12368 x=310 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12369 x=891 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12370 x=552 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12371 x=1103 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12372 x=803 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12373 x=260 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12374 x=33 y=445 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12375 x=397 y=1137 width=8 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12376 x=370 y=1138 width=8 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12377 x=564 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12378 x=576 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12379 x=588 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12380 x=600 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12381 x=220 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12382 x=612 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12383 x=648 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12384 x=756 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12385 x=1254 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12386 x=1334 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12387 x=869 y=1147 width=9 height=7 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12388 x=84 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12389 x=1011 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12390 x=1092 y=1137 width=10 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12391 x=951 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12392 x=379 y=1137 width=8 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12393 x=1320 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12394 x=804 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12395 x=1309 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12396 x=840 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12397 x=864 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12398 x=963 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12399 x=1298 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12400 x=1008 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12401 x=1514 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12402 x=987 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12403 x=1092 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12404 x=469 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12405 x=1164 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12406 x=1284 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12407 x=1332 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12408 x=833 y=1147 width=11 height=7 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12409 x=24 y=1154 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12410 x=60 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12411 x=1100 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12412 x=1440 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12413 x=77 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12414 x=280 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12415 x=1524 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12416 x=24 y=637 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12417 x=48 y=633 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12418 x=1078 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12419 x=425 y=1148 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12420 x=60 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12421 x=365 y=1149 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12422 x=660 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12423 x=519 y=1148 width=8 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12424 x=350 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12425 x=170 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12426 x=559 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12427 x=150 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12428 x=156 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12429 x=1133 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12430 x=235 y=1149 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12431 x=192 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12432 x=420 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12433 x=492 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12434 x=1056 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12435 x=672 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12436 x=1034 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12437 x=213 y=1149 width=10 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12438 x=455 y=1148 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12441 x=36 y=1139 width=3 height=3 xoffset=-3 yoffset=3 xadvance=0 page=0 chnl=15 -char id=12442 x=213 y=1158 width=4 height=3 xoffset=-3 yoffset=3 xadvance=0 page=0 chnl=15 -char id=12443 x=203 y=1158 width=4 height=3 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12444 x=198 y=1158 width=4 height=3 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12445 x=1411 y=1147 width=6 height=6 xoffset=3 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12446 x=546 y=1148 width=7 height=8 xoffset=3 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12447 x=1012 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12448 x=24 y=445 width=7 height=3 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12449 x=899 y=1147 width=9 height=7 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12450 x=1070 y=1137 width=10 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12451 x=528 y=1148 width=8 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12452 x=990 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12453 x=445 y=1148 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12454 x=250 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12455 x=1129 y=1147 width=9 height=6 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12456 x=120 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12457 x=345 y=1149 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12458 x=696 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12459 x=210 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12460 x=708 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12461 x=770 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12462 x=684 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12463 x=200 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12464 x=792 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12465 x=876 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12466 x=888 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12467 x=355 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12468 x=1488 y=432 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12469 x=972 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12470 x=1224 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12471 x=190 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12472 x=693 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12473 x=224 y=1149 width=10 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12474 x=828 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12475 x=671 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12476 x=1236 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12477 x=375 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12478 x=55 y=444 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12479 x=1375 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12480 x=900 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12481 x=1260 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12482 x=1428 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12483 x=385 y=1148 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12484 x=939 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12485 x=960 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12486 x=927 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12487 x=984 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12488 x=487 y=1137 width=7 height=10 xoffset=3 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12489 x=471 y=1137 width=7 height=10 xoffset=3 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12490 x=1452 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12491 x=132 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12492 x=1233 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12493 x=1464 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12494 x=537 y=1148 width=8 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12495 x=156 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12496 x=891 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12497 x=843 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12498 x=1281 y=1137 width=8 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12499 x=1144 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12500 x=1122 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12501 x=285 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12502 x=66 y=444 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12503 x=1524 y=631 width=11 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12504 x=809 y=1148 width=11 height=7 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12505 x=48 y=1150 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12506 x=36 y=1154 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12507 x=72 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12508 x=144 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12509 x=1248 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12510 x=1035 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12511 x=1263 y=1137 width=8 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12512 x=180 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12513 x=20 y=1143 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12514 x=1081 y=1137 width=10 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12515 x=265 y=1149 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12516 x=192 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12517 x=1149 y=1147 width=9 height=6 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12518 x=12 y=1154 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12519 x=960 y=1147 width=7 height=7 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12520 x=1173 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12521 x=1507 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12522 x=423 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12523 x=831 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12524 x=1290 y=1137 width=8 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12525 x=295 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12526 x=879 y=1147 width=9 height=7 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12527 x=1123 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12528 x=240 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12529 x=144 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12530 x=1113 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12531 x=180 y=1149 width=10 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12532 x=77 y=444 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12533 x=255 y=1149 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12534 x=245 y=1149 width=9 height=8 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12535 x=24 y=25 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12536 x=264 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=12537 x=300 y=643 width=11 height=10 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12538 x=88 y=444 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=12539 x=218 y=1158 width=3 height=3 xoffset=4 yoffset=7 xadvance=11 page=0 chnl=15 -char id=12540 x=264 y=1158 width=11 height=2 xoffset=0 yoffset=8 xadvance=11 page=0 chnl=15 -char id=12541 x=1418 y=1147 width=6 height=6 xoffset=3 yoffset=6 xadvance=11 page=0 chnl=15 -char id=12542 x=918 y=1147 width=8 height=7 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=12543 x=447 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19968 x=252 y=1158 width=11 height=2 xoffset=0 yoffset=8 xadvance=11 page=0 chnl=15 -char id=19969 x=408 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19970 x=420 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19971 x=456 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19972 x=516 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19973 x=624 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19975 x=768 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19976 x=792 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19977 x=903 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19978 x=804 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19979 x=864 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19980 x=888 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19981 x=1008 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19982 x=288 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=19983 x=1044 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19984 x=1104 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19985 x=1356 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19986 x=1392 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19988 x=1404 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19989 x=1440 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19990 x=1488 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19991 x=1524 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19992 x=72 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19993 x=96 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19998 x=240 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=19999 x=252 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20001 x=276 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20003 x=348 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20004 x=396 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20006 x=456 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20008 x=1532 y=432 width=3 height=10 xoffset=4 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20009 x=225 y=444 width=6 height=11 xoffset=2 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20010 x=516 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20011 x=1417 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20012 x=293 y=444 width=5 height=11 xoffset=2 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20013 x=564 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20014 x=1260 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20015 x=50 y=1139 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20016 x=1272 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20017 x=1308 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20018 x=1404 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20021 x=96 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20022 x=0 y=1163 width=6 height=5 xoffset=2 yoffset=6 xadvance=11 page=0 chnl=15 -char id=20023 x=124 y=1158 width=9 height=4 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=20024 x=443 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20025 x=108 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20027 x=120 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20028 x=696 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20031 x=745 y=1137 width=5 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20032 x=1067 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20033 x=320 y=1138 width=9 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20034 x=132 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20035 x=144 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20036 x=1243 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20037 x=156 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20039 x=180 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20040 x=192 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20043 x=204 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20045 x=828 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20046 x=216 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20047 x=228 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20049 x=240 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20053 x=252 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20054 x=264 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20055 x=276 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20056 x=300 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20057 x=312 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20058 x=90 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20059 x=102 y=1158 width=11 height=4 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20060 x=324 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20061 x=972 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20062 x=336 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20063 x=996 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20066 x=348 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20067 x=1020 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20072 x=360 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20073 x=1044 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20081 x=372 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20083 x=384 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20084 x=1080 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20085 x=1092 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20089 x=1104 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20094 x=1116 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20095 x=1128 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20096 x=1140 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20098 x=1152 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20101 x=721 y=1137 width=5 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20102 x=748 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20104 x=396 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20105 x=1200 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20106 x=408 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20107 x=420 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20108 x=1515 y=1137 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=20109 x=432 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20110 x=444 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20113 x=456 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20114 x=468 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20116 x=492 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20117 x=504 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20118 x=516 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20119 x=540 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20120 x=552 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20121 x=564 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20123 x=576 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20124 x=600 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20125 x=612 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20126 x=624 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20127 x=636 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20128 x=186 y=1158 width=11 height=3 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=20129 x=648 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20130 x=660 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20132 x=672 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20133 x=684 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20134 x=696 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20136 x=708 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20139 x=720 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20140 x=732 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20141 x=744 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20142 x=756 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20143 x=768 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20144 x=780 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20147 x=792 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20150 x=804 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20153 x=816 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20154 x=828 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20155 x=701 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20156 x=840 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20160 x=120 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20161 x=852 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20162 x=864 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20163 x=876 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20164 x=900 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20166 x=912 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20167 x=192 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20168 x=924 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20170 x=216 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20171 x=228 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20173 x=936 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20174 x=948 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20175 x=972 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20176 x=984 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20180 x=996 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20181 x=1008 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20182 x=300 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20183 x=312 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20184 x=324 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20185 x=1020 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20186 x=1044 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20187 x=1056 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20189 x=372 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20190 x=1068 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20191 x=1080 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20192 x=1104 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20193 x=1128 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20194 x=1140 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20195 x=1152 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20196 x=444 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20197 x=1164 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20200 x=1176 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20203 x=1188 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20205 x=1212 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20206 x=1224 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20207 x=1236 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20208 x=1248 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20209 x=540 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20210 x=552 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20211 x=1260 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20213 x=1284 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20214 x=588 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20215 x=1296 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20219 x=1320 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20220 x=1332 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20221 x=1344 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20222 x=1356 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20223 x=660 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20224 x=1368 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20225 x=684 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20226 x=696 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20227 x=1380 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20232 x=1404 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20233 x=732 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20234 x=1416 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20235 x=1428 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20236 x=1440 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20237 x=1464 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20238 x=792 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20239 x=804 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20240 x=816 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20241 x=1476 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20242 x=1488 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20245 x=852 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20246 x=1500 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20247 x=876 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20249 x=888 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20250 x=900 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20252 x=912 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20253 x=1512 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20267 x=1524 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20270 x=948 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20271 x=1499 y=432 width=10 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20272 x=972 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20273 x=984 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20275 x=996 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20276 x=1008 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20277 x=24 y=681 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20278 x=1032 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20279 x=1044 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20280 x=1056 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20281 x=36 y=677 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20282 x=48 y=677 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20283 x=60 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20284 x=72 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20285 x=84 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20286 x=96 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20288 x=108 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20290 x=120 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20291 x=132 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20294 x=144 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20295 x=156 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20296 x=168 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20297 x=1212 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20299 x=180 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20300 x=1236 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20301 x=1248 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20302 x=192 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20303 x=204 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20304 x=216 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20305 x=1296 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20306 x=1308 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20307 x=1320 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20308 x=1332 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20309 x=228 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20310 x=240 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20311 x=1368 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20312 x=252 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20313 x=264 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20314 x=276 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20315 x=288 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20316 x=300 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20317 x=312 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20318 x=324 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20319 x=336 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20320 x=348 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20323 x=360 y=676 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20324 x=391 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20329 x=372 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20330 x=384 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20332 x=0 y=53 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20334 x=12 y=53 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20335 x=408 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20336 x=420 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20337 x=48 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20339 x=60 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20341 x=432 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20342 x=84 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20343 x=468 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20344 x=480 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20345 x=492 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20346 x=504 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20347 x=144 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20348 x=156 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20349 x=516 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20350 x=540 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20351 x=552 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20353 x=204 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20354 x=216 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20355 x=564 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20356 x=588 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20357 x=252 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20358 x=600 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20360 x=636 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20361 x=648 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20362 x=300 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20363 x=660 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20364 x=324 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20365 x=336 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20366 x=348 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20367 x=360 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20368 x=372 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20369 x=672 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20370 x=396 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20371 x=684 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20372 x=696 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20374 x=432 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20375 x=708 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20376 x=456 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20377 x=468 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20378 x=720 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20379 x=744 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20381 x=504 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20382 x=516 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20383 x=528 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20384 x=540 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20385 x=756 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20395 x=564 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20397 x=768 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20398 x=780 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20399 x=792 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20402 x=816 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20405 x=828 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20406 x=840 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20407 x=852 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20409 x=864 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20411 x=876 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20412 x=684 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20413 x=888 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20414 x=900 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20415 x=912 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20416 x=924 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20417 x=936 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20418 x=948 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20419 x=960 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20420 x=972 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20421 x=792 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20422 x=804 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20424 x=816 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20425 x=984 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20426 x=996 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20427 x=1008 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20428 x=864 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20429 x=876 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20430 x=1020 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20431 x=900 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20432 x=1032 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20433 x=1044 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20434 x=936 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20435 x=1056 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20436 x=1068 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20439 x=1080 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20440 x=1092 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20442 x=1104 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20443 x=1128 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20444 x=1140 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20445 x=1152 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20447 x=1164 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20448 x=1056 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20449 x=1176 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20450 x=1188 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20451 x=1224 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20452 x=1236 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20453 x=1116 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20454 x=1248 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20462 x=1272 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20463 x=1152 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20464 x=1284 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20465 x=1296 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20466 x=1188 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20467 x=1200 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20469 x=1212 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20470 x=1224 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20472 x=1308 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20474 x=1320 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20476 x=1332 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20477 x=1344 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20478 x=1284 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20479 x=1356 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20480 x=1368 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20481 x=1380 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20482 x=1392 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20484 x=1404 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20485 x=1356 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20486 x=1416 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20487 x=1380 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20489 x=1392 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20490 x=1428 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20491 x=1440 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20492 x=1428 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20493 x=1440 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20494 x=1452 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20495 x=1464 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20496 x=1476 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20497 x=1488 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20498 x=1500 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20499 x=1512 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20500 x=1512 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20502 x=0 y=65 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20503 x=1524 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20504 x=24 y=61 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20505 x=0 y=692 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20506 x=48 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20507 x=60 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20508 x=12 y=692 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20509 x=84 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20510 x=96 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20511 x=108 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20513 x=24 y=692 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20514 x=132 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20515 x=144 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20516 x=48 y=688 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20517 x=168 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20518 x=180 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20519 x=192 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20520 x=60 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20521 x=216 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20522 x=108 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20523 x=120 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20524 x=252 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20525 x=132 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20526 x=168 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20528 x=288 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20530 x=300 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20531 x=192 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20533 x=324 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20534 x=216 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20537 x=348 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20539 x=264 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20544 x=372 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20545 x=276 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20546 x=288 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20547 x=336 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20549 x=408 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20550 x=432 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20551 x=516 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20552 x=552 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20553 x=588 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20554 x=636 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20556 x=648 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20558 x=720 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20559 x=756 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20560 x=528 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20561 x=638 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20562 x=828 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20563 x=840 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20565 x=852 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20566 x=588 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20567 x=600 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20569 x=612 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20570 x=624 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20572 x=636 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20575 x=648 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20576 x=864 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20578 x=876 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20579 x=684 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20581 x=912 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20582 x=924 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20583 x=960 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20586 x=996 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20588 x=1020 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20589 x=1044 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20592 x=1056 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20593 x=1092 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20594 x=1116 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20596 x=1188 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20597 x=816 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20598 x=1248 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20599 x=840 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20600 x=1284 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20605 x=864 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20608 x=876 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20609 x=888 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20611 x=900 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20612 x=1356 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20613 x=924 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20614 x=1476 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20616 x=1500 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20618 x=12 y=703 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20621 x=972 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20622 x=48 y=699 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20623 x=996 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20624 x=1008 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20625 x=108 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20626 x=120 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20627 x=156 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20628 x=192 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20629 x=264 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20630 x=1080 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20632 x=1092 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20633 x=276 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20634 x=1116 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20635 x=1128 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20636 x=1140 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20638 x=444 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20639 x=456 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20640 x=480 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20641 x=516 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20642 x=1200 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20643 x=1212 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20650 x=1224 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20652 x=1236 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20653 x=1248 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20655 x=1260 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20656 x=1272 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20657 x=1284 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20658 x=1296 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20659 x=1308 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20660 x=528 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20661 x=1332 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20663 x=576 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20665 x=1356 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20666 x=600 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20667 x=1380 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20669 x=1392 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20670 x=624 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20672 x=636 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20674 x=720 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20675 x=996 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20676 x=1020 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20677 x=1032 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20679 x=1068 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20681 x=1488 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20682 x=1128 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20684 x=1512 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20685 x=1224 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20686 x=1260 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20687 x=1308 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20688 x=1332 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20689 x=1440 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20691 x=48 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20692 x=1488 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20693 x=72 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20694 x=84 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20696 x=96 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20697 x=1512 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20698 x=36 y=710 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20700 x=96 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20701 x=192 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20702 x=228 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20703 x=372 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20705 x=180 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20706 x=384 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20707 x=204 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20708 x=432 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20709 x=228 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20710 x=240 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20711 x=480 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20712 x=576 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20713 x=672 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20717 x=792 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20718 x=300 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20719 x=312 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20720 x=324 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20721 x=828 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20722 x=840 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20723 x=852 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20724 x=876 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20725 x=924 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20726 x=936 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20729 x=1056 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20730 x=1176 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20731 x=1200 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20734 x=1260 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20736 x=1320 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20737 x=1368 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20738 x=1380 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20739 x=1404 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20740 x=504 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20742 x=516 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20743 x=1452 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20744 x=540 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20745 x=552 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20747 x=1476 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20748 x=576 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20749 x=12 y=725 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20750 x=600 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20752 x=612 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20754 x=24 y=725 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20756 x=636 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20757 x=648 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20758 x=84 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20759 x=120 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20760 x=132 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20761 x=696 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20762 x=708 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20763 x=720 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20764 x=732 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20765 x=144 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20766 x=156 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20767 x=768 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20769 x=168 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20771 x=180 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20775 x=804 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20776 x=192 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20778 x=216 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20780 x=228 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20781 x=852 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20783 x=240 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20785 x=300 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20786 x=888 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20787 x=900 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20788 x=912 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20789 x=312 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20791 x=792 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20792 x=816 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20793 x=852 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20794 x=972 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20795 x=1032 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20796 x=1068 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20799 x=1140 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20800 x=1260 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20801 x=1284 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20802 x=1404 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20803 x=1416 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20804 x=1500 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20805 x=12 y=736 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20806 x=1092 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20807 x=96 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20808 x=108 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20809 x=120 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20810 x=132 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20811 x=144 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20812 x=168 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20813 x=1176 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20814 x=180 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20815 x=192 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20816 x=252 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20818 x=288 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20819 x=300 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20820 x=1248 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20821 x=312 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20823 x=336 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20824 x=348 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20826 x=360 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20828 x=372 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20831 x=1320 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20832 x=408 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20834 x=1344 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20836 x=444 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20837 x=564 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20838 x=600 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20839 x=660 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20840 x=1404 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20841 x=780 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20842 x=900 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20843 x=912 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20844 x=972 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20845 x=1128 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20846 x=1140 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20849 x=1176 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20851 x=110 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20852 x=1356 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20853 x=1512 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20854 x=0 y=89 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20855 x=36 y=743 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20856 x=24 y=85 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20857 x=72 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20859 x=168 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20860 x=204 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20862 x=228 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20864 x=240 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20866 x=252 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20867 x=288 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20868 x=324 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20869 x=420 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20870 x=432 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20873 x=480 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20874 x=492 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20875 x=552 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20876 x=564 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20877 x=636 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20878 x=804 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20879 x=876 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20880 x=1497 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20881 x=1447 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20882 x=10 y=1143 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20883 x=276 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20885 x=900 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20886 x=90 y=1158 width=11 height=4 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=20887 x=912 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20888 x=948 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20889 x=960 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20893 x=984 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20896 x=1008 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20897 x=1104 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20898 x=1116 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20899 x=1188 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20900 x=1308 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20901 x=1356 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20902 x=1392 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20904 x=1428 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20905 x=1512 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20906 x=0 y=758 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20907 x=739 y=1137 width=5 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20908 x=24 y=758 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20909 x=504 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20912 x=516 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20913 x=36 y=754 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20914 x=540 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20915 x=144 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20916 x=168 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20917 x=180 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20918 x=192 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20919 x=204 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20920 x=612 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20922 x=240 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20924 x=636 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20925 x=252 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20926 x=288 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20927 x=300 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20930 x=684 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20931 x=696 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20932 x=312 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20933 x=348 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20934 x=372 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20936 x=432 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20937 x=756 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20938 x=768 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20939 x=468 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20940 x=792 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20941 x=804 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20943 x=816 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20945 x=516 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20946 x=540 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20947 x=564 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20948 x=864 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20949 x=636 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20950 x=888 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20952 x=900 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20955 x=912 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20956 x=924 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20957 x=648 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20958 x=672 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20959 x=960 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20960 x=696 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20961 x=720 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20962 x=768 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20965 x=792 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20966 x=852 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20967 x=972 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20969 x=984 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20970 x=1020 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20972 x=1056 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20973 x=1068 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20974 x=1080 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20976 x=1116 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20977 x=1140 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20978 x=1152 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20979 x=1176 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20980 x=1188 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20981 x=120 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20982 x=1200 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20983 x=1212 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20984 x=1224 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20985 x=1236 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20986 x=1260 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20989 x=1284 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20990 x=1296 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20992 x=879 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=20993 x=160 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20994 x=257 y=444 width=5 height=11 xoffset=5 yoffset=3 xadvance=11 page=0 chnl=15 -char id=20995 x=1059 y=1137 width=10 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=20996 x=1320 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20997 x=855 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=20998 x=1356 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=20999 x=1368 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21000 x=1392 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21002 x=1404 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21003 x=1416 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21006 x=1440 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21009 x=1452 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21010 x=1476 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21011 x=1488 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21012 x=1500 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21013 x=1512 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21014 x=1524 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21015 x=0 y=769 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21016 x=1464 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21021 x=12 y=769 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21026 x=24 y=769 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21028 x=1500 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21029 x=36 y=765 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21030 x=48 y=765 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21031 x=96 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21032 x=108 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21033 x=120 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21034 x=144 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21035 x=156 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21038 x=168 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21040 x=180 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21041 x=228 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21042 x=84 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21043 x=240 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21045 x=288 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21046 x=120 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21047 x=300 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21048 x=312 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21049 x=324 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21050 x=348 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21051 x=360 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21052 x=372 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21059 x=432 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21060 x=492 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21061 x=612 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21063 x=660 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21065 x=672 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21066 x=264 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21067 x=276 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21068 x=708 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21069 x=792 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21071 x=312 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21076 x=828 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21077 x=336 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21078 x=900 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21079 x=936 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21080 x=372 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21082 x=972 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21083 x=1068 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21084 x=1104 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21085 x=1128 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21086 x=1140 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21087 x=1152 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21088 x=456 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21089 x=468 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21091 x=480 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21092 x=1176 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21093 x=1236 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21094 x=1356 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21097 x=528 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21098 x=540 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21100 x=552 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21102 x=1488 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21103 x=0 y=780 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21104 x=72 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21105 x=600 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21106 x=120 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21107 x=624 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21108 x=144 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21109 x=648 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21111 x=228 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21112 x=300 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21113 x=372 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21117 x=456 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21119 x=708 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21120 x=672 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21122 x=732 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21123 x=780 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21124 x=756 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21125 x=816 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21127 x=780 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21128 x=876 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21129 x=936 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21130 x=816 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21132 x=996 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21133 x=840 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21137 x=852 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21138 x=864 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21139 x=876 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21140 x=888 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21141 x=1176 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21142 x=1284 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21143 x=1296 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21144 x=936 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21146 x=1320 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21147 x=960 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21148 x=1356 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21151 x=1368 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21152 x=1476 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21155 x=0 y=791 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21156 x=96 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21157 x=1032 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21158 x=156 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21159 x=252 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21161 x=348 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21162 x=1080 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21163 x=1092 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21164 x=1104 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21165 x=408 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21167 x=648 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21168 x=1140 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21169 x=660 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21172 x=672 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21173 x=1176 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21174 x=1188 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21175 x=1200 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21176 x=1212 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21177 x=1224 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21178 x=696 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21179 x=720 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21180 x=780 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21181 x=804 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21182 x=1284 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21184 x=1296 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21185 x=900 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21187 x=1320 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21188 x=1332 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21189 x=936 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21190 x=1356 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21191 x=715 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21192 x=984 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21193 x=1392 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21194 x=1404 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21196 x=1416 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21197 x=1020 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21199 x=1440 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21200 x=1452 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21201 x=1464 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21202 x=1044 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21204 x=1092 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21205 x=1128 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21206 x=1164 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21207 x=1236 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21208 x=0 y=113 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21209 x=1272 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21211 x=1404 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21212 x=36 y=109 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21213 x=48 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21214 x=60 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21215 x=1416 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21216 x=24 y=802 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21217 x=60 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21218 x=108 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21219 x=120 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21220 x=132 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21221 x=96 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21222 x=156 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21223 x=168 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21224 x=180 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21225 x=192 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21226 x=156 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21228 x=276 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21232 x=300 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21233 x=240 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21234 x=348 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21235 x=264 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21236 x=276 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21237 x=360 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21238 x=468 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21239 x=552 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21240 x=324 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21241 x=588 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21242 x=660 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21243 x=672 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21246 x=780 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21247 x=792 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21248 x=900 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21249 x=924 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21250 x=948 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21251 x=984 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21253 x=1032 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21254 x=1044 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21255 x=1116 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21256 x=1140 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21258 x=1212 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21259 x=1236 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21260 x=1272 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21261 x=1296 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21263 x=540 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21264 x=1356 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21265 x=1416 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21267 x=1476 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21269 x=979 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21270 x=1512 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21271 x=60 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21272 x=108 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21273 x=120 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21274 x=132 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21275 x=156 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21276 x=204 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21277 x=216 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21278 x=312 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21279 x=336 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21280 x=360 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21281 x=372 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21283 x=408 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21284 x=444 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21285 x=504 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21287 x=516 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21288 x=540 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21289 x=552 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21290 x=768 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21291 x=780 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21292 x=876 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21293 x=900 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21295 x=984 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21296 x=1032 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21297 x=1056 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21298 x=1104 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21299 x=1164 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21301 x=1188 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21304 x=915 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=21305 x=1224 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21306 x=1236 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21307 x=1248 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21308 x=1308 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21309 x=1428 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21310 x=1464 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21311 x=1512 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21312 x=24 y=824 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21313 x=36 y=820 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21314 x=72 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21315 x=96 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21317 x=120 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21318 x=1092 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21319 x=144 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21320 x=1116 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21321 x=204 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21322 x=468 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21323 x=492 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21324 x=516 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21325 x=552 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21329 x=1188 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21330 x=576 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21331 x=612 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21332 x=1224 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21335 x=768 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21336 x=804 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21337 x=1260 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21338 x=1272 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21339 x=840 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21340 x=388 y=1137 width=8 height=10 xoffset=3 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21342 x=924 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21344 x=1510 y=432 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21345 x=1320 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21347 x=960 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21348 x=972 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21349 x=1128 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21350 x=1236 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21351 x=1272 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21353 x=431 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21356 x=1284 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21357 x=1332 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21358 x=1356 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21359 x=1404 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21360 x=1428 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21361 x=1464 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21362 x=1440 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21363 x=120 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21364 x=1500 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21365 x=168 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21367 x=1524 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21368 x=216 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21369 x=12 y=125 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21370 x=264 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21371 x=396 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21373 x=48 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21374 x=504 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21375 x=612 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21378 x=708 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21379 x=96 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21380 x=720 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21383 x=732 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21384 x=792 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21385 x=864 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21390 x=888 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21395 x=948 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21396 x=1008 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21398 x=1032 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21400 x=1068 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21401 x=1104 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21402 x=1140 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21405 x=1488 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21407 x=1524 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21408 x=60 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21409 x=72 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21412 x=96 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21413 x=108 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21414 x=144 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21416 x=156 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21417 x=168 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21418 x=276 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21419 x=372 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21421 x=444 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21422 x=456 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21423 x=576 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21424 x=624 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21426 x=696 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21427 x=732 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21428 x=840 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21429 x=900 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21430 x=912 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21431 x=948 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21432 x=960 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21434 x=972 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21435 x=984 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21437 x=1212 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21440 x=1224 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21441 x=1236 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21442 x=1248 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21443 x=576 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21444 x=588 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21445 x=600 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21448 x=1332 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21449 x=1356 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21450 x=1368 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21451 x=648 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21452 x=1404 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21453 x=1428 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21454 x=1500 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21455 x=48 y=853 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21458 x=168 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21459 x=192 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21460 x=732 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21461 x=216 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21462 x=300 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21463 x=768 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21465 x=780 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21466 x=312 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21467 x=804 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21469 x=336 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21470 x=372 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21471 x=432 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21472 x=456 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21473 x=468 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21474 x=480 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21475 x=1163 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=21476 x=492 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21477 x=504 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21478 x=1111 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21479 x=902 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21480 x=540 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21481 x=552 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21482 x=576 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21483 x=588 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21484 x=1287 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21485 x=600 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21486 x=612 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21487 x=648 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21488 x=660 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21489 x=672 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21490 x=696 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21491 x=1080 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21492 x=1092 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21493 x=1276 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21494 x=708 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21495 x=768 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21496 x=780 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21498 x=828 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21505 x=840 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21506 x=1265 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21507 x=876 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21508 x=1200 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21512 x=888 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21513 x=900 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21514 x=1188 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21515 x=912 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21516 x=924 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21517 x=948 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21518 x=972 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21519 x=1008 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21520 x=1020 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21521 x=1320 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21522 x=1032 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21523 x=1044 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21530 x=1056 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21531 x=1068 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21533 x=1080 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21534 x=1104 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21535 x=1404 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21536 x=1152 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21537 x=1176 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21540 x=1440 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21542 x=1200 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21543 x=1212 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21544 x=1476 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21545 x=1440 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21546 x=1500 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21547 x=1512 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21548 x=48 y=864 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21549 x=0 y=137 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21550 x=144 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21551 x=1177 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21553 x=36 y=133 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21555 x=180 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21556 x=192 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21557 x=204 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21558 x=228 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21560 x=252 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21561 x=108 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21563 x=300 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21564 x=312 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21565 x=348 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21566 x=396 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21567 x=444 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21568 x=468 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21570 x=80 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21571 x=480 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21572 x=492 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21574 x=504 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21575 x=540 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21576 x=588 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21577 x=600 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21578 x=276 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21580 x=840 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21581 x=876 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21582 x=1020 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21583 x=1068 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21585 x=1116 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21589 x=1200 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21598 x=24 y=879 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21599 x=372 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21602 x=48 y=875 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21604 x=396 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21606 x=60 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21607 x=96 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21608 x=1155 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21609 x=132 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21610 x=192 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21611 x=468 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21612 x=396 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21613 x=492 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21614 x=420 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21616 x=552 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21617 x=612 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21619 x=540 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21620 x=636 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21621 x=696 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21622 x=732 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21623 x=900 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21627 x=600 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21628 x=912 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21629 x=624 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21631 x=636 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21632 x=924 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21633 x=1068 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21635 x=1104 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21636 x=684 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21637 x=1140 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21638 x=1188 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21640 x=720 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21641 x=732 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21642 x=1212 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21643 x=756 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21644 x=1248 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21645 x=1272 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21646 x=1308 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21647 x=1356 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21648 x=816 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21649 x=828 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21650 x=1392 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21653 x=1416 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21654 x=1452 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21660 x=876 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21663 x=0 y=890 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21664 x=36 y=886 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21665 x=72 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21666 x=108 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21668 x=936 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21669 x=120 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21670 x=144 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21671 x=156 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21672 x=984 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21673 x=168 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21674 x=1008 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21675 x=192 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21676 x=1032 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21677 x=1044 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21678 x=216 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21679 x=300 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21681 x=1080 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21682 x=324 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21683 x=1104 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21687 x=1116 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21688 x=1128 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21689 x=1140 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21690 x=396 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21691 x=432 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21692 x=480 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21693 x=492 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21694 x=504 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21695 x=516 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21696 x=576 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21697 x=588 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21698 x=600 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21699 x=624 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21700 x=1272 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21702 x=1284 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21703 x=1296 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21704 x=636 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21705 x=1320 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21706 x=1332 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21709 x=1344 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21710 x=648 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21720 x=684 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21728 x=708 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21729 x=780 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21730 x=840 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21733 x=852 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21734 x=1428 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21736 x=864 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21737 x=1008 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21738 x=1032 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21740 x=1044 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21741 x=1080 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21742 x=1128 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21743 x=1152 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21745 x=1524 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21746 x=0 y=149 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21747 x=1332 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21750 x=24 y=145 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21754 x=1440 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21756 x=48 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21757 x=1500 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21758 x=1512 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21759 x=84 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21760 x=108 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21761 x=192 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21764 x=216 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21765 x=120 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21766 x=288 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21767 x=360 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21768 x=408 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21769 x=420 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21772 x=432 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21773 x=192 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21774 x=204 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21775 x=456 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21776 x=228 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21780 x=504 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21781 x=252 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21782 x=540 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21799 x=588 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21802 x=636 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21803 x=300 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21806 x=672 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21807 x=696 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21809 x=708 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21810 x=744 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21811 x=780 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21813 x=372 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21814 x=816 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21816 x=396 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21817 x=852 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21819 x=912 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21820 x=432 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21821 x=1008 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21822 x=1068 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21824 x=1128 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21825 x=1224 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21828 x=1272 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21829 x=504 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21830 x=1404 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21831 x=1416 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21833 x=1452 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21834 x=1464 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21836 x=564 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21837 x=576 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21839 x=1488 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21840 x=600 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21841 x=612 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21843 x=624 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21846 x=636 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21847 x=648 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21848 x=660 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21850 x=1500 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21851 x=684 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21852 x=1512 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21853 x=36 y=908 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21854 x=60 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21856 x=72 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21857 x=744 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21859 x=756 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21860 x=768 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21862 x=780 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21883 x=84 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21884 x=792 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21885 x=804 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21886 x=96 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21887 x=828 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21888 x=840 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21889 x=120 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21890 x=132 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21891 x=876 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21892 x=888 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21894 x=900 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21895 x=144 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21896 x=924 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21897 x=168 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21898 x=180 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21899 x=960 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21902 x=216 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21903 x=228 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21905 x=240 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21906 x=252 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21907 x=264 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21908 x=288 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21911 x=300 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21912 x=1044 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21913 x=312 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21914 x=1068 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21916 x=324 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21917 x=336 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21918 x=384 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21919 x=432 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21923 x=624 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21924 x=1140 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21927 x=1152 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21928 x=1164 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21929 x=768 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21930 x=852 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21931 x=876 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21932 x=1020 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21933 x=1224 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21934 x=1044 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21936 x=1248 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21938 x=1056 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21942 x=1080 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21951 x=1116 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21953 x=1140 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21955 x=1296 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21956 x=1236 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21957 x=1320 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21958 x=1332 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21959 x=1284 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21961 x=1296 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21963 x=1332 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21964 x=96 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21966 x=120 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21969 x=1404 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21970 x=1416 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21971 x=252 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21972 x=1440 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21975 x=216 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21976 x=276 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21978 x=1476 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21979 x=312 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21980 x=1500 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21981 x=372 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21982 x=384 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21983 x=444 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21986 x=480 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21987 x=636 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=21988 x=36 y=157 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21993 x=48 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21996 x=60 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=21998 x=648 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22001 x=84 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22006 x=660 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22007 x=672 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22008 x=684 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22009 x=696 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22013 x=144 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22014 x=156 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22015 x=168 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22021 x=180 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22022 x=192 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22023 x=708 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22024 x=720 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22025 x=732 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22026 x=744 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22029 x=252 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22030 x=756 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22031 x=768 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22032 x=780 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22033 x=300 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22034 x=312 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22036 x=792 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22038 x=336 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22039 x=804 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22040 x=816 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22041 x=840 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22043 x=384 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22048 x=852 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22056 x=888 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22057 x=900 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22060 x=924 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22063 x=444 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22064 x=936 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22065 x=972 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22066 x=996 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22067 x=492 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22068 x=504 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22069 x=516 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22070 x=1008 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22071 x=540 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22072 x=1032 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22073 x=564 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22075 x=576 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22076 x=1044 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22077 x=1116 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22079 x=1128 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22080 x=1188 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22081 x=1212 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22082 x=1224 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22083 x=1260 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22084 x=1272 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22086 x=1344 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22087 x=696 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22089 x=1356 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22091 x=1404 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22092 x=1500 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22093 x=0 y=934 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22094 x=756 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22095 x=768 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22096 x=168 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22099 x=792 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22100 x=192 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22107 x=216 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22110 x=828 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22112 x=840 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22113 x=852 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22114 x=864 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22115 x=300 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22116 x=348 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22118 x=888 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22120 x=372 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22121 x=600 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22122 x=648 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22123 x=672 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22124 x=948 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22125 x=960 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22127 x=684 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22129 x=984 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22130 x=996 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22132 x=1008 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22133 x=1020 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22134 x=1032 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22136 x=696 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22138 x=1056 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22144 x=1068 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22148 x=1080 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22149 x=708 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22150 x=720 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22151 x=732 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22152 x=744 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22154 x=1140 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22155 x=756 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22156 x=1164 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22159 x=768 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22164 x=1188 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22165 x=1200 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22169 x=792 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22170 x=804 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22173 x=1236 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22174 x=816 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22175 x=852 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22176 x=936 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22178 x=960 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22181 x=972 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22182 x=1044 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22183 x=1092 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22184 x=1140 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22185 x=1188 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22187 x=1296 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22188 x=1308 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22189 x=1380 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22190 x=1320 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22193 x=1344 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22194 x=1416 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22195 x=1356 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22196 x=1368 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22198 x=1440 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22199 x=1464 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22204 x=1476 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22206 x=1488 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22208 x=0 y=945 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22209 x=48 y=941 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22210 x=84 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22211 x=0 y=173 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22213 x=132 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22216 x=156 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22217 x=180 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22218 x=252 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22219 x=276 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22220 x=72 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22221 x=288 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22222 x=324 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22223 x=108 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22224 x=360 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22225 x=372 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22227 x=384 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22231 x=396 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22232 x=456 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22233 x=468 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22234 x=480 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22235 x=492 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22236 x=528 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22237 x=576 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22238 x=600 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22239 x=252 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22240 x=648 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22241 x=660 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22243 x=744 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22244 x=780 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22245 x=804 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22246 x=828 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22247 x=888 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22248 x=960 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22251 x=972 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22253 x=984 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22254 x=1008 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22256 x=1068 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22257 x=408 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22258 x=1092 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22259 x=1188 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22262 x=1200 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22263 x=1224 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22265 x=1248 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22266 x=1272 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22269 x=1284 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22271 x=1296 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22272 x=1332 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22273 x=1392 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22274 x=1428 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22275 x=1488 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22276 x=1512 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22279 x=1524 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22280 x=96 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22281 x=120 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22282 x=204 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22283 x=216 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22284 x=228 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22285 x=324 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22287 x=408 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22289 x=432 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22290 x=492 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22291 x=516 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22293 x=552 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22294 x=660 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22296 x=804 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22298 x=876 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22299 x=936 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22300 x=960 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22301 x=972 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22303 x=984 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22304 x=1080 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22305 x=1104 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22306 x=1116 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22307 x=1152 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22308 x=1164 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22309 x=1200 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22310 x=1236 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22311 x=1248 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22312 x=1272 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22313 x=1320 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22314 x=924 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22316 x=1380 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22317 x=1392 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22318 x=1404 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22319 x=1440 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22320 x=984 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22323 x=1512 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22324 x=1524 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22327 x=24 y=967 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22328 x=1032 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22331 x=120 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22333 x=1056 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22334 x=1068 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22335 x=1080 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22336 x=156 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22338 x=1104 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22341 x=1116 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22342 x=1128 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22343 x=204 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22346 x=1152 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22348 x=228 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22349 x=1176 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22350 x=1188 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22351 x=264 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22352 x=576 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22353 x=1224 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22354 x=1236 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22361 x=660 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22367 x=1260 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22369 x=1272 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22370 x=1284 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22372 x=1296 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22373 x=672 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22374 x=684 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22375 x=696 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22376 x=1344 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22377 x=1356 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22378 x=708 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22379 x=720 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22381 x=732 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22382 x=1404 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22383 x=1416 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22384 x=1428 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22385 x=1440 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22387 x=1452 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22388 x=744 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22389 x=1476 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22391 x=1488 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22393 x=1500 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22394 x=1512 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22395 x=756 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22396 x=780 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22398 x=12 y=185 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22399 x=24 y=181 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22401 x=36 y=181 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22402 x=792 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22403 x=60 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22408 x=72 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22409 x=84 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22411 x=804 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22412 x=108 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22419 x=120 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22420 x=828 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22421 x=840 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22423 x=852 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22425 x=168 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22426 x=864 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22428 x=192 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22429 x=204 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22430 x=216 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22431 x=228 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22432 x=876 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22433 x=252 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22434 x=264 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22435 x=888 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22436 x=900 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22439 x=300 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22440 x=312 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22441 x=912 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22442 x=336 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22444 x=924 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22446 x=360 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22448 x=372 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22451 x=936 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22456 x=396 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22461 x=948 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22464 x=960 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22467 x=972 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22470 x=444 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22471 x=984 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22472 x=996 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22475 x=480 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22476 x=492 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22478 x=504 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22479 x=1008 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22482 x=528 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22483 x=540 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22484 x=552 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22485 x=1020 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22486 x=1032 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22487 x=588 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22492 x=600 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22493 x=612 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22494 x=624 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22495 x=1044 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22496 x=648 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22497 x=1068 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22499 x=672 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22500 x=684 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22502 x=696 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22503 x=1080 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22505 x=1092 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22509 x=1104 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22512 x=744 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22516 x=1116 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22517 x=768 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22518 x=168 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22519 x=780 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22520 x=792 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22521 x=804 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22522 x=816 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22523 x=828 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22524 x=840 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22525 x=1128 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22526 x=1140 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22527 x=1152 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22528 x=1164 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22530 x=1176 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22531 x=912 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22532 x=924 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22533 x=1188 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22534 x=1200 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22536 x=1212 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22537 x=972 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22538 x=1224 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22539 x=996 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22540 x=1008 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22541 x=1020 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22549 x=1032 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22553 x=1236 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22555 x=1056 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22557 x=1248 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22558 x=1080 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22559 x=1092 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22560 x=1260 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22561 x=1272 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22564 x=1284 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22566 x=1140 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22567 x=1296 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22570 x=1164 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22573 x=1176 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22575 x=1320 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22576 x=1200 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22577 x=1212 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22578 x=1224 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22580 x=1236 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22581 x=1332 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22585 x=1344 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22586 x=1272 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22589 x=1284 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22591 x=1296 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22592 x=1356 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22593 x=1368 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22601 x=1380 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22602 x=1344 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22603 x=1356 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22604 x=1392 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22605 x=1380 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22607 x=1392 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22608 x=1404 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22609 x=1404 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22610 x=1416 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22612 x=1440 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22613 x=1428 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22615 x=1440 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22616 x=1476 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22617 x=1488 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22618 x=1452 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22622 x=1464 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22623 x=1476 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22625 x=1488 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22626 x=12 y=197 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22628 x=24 y=193 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22631 x=1512 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22632 x=48 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22633 x=1524 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22635 x=72 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22637 x=0 y=978 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22640 x=96 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22642 x=12 y=978 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22645 x=120 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22648 x=24 y=978 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22649 x=144 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22652 x=156 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22654 x=168 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22655 x=36 y=974 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22656 x=60 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22657 x=72 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22659 x=216 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22661 x=84 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22663 x=240 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22664 x=96 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22665 x=264 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22666 x=276 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22667 x=288 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22668 x=300 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22669 x=312 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22671 x=324 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22672 x=108 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22675 x=120 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22676 x=132 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22678 x=372 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22679 x=384 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22680 x=144 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22684 x=408 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22685 x=420 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22686 x=156 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22687 x=444 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22688 x=168 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22689 x=468 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22690 x=180 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22694 x=492 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22696 x=192 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22697 x=516 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22698 x=528 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22699 x=216 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22702 x=228 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22705 x=564 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22706 x=240 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22707 x=588 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22712 x=600 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22713 x=252 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22714 x=624 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22715 x=636 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22716 x=264 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22718 x=276 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22721 x=288 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22722 x=300 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22723 x=324 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22724 x=336 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22725 x=360 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22727 x=732 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22728 x=372 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22730 x=756 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22732 x=384 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22733 x=396 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22734 x=408 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22736 x=420 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22737 x=432 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22738 x=828 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22739 x=444 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22740 x=852 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22741 x=864 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22742 x=876 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22743 x=888 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22744 x=456 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22745 x=912 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22746 x=924 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22748 x=516 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22749 x=552 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22750 x=960 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22751 x=564 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22752 x=984 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22753 x=588 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22754 x=1008 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22756 x=1020 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22757 x=1032 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22761 x=600 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22763 x=612 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22764 x=624 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22766 x=1080 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22767 x=636 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22768 x=648 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22769 x=660 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22770 x=672 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22771 x=684 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22772 x=696 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22775 x=720 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22777 x=744 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22778 x=768 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22779 x=780 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22780 x=792 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22781 x=804 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22786 x=816 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22789 x=1248 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22790 x=828 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22793 x=840 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22794 x=852 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22795 x=876 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22796 x=900 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22797 x=1526 y=0 width=9 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22799 x=912 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22800 x=1332 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22802 x=924 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22803 x=948 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22804 x=960 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22805 x=1133 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22806 x=1392 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22808 x=1404 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22809 x=972 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22810 x=1428 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22811 x=984 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22812 x=996 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22813 x=1464 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22815 x=1476 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22817 x=1488 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22818 x=1020 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22819 x=1044 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22820 x=1524 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22821 x=0 y=209 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22823 x=1068 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22824 x=24 y=205 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22825 x=1092 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22826 x=1104 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22827 x=1116 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22828 x=1128 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22829 x=1140 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22830 x=1152 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22831 x=96 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22832 x=1164 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22833 x=1188 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22834 x=1260 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22835 x=1272 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22837 x=1284 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22838 x=1308 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22839 x=1320 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22840 x=192 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22841 x=1344 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22845 x=216 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22846 x=1380 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22847 x=240 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22851 x=252 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22852 x=264 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22854 x=276 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22855 x=1392 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22856 x=300 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22857 x=312 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22862 x=324 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22863 x=336 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22864 x=348 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22865 x=1416 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22866 x=372 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22867 x=384 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22868 x=1440 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22869 x=1452 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22871 x=420 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22872 x=1464 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22873 x=1476 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22874 x=1488 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22875 x=468 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22877 x=480 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22878 x=492 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22879 x=504 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22880 x=1500 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22881 x=1512 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22882 x=540 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22883 x=1524 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22885 x=12 y=989 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22887 x=24 y=989 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22888 x=588 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22889 x=600 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22890 x=48 y=985 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22891 x=624 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22892 x=636 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22893 x=60 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22894 x=660 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22895 x=672 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22898 x=96 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22899 x=696 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22900 x=708 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22901 x=720 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22902 x=108 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22904 x=120 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22905 x=756 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22907 x=768 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22908 x=132 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22909 x=144 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22913 x=804 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22914 x=816 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22915 x=828 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22916 x=156 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22922 x=180 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22923 x=192 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22924 x=876 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22925 x=204 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22926 x=900 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22930 x=216 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22931 x=228 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22933 x=240 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22934 x=252 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22935 x=264 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22937 x=276 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22939 x=288 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22941 x=996 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22943 x=300 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22947 x=1020 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22948 x=312 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22949 x=324 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22951 x=336 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22952 x=348 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22956 x=360 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22957 x=384 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22958 x=396 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22959 x=408 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22960 x=1116 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22962 x=420 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22963 x=1140 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22967 x=432 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22969 x=444 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22970 x=456 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22971 x=468 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22972 x=480 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22974 x=492 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22977 x=1224 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22979 x=504 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22980 x=516 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22982 x=1260 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22984 x=1272 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22985 x=528 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22986 x=552 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22987 x=1308 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22989 x=1320 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22992 x=576 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22993 x=588 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22994 x=1356 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=22995 x=600 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=22996 x=612 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23001 x=624 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23002 x=1404 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23004 x=636 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23005 x=648 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23006 x=660 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23007 x=1452 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23011 x=672 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23012 x=684 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23013 x=696 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23014 x=708 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23015 x=732 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23016 x=1524 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23018 x=756 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23019 x=768 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23020 x=780 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23022 x=792 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23023 x=840 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23025 x=60 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23026 x=852 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23028 x=864 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23030 x=96 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23031 x=108 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23032 x=876 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23035 x=888 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23039 x=960 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23040 x=156 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23041 x=168 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23043 x=972 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23044 x=1008 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23049 x=1068 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23052 x=1080 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23053 x=228 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23054 x=240 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23057 x=252 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23058 x=264 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23059 x=1104 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23063 x=288 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23064 x=1116 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23066 x=1128 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23067 x=1140 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23068 x=336 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23070 x=1152 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23071 x=1164 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23072 x=372 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23075 x=1176 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23076 x=1188 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23077 x=408 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23079 x=1200 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23080 x=1212 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23081 x=444 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23082 x=1224 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23085 x=1236 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23087 x=1248 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23088 x=492 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23093 x=504 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23094 x=1260 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23100 x=1272 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23104 x=540 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23105 x=1296 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23108 x=1308 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23109 x=576 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23110 x=588 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23111 x=1332 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23112 x=612 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23113 x=624 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23116 x=636 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23120 x=1344 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23125 x=660 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23130 x=1368 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23134 x=684 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23138 x=1380 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23139 x=1404 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23141 x=1416 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23142 x=732 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23143 x=1428 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23146 x=756 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23148 x=1440 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23149 x=1452 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23159 x=792 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23162 x=1464 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23163 x=816 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23166 x=828 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23167 x=840 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23172 x=1524 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23179 x=864 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23184 x=0 y=1000 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23186 x=888 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23187 x=900 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23190 x=912 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23193 x=12 y=1000 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23194 x=36 y=996 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23195 x=948 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23196 x=48 y=996 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23198 x=972 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23199 x=60 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23200 x=72 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23202 x=84 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23207 x=1020 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23212 x=1032 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23217 x=96 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23218 x=1056 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23219 x=1068 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23221 x=108 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23224 x=120 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23226 x=1104 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23227 x=1116 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23228 x=1128 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23229 x=156 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23230 x=1152 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23231 x=1164 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23233 x=1176 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23234 x=1188 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23236 x=228 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23238 x=1212 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23240 x=1224 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23241 x=1236 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23243 x=1248 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23244 x=240 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23247 x=1272 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23248 x=276 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23254 x=1296 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23255 x=1308 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23258 x=1320 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23260 x=288 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23264 x=1344 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23265 x=1356 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23267 x=1368 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23269 x=1380 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23270 x=1392 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23273 x=300 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23274 x=1416 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23278 x=1428 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23280 x=324 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23285 x=1452 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23286 x=1464 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23290 x=1476 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23291 x=1488 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23293 x=1500 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23296 x=336 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23297 x=1524 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23304 x=0 y=233 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23305 x=12 y=233 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23307 x=24 y=229 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23308 x=36 y=229 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23318 x=48 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23319 x=60 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23321 x=72 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23323 x=84 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23325 x=96 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23329 x=108 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23330 x=120 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23333 x=348 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23338 x=144 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23340 x=156 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23341 x=168 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23344 x=360 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23346 x=372 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23348 x=408 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23350 x=216 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23352 x=228 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23358 x=456 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23360 x=252 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23361 x=468 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23363 x=276 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23365 x=288 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23371 x=492 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23372 x=504 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23376 x=552 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23377 x=564 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23378 x=1089 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23380 x=576 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23381 x=588 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23382 x=600 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23383 x=648 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23384 x=660 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23386 x=672 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23387 x=684 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23388 x=696 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23389 x=456 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23390 x=708 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23391 x=732 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23395 x=744 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23396 x=756 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23397 x=516 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23398 x=792 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23400 x=804 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23401 x=816 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23403 x=828 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23406 x=576 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23407 x=852 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23408 x=103 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23409 x=864 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23411 x=876 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23413 x=624 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23414 x=936 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23416 x=948 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23418 x=996 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23420 x=1020 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23421 x=684 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23422 x=1032 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23423 x=1056 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23424 x=1456 y=1147 width=11 height=5 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=23425 x=1128 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23426 x=1164 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23427 x=1176 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23428 x=1188 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23429 x=1200 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23430 x=1212 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23431 x=1320 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23432 x=1332 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23433 x=1344 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23434 x=1380 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23435 x=1404 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23436 x=816 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23437 x=828 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23438 x=924 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23439 x=960 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23440 x=972 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23441 x=1032 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23443 x=1068 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23444 x=1080 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23445 x=1104 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23446 x=1128 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23447 x=1140 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23448 x=1176 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23449 x=1188 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23450 x=1224 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23451 x=1344 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23452 x=1356 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23453 x=1368 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23455 x=1392 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23458 x=1404 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23459 x=1440 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23460 x=1464 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23461 x=1476 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23462 x=1488 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23464 x=1524 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23465 x=0 y=1022 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23468 x=84 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23469 x=192 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23470 x=204 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23471 x=228 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23472 x=264 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23473 x=312 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23474 x=336 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23475 x=348 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23476 x=384 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23477 x=396 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23478 x=456 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23479 x=468 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23480 x=492 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23481 x=528 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23482 x=540 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23484 x=552 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23487 x=576 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23488 x=588 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23489 x=612 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23490 x=636 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23491 x=648 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23492 x=708 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23493 x=732 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23494 x=744 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23495 x=804 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23497 x=888 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23500 x=900 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23501 x=912 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23502 x=948 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23503 x=960 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23504 x=264 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23506 x=288 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23507 x=300 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23508 x=312 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23510 x=336 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23511 x=360 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23512 x=456 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23513 x=468 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23514 x=480 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23515 x=492 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23517 x=504 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23518 x=516 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23519 x=528 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23520 x=564 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23521 x=576 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23522 x=588 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23524 x=600 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23525 x=612 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23526 x=624 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23527 x=648 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23528 x=660 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23529 x=672 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23531 x=696 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23532 x=708 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23534 x=720 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23535 x=732 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23536 x=756 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23537 x=768 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23539 x=780 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23540 x=804 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23541 x=816 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23542 x=828 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23544 x=840 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23546 x=852 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23549 x=864 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23550 x=360 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23551 x=372 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23553 x=384 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23554 x=888 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23555 x=900 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23556 x=420 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23557 x=432 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23558 x=444 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23559 x=972 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23560 x=984 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23561 x=996 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23562 x=1008 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23563 x=1032 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23564 x=516 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23565 x=1044 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23566 x=540 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23567 x=1092 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23569 x=1104 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23570 x=1116 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23571 x=1128 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23572 x=1140 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23574 x=1200 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23575 x=1236 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23577 x=1248 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23578 x=30 y=1143 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23582 x=1272 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23583 x=660 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23584 x=672 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23586 x=684 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23587 x=1284 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23588 x=708 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23590 x=1296 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23592 x=732 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23593 x=1308 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23594 x=1392 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23595 x=1440 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23596 x=780 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23597 x=1464 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23598 x=1488 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23600 x=1500 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23601 x=828 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23602 x=0 y=1044 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23605 x=12 y=1044 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23606 x=24 y=1044 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23608 x=1023 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23609 x=36 y=1040 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23610 x=48 y=1040 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23611 x=60 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23612 x=72 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23613 x=240 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23614 x=300 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23615 x=312 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23616 x=336 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23617 x=384 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23621 x=408 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23622 x=456 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23624 x=552 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23626 x=588 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23627 x=696 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23629 x=708 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23630 x=744 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23631 x=768 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23632 x=816 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23633 x=840 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23635 x=900 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23637 x=912 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23641 x=996 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23642 x=1032 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23643 x=1044 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23644 x=1068 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23646 x=1140 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23647 x=1188 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23648 x=1440 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23649 x=1452 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23650 x=1464 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23651 x=1476 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23652 x=1488 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23653 x=1500 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23655 x=1512 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23656 x=0 y=1055 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23657 x=12 y=1055 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23660 x=24 y=1055 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23661 x=36 y=1051 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23662 x=0 y=1143 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23663 x=48 y=1051 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23664 x=60 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23665 x=72 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23668 x=84 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23669 x=96 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23670 x=108 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23673 x=120 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23674 x=132 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23675 x=144 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23676 x=156 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23677 x=168 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23687 x=180 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23688 x=192 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23690 x=946 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23692 x=204 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23695 x=216 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23696 x=240 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23697 x=252 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23698 x=264 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23700 x=288 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23709 x=300 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23711 x=312 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23712 x=324 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23713 x=336 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23714 x=348 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23715 x=360 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23718 x=372 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23719 x=935 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23720 x=384 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23721 x=396 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23722 x=408 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23723 x=420 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23724 x=432 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23725 x=456 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23729 x=144 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23730 x=468 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23731 x=480 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23732 x=492 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23733 x=504 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23734 x=336 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23735 x=516 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23736 x=528 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23738 x=540 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23739 x=588 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23740 x=600 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23742 x=612 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23749 x=624 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23751 x=636 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23753 x=648 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23755 x=660 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23760 x=672 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23762 x=684 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23767 x=696 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23769 x=708 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23773 x=720 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23776 x=1176 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23777 x=732 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23782 x=744 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23784 x=1284 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23785 x=756 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23786 x=768 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23789 x=780 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23790 x=792 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23791 x=804 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23792 x=816 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23793 x=828 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23794 x=840 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23796 x=852 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23797 x=876 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23798 x=216 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23802 x=924 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23803 x=252 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23805 x=936 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23809 x=972 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23814 x=984 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23815 x=1020 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23819 x=1032 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23821 x=336 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23822 x=1080 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23824 x=1200 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23825 x=1224 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23826 x=1284 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23828 x=1344 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23829 x=1416 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23830 x=1488 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23831 x=1512 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23832 x=444 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23833 x=0 y=1066 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23834 x=72 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23835 x=108 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23837 x=120 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23839 x=288 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23840 x=300 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23842 x=384 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23843 x=396 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23844 x=408 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23846 x=672 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23847 x=444 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23849 x=612 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23851 x=720 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23857 x=756 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23860 x=936 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23865 x=1020 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23869 x=1128 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23871 x=1152 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23874 x=1200 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23875 x=1296 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23878 x=1356 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23879 x=1416 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23880 x=1428 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23882 x=1452 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23883 x=1464 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23884 x=1524 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23886 x=840 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23888 x=430 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23889 x=864 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23890 x=876 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23891 x=888 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23893 x=912 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23897 x=936 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23900 x=948 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23903 x=960 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23904 x=972 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23905 x=984 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23906 x=996 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23908 x=1296 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23913 x=1008 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23914 x=1020 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23916 x=1032 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23917 x=1044 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23919 x=1056 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23920 x=1068 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23923 x=1092 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23926 x=1128 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23929 x=1164 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23930 x=1188 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23934 x=1200 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23935 x=1236 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23937 x=1248 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23938 x=1284 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23939 x=1356 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23940 x=1368 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23943 x=1392 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23944 x=1416 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23946 x=1428 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23947 x=12 y=41 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23948 x=1452 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23952 x=1488 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23954 x=1524 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23955 x=48 y=1084 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23956 x=60 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23957 x=72 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23959 x=96 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23961 x=108 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23963 x=144 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23965 x=120 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23967 x=144 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23968 x=204 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23970 x=204 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23972 x=228 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23975 x=240 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23979 x=288 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23980 x=300 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23982 x=276 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23984 x=324 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23986 x=336 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23988 x=348 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23991 x=360 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23992 x=384 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23993 x=396 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=23994 x=396 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23996 x=432 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=23997 x=444 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24003 x=456 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24007 x=480 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24009 x=468 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24011 x=492 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24012 x=504 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24013 x=528 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24014 x=552 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24016 x=564 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24017 x=576 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24018 x=588 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24019 x=612 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24022 x=624 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24023 x=636 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24024 x=660 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24025 x=672 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24027 x=696 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24029 x=720 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24030 x=744 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24032 x=756 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24033 x=768 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24034 x=852 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24035 x=864 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24036 x=828 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24037 x=96 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=24038 x=888 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24039 x=900 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24040 x=913 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24041 x=912 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24043 x=924 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24046 x=948 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24049 x=880 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24050 x=960 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24051 x=869 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24052 x=858 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24053 x=984 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24055 x=1152 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24056 x=996 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24057 x=1008 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24059 x=1188 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24061 x=1020 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24062 x=836 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24063 x=1044 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24064 x=1056 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24066 x=1068 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24067 x=1080 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24070 x=1092 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24071 x=1104 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24075 x=1392 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24076 x=1128 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24077 x=814 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24081 x=1428 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24082 x=1440 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24084 x=1140 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24085 x=1464 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24086 x=1164 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24088 x=1176 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24089 x=1200 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24090 x=1212 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24091 x=1521 y=432 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24093 x=1236 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24095 x=1248 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24096 x=1477 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24101 x=108 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24104 x=1260 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24107 x=132 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24109 x=168 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24110 x=1272 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24111 x=192 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24112 x=228 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24114 x=240 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24115 x=1284 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24117 x=1296 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24118 x=1332 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24119 x=1344 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24120 x=1380 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24125 x=1392 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24126 x=420 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24128 x=1404 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24131 x=480 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24132 x=1416 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24133 x=1428 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24135 x=576 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24137 x=1476 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24139 x=600 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24140 x=1500 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24142 x=1512 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24144 x=1524 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24145 x=36 y=1095 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24148 x=48 y=1095 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24149 x=672 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24150 x=72 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24151 x=120 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24152 x=132 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24155 x=168 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24156 x=192 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24158 x=204 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24159 x=768 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24161 x=216 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24162 x=228 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24163 x=840 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24164 x=240 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24168 x=888 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24170 x=276 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24171 x=924 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24172 x=948 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24173 x=288 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24174 x=324 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24176 x=336 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24178 x=348 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24179 x=384 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24180 x=408 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24181 x=420 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24182 x=444 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24183 x=456 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24184 x=468 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24185 x=1092 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24186 x=492 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24187 x=540 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24188 x=1140 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24189 x=564 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24190 x=1176 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24191 x=1236 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24192 x=1248 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24193 x=1260 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24195 x=1272 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24196 x=1296 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24199 x=1308 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24202 x=1320 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24203 x=1332 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24206 x=1344 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24207 x=1368 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24213 x=1404 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24214 x=1416 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24215 x=1452 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24217 x=1464 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24218 x=1476 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24220 x=1488 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24224 x=1500 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24226 x=1524 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24228 x=12 y=65 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24229 x=36 y=61 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24230 x=72 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24231 x=120 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24232 x=156 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24234 x=204 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24235 x=228 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24236 x=240 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24237 x=264 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24241 x=276 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24243 x=312 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24245 x=336 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24246 x=360 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24247 x=384 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24248 x=396 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24249 x=408 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24253 x=420 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24254 x=444 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24255 x=456 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24257 x=468 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24258 x=480 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24259 x=492 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24262 x=504 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24264 x=516 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24265 x=552 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24266 x=564 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24267 x=576 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24268 x=660 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24270 x=672 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24271 x=696 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24272 x=708 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24273 x=720 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24274 x=732 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24275 x=744 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24276 x=756 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24277 x=768 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24278 x=780 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24281 x=792 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24282 x=804 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24283 x=828 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24284 x=852 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24285 x=912 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24286 x=936 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24287 x=948 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24288 x=960 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24289 x=984 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24290 x=1020 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24291 x=1032 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24293 x=1044 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24296 x=1056 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24297 x=1068 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24299 x=1104 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24300 x=1152 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24304 x=1164 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24305 x=1176 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24307 x=1188 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24308 x=576 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24310 x=588 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24311 x=600 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24312 x=1404 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24313 x=1416 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24314 x=1428 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24315 x=612 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24316 x=624 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24317 x=648 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24318 x=660 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24319 x=1500 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24320 x=672 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24321 x=696 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24322 x=708 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24323 x=720 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24324 x=732 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24326 x=744 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24327 x=108 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24328 x=768 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24329 x=780 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24330 x=792 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24331 x=156 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24332 x=168 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24333 x=804 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24334 x=840 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24335 x=252 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24336 x=264 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24337 x=276 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24339 x=792 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24340 x=876 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24341 x=11 y=449 width=10 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24342 x=888 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24343 x=372 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24344 x=900 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24345 x=912 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24347 x=924 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24348 x=936 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24349 x=948 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24350 x=444 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24351 x=960 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24353 x=984 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24354 x=996 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24355 x=492 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24356 x=1008 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24357 x=1020 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24358 x=1032 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24359 x=1044 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24360 x=1056 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24361 x=672 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24363 x=1080 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24364 x=1092 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24365 x=1104 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24366 x=780 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24367 x=1116 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24368 x=1128 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24369 x=1140 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24372 x=840 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24373 x=1152 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24374 x=876 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24375 x=1164 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24376 x=1188 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24378 x=1200 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24379 x=1212 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24380 x=1236 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24381 x=1248 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24382 x=1260 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24383 x=1272 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24384 x=1284 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24385 x=1320 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24388 x=1332 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24389 x=1056 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24391 x=1344 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24392 x=1356 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24394 x=1368 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24396 x=1380 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24397 x=1392 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24398 x=1404 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24400 x=1416 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24401 x=1164 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24403 x=1467 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24404 x=1428 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24406 x=1440 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24407 x=1224 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24408 x=1452 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24409 x=1464 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24411 x=1476 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24412 x=1488 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24413 x=1500 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24416 x=1512 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24417 x=1457 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24418 x=1524 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24419 x=1368 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24420 x=0 y=1110 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24421 x=12 y=1110 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24422 x=24 y=1110 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24423 x=36 y=1106 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24425 x=60 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24426 x=72 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24427 x=108 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24428 x=1476 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24429 x=120 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24431 x=132 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24432 x=144 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24433 x=156 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24434 x=180 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24435 x=575 y=1137 width=6 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24436 x=60 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24437 x=192 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24439 x=84 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24440 x=204 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24441 x=216 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24442 x=252 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24444 x=132 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24445 x=264 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24446 x=276 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24447 x=288 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24448 x=300 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24449 x=312 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24450 x=324 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24451 x=348 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24452 x=372 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24453 x=288 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24455 x=384 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24456 x=396 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24457 x=408 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24458 x=420 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24459 x=360 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24460 x=432 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24461 x=384 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24463 x=456 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24464 x=408 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24465 x=468 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24466 x=432 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24467 x=480 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24470 x=456 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24471 x=492 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24472 x=492 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24473 x=528 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24476 x=552 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24477 x=504 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24478 x=576 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24480 x=588 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24481 x=540 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24482 x=564 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24484 x=576 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24487 x=600 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24488 x=612 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24489 x=636 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24490 x=648 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24491 x=660 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24492 x=744 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24493 x=684 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24494 x=696 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24495 x=708 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24496 x=720 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24497 x=744 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24499 x=936 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24500 x=768 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24501 x=972 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24503 x=984 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24504 x=996 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24505 x=780 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24508 x=1020 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24509 x=816 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24515 x=840 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24516 x=182 y=444 width=7 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24517 x=864 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24519 x=1080 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24520 x=888 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24521 x=936 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24523 x=948 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24524 x=960 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24525 x=972 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24528 x=1152 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24529 x=984 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24530 x=1188 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24531 x=1020 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24532 x=1044 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24534 x=1056 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24535 x=1068 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24536 x=1092 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24537 x=1104 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24540 x=1320 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24541 x=1116 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24542 x=1140 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24544 x=1212 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24545 x=1368 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24546 x=1296 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24548 x=1392 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24552 x=1392 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24553 x=1440 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24554 x=1452 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24555 x=1428 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24556 x=1476 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24557 x=1500 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24558 x=1476 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24559 x=1512 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24560 x=12 y=1121 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24561 x=1524 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24562 x=0 y=101 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24563 x=24 y=1121 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24565 x=24 y=97 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24566 x=36 y=1117 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24568 x=60 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24570 x=60 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24571 x=72 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24572 x=142 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24573 x=84 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24575 x=96 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24583 x=108 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24586 x=144 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24589 x=156 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24590 x=120 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24591 x=180 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24592 x=144 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24594 x=204 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24595 x=216 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24596 x=156 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24597 x=168 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24598 x=252 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24599 x=288 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24600 x=180 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24601 x=324 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24602 x=216 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24603 x=228 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24604 x=384 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24605 x=240 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24607 x=276 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24608 x=288 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24609 x=312 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24610 x=444 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24612 x=492 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24613 x=504 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24614 x=324 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24615 x=564 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24616 x=336 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24617 x=588 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24618 x=360 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24619 x=636 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24621 x=660 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24623 x=672 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24625 x=372 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24627 x=384 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24629 x=420 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24634 x=732 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24640 x=468 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24641 x=480 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24642 x=540 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24643 x=804 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24646 x=828 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24647 x=900 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24648 x=600 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24649 x=924 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24650 x=948 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24651 x=612 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24652 x=984 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24653 x=996 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24656 x=684 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24657 x=792 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24658 x=756 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24660 x=1056 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24661 x=1068 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24662 x=768 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24663 x=780 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24665 x=792 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24666 x=828 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24669 x=1236 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24671 x=1248 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24672 x=1260 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24673 x=840 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24674 x=1308 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24675 x=852 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24676 x=1380 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24677 x=864 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24679 x=1056 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24680 x=1068 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24681 x=1080 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24682 x=1092 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24683 x=1524 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24684 x=12 y=113 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24685 x=24 y=109 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24687 x=72 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24688 x=84 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24689 x=1104 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24693 x=1116 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24695 x=204 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24702 x=216 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24703 x=1128 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24705 x=1140 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24706 x=288 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24707 x=300 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24708 x=1152 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24709 x=1164 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24710 x=348 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24712 x=360 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24713 x=1248 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24714 x=384 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24715 x=396 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24716 x=1260 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24717 x=1308 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24718 x=432 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24721 x=444 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24722 x=456 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24723 x=1320 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24724 x=480 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24725 x=492 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24726 x=504 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24727 x=516 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24728 x=1380 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24730 x=552 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24731 x=564 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24733 x=576 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24734 x=1392 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24735 x=612 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24736 x=1404 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24738 x=636 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24739 x=1428 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24740 x=660 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24741 x=1452 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24742 x=1524 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24743 x=696 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24744 x=72 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24745 x=108 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24746 x=120 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24752 x=744 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24753 x=756 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24754 x=132 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24755 x=780 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24756 x=792 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24757 x=144 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24758 x=156 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24759 x=828 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24760 x=840 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24763 x=168 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24764 x=864 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24765 x=876 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24766 x=888 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24770 x=180 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24772 x=912 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24773 x=924 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24774 x=948 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24775 x=960 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24776 x=972 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24777 x=984 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24778 x=996 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24779 x=1008 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24782 x=1020 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24783 x=1032 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24785 x=1044 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24787 x=1056 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24788 x=1068 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24789 x=1080 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24792 x=1104 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24793 x=1128 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24794 x=1140 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24795 x=228 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24796 x=1164 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24797 x=1176 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24798 x=1200 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24799 x=240 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24800 x=264 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24801 x=276 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24802 x=288 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24803 x=300 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24805 x=312 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24807 x=324 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24808 x=1356 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24814 x=1368 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24816 x=1380 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24817 x=1404 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24818 x=1416 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24819 x=336 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24820 x=1440 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24821 x=1452 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24822 x=1476 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24823 x=1488 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24824 x=1512 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24825 x=348 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24826 x=384 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24827 x=36 y=121 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24828 x=60 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24829 x=396 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24832 x=408 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24833 x=444 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24834 x=120 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24835 x=132 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24838 x=456 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24839 x=156 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24840 x=468 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24841 x=180 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24842 x=480 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24844 x=204 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24845 x=216 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24846 x=504 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24847 x=516 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24848 x=252 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24849 x=264 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24850 x=528 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24851 x=552 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24852 x=300 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24853 x=564 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24854 x=324 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24855 x=336 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24857 x=576 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24858 x=588 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24859 x=372 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24860 x=384 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24862 x=396 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24863 x=408 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24864 x=600 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24865 x=432 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24866 x=444 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24871 x=456 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24872 x=612 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24874 x=624 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24875 x=492 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24876 x=504 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24880 x=516 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24881 x=528 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24884 x=540 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24885 x=552 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24886 x=564 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24887 x=612 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24889 x=624 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24890 x=636 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24892 x=660 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24893 x=672 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24894 x=684 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24895 x=636 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24897 x=648 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24898 x=729 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24900 x=744 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24901 x=756 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24902 x=741 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24903 x=753 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24904 x=765 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24905 x=840 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24906 x=852 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24907 x=864 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24908 x=876 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24909 x=900 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24910 x=912 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24915 x=948 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24917 x=960 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24920 x=972 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24921 x=984 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24922 x=1008 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24925 x=777 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24926 x=1032 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24927 x=1044 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24928 x=1056 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24930 x=1068 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24931 x=1116 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24932 x=789 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24933 x=1140 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24935 x=1152 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24936 x=1164 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24939 x=801 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24940 x=1212 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24942 x=813 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24943 x=1248 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24944 x=1260 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24945 x=1272 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24946 x=1284 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24947 x=1296 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24948 x=1308 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24949 x=1332 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24950 x=1344 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24951 x=1356 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24952 x=1368 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24955 x=1380 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24956 x=825 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24957 x=837 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24958 x=849 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24959 x=861 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24960 x=1464 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24961 x=1488 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24962 x=873 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24963 x=12 y=137 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24964 x=48 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24967 x=60 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24970 x=885 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24971 x=897 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24973 x=96 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24974 x=120 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24976 x=132 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24977 x=909 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24978 x=156 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24979 x=168 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24980 x=180 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24982 x=204 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24983 x=216 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24984 x=228 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24985 x=921 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24986 x=933 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24988 x=264 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24989 x=288 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24991 x=300 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=24992 x=945 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24996 x=957 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24997 x=969 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=24999 x=348 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25000 x=360 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25001 x=384 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25002 x=408 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25003 x=420 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25004 x=981 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25005 x=456 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25006 x=480 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25010 x=993 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25014 x=516 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25016 x=528 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25017 x=552 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25018 x=564 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25020 x=576 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25022 x=588 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25024 x=612 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25025 x=648 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25026 x=660 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25027 x=672 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25030 x=696 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25031 x=1005 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25032 x=744 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25033 x=768 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25034 x=780 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25035 x=1017 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25036 x=804 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25037 x=840 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25038 x=852 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25039 x=864 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25040 x=888 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25045 x=1029 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25052 x=912 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25053 x=924 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25054 x=948 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25055 x=1041 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25057 x=972 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25058 x=996 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25059 x=1020 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25061 x=1056 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25062 x=1068 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25063 x=1092 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25064 x=1152 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25065 x=1164 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25068 x=1176 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25069 x=1188 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25071 x=1200 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25074 x=1053 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25076 x=1224 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25077 x=1236 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25078 x=1248 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25079 x=1260 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25080 x=1065 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25082 x=1356 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25084 x=1368 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25085 x=1380 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25086 x=1392 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25087 x=1404 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25088 x=1077 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25089 x=1440 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25091 x=1452 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25092 x=1464 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25095 x=1476 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25096 x=1089 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25097 x=1500 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25098 x=1512 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25100 x=1101 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25101 x=1113 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25102 x=60 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25104 x=1125 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25105 x=1137 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25106 x=1149 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25107 x=1161 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25108 x=132 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25109 x=1173 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25110 x=1185 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25114 x=1197 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25115 x=1209 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25116 x=1221 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25117 x=1233 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25118 x=1245 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25119 x=276 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25120 x=288 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25121 x=312 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25122 x=324 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25123 x=1257 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25126 x=1269 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25127 x=1281 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25129 x=1293 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25130 x=408 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25131 x=420 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25134 x=1305 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25135 x=1317 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25136 x=1329 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25137 x=1341 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25138 x=1353 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25139 x=1365 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25140 x=528 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25142 x=737 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25144 x=1377 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25145 x=1389 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25147 x=1401 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25149 x=1413 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25150 x=1425 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25151 x=1437 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25152 x=1449 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25153 x=1461 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25154 x=1473 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25155 x=1485 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25156 x=1497 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25158 x=1509 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25159 x=1521 y=444 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25160 x=0 y=461 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25161 x=12 y=461 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25163 x=24 y=461 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25164 x=190 y=444 width=6 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25165 x=996 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25166 x=1008 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25168 x=1020 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25169 x=1032 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25170 x=36 y=457 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25171 x=48 y=457 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25172 x=60 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25173 x=72 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25174 x=84 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25176 x=96 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25178 x=1176 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25179 x=108 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25180 x=1200 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25182 x=1212 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25184 x=120 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25185 x=132 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25187 x=144 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25188 x=378 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25192 x=156 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25197 x=168 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25198 x=180 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25199 x=192 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25201 x=204 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25203 x=216 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25206 x=1392 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25209 x=1428 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25210 x=228 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25211 x=1488 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25212 x=1512 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25213 x=1524 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25214 x=0 y=161 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25215 x=240 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25216 x=24 y=157 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25218 x=252 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25219 x=96 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25220 x=108 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25221 x=264 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25225 x=132 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25226 x=204 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25229 x=216 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25230 x=276 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25231 x=288 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25232 x=300 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25233 x=276 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25234 x=288 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25235 x=312 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25236 x=324 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25237 x=336 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25238 x=348 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25239 x=396 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25240 x=360 y=456 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25241 x=372 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25243 x=432 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25244 x=456 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25246 x=384 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25254 x=396 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25256 x=408 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25259 x=552 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25260 x=588 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25265 x=600 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25267 x=420 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25269 x=432 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25270 x=636 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25271 x=444 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25273 x=660 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25274 x=672 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25275 x=684 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25276 x=708 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25277 x=456 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25278 x=732 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25279 x=468 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25282 x=780 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25284 x=480 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25285 x=492 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25286 x=504 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25287 x=516 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25288 x=900 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25289 x=912 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25290 x=924 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25292 x=528 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25293 x=540 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25294 x=1044 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25295 x=1092 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25296 x=552 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25297 x=564 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25298 x=576 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25299 x=588 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25300 x=1176 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25301 x=1212 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25302 x=1224 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25303 x=1248 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25304 x=1260 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25305 x=1272 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25306 x=600 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25307 x=1296 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25308 x=612 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25309 x=624 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25312 x=1332 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25313 x=636 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25322 x=648 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25324 x=1368 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25325 x=1392 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25326 x=1404 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25327 x=660 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25329 x=1440 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25330 x=1452 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25331 x=1464 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25332 x=672 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25333 x=684 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25334 x=696 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25335 x=1524 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25340 x=12 y=173 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25341 x=24 y=169 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25342 x=36 y=169 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25343 x=48 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25345 x=60 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25346 x=84 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25347 x=708 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25348 x=120 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25351 x=132 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25352 x=144 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25353 x=156 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25354 x=168 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25355 x=720 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25356 x=732 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25357 x=204 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25360 x=216 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25361 x=228 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25363 x=240 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25366 x=264 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25368 x=744 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25369 x=756 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25371 x=768 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25375 x=312 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25383 x=780 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25384 x=792 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25385 x=804 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25386 x=816 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25387 x=372 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25389 x=828 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25391 x=396 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25394 x=420 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25397 x=840 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25398 x=444 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25401 x=456 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25402 x=468 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25403 x=480 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25404 x=852 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25405 x=504 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25406 x=516 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25407 x=864 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25409 x=876 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25410 x=888 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25411 x=900 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25412 x=576 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25414 x=588 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25417 x=600 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25418 x=912 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25419 x=624 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25420 x=924 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25421 x=936 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25422 x=948 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25423 x=960 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25424 x=972 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25426 x=696 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25427 x=984 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25428 x=996 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25429 x=732 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25431 x=744 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25432 x=756 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25433 x=768 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25435 x=1008 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25436 x=792 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25445 x=804 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25446 x=816 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25447 x=828 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25448 x=840 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25449 x=852 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25451 x=1020 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25452 x=876 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25453 x=888 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25454 x=900 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25457 x=1032 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25458 x=936 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25460 x=948 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25461 x=960 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25462 x=1044 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25463 x=996 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25464 x=1008 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25466 x=1020 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25467 x=1044 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25468 x=1056 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25469 x=1140 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25471 x=1068 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25472 x=1080 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25474 x=1212 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25475 x=1248 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25476 x=1308 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25479 x=1320 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25480 x=1092 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25481 x=1368 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25482 x=1380 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25484 x=1104 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25486 x=1116 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25487 x=1524 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25488 x=1128 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25490 x=48 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25492 x=1140 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25493 x=132 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25494 x=1152 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25496 x=156 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25497 x=1164 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25498 x=1176 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25499 x=276 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25502 x=288 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25503 x=324 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25504 x=348 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25505 x=384 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25506 x=408 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25507 x=1188 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25508 x=1200 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25509 x=456 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25510 x=1212 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25511 x=516 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25512 x=1224 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25513 x=576 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25514 x=636 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25515 x=1236 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25516 x=1248 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25517 x=1260 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25518 x=732 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25519 x=1272 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25522 x=1284 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25524 x=864 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25525 x=876 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25531 x=1296 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25533 x=900 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25534 x=936 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25536 x=1308 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25537 x=960 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25539 x=1320 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25540 x=1332 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25541 x=1344 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25542 x=1104 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25544 x=1116 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25545 x=1128 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25550 x=1152 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25551 x=1188 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25552 x=1356 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25553 x=1368 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25554 x=1308 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25555 x=1380 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25556 x=1332 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25557 x=1368 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25558 x=1392 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25562 x=1404 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25563 x=1452 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25564 x=1464 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25568 x=1500 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25569 x=1512 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25571 x=1524 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25573 x=0 y=197 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25577 x=36 y=193 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25578 x=60 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25579 x=1416 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25580 x=108 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25581 x=1428 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25582 x=180 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25586 x=192 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25587 x=1440 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25588 x=228 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25589 x=252 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25590 x=1452 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25591 x=1464 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25592 x=360 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25593 x=1476 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25594 x=1488 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25606 x=456 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25609 x=480 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25610 x=504 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25613 x=1500 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25615 x=552 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25616 x=576 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25618 x=612 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25619 x=648 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25620 x=1512 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25622 x=672 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25623 x=684 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25624 x=696 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25628 x=1524 y=455 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25630 x=720 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25632 x=744 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25634 x=768 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25636 x=0 y=472 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25637 x=792 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25638 x=804 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25640 x=816 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25641 x=840 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25642 x=900 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25644 x=12 y=472 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25645 x=24 y=472 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25647 x=36 y=468 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25648 x=48 y=468 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25652 x=60 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25653 x=1056 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25654 x=1068 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25658 x=1092 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25661 x=72 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25662 x=1116 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25663 x=84 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25666 x=96 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25675 x=1152 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25678 x=108 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25679 x=1176 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25681 x=120 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25682 x=1200 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25683 x=132 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25684 x=144 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25688 x=1236 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25690 x=1260 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25691 x=1272 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25692 x=1284 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25693 x=1296 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25695 x=1308 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25696 x=1320 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25697 x=1344 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25699 x=1356 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25703 x=1368 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25705 x=1416 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25709 x=1440 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25711 x=156 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25715 x=1500 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25716 x=168 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25718 x=12 y=209 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25720 x=36 y=205 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25721 x=48 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25722 x=180 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25723 x=60 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25725 x=72 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25731 x=192 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25733 x=108 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25735 x=204 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25736 x=132 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25743 x=144 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25744 x=156 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25745 x=168 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25746 x=180 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25747 x=204 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25749 x=228 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25752 x=288 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25753 x=360 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25754 x=396 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25755 x=408 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25757 x=216 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25758 x=444 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25759 x=456 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25761 x=228 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25763 x=528 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25764 x=552 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25765 x=564 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25766 x=576 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25768 x=612 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25769 x=648 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25771 x=240 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25772 x=252 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25773 x=744 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25774 x=264 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25776 x=792 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25778 x=840 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25779 x=852 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25785 x=864 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25787 x=888 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25788 x=276 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25789 x=924 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25790 x=936 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25791 x=948 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25793 x=960 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25794 x=972 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25796 x=984 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25797 x=1008 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25799 x=1032 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25801 x=288 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25802 x=300 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25803 x=1056 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25804 x=1068 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25805 x=1080 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25806 x=1092 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25808 x=1104 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25809 x=1128 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25810 x=1152 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25812 x=1164 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25813 x=1176 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25815 x=1188 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25816 x=312 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25818 x=1212 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25824 x=1236 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25825 x=1248 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25826 x=324 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25827 x=1296 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25828 x=1332 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25829 x=1344 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25830 x=1368 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25831 x=336 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25833 x=348 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25834 x=360 y=467 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25836 x=1428 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25837 x=1440 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25839 x=1464 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25840 x=372 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25841 x=1488 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25842 x=384 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25844 x=1512 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25845 x=0 y=221 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25846 x=12 y=221 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25847 x=24 y=217 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25850 x=36 y=217 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25851 x=48 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25853 x=72 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25854 x=84 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25855 x=120 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25856 x=396 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25857 x=144 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25860 x=180 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25861 x=192 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25864 x=204 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25865 x=216 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25866 x=276 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25871 x=300 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25875 x=312 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25876 x=408 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25878 x=348 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25880 x=360 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25881 x=384 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25883 x=396 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25884 x=420 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25885 x=432 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25886 x=456 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25887 x=468 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25890 x=480 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25891 x=420 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25892 x=432 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25894 x=552 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25897 x=564 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25898 x=600 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25899 x=648 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25900 x=672 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25902 x=696 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25903 x=444 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25905 x=456 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25906 x=744 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25908 x=468 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25909 x=780 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25910 x=804 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25911 x=852 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25912 x=480 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25913 x=924 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25914 x=936 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25915 x=492 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25916 x=984 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25917 x=996 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25918 x=1008 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25919 x=1044 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25923 x=504 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25924 x=1092 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25925 x=1140 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25927 x=1200 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25928 x=1260 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25929 x=1284 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25933 x=1332 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25934 x=1404 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25935 x=516 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25936 x=528 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25937 x=132 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25938 x=180 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25940 x=192 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25941 x=204 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25942 x=240 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25943 x=264 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25944 x=300 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25945 x=312 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25949 x=324 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25950 x=336 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25951 x=540 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25952 x=372 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25954 x=384 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25955 x=396 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25958 x=408 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25959 x=420 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25963 x=432 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25964 x=444 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25968 x=468 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25970 x=480 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25972 x=552 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25973 x=564 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25975 x=528 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25976 x=576 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25978 x=588 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25981 x=564 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25985 x=600 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25986 x=600 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25987 x=612 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25988 x=624 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25989 x=648 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25991 x=636 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25992 x=648 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25993 x=660 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25994 x=672 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=25996 x=732 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=25998 x=684 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26000 x=756 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26001 x=696 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26002 x=708 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26005 x=720 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26007 x=804 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26008 x=816 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26009 x=732 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26011 x=840 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26012 x=852 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26013 x=744 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26015 x=876 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26016 x=888 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26017 x=900 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26019 x=756 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26020 x=768 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26021 x=780 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26022 x=792 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26023 x=804 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26027 x=816 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26028 x=984 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26029 x=828 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26030 x=1008 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26031 x=1020 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26032 x=1032 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26034 x=840 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26035 x=852 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26036 x=864 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26037 x=876 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26039 x=888 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26040 x=900 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26041 x=912 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26044 x=1116 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26045 x=924 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26046 x=1140 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26047 x=936 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26049 x=948 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26050 x=1176 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26051 x=1188 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26052 x=1200 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26053 x=960 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26054 x=972 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26056 x=573 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26057 x=984 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26059 x=1248 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26060 x=1260 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26062 x=1272 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26063 x=1284 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26064 x=1296 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26066 x=1308 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26068 x=996 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26070 x=1008 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26071 x=1344 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26072 x=1356 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26073 x=1368 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26075 x=1380 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26079 x=1392 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26080 x=1020 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26081 x=1032 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26082 x=1044 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26083 x=1056 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26085 x=1407 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26086 x=1068 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26087 x=781 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26088 x=22 y=449 width=10 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26089 x=1080 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26092 x=1092 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26093 x=1500 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26096 x=1104 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26097 x=1116 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26098 x=1128 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26100 x=1140 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26101 x=100 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26105 x=1152 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26106 x=1164 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26107 x=1176 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26108 x=72 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26110 x=1386 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26111 x=96 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26112 x=1188 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26114 x=1200 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26115 x=1212 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26116 x=1224 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26118 x=1236 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26119 x=1248 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26120 x=1260 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26121 x=192 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26122 x=1272 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26124 x=360 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26125 x=1284 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26126 x=1296 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26127 x=1308 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26129 x=264 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26130 x=1320 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26131 x=1332 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26132 x=1344 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26133 x=1356 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26134 x=1368 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26140 x=1380 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26141 x=1392 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26142 x=1404 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26143 x=1416 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26144 x=1428 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26145 x=468 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26146 x=480 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26147 x=492 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26148 x=504 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26149 x=528 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26150 x=1440 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26151 x=564 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26152 x=1452 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26153 x=588 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26154 x=1464 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26155 x=1476 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26156 x=1488 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26157 x=1500 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26158 x=1512 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26159 x=1524 y=466 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26160 x=0 y=483 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26161 x=12 y=483 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26163 x=756 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26164 x=24 y=483 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26165 x=36 y=479 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26166 x=48 y=479 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26167 x=60 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26169 x=72 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26170 x=84 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26171 x=96 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26172 x=108 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26175 x=120 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26176 x=912 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26177 x=132 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26178 x=144 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26179 x=156 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26180 x=960 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26181 x=168 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26182 x=984 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26184 x=996 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26185 x=180 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26186 x=192 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26187 x=204 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26188 x=1044 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26190 x=216 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26191 x=228 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26193 x=300 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26194 x=240 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26199 x=1104 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26200 x=252 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26201 x=264 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26202 x=276 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26203 x=288 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26204 x=300 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26205 x=312 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26206 x=324 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26207 x=336 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26208 x=348 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26209 x=360 y=478 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26210 x=1236 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26211 x=372 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26212 x=384 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26213 x=1272 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26214 x=396 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26215 x=408 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26216 x=420 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26217 x=1320 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26218 x=432 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26219 x=444 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26220 x=1368 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26221 x=456 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26222 x=468 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26223 x=480 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26224 x=492 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26227 x=1428 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26228 x=504 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26229 x=422 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26230 x=516 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26231 x=528 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26232 x=540 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26233 x=552 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26234 x=950 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26235 x=1046 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26236 x=1058 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26238 x=1142 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26239 x=564 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26240 x=1238 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26241 x=1250 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26243 x=576 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26244 x=1286 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26247 x=588 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26248 x=600 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26249 x=612 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26251 x=1454 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26252 x=624 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26253 x=636 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26254 x=36 y=13 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26256 x=48 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26257 x=648 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26258 x=660 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26262 x=672 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26263 x=684 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26264 x=696 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26265 x=300 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26266 x=348 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26267 x=708 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26268 x=384 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26269 x=720 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26271 x=660 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26272 x=732 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26274 x=744 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26276 x=732 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26278 x=756 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26283 x=768 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26285 x=852 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26286 x=912 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26289 x=780 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26290 x=1020 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26291 x=792 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26292 x=804 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26293 x=1236 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26296 x=1332 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26297 x=816 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26299 x=828 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26300 x=840 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26302 x=852 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26303 x=864 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26304 x=168 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26305 x=180 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26306 x=192 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26307 x=876 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26308 x=888 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26310 x=900 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26311 x=912 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26312 x=300 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26313 x=312 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26316 x=924 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26318 x=936 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26319 x=948 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26324 x=960 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26326 x=972 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26329 x=984 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26330 x=996 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26331 x=1008 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26332 x=1020 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26333 x=1032 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26335 x=1044 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26336 x=480 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26342 x=1056 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26344 x=564 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26345 x=1068 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26347 x=1080 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26348 x=1092 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26350 x=1104 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26352 x=270 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26354 x=744 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26355 x=756 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26356 x=1116 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26357 x=792 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26359 x=1128 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26360 x=1140 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26361 x=840 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26362 x=1152 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26363 x=1164 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26364 x=1176 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26365 x=140 y=444 width=9 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26366 x=1188 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26367 x=912 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26368 x=1200 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26369 x=1212 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26371 x=984 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26373 x=1224 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26375 x=1056 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26376 x=1232 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26377 x=1236 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26379 x=1248 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26380 x=1260 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26381 x=1272 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26382 x=1260 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26383 x=1284 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26384 x=1296 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26386 x=1308 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26387 x=1320 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26388 x=1320 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26389 x=1332 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26390 x=1344 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26391 x=1368 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26393 x=1356 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26395 x=1392 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26396 x=1404 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26397 x=1416 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26398 x=1440 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26399 x=1452 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26400 x=1368 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26402 x=1380 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26405 x=1392 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26406 x=1404 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26407 x=1512 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26408 x=1416 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26410 x=1428 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26411 x=1440 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26412 x=1452 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26413 x=48 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26414 x=1464 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26417 x=1476 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26419 x=84 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26420 x=108 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26421 x=1488 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26422 x=1500 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26423 x=168 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26424 x=180 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26426 x=38 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26429 x=240 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26430 x=252 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26431 x=1512 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26433 x=288 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26435 x=336 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26437 x=1524 y=477 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26438 x=360 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26439 x=384 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26440 x=408 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26441 x=420 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26444 x=64 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26445 x=0 y=494 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26446 x=12 y=494 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26447 x=24 y=494 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26448 x=492 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26449 x=504 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26451 x=36 y=490 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26452 x=48 y=490 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26453 x=60 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26454 x=576 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26457 x=600 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26460 x=612 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26461 x=72 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26462 x=84 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26463 x=96 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26464 x=672 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26465 x=108 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26466 x=120 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26467 x=132 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26468 x=144 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26469 x=156 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26470 x=780 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26474 x=168 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26476 x=180 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26477 x=192 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26478 x=1068 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26479 x=204 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26480 x=216 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26481 x=228 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26482 x=240 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26483 x=252 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26484 x=1200 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26485 x=1260 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26486 x=1272 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26487 x=264 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26491 x=276 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26492 x=288 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26494 x=300 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26495 x=312 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26496 x=324 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26497 x=336 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26500 x=348 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26501 x=360 y=489 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26503 x=372 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26505 x=384 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26507 x=396 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26508 x=408 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26510 x=420 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26511 x=264 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26512 x=432 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26513 x=444 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26514 x=312 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26515 x=384 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26517 x=456 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26518 x=444 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26519 x=492 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26520 x=468 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26521 x=480 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26522 x=612 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26523 x=492 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26524 x=504 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26525 x=516 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26528 x=660 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26529 x=528 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26530 x=540 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26532 x=720 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26534 x=552 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26537 x=564 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26543 x=756 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26544 x=576 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26545 x=588 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26546 x=600 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26547 x=612 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26548 x=624 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26549 x=636 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26550 x=984 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26551 x=996 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26552 x=648 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26553 x=660 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26555 x=1032 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26556 x=1044 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26557 x=672 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26558 x=684 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26560 x=696 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26561 x=708 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26562 x=1164 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26563 x=1320 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26564 x=720 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26565 x=732 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26566 x=744 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26568 x=756 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26569 x=768 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26570 x=780 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26574 x=1524 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26575 x=0 y=77 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26576 x=12 y=77 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26577 x=24 y=73 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26578 x=36 y=73 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26579 x=60 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26580 x=792 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26583 x=804 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26584 x=816 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26585 x=828 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26586 x=840 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26587 x=852 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26588 x=864 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26589 x=876 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26590 x=396 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26593 x=888 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26594 x=900 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26596 x=432 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26598 x=912 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26599 x=924 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26601 x=936 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26604 x=948 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26606 x=960 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26607 x=972 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26608 x=984 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26609 x=660 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26610 x=996 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26611 x=1008 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26612 x=1020 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26613 x=1032 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26614 x=1044 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26615 x=1056 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26617 x=1068 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26618 x=1080 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26619 x=1092 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26620 x=948 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26622 x=1104 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26623 x=1116 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26625 x=1128 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26626 x=1140 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26627 x=1152 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26628 x=1164 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26629 x=1176 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26640 x=1188 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26643 x=1068 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26644 x=1080 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26646 x=1200 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26647 x=1212 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26648 x=1128 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26649 x=1140 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26653 x=1224 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26654 x=1236 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26655 x=1248 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26657 x=1260 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26658 x=1272 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26663 x=1272 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26664 x=1284 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26665 x=1284 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26666 x=1296 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26667 x=1356 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26668 x=1308 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26669 x=1320 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26671 x=1416 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26672 x=1332 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26673 x=1344 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26674 x=1452 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26675 x=1356 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26676 x=1368 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26680 x=1380 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26681 x=1392 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26683 x=12 y=89 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26684 x=1404 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26685 x=72 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26686 x=1416 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26687 x=108 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26688 x=120 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26689 x=1428 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26690 x=156 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26691 x=168 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26692 x=180 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26693 x=192 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26694 x=1440 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26696 x=1452 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26697 x=228 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26698 x=312 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26700 x=1464 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26701 x=336 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26702 x=1476 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26704 x=1488 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26705 x=1500 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26706 x=1512 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26707 x=1524 y=488 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26708 x=468 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26709 x=0 y=505 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26711 x=12 y=505 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26712 x=24 y=505 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26713 x=36 y=501 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26715 x=660 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26716 x=48 y=501 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26717 x=60 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26719 x=72 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26723 x=732 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26727 x=780 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26731 x=828 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26734 x=84 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26735 x=96 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26736 x=108 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26737 x=120 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26738 x=1008 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26740 x=132 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26741 x=144 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26742 x=156 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26743 x=168 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26745 x=1104 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26746 x=180 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26747 x=192 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26748 x=204 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26750 x=216 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26751 x=228 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26753 x=240 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26754 x=1224 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26755 x=252 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26756 x=264 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26757 x=1296 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26758 x=276 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26760 x=1344 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26765 x=288 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26766 x=1380 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26767 x=300 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26768 x=312 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26771 x=324 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26772 x=336 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26774 x=348 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26775 x=360 y=500 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26776 x=372 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26777 x=384 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26778 x=36 y=97 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26779 x=396 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26780 x=72 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26781 x=408 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26783 x=108 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26784 x=132 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26785 x=168 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26786 x=420 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26787 x=432 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26789 x=444 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26790 x=300 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26791 x=456 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26792 x=468 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26793 x=480 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26794 x=492 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26795 x=504 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26797 x=516 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26798 x=528 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26799 x=540 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26800 x=552 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26801 x=564 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26802 x=576 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26803 x=588 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26804 x=600 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26805 x=768 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26806 x=612 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26809 x=624 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26810 x=972 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26811 x=636 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26812 x=1044 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26819 x=1116 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26820 x=648 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26821 x=660 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26822 x=1164 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26824 x=672 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26825 x=1344 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26826 x=1428 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26827 x=1476 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26828 x=684 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26829 x=696 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26831 x=708 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26832 x=96 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26833 x=144 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26834 x=720 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26835 x=252 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26836 x=732 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26837 x=744 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26838 x=756 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26839 x=768 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26840 x=420 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26841 x=780 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26842 x=792 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26844 x=804 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26845 x=816 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26847 x=828 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26848 x=840 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26849 x=852 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26851 x=708 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26852 x=720 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26853 x=864 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26855 x=768 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26856 x=876 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26858 x=816 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26859 x=852 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26860 x=900 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26861 x=1152 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26862 x=888 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26863 x=1236 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26864 x=900 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26865 x=1284 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26866 x=1308 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26869 x=912 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26870 x=1344 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26871 x=924 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26873 x=936 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26874 x=948 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26875 x=960 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26876 x=84 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26877 x=108 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26880 x=972 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26881 x=984 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26883 x=192 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26884 x=228 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26885 x=996 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26886 x=1008 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26887 x=1020 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26888 x=1032 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26889 x=1044 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26890 x=360 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26891 x=420 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26892 x=468 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26893 x=480 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26894 x=1056 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26895 x=1068 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26896 x=1080 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26897 x=792 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26898 x=816 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26899 x=1092 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26902 x=1104 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26903 x=1128 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26905 x=1116 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26906 x=1128 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26907 x=1140 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26908 x=1416 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26913 x=1152 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26914 x=1164 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26915 x=1176 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26917 x=1188 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26918 x=84 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26920 x=1200 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26922 x=1212 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26928 x=1224 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26929 x=312 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26931 x=1236 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26932 x=336 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26933 x=1248 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26934 x=1260 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26936 x=708 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26937 x=792 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26939 x=1272 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26941 x=960 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26943 x=1284 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26946 x=1308 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26949 x=1296 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26950 x=1308 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26953 x=12 y=149 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26954 x=1320 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26958 x=1332 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26963 x=534 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26964 x=1344 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26965 x=1356 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26967 x=1368 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26969 x=1380 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26970 x=1392 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26971 x=180 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26972 x=1404 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26973 x=240 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26974 x=1416 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26976 x=1428 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26977 x=1440 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26978 x=1452 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26979 x=1464 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26980 x=1476 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26981 x=1488 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26982 x=1500 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26984 x=480 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26985 x=1512 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26986 x=516 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26987 x=1524 y=499 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26988 x=0 y=516 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26989 x=12 y=516 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26990 x=696 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26991 x=24 y=516 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26992 x=720 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26993 x=732 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26994 x=612 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26995 x=36 y=512 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26996 x=852 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=26997 x=48 y=512 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=26999 x=912 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27000 x=936 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27001 x=60 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27002 x=72 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27003 x=984 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27004 x=84 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27005 x=96 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27006 x=108 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27007 x=120 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27008 x=132 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27009 x=1128 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27010 x=144 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27014 x=1236 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27018 x=156 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27021 x=168 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27022 x=180 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27025 x=192 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27026 x=1344 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27028 x=1356 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27029 x=1368 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27030 x=204 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27032 x=1464 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27035 x=216 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27036 x=228 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27040 x=240 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27041 x=228 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27045 x=252 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27046 x=264 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27047 x=264 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27048 x=348 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27051 x=360 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27053 x=276 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27054 x=408 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27055 x=420 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27056 x=288 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27057 x=480 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27058 x=300 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27060 x=312 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27063 x=324 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27064 x=336 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27066 x=348 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27067 x=360 y=511 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27068 x=804 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27070 x=372 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27071 x=384 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27072 x=396 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27073 x=936 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27075 x=972 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27077 x=408 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27079 x=420 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27080 x=432 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27082 x=444 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27083 x=456 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27084 x=1308 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27085 x=1320 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27086 x=468 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27087 x=480 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27088 x=492 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27089 x=504 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27091 x=516 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27094 x=528 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27095 x=96 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27096 x=540 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27097 x=552 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27101 x=276 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27102 x=564 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27106 x=576 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27107 x=324 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27109 x=336 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27111 x=348 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27112 x=588 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27113 x=384 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27114 x=600 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27115 x=612 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27117 x=528 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27118 x=624 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27119 x=552 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27121 x=636 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27122 x=612 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27123 x=636 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27124 x=648 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27125 x=660 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27126 x=672 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27129 x=684 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27131 x=684 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27133 x=696 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27134 x=708 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27135 x=720 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27136 x=912 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27137 x=732 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27138 x=744 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27139 x=756 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27141 x=1200 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27146 x=768 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27147 x=1392 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27148 x=780 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27151 x=792 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27153 x=804 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27154 x=144 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27155 x=180 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27156 x=816 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27157 x=828 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27159 x=840 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27161 x=852 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27162 x=564 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27163 x=864 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27165 x=708 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27166 x=876 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27167 x=888 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27168 x=900 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27169 x=888 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27170 x=948 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27171 x=912 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27172 x=1044 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27176 x=924 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27177 x=1248 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27178 x=1260 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27179 x=936 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27182 x=948 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27184 x=960 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27186 x=972 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27187 x=984 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27188 x=204 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27189 x=996 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27190 x=1008 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27191 x=396 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27192 x=432 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27193 x=540 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27194 x=660 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27195 x=1020 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27197 x=780 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27198 x=1032 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27199 x=1044 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27204 x=972 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27205 x=1056 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27206 x=1044 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27207 x=1068 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27208 x=1128 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27209 x=1140 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27210 x=1080 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27211 x=1092 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27214 x=1104 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27216 x=1116 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27217 x=1128 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27218 x=1140 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27220 x=1152 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27221 x=84 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27222 x=120 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27224 x=1164 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27225 x=1176 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27227 x=684 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27231 x=1188 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27233 x=1200 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27234 x=1212 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27236 x=1224 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27238 x=1236 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27239 x=1248 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27242 x=1284 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27243 x=1380 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27249 x=1392 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27250 x=1416 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27251 x=1260 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27256 x=1272 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27258 x=1284 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27262 x=1296 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27263 x=1308 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27264 x=528 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27265 x=708 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27267 x=1320 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27268 x=768 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27270 x=876 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27271 x=1332 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27273 x=1344 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27275 x=1356 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27277 x=1368 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27278 x=360 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27280 x=492 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27281 x=1380 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27284 x=1392 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27287 x=1404 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27291 x=1416 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27292 x=612 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27293 x=636 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27294 x=1428 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27295 x=1440 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27296 x=696 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27297 x=1452 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27298 x=744 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27299 x=1464 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27301 x=1476 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27306 x=792 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27307 x=828 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27308 x=864 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27310 x=912 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27311 x=924 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27312 x=936 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27313 x=948 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27315 x=960 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27316 x=972 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27320 x=996 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27323 x=1488 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27325 x=1500 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27326 x=1056 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27327 x=1512 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27329 x=1080 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27330 x=1524 y=510 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27331 x=0 y=527 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27334 x=1128 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27336 x=12 y=527 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27337 x=1164 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27340 x=24 y=527 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27344 x=36 y=523 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27345 x=48 y=523 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27347 x=60 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27348 x=72 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27349 x=84 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27350 x=1416 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27354 x=96 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27355 x=1440 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27356 x=108 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27357 x=1476 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27358 x=120 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27359 x=132 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27362 x=144 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27364 x=0 y=245 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27367 x=156 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27368 x=36 y=241 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27370 x=168 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27372 x=180 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27376 x=108 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27377 x=120 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27378 x=192 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27379 x=144 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27384 x=204 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27386 x=216 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27387 x=228 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27388 x=204 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27389 x=228 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27394 x=240 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27395 x=252 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27396 x=252 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27397 x=264 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27398 x=276 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27399 x=288 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27401 x=324 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27402 x=300 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27403 x=312 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27407 x=324 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27408 x=336 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27409 x=348 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27410 x=360 y=522 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27414 x=576 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27415 x=372 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27419 x=384 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27421 x=396 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27422 x=624 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27423 x=408 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27424 x=696 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27425 x=420 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27427 x=744 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27428 x=768 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27431 x=792 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27432 x=804 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27435 x=816 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27436 x=840 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27439 x=852 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27442 x=864 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27445 x=888 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27446 x=900 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27447 x=924 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27448 x=936 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27449 x=948 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27450 x=972 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27451 x=1008 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27453 x=1020 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27454 x=1032 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27455 x=1056 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27459 x=1068 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27462 x=1092 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27463 x=1116 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27465 x=432 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27466 x=1140 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27468 x=1152 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27469 x=1164 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27470 x=1176 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27472 x=1188 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27474 x=1200 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27475 x=1212 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27476 x=444 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27478 x=1248 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27480 x=456 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27481 x=1284 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27483 x=1296 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27485 x=1308 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27487 x=468 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27488 x=480 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27489 x=1380 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27490 x=1392 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27491 x=492 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27492 x=1416 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27493 x=504 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27494 x=686 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27495 x=516 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27497 x=528 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27498 x=540 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27499 x=552 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27500 x=564 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27502 x=576 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27503 x=588 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27504 x=600 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27506 x=612 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27507 x=624 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27508 x=636 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27509 x=648 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27511 x=660 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27512 x=672 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27513 x=684 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27514 x=696 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27515 x=708 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27517 x=720 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27518 x=732 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27519 x=768 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27520 x=744 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27521 x=756 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27522 x=768 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27523 x=780 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27524 x=792 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27525 x=804 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27526 x=816 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27529 x=144 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27530 x=828 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27531 x=204 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27533 x=840 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27541 x=852 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27542 x=276 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27543 x=324 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27544 x=864 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27547 x=876 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27550 x=888 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27551 x=900 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27552 x=396 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27554 x=912 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27555 x=420 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27556 x=432 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27560 x=924 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27561 x=936 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27562 x=948 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27563 x=960 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27564 x=972 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27565 x=984 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27566 x=624 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27567 x=996 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27568 x=1008 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27569 x=816 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27570 x=1020 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27571 x=1032 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27572 x=1044 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27573 x=1056 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27575 x=1068 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27576 x=960 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27577 x=1080 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27578 x=1092 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27579 x=1104 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27580 x=1116 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27581 x=1128 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27582 x=1140 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27583 x=1152 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27584 x=1164 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27587 x=1176 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27588 x=1188 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27589 x=1200 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27590 x=1212 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27591 x=1224 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27592 x=1236 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27593 x=1248 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27595 x=1260 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27596 x=1272 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27597 x=1284 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27598 x=1296 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27599 x=36 y=37 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27602 x=1308 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27603 x=72 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27604 x=132 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27606 x=156 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27607 x=1320 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27608 x=1332 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27610 x=1344 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27611 x=1356 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27615 x=1368 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27617 x=1380 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27619 x=1392 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27622 x=1404 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27623 x=1416 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27627 x=1428 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27628 x=1440 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27630 x=708 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27631 x=720 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27633 x=744 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27635 x=756 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27639 x=1452 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27641 x=1464 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27647 x=1476 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27650 x=1488 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27652 x=1500 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27653 x=1512 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27656 x=1140 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27657 x=1524 y=521 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27658 x=1176 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27661 x=0 y=538 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27662 x=12 y=538 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27663 x=24 y=538 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27664 x=36 y=534 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27665 x=48 y=534 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27666 x=60 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27667 x=72 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27668 x=84 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27671 x=1512 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27673 x=96 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27675 x=108 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27679 x=72 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27683 x=120 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27684 x=132 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27686 x=144 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27687 x=288 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27688 x=156 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27692 x=168 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27694 x=588 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27699 x=624 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27700 x=180 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27701 x=727 y=1137 width=5 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27702 x=192 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27703 x=204 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27704 x=216 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27706 x=72 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=27707 x=228 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27710 x=240 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27711 x=852 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27712 x=252 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27713 x=960 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27714 x=264 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27722 x=276 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27723 x=288 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27725 x=1068 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27726 x=300 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27727 x=1104 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27728 x=1128 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27730 x=1344 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27732 x=312 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27733 x=324 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27735 x=336 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27737 x=348 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27738 x=360 y=533 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27739 x=372 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27740 x=384 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27741 x=396 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27742 x=408 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27743 x=420 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27744 x=336 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27746 x=432 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27751 x=444 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27752 x=456 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27754 x=468 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27755 x=480 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27757 x=492 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27759 x=480 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27760 x=528 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27762 x=504 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27763 x=516 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27764 x=624 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27766 x=684 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27768 x=744 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27769 x=528 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27770 x=540 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27771 x=552 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27773 x=564 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27774 x=576 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27777 x=588 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27778 x=600 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27779 x=612 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27780 x=624 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27781 x=636 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27782 x=996 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27783 x=648 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27784 x=1020 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27785 x=660 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27788 x=1044 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27789 x=672 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27792 x=1116 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27794 x=1152 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27795 x=684 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27796 x=696 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27797 x=708 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27798 x=1260 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27799 x=720 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27800 x=732 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27801 x=1380 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27802 x=1392 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27803 x=1428 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27804 x=1440 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27807 x=744 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27809 x=756 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27810 x=768 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27818 x=780 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27819 x=36 y=85 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27820 x=96 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27821 x=792 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27822 x=804 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27824 x=816 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27825 x=324 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27826 x=828 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27827 x=840 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27828 x=396 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27832 x=852 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27833 x=444 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27834 x=864 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27835 x=876 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27836 x=888 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27837 x=648 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27838 x=900 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27839 x=912 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27841 x=924 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27842 x=936 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27844 x=948 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27845 x=960 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27846 x=948 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27849 x=972 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27850 x=984 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27852 x=996 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27853 x=1092 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27855 x=1116 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27856 x=1128 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27857 x=1008 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27858 x=1020 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27859 x=1200 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27860 x=1212 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27861 x=1236 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27862 x=1032 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27863 x=1044 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27865 x=1056 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27866 x=1068 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27867 x=1080 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27868 x=1092 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27869 x=1104 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27872 x=1452 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27873 x=1116 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27874 x=1512 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27875 x=12 y=101 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27877 x=1128 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27879 x=96 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27880 x=1140 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27881 x=228 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27882 x=1152 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27883 x=348 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27884 x=360 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27885 x=396 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27886 x=408 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27887 x=1164 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27888 x=432 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27889 x=516 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27890 x=1176 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27891 x=1188 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27892 x=1200 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27899 x=1212 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27904 x=720 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27905 x=744 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27908 x=1224 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27911 x=1236 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27914 x=1248 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27915 x=1260 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27916 x=1152 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27918 x=1272 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27919 x=1272 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27921 x=1500 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27922 x=1284 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27923 x=228 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27927 x=1296 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27929 x=336 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27930 x=372 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27931 x=1308 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27934 x=1320 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27935 x=528 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27940 x=1332 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27941 x=1344 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27942 x=1356 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27943 x=1368 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27944 x=684 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27945 x=1380 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27946 x=1392 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27947 x=1212 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27950 x=1248 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27951 x=1332 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27953 x=1404 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27954 x=1416 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27955 x=24 y=121 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27956 x=1428 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27957 x=1440 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27958 x=1452 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27960 x=240 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27961 x=1464 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27963 x=1476 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27964 x=312 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27965 x=348 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27966 x=1488 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27967 x=1500 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27969 x=720 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27972 x=1512 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27973 x=1020 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27991 x=1188 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27992 x=1524 y=532 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27993 x=1392 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27994 x=0 y=549 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27995 x=1452 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=27996 x=12 y=549 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27998 x=24 y=549 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=27999 x=144 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28000 x=36 y=545 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28001 x=252 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28003 x=324 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28004 x=444 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28005 x=48 y=545 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28006 x=900 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28007 x=60 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28009 x=1416 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28010 x=1488 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28012 x=72 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28014 x=84 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28015 x=96 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28016 x=108 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28020 x=108 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28023 x=120 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28024 x=132 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28025 x=216 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28028 x=264 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28032 x=144 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28033 x=348 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28034 x=360 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28037 x=156 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28039 x=168 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28040 x=456 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28041 x=468 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28042 x=180 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28044 x=192 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28045 x=588 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28046 x=204 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28049 x=708 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28050 x=216 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28051 x=228 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28052 x=948 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28053 x=240 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28054 x=1056 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28055 x=252 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28056 x=264 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28057 x=276 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28059 x=1116 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28060 x=1188 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28074 x=1260 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28075 x=1272 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28076 x=1284 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28078 x=288 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28079 x=300 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28082 x=12 y=161 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28084 x=72 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28085 x=312 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28087 x=240 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28088 x=324 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28089 x=336 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28092 x=468 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28093 x=348 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28095 x=360 y=544 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28096 x=624 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28098 x=372 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28100 x=384 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28101 x=396 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28102 x=408 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28103 x=876 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28104 x=420 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28106 x=1104 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28107 x=432 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28108 x=1128 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28110 x=444 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28111 x=456 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28112 x=468 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28113 x=1356 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28114 x=1428 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28117 x=1476 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28118 x=1500 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28120 x=480 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28121 x=180 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28122 x=492 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28123 x=288 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28125 x=504 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28126 x=516 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28127 x=528 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28128 x=540 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28129 x=540 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28130 x=552 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28132 x=564 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28133 x=576 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28134 x=672 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28136 x=588 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28137 x=720 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28138 x=780 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28139 x=600 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28140 x=972 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28142 x=612 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28143 x=1164 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28144 x=1332 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28145 x=624 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28146 x=636 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28147 x=96 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28148 x=648 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28149 x=660 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28150 x=432 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28151 x=672 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28152 x=660 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28153 x=720 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28154 x=684 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28155 x=696 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28156 x=708 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28160 x=720 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28164 x=1320 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28165 x=1416 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28167 x=732 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28168 x=84 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28169 x=132 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28170 x=744 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28171 x=348 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28179 x=756 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28181 x=936 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28183 x=768 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28185 x=996 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28186 x=780 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28187 x=1164 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28189 x=792 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28190 x=804 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28191 x=1224 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28192 x=816 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28193 x=1512 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28194 x=828 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28195 x=840 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28196 x=516 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28197 x=852 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28198 x=864 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28199 x=912 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28201 x=876 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28203 x=888 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28204 x=1200 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28205 x=900 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28206 x=1500 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28207 x=132 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28210 x=324 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28212 x=912 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28214 x=720 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28216 x=960 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28217 x=924 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28218 x=1440 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28219 x=936 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28220 x=948 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28222 x=960 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28226 x=972 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28227 x=984 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28228 x=996 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28229 x=672 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28232 x=708 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28233 x=1008 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28234 x=1020 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28235 x=1032 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28236 x=1044 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28237 x=1068 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28238 x=1044 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28239 x=1056 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28241 x=1068 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28242 x=1080 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28243 x=1092 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28244 x=1104 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28246 x=1116 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28247 x=1128 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28248 x=1140 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28251 x=1428 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28252 x=1152 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28253 x=1164 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28254 x=1512 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28255 x=1176 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28258 x=1188 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28259 x=1200 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28263 x=1212 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28264 x=1224 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28267 x=1236 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28270 x=1248 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28271 x=1260 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28274 x=240 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28275 x=276 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28278 x=288 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28283 x=300 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28285 x=1272 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28286 x=336 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28287 x=1284 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28288 x=1296 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28290 x=408 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28297 x=1308 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28300 x=1320 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28301 x=1332 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28303 x=612 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28304 x=1344 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28307 x=1356 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28310 x=720 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28312 x=1128 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28313 x=1224 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28316 x=1368 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28317 x=1380 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28319 x=1392 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28320 x=1404 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28322 x=1416 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28325 x=830 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28327 x=1428 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28330 x=1440 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28331 x=1452 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28333 x=1464 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28334 x=1476 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28335 x=1488 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28337 x=1500 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28338 x=1502 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28339 x=1512 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28340 x=60 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28342 x=120 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28343 x=1524 y=543 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28346 x=0 y=560 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28347 x=12 y=560 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28348 x=24 y=560 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28349 x=36 y=556 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28351 x=48 y=556 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28352 x=60 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28353 x=72 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28354 x=924 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28355 x=84 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28356 x=1224 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28357 x=1476 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28359 x=96 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28360 x=48 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28361 x=108 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28362 x=120 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28363 x=132 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28364 x=144 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28365 x=156 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28366 x=372 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28367 x=168 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28369 x=180 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28371 x=456 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28372 x=468 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28373 x=552 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28377 x=192 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28378 x=600 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28379 x=204 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28381 x=780 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28382 x=804 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28390 x=852 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28395 x=216 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28396 x=228 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28397 x=240 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28398 x=252 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28399 x=1032 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28402 x=264 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28404 x=276 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28407 x=1224 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28408 x=288 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28409 x=300 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28411 x=312 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28413 x=1308 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28414 x=1332 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28415 x=324 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28417 x=336 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28418 x=348 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28420 x=1464 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28422 x=360 y=555 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28424 x=1488 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28425 x=1500 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28426 x=1524 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28428 x=0 y=41 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28429 x=372 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28431 x=384 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28432 x=264 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28433 x=348 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28435 x=432 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28436 x=456 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28437 x=396 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28438 x=516 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28440 x=408 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28442 x=420 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28443 x=432 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28448 x=444 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28450 x=648 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28451 x=456 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28453 x=864 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28454 x=924 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28457 x=468 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28458 x=480 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28459 x=492 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28460 x=1164 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28461 x=504 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28463 x=516 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28464 x=1356 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28465 x=1380 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28466 x=528 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28467 x=1452 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28469 x=1476 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28470 x=540 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28472 x=1524 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28475 x=552 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28476 x=564 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28478 x=576 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28479 x=276 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28481 x=588 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28485 x=600 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28495 x=612 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28497 x=624 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28498 x=636 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28499 x=648 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28500 x=660 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28503 x=672 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28504 x=912 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28505 x=684 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28506 x=696 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28507 x=1020 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28508 x=1080 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28509 x=1368 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28510 x=1440 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28511 x=708 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28512 x=720 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28513 x=1476 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28514 x=732 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28516 x=744 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28518 x=756 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28520 x=192 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28524 x=768 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28525 x=780 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28526 x=384 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28527 x=792 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28528 x=420 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28532 x=804 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28536 x=816 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28538 x=828 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28540 x=588 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28541 x=840 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28542 x=792 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28544 x=852 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28545 x=864 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28546 x=864 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28547 x=876 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28548 x=888 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28550 x=900 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28551 x=912 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28552 x=984 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28555 x=924 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28556 x=936 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28557 x=948 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28558 x=1200 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28560 x=960 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28561 x=972 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28562 x=984 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28563 x=1308 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28564 x=1464 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28566 x=996 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28567 x=1008 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28568 x=1524 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28570 x=144 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28573 x=204 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28575 x=216 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28576 x=1020 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28577 x=1032 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28579 x=1044 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28580 x=1056 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28581 x=1068 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28582 x=1080 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28583 x=1092 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28584 x=1104 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28586 x=1116 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28590 x=1128 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28591 x=1140 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28592 x=876 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28593 x=1152 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28595 x=1044 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28597 x=1164 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28598 x=1176 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28599 x=1188 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28601 x=1200 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28604 x=1212 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28606 x=1224 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28608 x=1404 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28609 x=1236 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28610 x=1416 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28611 x=1248 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28613 x=1260 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28614 x=48 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28615 x=1272 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28616 x=1284 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28617 x=1296 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28618 x=576 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28628 x=1308 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28629 x=1320 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28632 x=696 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28634 x=1332 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28635 x=1344 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28638 x=1008 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28639 x=1128 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28640 x=1488 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28641 x=1356 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28644 x=312 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28648 x=408 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28649 x=1368 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28651 x=600 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28652 x=624 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28654 x=1380 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28655 x=1392 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28656 x=1404 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28657 x=804 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28659 x=1416 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28661 x=1428 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28662 x=1440 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28665 x=1452 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28666 x=168 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28668 x=276 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28669 x=288 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28670 x=1464 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28672 x=1476 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28673 x=1488 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28677 x=1500 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28678 x=1428 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28679 x=1512 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28681 x=72 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28682 x=1524 y=554 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28683 x=504 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28685 x=1212 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28687 x=0 y=571 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28689 x=12 y=571 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28693 x=24 y=571 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28695 x=36 y=567 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28696 x=48 y=567 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28698 x=168 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28699 x=60 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28701 x=72 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28702 x=84 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28703 x=492 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28704 x=96 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28707 x=108 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28710 x=120 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28711 x=132 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28712 x=144 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28716 x=156 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28719 x=168 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28720 x=180 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28722 x=1308 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28724 x=192 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28727 x=204 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28729 x=324 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28730 x=372 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28732 x=528 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28734 x=216 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28739 x=228 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28740 x=240 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28743 x=252 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28744 x=264 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28745 x=276 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28746 x=288 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28747 x=300 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28748 x=1284 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28750 x=312 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28753 x=324 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28756 x=336 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28757 x=348 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28760 x=360 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28765 x=360 y=566 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28766 x=372 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28771 x=384 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28772 x=396 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28773 x=408 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28777 x=420 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28779 x=432 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28780 x=78 y=1158 width=11 height=4 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=28782 x=444 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28783 x=0 y=185 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28784 x=456 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28789 x=468 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28790 x=480 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28792 x=756 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28796 x=852 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28797 x=492 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28798 x=504 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28801 x=516 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28805 x=528 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28806 x=540 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28809 x=552 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28810 x=1104 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28814 x=564 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28818 x=576 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28820 x=1452 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28821 x=129 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28822 x=588 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28823 x=600 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28824 x=612 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28825 x=624 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28827 x=636 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28831 x=648 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28836 x=660 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28843 x=672 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28844 x=684 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28845 x=696 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28846 x=540 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28847 x=708 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28848 x=720 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28849 x=732 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28851 x=744 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28852 x=756 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28855 x=768 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28856 x=1092 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28857 x=780 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28858 x=792 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28859 x=804 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28872 x=816 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28874 x=828 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28875 x=1320 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28879 x=840 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28881 x=852 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28883 x=864 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28884 x=876 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28885 x=1524 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28886 x=12 y=245 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28888 x=48 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28889 x=60 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28892 x=888 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28893 x=900 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28895 x=912 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28900 x=180 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28908 x=924 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28913 x=936 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28921 x=948 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28922 x=456 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28925 x=960 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28931 x=600 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28932 x=972 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28933 x=984 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28934 x=996 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28935 x=1008 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28936 x=1020 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28937 x=1032 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28939 x=194 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28940 x=1044 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28943 x=1056 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28948 x=1226 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28953 x=1068 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28954 x=1298 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28956 x=1080 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28958 x=1092 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28960 x=12 y=17 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28961 x=1104 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28966 x=1116 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28971 x=1128 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28973 x=360 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28974 x=1140 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28975 x=1152 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28976 x=1164 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28977 x=780 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28982 x=1056 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28984 x=1176 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28988 x=156 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28993 x=240 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=28997 x=1188 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28998 x=1200 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=28999 x=360 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29001 x=1212 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29002 x=1224 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29003 x=1236 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29004 x=1248 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29006 x=1260 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29008 x=1272 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29009 x=900 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29010 x=924 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29011 x=1284 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29013 x=1296 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29014 x=1308 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29015 x=1320 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29017 x=1332 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29018 x=1344 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29020 x=1356 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29022 x=1368 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29024 x=1380 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29026 x=24 y=37 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29028 x=60 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29029 x=1392 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29030 x=1404 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29031 x=1416 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29032 x=1428 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29033 x=1440 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29036 x=1452 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29038 x=1020 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29049 x=1464 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29053 x=1104 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29056 x=1476 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29060 x=1344 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29061 x=1488 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29063 x=1488 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29064 x=1500 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29066 x=1512 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29068 x=1524 y=565 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29071 x=0 y=582 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29074 x=552 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29076 x=636 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29077 x=12 y=582 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29078 x=24 y=582 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29081 x=36 y=578 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29082 x=48 y=578 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29083 x=60 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29087 x=972 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29088 x=72 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29090 x=84 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29096 x=1464 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29100 x=120 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29102 x=96 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29103 x=144 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29104 x=216 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29105 x=360 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29106 x=108 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29107 x=120 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29113 x=132 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29114 x=564 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29118 x=144 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29119 x=816 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29120 x=156 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29121 x=168 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29123 x=180 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29124 x=960 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29128 x=192 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29129 x=204 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29131 x=216 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29132 x=1104 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29134 x=228 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29136 x=1236 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29138 x=1296 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29139 x=240 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29140 x=252 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29141 x=348 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29142 x=264 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29143 x=276 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29145 x=288 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29146 x=600 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29148 x=300 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29151 x=672 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29152 x=708 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29157 x=720 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29158 x=840 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29159 x=312 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29164 x=324 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29165 x=336 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29166 x=348 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29172 x=1176 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29173 x=1248 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29176 x=360 y=577 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29177 x=372 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29179 x=384 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29180 x=1440 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29182 x=396 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29183 x=408 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29184 x=420 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29190 x=432 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29191 x=612 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29192 x=444 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29193 x=456 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29197 x=468 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29200 x=480 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29203 x=492 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29205 x=504 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29207 x=516 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29210 x=732 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29211 x=528 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29213 x=540 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29215 x=552 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29220 x=564 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29224 x=576 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29226 x=588 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29227 x=1492 y=1147 width=11 height=5 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=29228 x=600 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29229 x=612 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29231 x=624 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29232 x=636 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29234 x=648 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29236 x=660 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29237 x=144 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29238 x=672 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29240 x=684 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29241 x=696 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29242 x=708 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29243 x=720 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29244 x=732 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29245 x=744 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29246 x=756 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29247 x=1527 y=1126 width=8 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29248 x=768 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29249 x=780 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29250 x=792 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29251 x=1380 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29253 x=120 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29254 x=612 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29255 x=804 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29256 x=816 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29259 x=744 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29260 x=816 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29262 x=828 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29263 x=840 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29264 x=852 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29266 x=1344 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29267 x=864 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29269 x=876 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29270 x=300 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29271 x=432 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29272 x=492 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29273 x=888 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29274 x=900 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29275 x=912 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29276 x=567 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29277 x=864 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29278 x=1464 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29279 x=924 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29280 x=420 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29281 x=468 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29282 x=936 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29283 x=1068 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29287 x=1428 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29288 x=336 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29289 x=708 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29291 x=948 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29294 x=948 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29295 x=1212 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29297 x=432 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29298 x=732 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29300 x=960 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29303 x=1044 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29304 x=972 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29305 x=984 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29307 x=996 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29308 x=1008 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29309 x=1020 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29310 x=1032 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29311 x=1044 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29312 x=1056 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29313 x=1068 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29314 x=768 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29316 x=1080 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29319 x=1092 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29321 x=1104 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29325 x=1152 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29326 x=1212 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29330 x=1224 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29331 x=1236 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29334 x=1332 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29339 x=1404 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29344 x=1452 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29346 x=1488 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29351 x=1104 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29352 x=1116 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29356 x=1128 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29357 x=666 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29358 x=348 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29359 x=1140 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29360 x=552 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29361 x=508 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29362 x=1152 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29364 x=1164 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29366 x=1332 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29369 x=1356 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29374 x=1404 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29376 x=842 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29377 x=1176 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29378 x=1188 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29379 x=1200 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29380 x=1430 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29382 x=156 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29383 x=168 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29385 x=1212 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29388 x=1224 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29390 x=1236 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29392 x=1248 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29394 x=1260 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29397 x=1272 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29398 x=1284 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29399 x=1296 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29400 x=408 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29401 x=1308 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29403 x=612 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29407 x=1320 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29408 x=1332 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29409 x=1188 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29410 x=1344 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29413 x=1356 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29417 x=1272 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29420 x=1284 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29421 x=1344 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29427 x=1356 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29428 x=1368 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29431 x=1380 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29432 x=1392 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29433 x=528 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29434 x=1404 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29435 x=1416 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29436 x=636 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29437 x=1428 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29438 x=1440 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29442 x=1452 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29444 x=1404 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29445 x=36 y=49 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29447 x=120 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29450 x=1464 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29451 x=1476 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29453 x=1488 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29458 x=708 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29459 x=1500 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29462 x=1512 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29463 x=1524 y=576 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29464 x=0 y=593 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29465 x=12 y=593 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29467 x=24 y=593 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29468 x=408 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29469 x=456 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29470 x=468 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29471 x=36 y=589 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29474 x=48 y=589 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29476 x=60 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29477 x=72 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29479 x=84 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29480 x=96 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29481 x=108 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29482 x=120 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29483 x=1488 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29484 x=132 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29486 x=372 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29487 x=420 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29489 x=144 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29490 x=156 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29491 x=168 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29492 x=180 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29493 x=192 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29494 x=204 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29495 x=216 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29497 x=1356 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29498 x=228 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29499 x=240 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29501 x=252 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29502 x=264 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29503 x=420 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29507 x=684 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29508 x=276 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29509 x=288 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29517 x=1512 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29518 x=300 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29519 x=648 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29520 x=672 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29522 x=312 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29526 x=324 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29527 x=336 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29528 x=348 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29533 x=360 y=588 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29534 x=372 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29535 x=1224 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29536 x=384 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29539 x=396 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29542 x=408 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29543 x=420 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29544 x=432 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29545 x=156 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29546 x=336 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29547 x=384 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29548 x=444 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29550 x=456 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29551 x=468 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29552 x=816 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29553 x=864 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29554 x=1080 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29557 x=480 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29559 x=1104 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29560 x=648 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29561 x=492 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29562 x=504 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29563 x=1116 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29564 x=516 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29568 x=528 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29569 x=540 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29571 x=552 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29572 x=564 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29573 x=660 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29574 x=240 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29575 x=576 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29577 x=588 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29578 x=600 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29579 x=612 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29582 x=624 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29584 x=636 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29587 x=648 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29588 x=660 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29589 x=672 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29590 x=684 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29591 x=696 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29592 x=708 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29596 x=720 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29598 x=732 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29599 x=744 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29600 x=156 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29602 x=756 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29605 x=768 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29606 x=648 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29608 x=780 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29609 x=792 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29610 x=1262 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29611 x=804 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29613 x=204 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29618 x=636 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29619 x=708 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29621 x=720 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29623 x=36 y=25 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29625 x=264 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29626 x=816 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29627 x=384 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29628 x=828 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29629 x=840 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29631 x=852 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29632 x=1212 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29634 x=864 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29637 x=1380 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29638 x=1476 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29640 x=876 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29641 x=888 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29642 x=900 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29643 x=912 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29644 x=924 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29645 x=1284 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29646 x=180 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29647 x=936 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29650 x=696 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29651 x=732 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29654 x=780 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29657 x=828 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29661 x=948 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29662 x=960 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29664 x=972 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29665 x=984 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29667 x=996 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29668 x=924 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29669 x=1008 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29670 x=1020 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29671 x=1008 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29673 x=1032 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29674 x=1212 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29677 x=1512 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29678 x=703 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29681 x=1044 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29684 x=852 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29685 x=1056 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29687 x=1068 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29688 x=1080 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29689 x=1332 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29690 x=1092 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29691 x=1488 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29693 x=1104 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29694 x=1116 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29695 x=1128 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29696 x=912 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29697 x=468 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29699 x=1428 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29700 x=1140 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29701 x=72 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29702 x=1152 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29703 x=1164 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29705 x=708 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29706 x=1176 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29713 x=1188 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29715 x=36 y=145 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29722 x=1200 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29723 x=1212 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29729 x=444 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29730 x=1224 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29732 x=1236 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29733 x=1248 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29734 x=1260 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29736 x=1272 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29737 x=1284 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29738 x=1512 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29739 x=192 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29740 x=1296 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29741 x=648 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29742 x=984 y=180 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29743 x=1308 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29744 x=780 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29745 x=1320 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29746 x=1332 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29747 x=516 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29748 x=1344 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29749 x=1356 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29750 x=1368 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29753 x=1380 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29754 x=588 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29759 x=1392 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29760 x=1404 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29761 x=1416 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29763 x=132 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29764 x=168 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29766 x=1428 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29767 x=1260 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29771 x=854 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29773 x=1310 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29777 x=348 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29778 x=1440 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29779 x=864 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29781 x=1452 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29783 x=1464 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29785 x=1476 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29786 x=564 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29787 x=1488 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29788 x=1500 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29789 x=1080 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29790 x=1512 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29791 x=1524 y=587 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29792 x=0 y=604 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29794 x=132 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29795 x=756 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29796 x=828 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29798 x=936 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29799 x=972 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29800 x=12 y=604 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29801 x=624 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29802 x=24 y=604 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29803 x=36 y=600 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29805 x=48 y=600 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29806 x=60 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29807 x=72 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29808 x=240 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29809 x=792 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29810 x=0 y=125 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29811 x=84 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29814 x=696 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29822 x=1524 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29824 x=240 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29825 x=72 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29827 x=96 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29829 x=552 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29830 x=96 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29831 x=108 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29832 x=120 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29833 x=132 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29835 x=1152 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29839 x=144 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29840 x=1188 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29841 x=156 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29842 x=168 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29847 x=180 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29848 x=1512 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29849 x=504 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29850 x=192 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29852 x=204 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29854 x=216 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29855 x=228 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29856 x=396 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29857 x=240 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29858 x=252 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29859 x=1248 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29861 x=264 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29862 x=276 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29863 x=288 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29864 x=300 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29865 x=1008 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29866 x=312 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29867 x=324 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29870 x=1032 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29871 x=1068 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29872 x=336 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29873 x=348 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29874 x=360 y=599 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29877 x=372 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29881 x=672 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29882 x=384 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29883 x=396 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29885 x=408 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29887 x=564 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29896 x=420 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29897 x=432 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29898 x=1080 y=216 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29900 x=552 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29903 x=660 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29904 x=780 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29907 x=444 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29908 x=456 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29910 x=876 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29912 x=480 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29914 x=468 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29915 x=480 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29916 x=492 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29918 x=504 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29919 x=516 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29920 x=1140 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29922 x=528 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29923 x=192 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29924 x=144 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29926 x=540 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29927 x=552 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29928 x=564 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29929 x=576 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29930 x=588 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29931 x=600 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29934 x=612 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29935 x=586 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29936 x=624 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29937 x=636 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29938 x=648 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29940 x=1032 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29942 x=651 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29943 x=1092 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29944 x=660 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29946 x=672 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29947 x=365 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29948 x=684 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29951 x=696 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29953 x=456 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29955 x=708 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29956 x=720 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29957 x=732 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29958 x=744 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29964 x=404 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29965 x=1476 y=204 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29966 x=155 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29969 x=417 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29970 x=664 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29971 x=756 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29973 x=768 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29974 x=780 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29975 x=720 y=156 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29976 x=1452 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29978 x=1452 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29980 x=312 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29982 x=804 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29983 x=816 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29984 x=828 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29985 x=840 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29986 x=852 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29987 x=864 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29988 x=876 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29989 x=888 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29990 x=900 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29991 x=708 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=29992 x=912 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29993 x=1210 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29994 x=924 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29995 x=936 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29996 x=290 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=29999 x=948 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30000 x=960 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30001 x=972 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30002 x=130 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30003 x=984 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30006 x=972 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30007 x=1199 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30008 x=996 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30009 x=1008 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30010 x=1020 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30011 x=1032 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30012 x=1044 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30013 x=1056 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30014 x=1166 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30015 x=828 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30016 x=1068 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30019 x=1092 y=168 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30020 x=1080 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30022 x=744 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30023 x=1092 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30024 x=1104 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30025 x=1116 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30026 x=1128 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30027 x=648 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30028 x=1140 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30029 x=1152 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30030 x=1164 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30031 x=1176 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30032 x=1188 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30033 x=1200 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30034 x=1068 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30036 x=1212 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30039 x=1224 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30041 x=1236 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30042 x=1248 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30043 x=684 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30044 x=1260 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30045 x=1080 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30046 x=1272 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30047 x=1284 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30048 x=1427 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30049 x=1296 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30050 x=1308 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30052 x=1320 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30053 x=1332 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30054 x=1344 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30055 x=1356 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30057 x=216 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30058 x=1368 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30059 x=1380 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30060 x=84 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30061 x=24 y=241 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30063 x=1392 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30064 x=1404 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30065 x=1416 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30066 x=1464 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30067 x=1428 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30068 x=1440 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30069 x=1452 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30070 x=1464 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30071 x=1476 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30072 x=1488 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30073 x=1500 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30074 x=1512 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30075 x=1524 y=598 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30076 x=0 y=615 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30077 x=12 y=615 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30078 x=24 y=615 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30079 x=36 y=611 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30081 x=48 y=611 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30082 x=60 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30085 x=72 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30086 x=84 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30087 x=96 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30089 x=108 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30090 x=120 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30091 x=132 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30092 x=144 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30094 x=156 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30095 x=482 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30096 x=168 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30097 x=180 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30098 x=540 y=144 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30099 x=1020 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30100 x=48 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30101 x=1332 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30105 x=1188 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30106 x=288 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30108 x=96 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30109 x=1416 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30114 x=1224 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30115 x=1128 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30116 x=1116 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30117 x=1092 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30123 x=936 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30128 x=840 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30129 x=1466 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30130 x=866 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30131 x=1344 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30132 x=876 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30133 x=636 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30135 x=720 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30136 x=348 y=228 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30137 x=1380 y=192 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30138 x=432 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30140 x=192 y=132 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30141 x=24 y=133 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30142 x=1236 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30143 x=1176 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30144 x=1104 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30145 x=996 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30146 x=936 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30147 x=924 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30148 x=888 y=120 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30149 x=1392 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30150 x=1296 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30151 x=936 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30154 x=588 y=108 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30156 x=1368 y=96 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30157 x=1308 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30158 x=1284 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30159 x=1272 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30162 x=1260 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30163 x=1164 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30164 x=480 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30165 x=300 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30167 x=264 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30168 x=252 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30169 x=240 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30171 x=1500 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30172 x=96 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30173 x=1428 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30174 x=1236 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30175 x=1176 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30176 x=1164 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30177 x=948 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30178 x=936 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30179 x=768 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30180 x=732 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30183 x=720 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30185 x=708 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30188 x=648 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30190 x=636 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30191 x=576 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30192 x=528 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30193 x=492 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30194 x=228 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30195 x=132 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30196 x=120 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30201 x=108 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30202 x=96 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30204 x=84 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30206 x=72 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30207 x=12 y=29 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30208 x=0 y=29 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30209 x=1512 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30210 x=1500 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30211 x=1488 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30212 x=1464 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30215 x=1452 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30216 x=1440 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30217 x=1428 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30218 x=1416 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30219 x=1404 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30220 x=1392 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30221 x=1380 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30223 x=1368 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30226 x=1356 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30227 x=1344 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30229 x=1320 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30230 x=1308 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30232 x=1296 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30233 x=1272 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30235 x=1260 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30236 x=1212 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30237 x=1200 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30238 x=1188 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30239 x=1152 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30240 x=1140 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30241 x=1128 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30242 x=1116 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30243 x=1104 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30244 x=1092 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30245 x=1080 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30246 x=1068 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30247 x=1044 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30248 x=1032 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30249 x=1008 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30253 x=996 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30256 x=972 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30258 x=948 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30259 x=936 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30260 x=888 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30261 x=864 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30264 x=840 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30265 x=816 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30266 x=804 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30267 x=792 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30268 x=744 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30272 x=696 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30273 x=672 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30274 x=648 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30275 x=624 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30276 x=612 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30277 x=600 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30278 x=588 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30279 x=576 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30280 x=564 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30281 x=552 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30282 x=540 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30283 x=528 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30284 x=516 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30286 x=504 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30290 x=492 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30293 x=480 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30294 x=468 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30296 x=456 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30297 x=444 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30300 x=432 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30303 x=420 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30305 x=408 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30306 x=396 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30308 x=372 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30309 x=324 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30311 x=312 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30312 x=288 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30313 x=276 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30314 x=264 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30316 x=252 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30317 x=240 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30318 x=228 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30319 x=216 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30320 x=192 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30321 x=180 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30322 x=132 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30324 x=108 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30326 x=845 y=1147 width=11 height=7 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=30328 x=192 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30330 x=204 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30331 x=216 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30332 x=228 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30333 x=120 y=444 width=9 height=11 xoffset=1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30334 x=240 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30336 x=1221 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30337 x=252 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30338 x=84 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30339 x=264 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30340 x=72 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30341 x=0 y=17 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30342 x=1490 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30343 x=276 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30344 x=1478 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30347 x=288 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30348 x=1442 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30349 x=1418 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30350 x=1406 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30352 x=1394 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30355 x=300 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30357 x=312 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30358 x=1382 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30361 x=324 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30362 x=1370 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30363 x=336 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30364 x=1358 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30365 x=1346 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30366 x=1322 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30367 x=1274 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30368 x=1214 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30369 x=1202 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30370 x=1178 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30371 x=348 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30372 x=360 y=610 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30373 x=1166 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30374 x=1154 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30375 x=372 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30376 x=384 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30378 x=1130 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30381 x=1118 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30382 x=1106 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30383 x=396 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30384 x=1094 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30388 x=1082 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30390 x=1034 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30391 x=1022 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30392 x=408 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30393 x=420 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30394 x=432 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30397 x=1010 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30399 x=975 y=1137 width=11 height=9 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=30401 x=444 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30402 x=456 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30403 x=468 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30405 x=480 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30406 x=492 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30408 x=504 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30409 x=516 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30410 x=528 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30411 x=998 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30412 x=540 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30413 x=552 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30414 x=564 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30418 x=576 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30420 x=588 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30422 x=600 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30423 x=612 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30425 x=624 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30427 x=986 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30428 x=636 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30430 x=974 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30431 x=648 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30432 x=660 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30433 x=672 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30435 x=684 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30436 x=962 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30437 x=696 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30438 x=708 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30439 x=720 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30440 x=732 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30442 x=744 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30443 x=938 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30444 x=926 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30446 x=140 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30448 x=756 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30449 x=768 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30450 x=780 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30452 x=902 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30454 x=792 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30456 x=890 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30457 x=878 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30459 x=804 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30460 x=816 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30462 x=828 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30464 x=840 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30465 x=852 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30468 x=864 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30470 x=770 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30471 x=876 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30472 x=758 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30473 x=825 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30474 x=888 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30475 x=900 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30476 x=912 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30478 x=924 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30482 x=936 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30484 x=948 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30485 x=746 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30487 x=960 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30489 x=972 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30490 x=734 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30491 x=722 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30492 x=710 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30494 x=984 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30495 x=996 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30496 x=1008 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30498 x=698 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30500 x=1020 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30501 x=1032 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30502 x=674 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30504 x=1044 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30505 x=1056 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30509 x=662 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30510 x=1068 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30511 x=650 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30516 x=1080 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30517 x=638 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30518 x=1092 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30519 x=1104 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30520 x=1116 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30521 x=1128 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30522 x=626 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30524 x=1140 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30525 x=1152 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30526 x=1164 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30528 x=1176 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30530 x=614 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30533 x=1188 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30534 x=602 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30535 x=1200 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30538 x=1212 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30541 x=1224 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30542 x=1236 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30543 x=1248 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30546 x=1260 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30550 x=590 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30551 x=1272 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30552 x=1284 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30554 x=1296 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30555 x=1308 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30556 x=1320 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30558 x=1332 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30559 x=578 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30560 x=566 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30561 x=1344 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30562 x=1356 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30563 x=554 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30564 x=1368 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30565 x=542 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30566 x=1380 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30567 x=1392 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30568 x=1404 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30570 x=1416 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30571 x=1428 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30572 x=1440 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30576 x=1452 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30578 x=1464 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30579 x=530 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30580 x=1476 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30585 x=1488 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30586 x=1500 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30588 x=1512 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30589 x=1524 y=609 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30590 x=0 y=626 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30591 x=12 y=626 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30592 x=24 y=626 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30596 x=410 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30603 x=374 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30604 x=36 y=622 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30605 x=48 y=622 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30606 x=362 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30609 x=60 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30612 x=350 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30613 x=72 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30614 x=84 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30618 x=338 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30622 x=96 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30623 x=108 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30624 x=266 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30626 x=254 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30628 x=120 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30629 x=230 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30631 x=132 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30633 x=144 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30634 x=156 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30636 x=168 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30637 x=218 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30638 x=180 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30639 x=192 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30640 x=204 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30641 x=206 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30643 x=1440 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30645 x=228 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30646 x=1452 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30647 x=252 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30649 x=264 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30651 x=1464 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30652 x=1476 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30653 x=1488 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30654 x=312 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30655 x=324 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30659 x=336 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30663 x=348 y=621 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30665 x=1500 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30669 x=372 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30673 x=1512 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30674 x=1524 y=240 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30677 x=408 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30679 x=420 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30681 x=432 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30682 x=444 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30683 x=456 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30684 x=468 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30686 x=480 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30687 x=492 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30688 x=504 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30690 x=0 y=257 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30691 x=528 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30692 x=12 y=257 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30693 x=24 y=253 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30694 x=36 y=253 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30695 x=48 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30697 x=60 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30698 x=72 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30700 x=84 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30701 x=624 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30702 x=636 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30703 x=96 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30704 x=660 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30705 x=672 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30707 x=684 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30708 x=696 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30712 x=708 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30715 x=720 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30716 x=732 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30722 x=744 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30725 x=108 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30726 x=768 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30729 x=780 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30732 x=792 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30733 x=120 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30734 x=816 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30737 x=828 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30738 x=132 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30740 x=852 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30741 x=144 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30745 x=876 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30749 x=888 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30752 x=900 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30753 x=912 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30754 x=924 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30755 x=936 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30757 x=948 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30758 x=960 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30759 x=972 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30764 x=984 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30765 x=996 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30766 x=156 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30768 x=1020 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30770 x=1032 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30772 x=1044 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30773 x=1056 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30775 x=1068 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30778 x=1080 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30783 x=168 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30787 x=1104 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30788 x=1116 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30789 x=1128 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30791 x=1140 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30792 x=1152 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30796 x=180 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30798 x=1176 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30799 x=1188 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30801 x=1200 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30802 x=1212 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30812 x=1224 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30813 x=1236 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30814 x=1248 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30816 x=1260 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30817 x=1272 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30819 x=192 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30820 x=1296 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30824 x=1308 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30826 x=1320 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30827 x=204 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30828 x=1344 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30830 x=1356 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30831 x=1368 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30834 x=1380 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30836 x=1392 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30842 x=1404 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30844 x=1416 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30846 x=1428 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30849 x=216 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30854 x=1452 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30855 x=1464 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30858 x=1476 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30860 x=1488 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30861 x=1500 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30862 x=1512 y=620 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30863 x=228 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30865 x=0 y=637 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30867 x=12 y=637 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30868 x=240 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30869 x=36 y=633 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30871 x=252 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30872 x=264 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30874 x=72 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30877 x=84 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30878 x=96 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30879 x=108 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30881 x=120 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30883 x=132 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30884 x=144 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30887 x=276 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30888 x=168 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30889 x=180 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30890 x=288 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30892 x=204 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30893 x=216 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30895 x=228 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30896 x=240 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30897 x=252 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30898 x=264 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30899 x=276 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30901 x=288 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30906 x=300 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30907 x=312 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30908 x=324 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30909 x=336 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30910 x=348 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30911 x=360 y=632 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30913 x=372 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30917 x=384 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30918 x=396 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30919 x=408 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30920 x=300 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30921 x=432 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30922 x=444 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30923 x=456 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30924 x=468 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30926 x=480 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30928 x=312 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30929 x=504 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30930 x=516 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30931 x=528 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30932 x=540 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30933 x=552 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30934 x=564 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30938 x=576 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30939 x=588 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30943 x=600 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30944 x=612 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30945 x=624 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30948 x=636 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30950 x=648 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30951 x=660 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30952 x=324 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30954 x=684 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30956 x=336 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30959 x=348 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30962 x=720 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30963 x=732 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30964 x=744 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30966 x=756 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30967 x=768 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30969 x=780 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30970 x=360 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30971 x=804 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30973 x=816 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30974 x=828 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30975 x=840 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30976 x=852 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30977 x=864 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30982 x=372 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30983 x=384 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=30988 x=900 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30990 x=912 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30992 x=924 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30993 x=936 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=30994 x=948 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31001 x=960 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31002 x=396 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31003 x=984 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31004 x=996 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31006 x=1008 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31007 x=1020 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31008 x=1032 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31013 x=1044 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31014 x=1056 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31015 x=1068 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31016 x=1080 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31017 x=1092 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31018 x=1104 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31019 x=1116 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31020 x=1128 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31021 x=1140 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31022 x=1152 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31024 x=1164 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31025 x=1176 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31028 x=1188 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31029 x=1200 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31034 x=1212 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31035 x=232 y=444 width=6 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31036 x=408 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31037 x=1248 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31038 x=420 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31039 x=1272 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31040 x=1284 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31041 x=1296 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31042 x=1308 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31044 x=1320 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31045 x=1332 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31046 x=1344 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31047 x=1356 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31048 x=1368 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31049 x=1380 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31050 x=1392 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31051 x=1404 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31055 x=1416 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31056 x=432 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31057 x=1440 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31059 x=444 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31060 x=456 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31061 x=1476 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31062 x=1488 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31063 x=1500 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31064 x=1512 y=631 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31066 x=468 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31067 x=0 y=648 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31068 x=12 y=648 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31069 x=24 y=648 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31070 x=36 y=644 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31071 x=48 y=644 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31072 x=60 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31074 x=480 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31077 x=84 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31079 x=96 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31080 x=108 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31081 x=120 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31083 x=132 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31085 x=492 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31090 x=156 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31095 x=168 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31097 x=504 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31098 x=516 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31099 x=204 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31100 x=216 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31102 x=228 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31103 x=528 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31104 x=252 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31105 x=540 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31108 x=276 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31109 x=288 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31114 x=552 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31115 x=312 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31116 x=324 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31117 x=336 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31118 x=348 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31119 x=360 y=643 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31121 x=372 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31123 x=384 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31124 x=396 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31125 x=564 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31126 x=576 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31128 x=432 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31131 x=444 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31132 x=588 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31133 x=468 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31137 x=480 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31142 x=492 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31143 x=504 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31144 x=600 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31145 x=528 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31146 x=540 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31147 x=552 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31150 x=564 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31151 x=576 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31152 x=588 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31153 x=600 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31155 x=612 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31156 x=612 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31160 x=636 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31161 x=648 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31162 x=660 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31163 x=672 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31165 x=684 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31166 x=696 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31167 x=708 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31168 x=720 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31169 x=732 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31170 x=744 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31172 x=756 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31175 x=599 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31176 x=780 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31177 x=624 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31178 x=636 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31179 x=816 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31180 x=828 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31181 x=840 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31183 x=852 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31185 x=648 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31186 x=876 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31188 x=716 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31189 x=900 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31190 x=912 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31192 x=924 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31194 x=936 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31197 x=948 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31198 x=960 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31199 x=972 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31200 x=984 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31201 x=996 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31202 x=660 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31203 x=1020 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31204 x=1032 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31205 x=495 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31206 x=1056 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31207 x=1068 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31209 x=1080 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31210 x=1092 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31211 x=521 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31212 x=1116 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31213 x=1128 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31216 x=1140 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31217 x=1152 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31224 x=1164 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31227 x=1176 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31228 x=1188 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31232 x=1200 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31234 x=1212 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31235 x=1224 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31237 x=1236 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31239 x=1248 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31240 x=1260 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31241 x=1272 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31242 x=1284 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31243 x=1296 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31244 x=1308 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31245 x=1320 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31246 x=1332 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31249 x=1344 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31252 x=672 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31253 x=1368 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31255 x=1380 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31256 x=684 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31257 x=696 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31258 x=1416 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31259 x=1428 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31260 x=708 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31262 x=1452 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31263 x=1464 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31264 x=1476 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31265 x=720 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31271 x=1500 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31275 x=1512 y=642 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31277 x=732 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31278 x=0 y=659 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31279 x=12 y=659 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31280 x=24 y=659 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31281 x=36 y=655 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31282 x=48 y=655 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31284 x=60 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31285 x=744 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31287 x=84 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31288 x=756 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31289 x=108 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31290 x=120 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31291 x=132 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31292 x=144 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31293 x=156 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31294 x=168 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31295 x=180 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31296 x=192 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31298 x=204 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31299 x=216 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31300 x=228 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31301 x=768 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31302 x=780 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31303 x=264 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31304 x=792 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31305 x=288 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31308 x=300 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31309 x=312 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31310 x=324 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31311 x=336 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31312 x=804 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31317 x=360 y=654 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31318 x=372 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31319 x=384 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31321 x=816 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31324 x=408 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31325 x=420 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31327 x=432 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31328 x=444 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31329 x=828 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31330 x=468 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31331 x=480 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31333 x=492 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31335 x=504 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31337 x=516 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31338 x=528 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31339 x=540 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31341 x=552 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31344 x=840 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31348 x=576 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31349 x=588 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31350 x=600 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31352 x=612 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31353 x=624 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31354 x=636 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31357 x=648 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31358 x=660 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31359 x=672 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31360 x=684 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31361 x=696 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31362 x=708 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31363 x=720 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31364 x=732 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31365 x=744 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31366 x=756 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31368 x=768 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31370 x=780 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31371 x=792 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31376 x=804 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31377 x=816 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31378 x=828 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31379 x=840 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31380 x=852 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31381 x=864 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31382 x=876 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31383 x=888 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31384 x=900 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31390 x=912 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31391 x=924 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31392 x=936 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31395 x=948 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31401 x=960 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31402 x=972 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31404 x=984 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31406 x=996 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31407 x=1008 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31408 x=1020 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31411 x=1032 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31413 x=1044 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31414 x=1056 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31417 x=1068 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31418 x=1080 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31419 x=1092 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31420 x=1104 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31421 x=1116 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31422 x=1128 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31423 x=1140 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31427 x=1152 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31428 x=1164 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31429 x=1176 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31430 x=1188 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31431 x=1200 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31432 x=1212 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31433 x=1224 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31434 x=1236 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31435 x=1248 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31436 x=852 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31437 x=864 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31438 x=1284 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31439 x=1296 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31441 x=876 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31442 x=1320 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31443 x=1332 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31445 x=1344 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31449 x=1356 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31450 x=1368 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31451 x=1380 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31452 x=1392 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31453 x=888 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31455 x=1416 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31456 x=1428 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31457 x=1440 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31458 x=1452 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31459 x=1464 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31461 x=1476 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31462 x=1488 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31463 x=1500 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31464 x=1512 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31465 x=1524 y=653 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31466 x=0 y=670 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31467 x=12 y=670 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31468 x=24 y=670 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31469 x=36 y=666 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31471 x=48 y=666 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31472 x=60 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31473 x=72 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31476 x=84 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31478 x=900 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31480 x=912 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31481 x=924 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31482 x=936 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31483 x=948 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31485 x=960 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31486 x=168 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31487 x=972 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31490 x=984 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31492 x=996 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31494 x=1008 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31495 x=1020 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31496 x=1032 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31498 x=1044 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31499 x=1056 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31503 x=1068 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31505 x=288 y=665 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31506 x=1080 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31508 x=1092 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31512 x=1104 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31513 x=1116 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31515 x=1128 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31518 x=1140 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31519 x=1152 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31520 x=1164 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31523 x=1176 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31525 x=1188 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31526 x=1200 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31527 x=1212 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31528 x=1224 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31529 x=1236 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31530 x=1248 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31531 x=480 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31532 x=1260 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31533 x=1272 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31534 x=1284 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31535 x=528 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31536 x=1296 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31537 x=1308 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31539 x=1320 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31540 x=1332 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31541 x=588 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31542 x=1344 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31545 x=1356 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31547 x=1368 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31549 x=1380 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31551 x=1392 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31552 x=1404 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31553 x=1416 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31557 x=1428 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31558 x=1440 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31559 x=1452 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31560 x=1464 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31561 x=1476 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31563 x=1488 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31564 x=1500 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31565 x=1512 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31566 x=1524 y=252 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31567 x=0 y=269 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31568 x=12 y=269 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31569 x=24 y=265 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31570 x=36 y=265 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31571 x=48 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31572 x=60 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31573 x=72 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31574 x=84 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31581 x=888 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31584 x=96 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31588 x=108 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31589 x=120 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31590 x=132 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31591 x=144 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31593 x=960 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31594 x=156 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31596 x=168 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31597 x=180 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31598 x=192 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31599 x=204 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31600 x=1032 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31601 x=216 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31602 x=228 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31603 x=240 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31604 x=252 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31605 x=1092 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31607 x=264 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31609 x=1116 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31610 x=276 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31615 x=288 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31620 x=300 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31622 x=312 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31623 x=324 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31625 x=336 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31627 x=1200 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31629 x=348 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31630 x=360 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31631 x=372 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31632 x=384 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31633 x=396 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31634 x=1272 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31636 x=408 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31637 x=420 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31638 x=1308 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31639 x=432 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31640 x=444 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31641 x=456 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31642 x=468 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31643 x=480 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31644 x=492 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31645 x=1392 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31646 x=504 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31647 x=516 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31648 x=528 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31649 x=540 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31653 x=1452 y=664 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31658 x=552 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31660 x=564 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31661 x=576 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31663 x=588 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31664 x=600 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31665 x=612 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31666 x=0 y=681 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31668 x=12 y=681 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31669 x=624 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31670 x=636 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31672 x=648 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31674 x=660 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31675 x=672 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31676 x=684 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31677 x=696 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31680 x=708 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31681 x=720 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31682 x=732 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31684 x=744 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31685 x=756 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31686 x=768 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31687 x=780 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31688 x=792 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31689 x=804 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31690 x=816 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31691 x=828 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31692 x=840 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31695 x=852 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31700 x=864 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31702 x=876 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31703 x=888 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31705 x=900 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31706 x=912 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31707 x=924 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31709 x=936 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31712 x=948 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31716 x=960 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31717 x=972 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31718 x=984 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31720 x=396 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31721 x=996 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31722 x=1008 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31725 x=1020 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31728 x=444 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31730 x=456 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31731 x=1032 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31732 x=1044 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31733 x=1056 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31734 x=1068 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31735 x=1080 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31736 x=528 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31737 x=1092 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31738 x=1104 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31740 x=1116 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31742 x=576 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31744 x=1128 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31745 x=1140 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31746 x=612 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31747 x=624 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31748 x=1152 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31750 x=1164 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31751 x=1176 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31753 x=1188 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31755 x=1200 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31756 x=1212 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31757 x=1224 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31758 x=1236 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31759 x=732 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31761 x=1248 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31762 x=1260 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31763 x=1272 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31764 x=1284 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31767 x=1296 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31769 x=804 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31771 x=1308 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31774 x=1320 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31775 x=1332 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31776 x=1344 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31777 x=1356 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31779 x=1368 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31781 x=1380 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31782 x=1392 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31783 x=1404 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31784 x=1416 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31786 x=1428 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31787 x=1440 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31788 x=1452 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31791 x=1464 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31793 x=1476 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31795 x=1488 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31796 x=1500 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31798 x=1512 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31799 x=1524 y=264 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31800 x=0 y=281 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31801 x=12 y=281 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31802 x=24 y=277 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31805 x=36 y=277 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31806 x=48 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31807 x=60 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31808 x=1116 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31810 x=72 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31811 x=84 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31813 x=96 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31814 x=108 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31818 x=120 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31820 x=132 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31821 x=1200 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31823 x=1212 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31824 x=144 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31825 x=156 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31826 x=168 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31827 x=1260 y=675 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31828 x=180 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31829 x=192 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31830 x=204 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31831 x=216 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31832 x=228 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31833 x=240 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31834 x=252 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31835 x=264 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31836 x=276 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31837 x=288 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31838 x=300 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31839 x=312 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31840 x=324 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31841 x=336 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31843 x=348 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31844 x=360 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31845 x=372 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31847 x=384 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31849 x=396 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31852 x=408 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31853 x=420 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31854 x=432 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31855 x=444 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31856 x=456 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31858 x=468 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31859 x=36 y=688 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31861 x=480 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31865 x=492 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31867 x=72 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31868 x=84 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31869 x=96 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31870 x=504 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31873 x=516 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31874 x=528 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31875 x=144 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31878 x=156 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31879 x=547 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31881 x=180 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31883 x=540 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31885 x=204 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31887 x=552 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31888 x=228 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31890 x=240 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31892 x=252 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31893 x=564 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31895 x=576 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31896 x=588 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31899 x=300 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31902 x=312 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31903 x=324 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31904 x=600 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31905 x=348 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31906 x=360 y=687 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31908 x=372 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31909 x=384 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31910 x=396 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31911 x=612 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31912 x=420 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31915 x=432 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31917 x=444 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31918 x=456 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31920 x=468 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31921 x=480 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31922 x=492 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31923 x=504 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31926 x=624 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31927 x=528 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31929 x=540 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31930 x=636 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31931 x=564 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31932 x=576 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31933 x=648 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31934 x=600 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31935 x=612 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31936 x=624 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31938 x=660 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31940 x=672 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31941 x=660 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31943 x=672 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31944 x=684 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31945 x=696 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31946 x=708 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31949 x=684 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31950 x=732 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31951 x=744 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31954 x=696 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31955 x=768 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31956 x=780 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31957 x=792 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31958 x=804 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31959 x=816 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31960 x=708 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31961 x=720 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31962 x=732 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31964 x=744 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31965 x=756 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31966 x=888 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31967 x=900 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31968 x=768 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31970 x=780 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31974 x=936 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31975 x=948 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31977 x=792 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31979 x=972 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31983 x=984 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31986 x=804 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31988 x=1008 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31989 x=816 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31990 x=1032 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31992 x=828 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31993 x=218 y=444 width=6 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=31994 x=1068 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31995 x=1080 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=31998 x=840 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32000 x=1104 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32002 x=852 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32003 x=1128 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32004 x=1140 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32005 x=1152 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32006 x=1164 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32007 x=1176 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32008 x=90 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32009 x=1200 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32010 x=1212 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32011 x=1224 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32013 x=1236 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32015 x=864 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32016 x=1260 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32017 x=1272 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32018 x=876 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32019 x=1296 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32020 x=1308 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32021 x=1320 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32022 x=1332 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32023 x=1344 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32024 x=888 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32025 x=1368 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32026 x=1380 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32027 x=1392 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32028 x=1404 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32029 x=1416 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32030 x=1428 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32032 x=1440 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32033 x=1452 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32034 x=1464 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32035 x=900 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32038 x=1488 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32042 x=912 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32043 x=1512 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32044 x=1524 y=686 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32045 x=0 y=703 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32046 x=924 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32047 x=24 y=703 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32048 x=36 y=699 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32049 x=936 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32050 x=60 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32051 x=72 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32053 x=84 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32057 x=96 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32058 x=948 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32060 x=960 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32061 x=132 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32062 x=144 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32063 x=972 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32064 x=168 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32065 x=180 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32066 x=984 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32067 x=204 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32068 x=216 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32069 x=228 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32070 x=240 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32071 x=252 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32072 x=996 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32075 x=1008 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32076 x=288 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32077 x=300 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32078 x=312 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32079 x=324 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32080 x=336 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32081 x=348 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32083 x=360 y=698 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32085 x=372 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32086 x=384 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32087 x=396 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32089 x=408 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32090 x=420 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32091 x=432 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32092 x=1020 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32093 x=1032 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32094 x=468 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32097 x=1044 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32098 x=492 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32099 x=504 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32101 x=1056 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32102 x=1068 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32103 x=540 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32104 x=552 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32106 x=564 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32110 x=1080 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32112 x=588 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32113 x=1092 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32114 x=612 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32115 x=1104 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32117 x=1116 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32118 x=648 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32120 x=660 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32121 x=672 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32122 x=684 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32123 x=696 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32125 x=708 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32127 x=1128 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32129 x=732 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32130 x=744 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32131 x=756 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32133 x=768 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32134 x=780 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32136 x=792 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32137 x=804 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32139 x=816 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32140 x=828 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32141 x=840 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32143 x=852 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32145 x=864 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32147 x=876 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32150 x=888 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32151 x=900 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32153 x=912 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32154 x=924 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32155 x=936 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32156 x=948 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32157 x=960 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32158 x=972 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32159 x=984 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32160 x=1140 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32162 x=1008 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32163 x=1152 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32166 x=1164 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32167 x=1044 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32170 x=1056 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32171 x=1176 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32172 x=1080 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32173 x=1092 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32174 x=1104 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32175 x=1116 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32176 x=1188 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32177 x=1140 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32178 x=1152 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32179 x=1164 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32180 x=1176 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32181 x=1188 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32182 x=1200 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32183 x=1212 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32184 x=1200 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32185 x=1236 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32186 x=1248 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32187 x=1212 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32189 x=1272 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32190 x=1284 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32191 x=1296 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32192 x=1224 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32194 x=1320 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32195 x=1236 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32196 x=1344 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32197 x=1356 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32198 x=1368 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32199 x=1380 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32202 x=1392 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32203 x=1404 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32204 x=1416 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32205 x=1428 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32206 x=1248 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32207 x=1452 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32208 x=1464 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32209 x=1476 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32210 x=1260 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32213 x=1500 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32214 x=1272 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32215 x=1524 y=697 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32216 x=0 y=714 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32217 x=12 y=714 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32218 x=24 y=714 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32220 x=1284 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32221 x=48 y=710 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32222 x=60 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32224 x=72 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32225 x=84 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32226 x=1296 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32227 x=108 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32228 x=120 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32229 x=132 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32230 x=144 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32232 x=156 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32233 x=168 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32234 x=180 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32235 x=1308 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32236 x=204 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32237 x=216 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32239 x=1320 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32241 x=240 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32242 x=252 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32244 x=264 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32245 x=276 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32246 x=288 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32249 x=300 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32250 x=312 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32251 x=324 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32256 x=336 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32257 x=348 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32260 x=360 y=709 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32261 x=1332 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32264 x=1344 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32265 x=396 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32266 x=408 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32267 x=420 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32272 x=1356 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32273 x=444 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32274 x=456 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32277 x=468 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32279 x=1368 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32283 x=492 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32284 x=504 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32285 x=516 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32286 x=528 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32287 x=540 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32288 x=552 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32289 x=564 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32290 x=1380 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32291 x=588 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32294 x=600 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32295 x=612 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32296 x=624 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32299 x=636 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32300 x=648 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32301 x=660 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32302 x=1392 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32303 x=684 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32305 x=696 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32306 x=708 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32307 x=720 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32309 x=732 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32310 x=744 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32311 x=756 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32313 x=768 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32314 x=780 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32315 x=1404 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32317 x=804 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32318 x=816 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32319 x=1416 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32321 x=1428 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32323 x=1440 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32324 x=864 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32325 x=1452 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32326 x=888 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32327 x=900 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32328 x=912 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32330 x=1464 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32331 x=1476 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32333 x=948 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32334 x=960 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32336 x=972 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32338 x=984 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32340 x=996 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32341 x=1008 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32342 x=1020 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32344 x=1032 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32345 x=1044 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32346 x=1488 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32349 x=1068 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32350 x=1080 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32351 x=1092 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32353 x=1104 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32354 x=1116 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32357 x=1128 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32358 x=1140 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32359 x=1152 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32361 x=1164 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32362 x=1500 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32363 x=1188 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32365 x=1512 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32366 x=1212 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32367 x=1224 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32368 x=1236 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32371 x=1248 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32373 x=1524 y=276 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32376 x=1272 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32377 x=1284 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32379 x=1296 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32380 x=1308 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32381 x=0 y=293 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32382 x=1332 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32383 x=1344 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32385 x=1356 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32386 x=12 y=293 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32387 x=24 y=289 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32390 x=1392 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32391 x=36 y=289 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32392 x=1416 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32393 x=1428 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32394 x=1440 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32396 x=48 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32397 x=1464 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32398 x=60 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32399 x=1488 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32400 x=1500 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32401 x=1512 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32402 x=1524 y=708 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32403 x=0 y=725 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32404 x=72 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32405 x=84 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32406 x=36 y=721 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32408 x=48 y=721 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32410 x=60 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32411 x=72 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32412 x=96 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32413 x=96 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32414 x=108 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32415 x=638 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32566 x=108 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32568 x=120 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32570 x=132 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32571 x=144 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32572 x=156 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32573 x=168 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32574 x=180 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32575 x=204 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32579 x=192 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32580 x=204 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32581 x=216 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32583 x=252 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32588 x=264 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32589 x=276 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32590 x=288 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32591 x=228 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32592 x=240 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32593 x=324 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32594 x=1444 y=1147 width=11 height=5 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32595 x=1468 y=1147 width=11 height=5 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32596 x=336 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32597 x=348 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32600 x=360 y=720 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32603 x=372 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32604 x=384 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32605 x=396 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32607 x=408 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32608 x=420 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32609 x=432 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32611 x=444 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32612 x=456 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32613 x=468 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32614 x=480 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32615 x=492 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32616 x=504 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32617 x=516 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32618 x=528 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32619 x=540 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32621 x=552 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32622 x=564 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32624 x=576 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32625 x=588 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32626 x=600 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32629 x=612 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32631 x=624 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32632 x=636 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32633 x=648 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32637 x=660 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32638 x=672 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32639 x=684 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32640 x=696 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32642 x=708 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32643 x=720 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32645 x=732 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32646 x=744 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32647 x=756 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32648 x=768 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32650 x=780 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32651 x=252 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32652 x=804 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32653 x=264 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32654 x=828 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32655 x=840 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32656 x=276 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32657 x=864 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32660 x=876 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32662 x=888 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32663 x=900 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32666 x=912 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32668 x=924 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32669 x=936 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32670 x=948 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32673 x=960 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32674 x=288 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32675 x=984 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32676 x=996 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32678 x=1008 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32680 x=1020 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32681 x=300 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32682 x=1044 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32685 x=1056 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32686 x=312 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32687 x=1080 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32690 x=1092 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32692 x=1104 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32694 x=1116 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32696 x=1128 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32697 x=324 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32700 x=1152 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32701 x=1164 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32703 x=1176 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32704 x=1188 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32705 x=1200 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32707 x=1212 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32709 x=1224 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32710 x=1236 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32712 x=1248 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32714 x=336 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32716 x=1272 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32718 x=348 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32719 x=1296 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32722 x=1308 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32724 x=1320 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32725 x=1332 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32731 x=1344 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32735 x=1356 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32736 x=1368 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32737 x=1380 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32739 x=1392 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32741 x=360 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32742 x=372 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32744 x=1428 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32745 x=1440 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32747 x=1452 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32748 x=1464 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32750 x=1476 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32751 x=1488 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32752 x=384 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32754 x=1512 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32755 x=1524 y=719 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32761 x=0 y=736 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32762 x=396 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32763 x=24 y=736 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32764 x=36 y=732 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32765 x=48 y=732 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32766 x=60 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32767 x=72 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32768 x=84 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32769 x=408 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32770 x=999 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32771 x=420 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32772 x=432 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32773 x=444 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32774 x=456 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32775 x=156 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32776 x=468 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32778 x=480 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32779 x=492 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32780 x=204 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32781 x=216 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32782 x=228 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32783 x=240 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32784 x=504 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32785 x=264 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32786 x=276 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32787 x=516 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32788 x=528 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32789 x=540 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32790 x=324 y=731 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32791 x=552 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32792 x=564 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32793 x=576 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32796 x=588 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32797 x=384 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32798 x=396 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32799 x=600 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32800 x=420 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32801 x=432 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32804 x=612 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32806 x=456 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32808 x=468 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32812 x=480 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32814 x=492 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32816 x=504 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32819 x=516 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32820 x=528 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32821 x=540 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32822 x=552 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32823 x=624 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32825 x=576 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32826 x=588 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32827 x=636 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32828 x=612 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32829 x=624 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32830 x=636 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32831 x=648 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32832 x=648 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32835 x=672 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32836 x=684 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32838 x=696 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32842 x=708 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32850 x=720 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32854 x=732 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32856 x=744 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32858 x=756 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32862 x=768 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32863 x=660 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32864 x=792 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32865 x=804 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32866 x=816 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32868 x=828 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32870 x=840 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32872 x=852 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32877 x=864 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32879 x=876 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32880 x=888 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32881 x=672 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32882 x=684 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32883 x=924 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32884 x=936 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32885 x=948 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32886 x=960 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32887 x=696 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32889 x=984 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32891 x=996 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32893 x=1008 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32894 x=1020 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32895 x=1032 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32896 x=1044 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32897 x=1056 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32900 x=1068 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32901 x=1080 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32902 x=1092 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32903 x=1104 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32904 x=1116 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32905 x=708 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32907 x=720 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32908 x=1152 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32910 x=1164 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32915 x=1045 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32918 x=40 y=1139 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32920 x=732 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32921 x=60 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32922 x=1188 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32923 x=1200 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32924 x=1212 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32925 x=1224 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32926 x=1236 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32929 x=1248 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32930 x=1260 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32932 x=1272 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32933 x=1284 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32934 x=1296 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32935 x=1308 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32937 x=1320 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32938 x=1332 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32939 x=1344 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32940 x=744 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32941 x=1368 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32943 x=1380 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32945 x=1392 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32946 x=1404 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32948 x=1416 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32952 x=1428 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32953 x=1440 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32954 x=1452 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32963 x=1397 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32964 x=1437 y=1126 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32965 x=1464 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32966 x=1476 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32968 x=1488 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32970 x=1500 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32972 x=756 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32973 x=1524 y=730 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32974 x=0 y=747 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32975 x=12 y=747 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32978 x=24 y=747 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32980 x=768 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32981 x=48 y=743 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32982 x=60 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32983 x=780 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32984 x=84 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32985 x=96 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32986 x=108 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32987 x=120 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32989 x=132 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32990 x=144 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32992 x=156 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32993 x=792 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=32996 x=180 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32997 x=192 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=32998 x=804 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33005 x=216 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33006 x=816 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33007 x=828 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33008 x=840 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33009 x=264 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33010 x=276 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33011 x=852 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33012 x=300 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33013 x=312 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33014 x=864 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33015 x=336 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33016 x=348 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33017 x=360 y=742 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33018 x=372 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33019 x=384 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33020 x=396 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33021 x=408 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33022 x=876 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33025 x=888 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33026 x=444 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33027 x=456 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33029 x=468 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33030 x=900 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33031 x=912 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33032 x=504 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33033 x=516 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33034 x=528 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33035 x=540 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33037 x=924 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33046 x=936 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33047 x=576 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33048 x=588 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33050 x=600 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33051 x=612 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33052 x=624 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33054 x=948 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33056 x=648 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33059 x=660 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33060 x=672 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33063 x=684 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33065 x=696 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33067 x=708 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33068 x=720 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33071 x=732 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33072 x=744 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33073 x=756 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33075 x=768 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33077 x=780 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33081 x=792 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33082 x=960 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33084 x=816 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33085 x=828 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33086 x=840 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33089 x=852 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33093 x=864 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33094 x=972 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33095 x=888 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33098 x=984 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33099 x=996 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33100 x=924 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33102 x=936 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33104 x=1008 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33105 x=1020 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33106 x=972 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33107 x=1032 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33108 x=996 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33109 x=1044 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33111 x=1020 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33119 x=1032 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33120 x=1044 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33121 x=1056 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33125 x=1068 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33126 x=1080 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33127 x=1092 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33128 x=1056 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33129 x=1068 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33131 x=1128 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33133 x=1140 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33134 x=1152 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33135 x=1164 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33136 x=1176 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33137 x=1080 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33139 x=1200 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33140 x=1212 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33143 x=1224 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33144 x=1236 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33145 x=1248 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33146 x=1260 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33151 x=1272 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33152 x=1284 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33153 x=1296 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33154 x=1092 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33155 x=1320 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33156 x=1332 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33157 x=1344 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33158 x=1104 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33160 x=1368 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33162 x=1380 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33163 x=1116 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33166 x=1404 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33167 x=1416 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33168 x=1128 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33171 x=1440 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33173 x=1452 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33174 x=1464 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33176 x=1476 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33178 x=1488 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33179 x=1500 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33180 x=1140 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33181 x=1524 y=741 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33182 x=1152 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33184 x=12 y=758 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33186 x=1164 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33187 x=1176 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33188 x=48 y=754 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33192 x=60 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33193 x=72 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33198 x=84 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33200 x=96 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33202 x=108 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33203 x=120 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33204 x=132 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33205 x=1188 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33208 x=156 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33210 x=1200 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33211 x=1212 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33213 x=1224 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33214 x=1236 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33215 x=216 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33216 x=228 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33217 x=1248 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33218 x=1260 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33219 x=264 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33221 x=276 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33222 x=1272 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33224 x=1284 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33225 x=1296 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33226 x=324 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33227 x=336 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33229 x=1308 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33230 x=360 y=753 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33231 x=1320 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33233 x=384 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33235 x=396 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33237 x=408 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33238 x=420 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33239 x=1332 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33240 x=444 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33241 x=456 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33242 x=1344 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33243 x=480 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33245 x=492 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33246 x=504 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33247 x=1356 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33248 x=528 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33249 x=1368 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33251 x=704 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33252 x=552 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33253 x=1380 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33255 x=576 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33256 x=588 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33258 x=240 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33259 x=600 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33260 x=612 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33261 x=624 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33263 x=1392 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33264 x=1404 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33265 x=660 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33266 x=1416 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33267 x=684 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33268 x=1428 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33269 x=708 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33270 x=1440 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33272 x=732 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33273 x=744 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33274 x=756 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33275 x=1452 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33276 x=780 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33277 x=0 y=449 width=10 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33278 x=804 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33279 x=816 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33280 x=828 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33281 x=840 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33282 x=1464 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33283 x=864 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33284 x=876 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33285 x=888 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33287 x=900 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33288 x=912 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33289 x=924 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33290 x=936 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33291 x=948 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33292 x=960 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33293 x=1476 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33294 x=1488 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33295 x=996 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33296 x=1008 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33298 x=1500 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33299 x=1032 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33300 x=1044 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33302 x=1512 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33303 x=1524 y=288 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33304 x=0 y=305 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33305 x=1092 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33306 x=1104 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33307 x=12 y=305 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33308 x=1128 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33309 x=24 y=301 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33310 x=36 y=301 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33311 x=1164 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33313 x=48 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33314 x=60 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33320 x=72 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33321 x=84 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33322 x=96 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33323 x=108 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33324 x=1248 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33326 x=120 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33330 x=1272 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33331 x=132 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33332 x=144 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33333 x=1308 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33334 x=156 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33335 x=1332 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33336 x=1344 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33337 x=168 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33338 x=180 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33340 x=1380 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33344 x=192 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33347 x=204 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33348 x=216 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33349 x=1428 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33350 x=228 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33351 x=240 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33353 x=1464 y=752 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33355 x=252 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33358 x=264 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33359 x=276 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33361 x=288 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33366 x=300 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33367 x=312 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33368 x=324 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33369 x=336 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33370 x=348 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33372 x=360 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33373 x=60 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33375 x=72 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33376 x=84 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33378 x=372 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33379 x=384 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33380 x=396 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33382 x=132 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33383 x=408 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33384 x=420 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33386 x=432 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33387 x=444 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33389 x=192 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33390 x=204 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33391 x=216 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33393 x=456 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33394 x=468 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33396 x=252 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33398 x=264 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33399 x=276 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33400 x=480 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33401 x=1480 y=1147 width=11 height=5 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33403 x=492 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33405 x=504 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33406 x=516 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33407 x=336 y=764 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33408 x=528 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33409 x=540 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33411 x=552 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33412 x=384 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33415 x=396 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33417 x=408 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33418 x=420 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33419 x=564 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33421 x=444 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33422 x=456 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33425 x=468 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33426 x=480 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33427 x=576 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33428 x=504 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33430 x=516 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33432 x=528 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33433 x=540 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33434 x=552 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33435 x=564 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33437 x=576 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33439 x=588 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33440 x=600 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33441 x=588 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33443 x=624 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33444 x=636 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33445 x=648 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33446 x=600 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33447 x=612 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33448 x=684 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33449 x=696 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33450 x=624 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33451 x=720 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33452 x=732 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33453 x=744 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33454 x=756 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33455 x=768 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33456 x=780 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33457 x=636 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33458 x=804 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33459 x=816 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33460 x=648 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33463 x=840 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33464 x=852 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33465 x=864 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33466 x=876 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33467 x=888 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33468 x=660 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33469 x=912 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33470 x=924 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33471 x=672 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33477 x=948 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33478 x=960 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33488 x=684 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33489 x=984 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33490 x=996 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33491 x=1008 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33492 x=1020 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33493 x=1032 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33495 x=1044 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33497 x=1056 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33498 x=696 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33499 x=1080 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33500 x=1092 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33502 x=708 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33503 x=1116 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33504 x=720 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33505 x=732 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33506 x=744 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33507 x=1164 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33508 x=756 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33509 x=1188 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33510 x=1200 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33511 x=1212 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33512 x=1224 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33514 x=768 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33515 x=1248 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33517 x=1260 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33519 x=1272 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33521 x=1284 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33523 x=1296 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33524 x=1308 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33526 x=1320 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33527 x=1332 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33529 x=1344 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33530 x=780 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33531 x=1368 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33533 x=1380 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33534 x=1392 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33536 x=1404 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33537 x=1416 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33538 x=1428 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33539 x=1440 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33540 x=1452 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33541 x=1464 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33542 x=1476 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33543 x=792 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33544 x=1500 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33545 x=1512 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33546 x=1524 y=763 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33547 x=804 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33548 x=12 y=780 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33550 x=24 y=780 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33558 x=36 y=776 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33559 x=48 y=776 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33560 x=60 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33563 x=816 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33564 x=84 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33565 x=96 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33566 x=108 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33567 x=828 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33569 x=132 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33570 x=840 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33571 x=156 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33576 x=168 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33579 x=180 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33580 x=192 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33581 x=204 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33582 x=216 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33583 x=852 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33584 x=240 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33585 x=252 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33586 x=264 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33587 x=276 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33588 x=288 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33589 x=864 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33590 x=312 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33591 x=324 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33592 x=336 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33593 x=348 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33594 x=360 y=775 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33596 x=876 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33597 x=384 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33600 x=396 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33602 x=408 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33603 x=420 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33604 x=432 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33605 x=444 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33606 x=888 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33607 x=468 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33609 x=480 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33610 x=492 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33613 x=504 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33614 x=516 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33615 x=528 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33616 x=540 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33617 x=552 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33618 x=564 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33619 x=576 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33620 x=588 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33621 x=600 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33622 x=612 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33623 x=624 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33624 x=636 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33626 x=648 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33634 x=660 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33635 x=900 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33648 x=684 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33651 x=696 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33653 x=708 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33655 x=720 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33656 x=912 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33659 x=744 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33660 x=756 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33661 x=768 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33663 x=924 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33664 x=792 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33666 x=804 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33668 x=936 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33669 x=828 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33670 x=840 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33671 x=852 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33673 x=864 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33674 x=948 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33677 x=888 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33678 x=900 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33682 x=912 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33683 x=924 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33684 x=960 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33685 x=948 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33686 x=960 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33688 x=972 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33689 x=984 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33690 x=972 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33691 x=1008 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33692 x=1020 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33693 x=1032 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33694 x=1044 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33695 x=1056 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33696 x=1068 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33698 x=1080 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33702 x=1092 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33703 x=1104 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33704 x=1116 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33705 x=1128 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33706 x=1140 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33707 x=1152 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33708 x=1164 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33709 x=984 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33713 x=1188 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33717 x=1200 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33725 x=1212 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33726 x=1224 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33727 x=1236 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33728 x=1248 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33729 x=1260 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33733 x=1272 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33735 x=996 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33737 x=1008 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33738 x=1308 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33740 x=1020 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33742 x=1332 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33743 x=1344 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33744 x=1032 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33745 x=1044 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33747 x=1380 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33748 x=1392 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33750 x=1404 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33752 x=1416 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33756 x=1428 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33757 x=1440 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33759 x=1452 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33760 x=1464 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33761 x=1056 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33765 x=1488 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33768 x=1500 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33769 x=1512 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33770 x=1524 y=774 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33771 x=1068 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33775 x=12 y=791 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33776 x=24 y=791 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33777 x=36 y=787 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33778 x=48 y=787 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33780 x=60 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33782 x=72 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33783 x=84 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33784 x=1080 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33785 x=108 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33787 x=120 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33788 x=132 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33789 x=144 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33793 x=1092 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33795 x=168 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33796 x=180 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33798 x=192 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33799 x=204 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33802 x=216 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33803 x=228 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33804 x=240 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33805 x=1104 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33806 x=264 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33807 x=276 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33809 x=288 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33811 x=300 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33813 x=312 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33815 x=324 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33817 x=336 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33824 x=1116 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33826 x=360 y=786 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33833 x=372 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33834 x=384 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33836 x=396 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33839 x=1128 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33841 x=420 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33845 x=432 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33848 x=444 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33849 x=456 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33852 x=468 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33853 x=480 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33861 x=492 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33862 x=504 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33863 x=516 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33864 x=528 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33865 x=540 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33866 x=552 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33869 x=564 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33870 x=576 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33871 x=588 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33873 x=600 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33874 x=612 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33878 x=624 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33879 x=636 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33880 x=1140 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33881 x=1152 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33882 x=1164 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33883 x=684 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33884 x=1176 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33887 x=708 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33888 x=1188 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33889 x=732 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33890 x=744 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33891 x=756 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33892 x=768 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33893 x=1200 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33894 x=792 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33895 x=1212 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33897 x=816 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33898 x=828 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33899 x=840 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33900 x=852 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33901 x=864 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33902 x=876 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33903 x=888 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33904 x=1224 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33905 x=912 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33907 x=924 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33908 x=1236 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33909 x=948 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33910 x=960 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33911 x=972 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33912 x=1248 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33913 x=996 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33914 x=1008 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33916 x=1260 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33917 x=1032 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33921 x=1272 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33922 x=1056 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33924 x=1068 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33925 x=1080 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33931 x=1284 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33936 x=1104 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33938 x=1116 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33939 x=1296 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33940 x=1140 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33941 x=1152 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33943 x=1308 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33945 x=1176 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33948 x=1188 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33950 x=1200 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33951 x=1212 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33953 x=1224 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33958 x=1320 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33960 x=1248 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33961 x=1260 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33962 x=1332 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33965 x=1284 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33967 x=1296 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33969 x=1308 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33970 x=1320 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33972 x=1332 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33976 x=1344 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33977 x=1356 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33978 x=1368 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33979 x=1380 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33980 x=1392 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33981 x=1344 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33982 x=1356 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33983 x=1428 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33984 x=1440 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33985 x=1452 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33986 x=1464 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33988 x=1476 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33990 x=1488 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33991 x=1500 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33992 x=1512 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33993 x=1524 y=785 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33994 x=0 y=802 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33995 x=12 y=802 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33996 x=1368 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=33997 x=36 y=798 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33998 x=48 y=798 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=33999 x=1380 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34000 x=72 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34001 x=84 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34003 x=1392 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34006 x=108 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34009 x=120 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34010 x=132 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34012 x=144 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34023 x=1404 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34026 x=168 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34028 x=180 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34030 x=192 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34031 x=204 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34032 x=216 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34033 x=228 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34034 x=240 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34036 x=252 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34039 x=264 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34042 x=1416 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34043 x=288 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34044 x=1428 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34045 x=312 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34047 x=324 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34048 x=336 y=797 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34050 x=1440 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34051 x=1452 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34054 x=372 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34055 x=384 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34060 x=396 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34062 x=408 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34064 x=420 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34065 x=432 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34067 x=444 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34068 x=456 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34069 x=1464 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34071 x=480 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34072 x=492 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34074 x=504 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34075 x=516 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34076 x=528 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34078 x=540 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34079 x=1476 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34081 x=564 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34082 x=576 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34083 x=1488 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34084 x=600 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34085 x=612 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34086 x=624 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34087 x=636 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34090 x=648 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34091 x=1500 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34092 x=1512 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34093 x=684 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34095 x=696 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34098 x=708 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34099 x=720 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34100 x=732 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34101 x=744 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34102 x=756 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34109 x=768 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34110 x=1524 y=300 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34111 x=0 y=317 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34112 x=804 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34113 x=816 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34115 x=828 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34118 x=840 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34120 x=852 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34121 x=864 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34122 x=876 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34123 x=888 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34126 x=12 y=317 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34127 x=912 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34128 x=24 y=313 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34129 x=936 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34130 x=36 y=313 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34131 x=960 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34133 x=972 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34134 x=48 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34135 x=996 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34136 x=1008 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34137 x=1020 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34138 x=60 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34140 x=72 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34141 x=1056 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34142 x=1068 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34143 x=1080 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34144 x=1092 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34145 x=1104 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34146 x=84 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34147 x=1128 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34148 x=96 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34152 x=1152 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34153 x=1164 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34154 x=1176 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34155 x=1188 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34157 x=1200 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34159 x=108 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34167 x=1224 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34169 x=120 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34170 x=1248 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34171 x=1260 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34173 x=132 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34174 x=1284 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34175 x=144 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34176 x=1308 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34177 x=1320 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34180 x=1332 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34181 x=1344 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34182 x=156 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34183 x=1368 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34184 x=1380 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34185 x=1392 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34186 x=1404 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34187 x=168 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34188 x=1428 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34191 x=1440 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34192 x=1452 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34193 x=1464 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34195 x=180 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34196 x=1488 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34199 x=1500 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34200 x=192 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34201 x=1524 y=796 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34203 x=0 y=813 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34204 x=12 y=813 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34205 x=24 y=813 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34207 x=36 y=809 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34208 x=48 y=809 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34210 x=204 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34212 x=72 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34213 x=84 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34214 x=96 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34215 x=216 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34216 x=228 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34217 x=240 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34218 x=144 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34219 x=252 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34220 x=168 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34221 x=180 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34222 x=192 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34223 x=264 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34224 x=276 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34228 x=228 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34230 x=240 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34231 x=252 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34232 x=264 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34233 x=276 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34234 x=288 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34236 x=300 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34237 x=288 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34238 x=324 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34239 x=300 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34241 x=348 y=808 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34242 x=312 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34247 x=324 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34249 x=384 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34250 x=396 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34251 x=336 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34253 x=420 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34254 x=432 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34255 x=348 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34256 x=456 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34261 x=468 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34264 x=480 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34265 x=492 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34266 x=360 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34268 x=372 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34269 x=528 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34271 x=384 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34272 x=396 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34273 x=564 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34276 x=576 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34277 x=588 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34278 x=600 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34280 x=612 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34281 x=624 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34282 x=636 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34285 x=648 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34291 x=660 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34292 x=672 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34294 x=684 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34295 x=696 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34297 x=708 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34298 x=720 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34299 x=732 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34300 x=744 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34302 x=756 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34303 x=408 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34304 x=420 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34306 x=792 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34308 x=804 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34309 x=816 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34310 x=828 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34311 x=840 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34314 x=852 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34315 x=864 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34317 x=432 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34318 x=888 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34320 x=444 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34321 x=912 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34322 x=924 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34323 x=936 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34326 x=948 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34327 x=960 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34328 x=972 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34329 x=456 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34330 x=996 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34331 x=1008 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34334 x=1020 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34337 x=468 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34338 x=1044 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34340 x=480 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34343 x=1068 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34345 x=1080 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34349 x=1092 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34351 x=492 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34352 x=1116 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34358 x=1128 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34360 x=1140 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34361 x=1152 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34362 x=504 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34364 x=1176 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34365 x=516 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34367 x=1200 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34368 x=1212 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34369 x=528 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34370 x=540 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34374 x=552 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34381 x=1260 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34382 x=1272 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34384 x=1284 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34386 x=1296 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34387 x=564 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34388 x=1320 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34389 x=1332 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34390 x=1344 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34391 x=1356 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34392 x=1368 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34393 x=1380 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34394 x=1392 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34395 x=1404 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34396 x=1416 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34397 x=576 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34398 x=1440 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34399 x=1452 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34400 x=588 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34401 x=1476 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34402 x=1488 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34403 x=1500 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34404 x=600 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34407 x=1524 y=807 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34409 x=0 y=824 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34411 x=12 y=824 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34412 x=612 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34415 x=44 y=445 width=10 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34417 x=48 y=820 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34421 x=60 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34422 x=624 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34423 x=84 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34425 x=636 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34426 x=108 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34427 x=648 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34429 x=132 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34439 x=660 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34440 x=156 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34441 x=168 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34442 x=180 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34443 x=192 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34444 x=672 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34445 x=216 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34449 x=228 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34451 x=240 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34453 x=252 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34454 x=264 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34456 x=276 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34458 x=288 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34460 x=300 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34461 x=312 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34465 x=324 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34467 x=336 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34468 x=348 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34470 x=360 y=819 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34471 x=372 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34472 x=384 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34473 x=396 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34474 x=408 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34475 x=420 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34477 x=432 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34479 x=444 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34480 x=456 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34481 x=684 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34483 x=480 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34484 x=696 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34485 x=504 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34486 x=708 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34487 x=528 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34488 x=540 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34489 x=720 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34495 x=564 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34496 x=732 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34497 x=588 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34499 x=600 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34500 x=744 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34501 x=624 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34502 x=636 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34503 x=648 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34505 x=660 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34507 x=672 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34509 x=684 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34510 x=696 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34513 x=708 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34514 x=720 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34516 x=732 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34517 x=744 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34519 x=756 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34521 x=756 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34522 x=780 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34523 x=792 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34524 x=768 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34526 x=816 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34527 x=828 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34528 x=780 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34531 x=852 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34532 x=864 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34533 x=876 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34534 x=888 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34535 x=900 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34537 x=912 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34540 x=792 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34541 x=936 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34542 x=948 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34543 x=804 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34552 x=816 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34553 x=984 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34554 x=996 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34555 x=1008 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34556 x=1020 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34557 x=1032 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34558 x=1044 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34560 x=1056 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34562 x=1068 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34563 x=1080 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34564 x=1092 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34565 x=1104 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34566 x=1116 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34567 x=828 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34568 x=1140 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34569 x=1152 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34570 x=1164 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34571 x=1176 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34573 x=1188 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34574 x=1200 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34575 x=1212 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34576 x=1224 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34577 x=840 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34578 x=1248 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34579 x=1260 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34580 x=852 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34584 x=864 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34585 x=1296 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34586 x=1308 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34588 x=1320 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34590 x=876 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34591 x=1344 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34593 x=888 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34594 x=1368 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34595 x=1380 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34597 x=1392 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34600 x=900 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34601 x=1416 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34606 x=912 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34607 x=924 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34609 x=1452 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34610 x=1464 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34612 x=1476 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34615 x=1488 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34617 x=1500 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34618 x=1512 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34619 x=1524 y=818 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34620 x=0 y=835 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34621 x=12 y=835 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34622 x=24 y=835 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34623 x=36 y=831 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34624 x=48 y=831 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34627 x=60 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34629 x=72 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34633 x=84 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34635 x=96 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34636 x=108 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34637 x=936 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34638 x=132 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34641 x=144 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34643 x=156 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34645 x=948 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34647 x=180 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34648 x=192 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34649 x=204 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34653 x=960 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34655 x=228 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34656 x=240 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34657 x=252 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34659 x=972 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34660 x=276 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34661 x=288 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34662 x=300 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34664 x=312 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34666 x=324 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34670 x=336 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34671 x=348 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34673 x=360 y=830 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34674 x=372 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34676 x=384 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34678 x=984 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34680 x=408 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34683 x=420 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34684 x=432 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34687 x=444 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34690 x=456 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34691 x=468 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34692 x=480 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34693 x=492 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34694 x=996 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34695 x=516 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34696 x=528 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34697 x=540 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34699 x=552 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34700 x=564 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34701 x=576 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34702 x=588 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34704 x=600 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34707 x=1008 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34709 x=624 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34711 x=636 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34712 x=648 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34713 x=660 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34718 x=672 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34719 x=684 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34720 x=696 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34722 x=1020 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34723 x=1032 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34727 x=1044 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34731 x=744 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34732 x=756 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34733 x=768 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34734 x=780 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34735 x=1056 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34737 x=804 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34739 x=816 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34741 x=828 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34746 x=840 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34747 x=852 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34749 x=1068 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34750 x=876 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34751 x=1080 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34752 x=900 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34753 x=912 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34756 x=924 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34758 x=936 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34759 x=1092 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34760 x=960 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34761 x=972 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34762 x=984 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34763 x=996 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34766 x=1104 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34768 x=1020 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34770 x=1116 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34773 x=1044 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34774 x=1056 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34777 x=1128 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34778 x=1080 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34780 x=1092 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34783 x=1140 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34784 x=1116 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34786 x=1128 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34787 x=1152 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34788 x=1152 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34789 x=1164 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34790 x=1176 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34794 x=1188 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34795 x=1200 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34796 x=1212 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34797 x=1224 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34799 x=1236 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34801 x=1248 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34802 x=1260 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34803 x=1272 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34805 x=1284 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34806 x=1296 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34807 x=1308 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34808 x=1320 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34809 x=1332 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34810 x=1344 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34811 x=1356 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34814 x=1368 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34815 x=1380 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34817 x=1392 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34819 x=1404 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34821 x=1416 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34822 x=1428 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34823 x=1440 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34825 x=1452 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34826 x=1464 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34827 x=1476 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34829 x=1164 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34830 x=1500 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34831 x=1512 y=829 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34832 x=1176 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34833 x=0 y=846 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34834 x=12 y=846 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34835 x=24 y=846 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34836 x=36 y=842 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34837 x=48 y=842 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34838 x=1188 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34840 x=1200 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34841 x=84 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34842 x=1212 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34843 x=1224 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34844 x=120 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34846 x=132 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34847 x=1236 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34849 x=1248 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34850 x=1260 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34851 x=180 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34855 x=192 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34856 x=204 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34861 x=216 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34862 x=228 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34864 x=240 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34865 x=252 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34866 x=264 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34869 x=1272 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34870 x=288 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34873 x=300 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34874 x=312 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34875 x=324 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34876 x=336 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34880 x=348 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34881 x=360 y=841 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34882 x=1284 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34883 x=384 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34884 x=396 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34885 x=408 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34886 x=420 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34888 x=432 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34889 x=1296 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34890 x=1308 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34891 x=468 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34892 x=480 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34893 x=492 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34894 x=504 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34897 x=516 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34898 x=528 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34899 x=540 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34901 x=552 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34902 x=564 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34903 x=1320 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34904 x=588 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34905 x=600 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34906 x=612 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34907 x=1332 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34908 x=636 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34909 x=648 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34910 x=660 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34911 x=672 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34912 x=684 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34913 x=1344 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34914 x=708 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34915 x=720 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34916 x=211 y=444 width=6 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34920 x=744 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34921 x=756 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34923 x=768 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34926 x=780 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34927 x=792 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34928 x=804 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34929 x=816 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34930 x=828 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34933 x=1356 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34935 x=852 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34937 x=864 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34939 x=876 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34941 x=888 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34942 x=1368 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34943 x=1380 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34944 x=924 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34945 x=936 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34946 x=1392 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34952 x=1404 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34955 x=1416 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34957 x=1428 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34962 x=996 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34966 x=1008 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34967 x=1020 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34968 x=1032 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34969 x=1044 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34970 x=1056 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34971 x=1068 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34972 x=1080 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34974 x=1092 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34975 x=1104 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34976 x=1116 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34978 x=1128 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34980 x=1140 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34984 x=1152 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34986 x=1164 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34987 x=1176 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34990 x=1188 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34992 x=1200 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=34993 x=1440 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34996 x=1452 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34997 x=1464 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=34999 x=1476 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35002 x=1260 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35004 x=1272 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35005 x=1284 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35006 x=1296 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35007 x=1308 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35008 x=1320 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35009 x=1488 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35010 x=1344 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35011 x=1500 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35012 x=1512 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35013 x=1380 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35014 x=1392 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35018 x=1524 y=312 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35019 x=1416 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35020 x=0 y=329 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35021 x=1440 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35022 x=1452 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35023 x=1464 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35025 x=1476 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35026 x=1488 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35027 x=12 y=329 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35028 x=1512 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35029 x=1524 y=840 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35032 x=0 y=857 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35033 x=12 y=857 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35035 x=24 y=857 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35036 x=36 y=853 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35037 x=24 y=325 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35038 x=60 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35039 x=72 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35040 x=84 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35041 x=96 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35047 x=108 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35048 x=120 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35055 x=132 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35056 x=144 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35057 x=156 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35058 x=36 y=325 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35059 x=180 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35060 x=48 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35061 x=204 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35063 x=60 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35064 x=228 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35065 x=240 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35068 x=252 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35069 x=264 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35070 x=276 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35073 x=288 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35074 x=72 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35076 x=84 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35078 x=324 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35079 x=96 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35082 x=348 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35084 x=360 y=852 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35085 x=108 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35086 x=384 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35087 x=396 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35088 x=408 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35090 x=420 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35091 x=120 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35093 x=444 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35094 x=132 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35096 x=144 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35097 x=156 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35098 x=168 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35100 x=180 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35101 x=516 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35102 x=528 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35104 x=192 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35109 x=204 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35110 x=564 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35111 x=216 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35112 x=228 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35114 x=240 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35115 x=252 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35120 x=624 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35121 x=636 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35122 x=264 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35125 x=276 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35126 x=288 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35127 x=684 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35128 x=300 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35129 x=625 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35130 x=720 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35131 x=732 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35134 x=744 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35136 x=756 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35137 x=312 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35138 x=324 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35139 x=792 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35140 x=804 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35141 x=816 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35142 x=336 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35145 x=348 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35148 x=852 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35149 x=864 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35151 x=360 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35154 x=372 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35158 x=384 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35159 x=396 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35162 x=408 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35163 x=936 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35164 x=420 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35166 x=960 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35167 x=432 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35168 x=984 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35169 x=996 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35170 x=444 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35171 x=456 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35172 x=468 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35174 x=480 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35178 x=492 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35179 x=504 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35181 x=516 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35182 x=1092 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35183 x=677 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35184 x=1116 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35186 x=1128 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35187 x=1140 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35188 x=528 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35189 x=1164 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35191 x=540 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35194 x=1188 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35195 x=552 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35196 x=564 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35197 x=1224 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35198 x=168 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=35199 x=1236 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35200 x=1504 y=1146 width=11 height=5 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35201 x=1248 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35203 x=1260 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35206 x=1272 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35207 x=1284 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35208 x=1296 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35209 x=1308 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35210 x=1320 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35211 x=1332 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35213 x=1344 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35215 x=1356 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35216 x=1368 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35219 x=1380 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35220 x=1392 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35221 x=1404 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35222 x=1416 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35223 x=1428 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35224 x=576 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35226 x=1452 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35227 x=1464 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35228 x=1476 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35231 x=1488 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35232 x=1500 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35233 x=1512 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35237 x=1524 y=851 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35238 x=0 y=868 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35239 x=12 y=868 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35241 x=24 y=868 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35242 x=36 y=864 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35244 x=588 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35247 x=60 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35248 x=72 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35250 x=84 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35251 x=96 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35252 x=108 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35253 x=120 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35254 x=132 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35255 x=600 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35258 x=156 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35260 x=168 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35261 x=612 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35263 x=624 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35264 x=636 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35265 x=216 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35282 x=99 y=444 width=10 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35284 x=240 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35285 x=648 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35286 x=264 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35287 x=276 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35288 x=288 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35290 x=660 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35292 x=672 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35293 x=324 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35299 x=336 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35301 x=684 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35302 x=360 y=863 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35303 x=372 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35305 x=384 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35307 x=696 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35309 x=408 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35313 x=420 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35315 x=432 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35316 x=708 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35318 x=456 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35320 x=720 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35321 x=732 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35325 x=744 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35327 x=756 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35328 x=516 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35329 x=455 y=1137 width=7 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35330 x=528 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35331 x=768 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35332 x=552 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35333 x=564 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35335 x=576 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35336 x=780 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35338 x=560 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35340 x=612 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35342 x=624 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35343 x=636 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35344 x=648 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35345 x=660 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35346 x=672 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35347 x=684 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35348 x=696 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35349 x=708 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35350 x=720 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35351 x=732 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35352 x=744 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35355 x=756 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35357 x=768 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35358 x=780 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35359 x=792 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35360 x=804 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35361 x=816 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35362 x=828 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35363 x=792 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35364 x=852 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35365 x=864 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35366 x=804 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35370 x=888 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35371 x=900 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35372 x=912 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35373 x=924 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35375 x=936 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35377 x=948 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35379 x=960 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35380 x=972 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35381 x=984 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35382 x=996 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35383 x=1008 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35386 x=816 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35387 x=1032 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35388 x=1044 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35389 x=1056 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35390 x=828 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35392 x=1080 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35393 x=1092 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35395 x=1104 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35397 x=840 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35398 x=1128 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35399 x=1140 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35400 x=1152 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35401 x=1164 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35405 x=1176 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35406 x=1188 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35408 x=852 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35409 x=1212 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35410 x=1224 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35411 x=1236 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35412 x=1248 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35413 x=1260 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35414 x=1272 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35415 x=1284 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35416 x=1296 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35419 x=1308 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35420 x=1320 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35421 x=1332 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35422 x=1344 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35424 x=1356 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35425 x=1368 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35426 x=1380 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35427 x=1392 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35429 x=1404 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35430 x=1416 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35431 x=1428 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35433 x=1440 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35435 x=1452 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35436 x=1464 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35437 x=1476 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35438 x=1488 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35440 x=1500 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35441 x=1512 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35442 x=1524 y=862 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35443 x=0 y=879 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35445 x=12 y=879 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35446 x=864 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35447 x=36 y=875 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35449 x=876 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35450 x=888 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35451 x=72 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35452 x=84 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35454 x=900 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35455 x=108 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35456 x=120 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35458 x=912 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35459 x=144 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35460 x=156 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35461 x=168 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35462 x=180 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35463 x=924 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35465 x=204 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35467 x=216 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35468 x=228 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35469 x=240 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35471 x=252 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35472 x=264 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35473 x=276 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35474 x=288 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35475 x=300 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35477 x=312 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35478 x=324 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35479 x=336 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35480 x=348 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35481 x=360 y=874 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35482 x=372 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35486 x=384 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35487 x=936 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35488 x=408 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35489 x=948 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35491 x=432 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35492 x=444 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35493 x=456 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35494 x=468 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35495 x=480 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35496 x=492 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35497 x=504 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35498 x=516 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35500 x=528 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35501 x=540 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35502 x=960 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35503 x=564 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35504 x=576 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35506 x=588 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35507 x=600 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35510 x=972 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35511 x=624 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35513 x=984 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35515 x=648 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35516 x=660 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35518 x=672 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35519 x=684 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35522 x=996 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35523 x=708 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35524 x=720 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35526 x=1008 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35527 x=744 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35528 x=756 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35529 x=768 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35530 x=780 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35531 x=792 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35532 x=804 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35533 x=816 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35535 x=828 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35536 x=840 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35537 x=852 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35538 x=864 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35539 x=876 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35540 x=888 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35541 x=1020 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35542 x=1032 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35543 x=1044 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35546 x=936 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35547 x=948 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35548 x=960 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35549 x=972 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35550 x=984 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35551 x=996 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35552 x=1008 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35553 x=1020 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35554 x=1032 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35556 x=1044 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35558 x=1056 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35559 x=1056 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35563 x=1080 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35564 x=1092 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35565 x=1068 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35566 x=1116 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35568 x=1128 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35569 x=1080 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35571 x=1152 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35572 x=1164 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35573 x=1176 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35574 x=1092 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35575 x=1200 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35576 x=1104 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35578 x=1224 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35580 x=1236 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35582 x=1116 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35583 x=1260 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35584 x=1128 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35585 x=1284 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35586 x=1296 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35588 x=1140 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35589 x=1320 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35590 x=1332 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35591 x=1344 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35594 x=1152 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35595 x=1368 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35596 x=1380 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35597 x=1164 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35598 x=1404 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35599 x=1176 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35600 x=1428 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35601 x=1440 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35604 x=1188 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35606 x=1464 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35607 x=1476 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35609 x=1488 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35610 x=1500 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35611 x=1512 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35612 x=1524 y=873 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35613 x=1200 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35614 x=12 y=890 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35615 x=24 y=890 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35616 x=1212 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35617 x=48 y=886 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35622 x=60 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35624 x=1224 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35627 x=84 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35628 x=96 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35629 x=1236 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35632 x=1248 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35635 x=132 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35639 x=1260 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35641 x=1272 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35644 x=1284 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35646 x=180 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35649 x=1296 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35650 x=204 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35651 x=1308 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35652 x=228 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35653 x=240 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35654 x=252 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35656 x=264 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35657 x=276 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35660 x=288 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35661 x=1320 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35662 x=312 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35663 x=1332 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35665 x=336 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35666 x=348 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35667 x=360 y=885 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35668 x=372 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35670 x=384 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35672 x=1344 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35673 x=408 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35674 x=420 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35675 x=1356 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35676 x=444 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35678 x=456 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35679 x=468 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35683 x=1368 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35686 x=1380 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35689 x=1392 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35691 x=1404 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35692 x=528 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35693 x=540 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35695 x=552 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35696 x=564 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35697 x=1416 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35698 x=1428 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35700 x=1440 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35702 x=612 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35703 x=1452 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35704 x=1464 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35705 x=1476 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35708 x=660 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35709 x=672 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35710 x=1488 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35711 x=696 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35712 x=1500 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35713 x=720 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35715 x=732 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35716 x=744 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35717 x=756 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35722 x=768 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35723 x=1512 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35724 x=792 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35725 x=804 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35726 x=816 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35727 x=828 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35728 x=1524 y=324 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35730 x=0 y=341 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35731 x=12 y=341 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35732 x=876 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35733 x=888 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35734 x=900 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35737 x=912 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35738 x=924 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35740 x=936 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35741 x=948 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35742 x=960 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35743 x=972 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35744 x=631 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35895 x=984 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35896 x=996 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35897 x=24 y=337 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35898 x=1020 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35901 x=36 y=337 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35902 x=48 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35903 x=1056 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35905 x=1068 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35909 x=60 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35910 x=1092 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35911 x=1104 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35912 x=1116 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35913 x=72 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35914 x=1140 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35915 x=84 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35916 x=1164 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35918 x=1176 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35919 x=1188 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35920 x=1200 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35921 x=1212 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35923 x=1224 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35924 x=1236 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35925 x=1248 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35927 x=1260 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35928 x=1272 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35929 x=1284 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35930 x=1296 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35931 x=1308 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35933 x=1320 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35937 x=96 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35938 x=1344 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35939 x=1356 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35940 x=1368 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35942 x=1380 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35944 x=1392 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35945 x=1404 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35946 x=1416 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35947 x=1428 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35948 x=108 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35949 x=1452 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35955 x=1464 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35957 x=1476 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35958 x=1488 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35960 x=70 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35961 x=120 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35962 x=132 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35963 x=1524 y=884 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35964 x=0 y=901 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35966 x=12 y=901 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35970 x=24 y=901 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35973 x=36 y=897 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35974 x=48 y=897 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35975 x=60 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35977 x=72 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35978 x=84 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35979 x=96 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35980 x=144 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35981 x=120 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35982 x=132 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35984 x=144 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35986 x=156 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35987 x=168 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35988 x=180 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35992 x=156 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35993 x=204 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35995 x=168 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=35996 x=228 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35997 x=240 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35998 x=252 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=35999 x=264 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36000 x=276 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36001 x=180 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36002 x=300 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36004 x=312 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36007 x=324 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36008 x=336 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36009 x=348 y=896 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36010 x=192 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36011 x=372 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36012 x=384 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36013 x=396 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36014 x=204 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36015 x=216 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36016 x=228 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36018 x=444 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36019 x=240 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36020 x=468 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36022 x=480 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36023 x=492 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36024 x=252 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36025 x=516 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36026 x=528 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36027 x=264 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36028 x=552 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36029 x=564 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36031 x=576 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36032 x=276 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36033 x=600 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36034 x=612 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36035 x=624 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36036 x=288 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36037 x=648 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36038 x=660 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36039 x=300 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36040 x=684 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36041 x=312 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36042 x=324 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36043 x=720 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36045 x=732 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36046 x=336 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36047 x=756 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36049 x=768 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36050 x=348 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36051 x=792 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36053 x=804 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36054 x=360 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36057 x=828 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36058 x=840 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36059 x=372 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36060 x=864 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36061 x=876 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36062 x=888 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36064 x=900 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36065 x=384 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36066 x=924 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36067 x=936 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36068 x=948 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36070 x=960 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36072 x=972 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36074 x=984 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36076 x=996 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36077 x=396 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36079 x=1020 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36080 x=1032 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36081 x=1044 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36082 x=1056 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36084 x=408 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36085 x=1080 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36087 x=1092 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36088 x=1104 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36090 x=1116 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36091 x=420 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36092 x=1140 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36093 x=1152 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36094 x=1164 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36095 x=1176 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36097 x=1188 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36099 x=1200 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36100 x=1212 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36101 x=432 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36103 x=1236 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36104 x=1248 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36105 x=1260 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36106 x=444 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36107 x=1284 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36109 x=1296 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36110 x=1308 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36111 x=1320 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36112 x=1332 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36114 x=1344 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36115 x=1356 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36116 x=1368 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36118 x=1380 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36119 x=1392 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36123 x=456 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36124 x=468 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36125 x=1428 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36196 x=1440 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36197 x=480 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36198 x=492 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36199 x=1476 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36201 x=504 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36203 x=516 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36204 x=528 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36205 x=1524 y=895 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36206 x=0 y=912 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36208 x=12 y=912 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36209 x=24 y=912 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36211 x=540 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36212 x=48 y=908 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36214 x=552 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36215 x=564 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36223 x=576 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36225 x=588 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36226 x=108 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36228 x=600 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36229 x=612 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36232 x=624 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36234 x=156 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36237 x=636 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36240 x=648 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36241 x=192 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36245 x=204 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36249 x=660 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36254 x=672 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36255 x=684 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36256 x=696 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36259 x=708 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36262 x=276 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36264 x=720 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36267 x=732 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36268 x=744 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36271 x=756 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36274 x=768 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36275 x=348 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36277 x=360 y=907 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36279 x=372 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36281 x=780 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36282 x=396 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36283 x=408 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36284 x=420 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36286 x=792 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36288 x=444 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36290 x=456 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36293 x=468 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36294 x=480 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36295 x=492 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36296 x=504 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36298 x=516 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36299 x=528 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36300 x=540 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36302 x=552 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36303 x=564 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36305 x=576 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36308 x=588 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36309 x=600 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36310 x=612 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36311 x=804 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36313 x=636 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36314 x=648 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36315 x=660 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36317 x=672 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36319 x=684 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36321 x=696 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36323 x=708 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36324 x=720 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36325 x=732 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36327 x=744 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36328 x=756 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36330 x=816 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36331 x=780 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36332 x=792 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36335 x=804 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36336 x=816 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36337 x=828 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36338 x=840 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36339 x=828 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36340 x=864 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36341 x=840 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36348 x=888 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36349 x=900 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36351 x=912 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36353 x=924 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36356 x=936 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36357 x=948 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36358 x=960 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36360 x=972 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36361 x=984 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36362 x=996 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36363 x=1008 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36364 x=852 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36367 x=1032 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36368 x=864 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36369 x=876 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36372 x=1068 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36374 x=888 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36381 x=1092 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36382 x=1104 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36383 x=900 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36384 x=1128 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36385 x=912 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36386 x=1152 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36387 x=1164 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36390 x=1176 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36391 x=1188 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36394 x=1200 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36400 x=1212 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36401 x=1224 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36403 x=924 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36404 x=1248 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36405 x=1260 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36406 x=1272 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36407 x=936 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36408 x=948 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36409 x=1308 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36413 x=1320 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36416 x=960 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36417 x=1344 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36418 x=1356 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36420 x=1368 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36423 x=1380 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36424 x=1392 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36425 x=1404 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36426 x=1416 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36427 x=1428 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36428 x=1440 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36429 x=1452 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36430 x=1464 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36431 x=1476 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36432 x=1488 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36436 x=1500 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36437 x=1512 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36441 x=1524 y=906 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36443 x=0 y=923 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36444 x=12 y=923 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36445 x=24 y=923 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36446 x=36 y=919 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36447 x=48 y=919 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36448 x=60 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36449 x=72 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36450 x=84 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36451 x=972 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36452 x=108 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36457 x=984 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36460 x=132 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36461 x=144 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36463 x=156 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36464 x=168 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36465 x=180 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36466 x=192 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36468 x=204 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36469 x=216 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36470 x=228 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36471 x=240 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36473 x=996 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36474 x=264 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36475 x=1008 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36476 x=288 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36481 x=300 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36482 x=1020 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36483 x=324 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36484 x=336 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36485 x=348 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36487 x=360 y=918 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36489 x=1032 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36490 x=1044 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36491 x=396 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36493 x=408 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36496 x=420 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36497 x=432 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36498 x=1056 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36499 x=456 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36500 x=468 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36501 x=1068 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36504 x=492 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36505 x=504 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36506 x=516 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36507 x=528 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36509 x=540 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36510 x=552 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36513 x=564 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36514 x=576 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36519 x=588 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36521 x=600 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36522 x=612 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36523 x=624 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36524 x=1080 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36525 x=1092 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36526 x=1104 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36527 x=1116 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36528 x=1128 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36529 x=1140 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36531 x=1152 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36533 x=1164 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36534 x=1176 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36538 x=1188 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36539 x=1200 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36542 x=1212 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36544 x=1224 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36545 x=1236 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36547 x=1248 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36548 x=1260 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36549 x=828 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36550 x=1272 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36551 x=1284 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36552 x=864 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36554 x=876 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36555 x=1296 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36556 x=1308 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36557 x=912 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36559 x=51 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36561 x=1320 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36562 x=948 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36564 x=960 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36571 x=1332 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36572 x=984 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36575 x=1344 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36578 x=1356 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36579 x=1020 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36584 x=1368 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36587 x=1380 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36589 x=1056 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36590 x=1068 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36592 x=1080 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36593 x=1092 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36599 x=1104 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36600 x=1392 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36601 x=1404 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36602 x=1140 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36603 x=1152 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36604 x=1164 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36605 x=1176 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36606 x=1416 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36608 x=1200 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36610 x=1428 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36611 x=1440 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36613 x=1236 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36615 x=1248 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36616 x=1452 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36617 x=1464 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36618 x=1284 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36620 x=1296 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36623 x=1308 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36624 x=1320 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36626 x=1332 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36627 x=1476 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36628 x=1488 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36629 x=1368 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36630 x=1380 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36631 x=1392 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36632 x=1500 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36633 x=1416 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36635 x=1428 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36636 x=1440 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36637 x=1452 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36638 x=1464 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36639 x=1476 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36640 x=1488 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36641 x=1512 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36643 x=1512 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36645 x=1524 y=917 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36646 x=1524 y=336 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36647 x=12 y=934 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36648 x=24 y=934 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36649 x=36 y=930 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36650 x=48 y=930 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36651 x=60 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36652 x=72 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36653 x=84 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36654 x=96 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36655 x=108 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36659 x=120 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36660 x=132 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36661 x=144 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36662 x=156 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36663 x=0 y=353 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36664 x=180 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36665 x=12 y=353 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36666 x=204 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36667 x=24 y=349 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36670 x=228 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36671 x=240 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36672 x=252 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36673 x=264 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36674 x=276 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36675 x=288 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36676 x=36 y=349 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36677 x=312 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36678 x=324 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36679 x=336 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36681 x=48 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36682 x=360 y=929 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36684 x=60 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36685 x=384 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36686 x=396 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36687 x=408 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36689 x=420 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36690 x=432 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36691 x=444 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36692 x=456 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36693 x=468 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36695 x=480 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36696 x=492 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36700 x=504 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36701 x=516 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36702 x=528 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36703 x=540 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36705 x=552 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36706 x=564 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36707 x=576 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36708 x=588 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36709 x=72 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36710 x=612 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36763 x=624 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36764 x=636 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36765 x=84 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36766 x=660 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36767 x=96 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36768 x=108 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36769 x=120 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36770 x=132 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36771 x=144 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36772 x=156 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36773 x=168 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36774 x=180 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36775 x=192 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36776 x=780 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36781 x=204 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36782 x=216 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36783 x=228 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36784 x=828 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36785 x=840 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36786 x=240 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36788 x=864 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36789 x=876 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36790 x=888 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36791 x=900 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36792 x=912 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36794 x=924 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36795 x=252 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36796 x=948 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36798 x=264 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36799 x=276 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36800 x=984 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36801 x=996 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36802 x=1008 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36804 x=1020 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36805 x=1032 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36806 x=288 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36808 x=1056 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36810 x=1068 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36811 x=1080 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36813 x=300 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36814 x=1104 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36816 x=1116 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36817 x=1128 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36818 x=312 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36819 x=1152 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36820 x=1164 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36821 x=1176 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36826 x=324 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36832 x=1200 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36834 x=1212 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36835 x=1224 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36836 x=1236 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36837 x=1248 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36838 x=1260 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36840 x=1272 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36841 x=1284 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36842 x=336 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36843 x=348 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36845 x=360 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36846 x=1332 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36847 x=372 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36848 x=384 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36849 x=396 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36852 x=1380 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36853 x=1392 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36854 x=1404 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36855 x=1416 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36856 x=1428 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36857 x=408 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36858 x=1452 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36859 x=420 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36861 x=432 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36862 x=1488 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36864 x=1500 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36865 x=1512 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36866 x=1524 y=928 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36867 x=444 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36868 x=12 y=945 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36869 x=24 y=945 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36870 x=36 y=941 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36872 x=456 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36875 x=60 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36876 x=72 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36877 x=468 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36878 x=96 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36879 x=108 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36880 x=120 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36881 x=480 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36883 x=144 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36884 x=492 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36885 x=168 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36886 x=504 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36887 x=192 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36888 x=204 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36889 x=216 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36890 x=228 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36891 x=240 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36893 x=516 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36894 x=264 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36895 x=528 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36896 x=540 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36897 x=300 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36898 x=312 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36899 x=552 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36903 x=336 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36904 x=348 y=940 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36905 x=564 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36906 x=576 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36908 x=588 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36909 x=600 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36910 x=408 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36911 x=420 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36913 x=432 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36914 x=444 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36915 x=612 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36916 x=624 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36917 x=636 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36918 x=648 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36919 x=504 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36920 x=516 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36921 x=660 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36924 x=540 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36926 x=552 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36927 x=564 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36929 x=672 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36930 x=588 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36931 x=684 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36932 x=612 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36933 x=624 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36935 x=636 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36937 x=696 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36938 x=708 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36939 x=672 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36940 x=684 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36941 x=696 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36942 x=708 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36943 x=720 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36944 x=732 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36945 x=720 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36946 x=756 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36947 x=768 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36948 x=732 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36949 x=792 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36950 x=744 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36952 x=816 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36953 x=756 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36955 x=840 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36956 x=852 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36957 x=864 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36958 x=876 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36960 x=768 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36961 x=900 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36962 x=912 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36963 x=924 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36965 x=936 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36966 x=948 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36967 x=780 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36968 x=792 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36969 x=804 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36972 x=996 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36973 x=816 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36974 x=1020 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36975 x=1032 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36976 x=1044 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36978 x=1056 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36980 x=828 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36981 x=1080 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36982 x=840 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36983 x=1104 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36984 x=1116 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36985 x=1128 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36986 x=1140 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36988 x=1152 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36989 x=1164 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36991 x=1176 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36992 x=852 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36993 x=864 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36994 x=1212 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36995 x=876 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36996 x=1236 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=36997 x=888 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=36999 x=1260 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37000 x=900 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37001 x=912 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37002 x=924 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37003 x=1308 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37004 x=1320 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37006 x=936 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37007 x=1344 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37008 x=1356 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37009 x=957 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37013 x=968 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37015 x=1368 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37016 x=1380 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37017 x=948 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37019 x=1404 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37024 x=1416 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37025 x=960 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37026 x=1440 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37027 x=1452 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37029 x=1464 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37030 x=1476 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37032 x=972 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37034 x=1500 y=939 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37039 x=984 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37040 x=996 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37041 x=0 y=956 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37042 x=12 y=956 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37043 x=24 y=956 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37044 x=36 y=952 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37045 x=48 y=952 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37046 x=60 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37048 x=72 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37053 x=84 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37054 x=1008 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37057 x=108 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37059 x=1020 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37060 x=132 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37061 x=144 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37063 x=156 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37064 x=168 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37065 x=180 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37066 x=192 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37068 x=1032 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37070 x=1044 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37074 x=1056 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37077 x=240 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37079 x=252 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37080 x=264 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37081 x=276 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37083 x=288 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37084 x=300 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37085 x=312 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37086 x=1068 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37087 x=336 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37089 x=348 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37090 x=360 y=951 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37092 x=372 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37093 x=384 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37096 x=396 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37099 x=1080 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37101 x=420 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37103 x=1092 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37104 x=444 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37106 x=456 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37108 x=468 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37109 x=480 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37110 x=1104 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37111 x=504 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37117 x=1116 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37118 x=528 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37119 x=540 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37120 x=1128 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37122 x=564 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37124 x=576 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37125 x=588 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37126 x=600 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37128 x=612 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37133 x=624 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37136 x=636 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37138 x=648 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37140 x=1140 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37141 x=672 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37142 x=684 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37143 x=696 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37144 x=708 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37145 x=720 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37146 x=732 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37148 x=744 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37150 x=756 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37152 x=768 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37154 x=780 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37155 x=792 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37157 x=1152 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37159 x=816 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37161 x=828 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37165 x=840 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37166 x=852 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37167 x=864 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37168 x=1164 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37169 x=888 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37170 x=900 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37172 x=912 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37174 x=924 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37175 x=1176 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37177 x=948 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37178 x=1188 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37180 x=1200 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37181 x=1212 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37187 x=996 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37190 x=1008 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37191 x=1020 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37192 x=1032 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37193 x=1044 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37194 x=1056 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37195 x=1068 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37196 x=1224 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37197 x=1092 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37198 x=1236 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37199 x=1248 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37202 x=1128 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37203 x=1140 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37204 x=1260 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37206 x=1272 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37207 x=1176 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37208 x=1188 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37209 x=1284 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37210 x=1212 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37211 x=1224 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37217 x=1296 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37218 x=1308 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37219 x=1260 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37220 x=1320 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37221 x=1284 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37223 x=1296 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37225 x=1308 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37226 x=1332 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37228 x=1332 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37229 x=1344 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37234 x=1356 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37235 x=1368 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37236 x=1344 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37237 x=1356 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37239 x=1368 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37240 x=1416 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37241 x=1428 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37242 x=1380 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37243 x=1452 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37249 x=1464 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37250 x=1476 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37251 x=1488 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37253 x=1500 y=950 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37254 x=1392 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37255 x=1404 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37257 x=0 y=967 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37258 x=12 y=967 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37259 x=1416 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37261 x=36 y=963 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37262 x=48 y=963 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37264 x=60 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37265 x=72 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37266 x=84 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37267 x=96 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37268 x=108 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37269 x=1428 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37271 x=132 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37272 x=144 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37276 x=1440 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37278 x=168 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37281 x=180 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37282 x=192 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37284 x=1452 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37286 x=216 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37288 x=1464 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37290 x=240 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37291 x=252 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37292 x=1476 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37293 x=276 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37294 x=288 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37295 x=300 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37296 x=312 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37297 x=324 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37298 x=336 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37299 x=348 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37300 x=360 y=962 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37301 x=372 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37302 x=384 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37304 x=396 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37306 x=408 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37307 x=420 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37308 x=432 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37309 x=444 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37311 x=456 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37312 x=468 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37313 x=480 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37314 x=492 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37315 x=504 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37316 x=516 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37317 x=528 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37318 x=540 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37319 x=552 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37320 x=564 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37321 x=1488 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37323 x=588 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37324 x=600 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37325 x=612 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37326 x=624 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37327 x=636 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37328 x=648 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37329 x=1500 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37331 x=1512 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37332 x=1524 y=348 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37334 x=0 y=365 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37335 x=12 y=365 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37336 x=24 y=361 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37337 x=36 y=361 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37338 x=48 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37339 x=60 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37340 x=768 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37341 x=72 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37342 x=84 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37343 x=96 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37345 x=816 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37347 x=108 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37348 x=120 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37349 x=132 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37350 x=144 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37351 x=156 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37353 x=168 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37354 x=180 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37356 x=192 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37357 x=204 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37358 x=216 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37359 x=228 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37360 x=240 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37361 x=252 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37365 x=264 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37366 x=276 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37367 x=288 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37369 x=300 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37371 x=181 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37372 x=312 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37373 x=1056 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37375 x=324 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37376 x=336 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37377 x=348 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37380 x=360 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37381 x=372 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37382 x=384 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37383 x=396 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37385 x=408 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37386 x=420 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37388 x=432 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37389 x=444 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37390 x=456 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37392 x=468 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37393 x=480 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37394 x=492 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37395 x=504 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37396 x=516 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37397 x=528 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37398 x=540 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37399 x=552 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37400 x=1308 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37404 x=564 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37405 x=576 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37406 x=588 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37411 x=600 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37412 x=612 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37413 x=624 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37414 x=636 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37416 x=648 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37417 x=660 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37420 x=672 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37422 x=684 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37423 x=696 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37424 x=708 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37427 x=720 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37428 x=732 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37429 x=1500 y=961 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37430 x=744 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37431 x=756 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37432 x=768 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37433 x=780 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37434 x=792 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37436 x=804 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37438 x=48 y=974 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37439 x=816 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37440 x=828 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37442 x=840 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37443 x=852 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37444 x=864 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37445 x=876 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37446 x=888 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37447 x=900 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37448 x=912 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37449 x=924 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37450 x=936 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37451 x=948 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37453 x=204 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37454 x=960 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37455 x=972 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37456 x=984 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37457 x=996 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37462 x=1008 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37463 x=1020 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37464 x=1032 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37465 x=1044 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37466 x=312 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37467 x=1056 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37468 x=1068 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37469 x=348 y=973 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37470 x=1080 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37472 x=1092 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37473 x=1104 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37474 x=1116 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37476 x=1128 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37477 x=1140 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37478 x=1152 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37479 x=1164 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37480 x=1176 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37481 x=468 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37486 x=480 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37487 x=492 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37488 x=504 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37489 x=1188 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37493 x=528 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37494 x=540 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37495 x=1200 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37496 x=1212 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37497 x=576 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37499 x=1224 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37500 x=1236 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37501 x=1248 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37502 x=1260 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37503 x=1272 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37504 x=1284 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37507 x=1296 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37509 x=1308 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37512 x=1320 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37513 x=1332 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37514 x=708 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37517 x=1344 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37518 x=732 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37521 x=1356 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37522 x=756 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37523 x=1368 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37525 x=1380 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37526 x=1392 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37527 x=1404 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37528 x=1416 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37529 x=1428 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37530 x=1440 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37531 x=1452 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37532 x=864 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37535 x=1464 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37536 x=888 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37540 x=1476 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37541 x=1488 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37543 x=1500 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37544 x=936 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37547 x=1512 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37549 x=1524 y=360 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37551 x=0 y=377 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37554 x=12 y=377 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37555 x=24 y=373 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37558 x=1008 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37559 x=36 y=373 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37560 x=1032 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37561 x=48 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37562 x=1056 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37563 x=60 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37564 x=1080 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37565 x=72 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37567 x=84 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37568 x=96 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37569 x=108 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37570 x=120 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37571 x=132 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37573 x=144 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37574 x=1176 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37575 x=156 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37576 x=1200 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37579 x=1212 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37580 x=1224 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37581 x=1236 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37582 x=1248 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37583 x=168 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37584 x=180 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37586 x=192 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37587 x=1296 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37589 x=204 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37591 x=216 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37592 x=1332 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37593 x=228 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37596 x=1356 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37597 x=1368 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37599 x=240 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37600 x=252 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37601 x=1404 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37603 x=264 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37604 x=1428 y=972 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37605 x=276 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37607 x=288 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37608 x=300 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37609 x=312 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37610 x=324 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37612 x=336 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37613 x=348 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37614 x=360 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37616 x=0 y=989 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37618 x=372 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37619 x=384 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37623 x=36 y=985 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37624 x=396 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37625 x=408 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37626 x=72 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37627 x=84 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37628 x=420 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37631 x=432 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37632 x=444 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37634 x=456 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37636 x=468 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37638 x=480 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37640 x=168 y=984 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37645 x=492 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37647 x=504 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37648 x=516 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37649 x=528 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37652 x=540 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37653 x=552 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37656 x=564 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37657 x=576 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37658 x=588 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37660 x=600 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37661 x=612 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37662 x=624 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37663 x=636 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37664 x=648 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37665 x=660 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37666 x=672 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37667 x=372 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37668 x=684 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37669 x=696 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37670 x=708 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37671 x=720 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37672 x=732 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37673 x=744 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37674 x=756 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37675 x=768 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37676 x=780 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37678 x=792 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37679 x=804 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37682 x=816 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37683 x=828 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37684 x=540 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37685 x=840 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37686 x=564 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37687 x=852 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37690 x=864 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37691 x=876 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37700 x=888 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37703 x=900 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37704 x=912 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37705 x=924 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37706 x=936 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37707 x=948 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37709 x=960 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37712 x=972 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37713 x=984 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37714 x=720 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37716 x=996 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37717 x=744 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37718 x=1008 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37719 x=1020 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37720 x=1032 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37722 x=1044 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37723 x=804 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37724 x=816 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37726 x=828 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37728 x=1056 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37732 x=1068 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37733 x=1080 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37735 x=1092 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37737 x=1104 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37738 x=900 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37739 x=912 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37740 x=924 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37741 x=936 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37742 x=948 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37743 x=1116 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37744 x=1128 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37745 x=984 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37747 x=996 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37748 x=1140 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37749 x=1020 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37750 x=1032 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37754 x=1044 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37756 x=1056 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37757 x=1152 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37758 x=1164 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37759 x=1092 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37760 x=1176 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37761 x=1188 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37762 x=1200 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37768 x=1212 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37770 x=1224 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37771 x=1236 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37772 x=1248 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37773 x=1260 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37775 x=1272 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37778 x=1284 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37780 x=1296 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37781 x=1308 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37782 x=1320 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37783 x=1332 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37784 x=1344 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37786 x=1284 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37787 x=1356 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37790 x=1368 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37793 x=1320 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37795 x=1380 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37796 x=1392 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37798 x=1356 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37799 x=1404 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37800 x=1416 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37801 x=1392 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37803 x=1428 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37804 x=1440 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37805 x=1452 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37806 x=1464 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37808 x=1476 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37812 x=1488 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37813 x=1476 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37814 x=1488 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37817 x=1500 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37818 x=1512 y=983 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37819 x=1500 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37825 x=1512 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37827 x=1524 y=372 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37828 x=24 y=1000 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37829 x=0 y=389 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37830 x=12 y=389 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37831 x=24 y=385 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37832 x=36 y=385 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37833 x=48 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37834 x=60 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37835 x=72 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37836 x=84 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37837 x=132 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37840 x=144 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37841 x=96 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37843 x=168 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37846 x=180 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37847 x=192 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37848 x=204 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37849 x=216 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37852 x=108 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37853 x=120 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37854 x=252 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37855 x=264 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37857 x=132 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37858 x=144 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37860 x=156 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37861 x=312 y=995 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37862 x=168 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37863 x=180 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37864 x=192 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37873 x=204 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37877 x=216 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37879 x=384 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37880 x=396 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37881 x=228 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37882 x=420 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37883 x=432 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37885 x=444 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37889 x=240 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37890 x=252 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37891 x=480 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37892 x=264 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37895 x=276 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37896 x=516 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37897 x=528 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37901 x=540 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37902 x=288 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37903 x=300 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37904 x=312 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37907 x=324 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37908 x=336 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37909 x=612 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37910 x=624 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37911 x=636 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37912 x=348 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37913 x=360 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37914 x=372 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37919 x=384 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37921 x=396 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37931 x=408 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37934 x=720 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37935 x=420 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37937 x=432 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37938 x=444 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37939 x=768 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37940 x=780 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37941 x=456 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37942 x=468 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37944 x=480 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37946 x=492 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37947 x=840 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37949 x=504 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37951 x=516 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37953 x=528 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37955 x=888 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37956 x=900 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37957 x=912 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37960 x=924 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37962 x=540 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37964 x=552 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37969 x=960 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37970 x=972 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37971 x=984 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37973 x=564 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37977 x=1008 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37978 x=576 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37979 x=588 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37980 x=1044 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37982 x=600 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37983 x=1068 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37984 x=1080 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37985 x=1092 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37986 x=1104 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37987 x=1116 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37992 x=612 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37994 x=1140 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37995 x=1152 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=37997 x=624 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37998 x=636 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=37999 x=648 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38000 x=660 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38001 x=672 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38002 x=1224 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38005 x=1236 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38007 x=1248 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38012 x=1260 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38013 x=1272 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38014 x=1284 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38015 x=1296 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38017 x=1308 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38019 x=684 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38020 x=696 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38021 x=150 y=444 width=7 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38263 x=1356 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38264 x=1368 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38265 x=708 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38270 x=1392 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38271 x=720 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38272 x=1416 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38274 x=1428 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38275 x=1440 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38276 x=1452 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38278 x=1464 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38279 x=1476 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38280 x=1488 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38281 x=1500 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38282 x=1512 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38283 x=1524 y=994 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38284 x=0 y=1011 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38285 x=12 y=1011 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38286 x=24 y=1011 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38287 x=36 y=1007 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38289 x=48 y=1007 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38290 x=60 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38291 x=72 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38292 x=84 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38294 x=96 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38296 x=108 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38297 x=120 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38301 x=132 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38302 x=144 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38303 x=156 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38304 x=168 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38305 x=180 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38306 x=192 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38307 x=204 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38308 x=216 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38309 x=228 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38310 x=240 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38311 x=252 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38312 x=264 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38313 x=276 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38315 x=288 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38316 x=300 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38317 x=312 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38321 x=324 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38322 x=336 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38324 x=348 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38326 x=360 y=1006 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38329 x=372 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38330 x=384 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38331 x=396 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38332 x=408 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38333 x=420 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38334 x=432 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38335 x=444 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38339 x=456 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38342 x=468 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38343 x=480 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38344 x=492 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38345 x=504 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38346 x=516 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38347 x=528 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38348 x=540 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38349 x=552 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38352 x=564 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38353 x=576 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38354 x=588 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38355 x=600 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38356 x=612 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38357 x=624 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38358 x=636 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38360 x=648 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38361 x=660 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38362 x=672 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38364 x=684 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38365 x=696 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38366 x=708 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38367 x=720 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38368 x=732 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38369 x=744 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38370 x=756 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38372 x=768 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38373 x=780 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38374 x=792 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38376 x=804 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38428 x=732 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38429 x=733 y=1137 width=5 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38430 x=744 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38433 x=840 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38434 x=852 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38436 x=864 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38437 x=876 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38438 x=888 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38440 x=900 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38442 x=912 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38444 x=756 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38446 x=936 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38447 x=948 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38449 x=768 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38450 x=780 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38451 x=984 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38452 x=996 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38455 x=1008 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38456 x=1020 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38457 x=792 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38458 x=1044 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38459 x=1056 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38460 x=804 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38461 x=816 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38463 x=1092 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38464 x=828 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38465 x=1116 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38466 x=840 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38468 x=852 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38475 x=1152 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38476 x=1164 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38477 x=864 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38479 x=876 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38480 x=1200 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38482 x=1212 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38484 x=888 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38486 x=1236 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38487 x=1248 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38488 x=1260 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38491 x=1272 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38492 x=1284 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38493 x=1296 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38494 x=1308 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38495 x=1320 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38497 x=1332 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38498 x=900 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38499 x=912 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38500 x=924 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38501 x=1380 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38502 x=936 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38506 x=948 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38508 x=1416 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38510 x=1428 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38512 x=960 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38514 x=1452 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38515 x=972 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38516 x=984 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38517 x=996 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38518 x=1500 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38519 x=1512 y=1005 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38520 x=1008 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38522 x=1020 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38523 x=12 y=1022 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38524 x=24 y=1022 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38525 x=36 y=1018 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38526 x=48 y=1018 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38527 x=60 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38529 x=72 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38530 x=1032 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38531 x=96 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38532 x=108 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38533 x=120 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38534 x=132 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38536 x=144 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38537 x=156 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38538 x=168 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38539 x=180 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38541 x=1044 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38542 x=1056 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38543 x=216 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38545 x=1068 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38548 x=240 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38549 x=252 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38550 x=1080 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38551 x=276 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38552 x=288 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38553 x=300 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38554 x=1092 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38555 x=324 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38556 x=1104 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38557 x=1116 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38559 x=360 y=1017 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38560 x=372 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38563 x=1128 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38564 x=1140 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38565 x=408 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38566 x=420 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38567 x=432 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38568 x=444 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38569 x=1152 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38570 x=1164 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38574 x=480 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38575 x=1176 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38576 x=504 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38577 x=516 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38578 x=1188 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38579 x=1200 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38580 x=1212 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38582 x=564 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38583 x=1224 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38584 x=1236 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38585 x=600 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38586 x=1248 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38587 x=624 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38588 x=1260 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38589 x=1272 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38592 x=660 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38593 x=672 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38596 x=684 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38597 x=696 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38598 x=1284 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38599 x=720 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38601 x=1296 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38602 x=1308 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38603 x=756 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38604 x=768 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38605 x=780 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38606 x=792 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38609 x=1320 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38610 x=816 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38613 x=828 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38614 x=840 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38616 x=852 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38617 x=864 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38618 x=876 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38619 x=1332 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38620 x=1344 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38621 x=1356 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38622 x=924 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38623 x=936 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38626 x=1368 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38627 x=1380 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38632 x=972 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38633 x=984 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38634 x=996 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38635 x=1008 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38639 x=1020 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38640 x=1032 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38641 x=1044 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38642 x=1056 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38646 x=1068 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38647 x=1080 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38649 x=1092 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38650 x=1104 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38651 x=1116 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38656 x=1128 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38658 x=1140 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38659 x=1152 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38660 x=1164 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38661 x=1176 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38662 x=1188 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38663 x=1200 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38664 x=1212 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38665 x=1224 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38666 x=1236 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38669 x=1248 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38670 x=1260 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38671 x=1272 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38673 x=1284 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38675 x=1296 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38676 x=1308 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38678 x=1320 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38681 x=1332 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38682 x=1344 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38683 x=1356 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38684 x=1368 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38685 x=1380 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38686 x=1392 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38689 x=1404 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38690 x=1416 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38691 x=1428 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38692 x=1440 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38695 x=1452 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38696 x=1464 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38698 x=1476 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38704 x=1488 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38705 x=1500 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38706 x=1512 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38707 x=1524 y=1016 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38710 x=0 y=1033 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38712 x=12 y=1033 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38713 x=24 y=1033 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38715 x=36 y=1029 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38717 x=48 y=1029 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38718 x=60 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38721 x=72 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38722 x=84 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38723 x=96 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38724 x=108 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38726 x=120 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38727 x=132 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38728 x=144 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38729 x=156 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38730 x=168 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38733 x=180 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38734 x=192 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38735 x=204 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38737 x=216 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38738 x=228 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38741 x=240 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38742 x=252 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38743 x=1392 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38744 x=276 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38745 x=1404 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38746 x=1416 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38747 x=1428 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38748 x=324 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38750 x=1440 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38752 x=348 y=1028 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38753 x=1452 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38754 x=372 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38755 x=384 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38756 x=396 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38758 x=408 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38759 x=420 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38760 x=432 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38761 x=444 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38762 x=1464 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38763 x=1476 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38765 x=1488 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38766 x=1500 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38769 x=1512 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38771 x=1524 y=384 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38772 x=0 y=401 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38774 x=540 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38775 x=552 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38776 x=12 y=401 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38777 x=24 y=397 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38778 x=36 y=397 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38779 x=48 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38780 x=60 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38781 x=72 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38783 x=636 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38784 x=84 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38785 x=96 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38788 x=108 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38789 x=684 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38790 x=120 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38793 x=132 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38795 x=144 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38797 x=156 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38799 x=744 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38800 x=168 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38805 x=180 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38806 x=192 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38807 x=792 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38808 x=204 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38809 x=216 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38810 x=228 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38812 x=240 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38814 x=252 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38815 x=264 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38816 x=876 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38818 x=276 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38819 x=288 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38822 x=912 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38824 x=924 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38827 x=936 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38828 x=948 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38829 x=960 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38830 x=300 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38833 x=312 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38834 x=324 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38835 x=336 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38836 x=1020 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38837 x=348 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38838 x=360 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38840 x=1056 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38841 x=1068 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38842 x=1080 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38844 x=372 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38846 x=384 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38847 x=396 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38849 x=408 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38851 x=420 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38852 x=1152 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38853 x=1164 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38854 x=1176 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38855 x=1188 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38856 x=432 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38857 x=1212 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38858 x=1224 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38859 x=444 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38860 x=456 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38861 x=1260 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38862 x=468 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38864 x=480 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38865 x=492 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38867 x=504 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38868 x=1320 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38871 x=1332 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38872 x=1344 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38873 x=1356 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38875 x=1368 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38876 x=1380 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38877 x=516 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38878 x=1404 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38880 x=1416 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38881 x=1428 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38884 x=528 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38886 x=1452 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38893 x=540 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38894 x=1476 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38895 x=552 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38897 x=564 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38898 x=1512 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38899 x=1524 y=1027 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38900 x=576 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38901 x=588 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38902 x=600 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38903 x=612 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38904 x=624 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38906 x=636 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38907 x=648 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38911 x=84 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38913 x=96 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38914 x=108 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38915 x=120 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38916 x=132 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38917 x=144 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38918 x=156 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38919 x=168 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38920 x=180 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38922 x=192 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38924 x=204 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38925 x=216 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38926 x=228 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38927 x=660 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38928 x=252 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38929 x=264 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38930 x=276 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38931 x=288 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38932 x=672 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38934 x=684 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38935 x=324 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38936 x=696 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38937 x=348 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38938 x=360 y=1039 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38940 x=372 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38942 x=708 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38944 x=396 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38945 x=720 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38947 x=420 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38948 x=432 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38949 x=444 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38950 x=732 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38955 x=468 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38956 x=480 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38957 x=492 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38958 x=504 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38959 x=516 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38960 x=528 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38962 x=540 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38963 x=744 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38964 x=564 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38965 x=576 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38967 x=756 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38968 x=600 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38969 x=612 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38971 x=624 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38972 x=636 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38973 x=648 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38974 x=660 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38980 x=672 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38982 x=684 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38983 x=768 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38986 x=780 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38987 x=720 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38988 x=732 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38989 x=792 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38990 x=756 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38991 x=804 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38993 x=780 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38994 x=792 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38995 x=804 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38996 x=816 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38997 x=828 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=38998 x=828 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=38999 x=852 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39000 x=864 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39001 x=876 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39002 x=888 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39003 x=840 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39006 x=852 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39010 x=924 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39011 x=936 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39013 x=948 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39014 x=960 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39015 x=972 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39018 x=984 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39019 x=864 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39020 x=1008 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39023 x=1020 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39024 x=876 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39025 x=888 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39027 x=1056 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39028 x=900 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39029 x=1080 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39080 x=1092 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39082 x=1104 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39083 x=1116 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39085 x=1128 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39086 x=912 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39087 x=1152 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39088 x=1164 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39089 x=1176 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39092 x=924 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39094 x=1200 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39095 x=1212 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39096 x=1224 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39098 x=1236 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39099 x=1248 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39100 x=1260 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39103 x=1272 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39106 x=1284 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39107 x=1296 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39108 x=1308 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39109 x=1320 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39110 x=1332 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39111 x=1344 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39112 x=1356 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39115 x=1368 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39116 x=1380 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39118 x=1392 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39131 x=1404 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39132 x=1416 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39134 x=1428 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39135 x=936 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39136 x=174 y=444 width=7 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39137 x=948 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39138 x=960 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39139 x=972 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39141 x=984 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39142 x=996 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39143 x=1524 y=1038 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39145 x=1008 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39146 x=1020 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39147 x=1032 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39149 x=1044 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39150 x=1056 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39151 x=1068 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39152 x=1080 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39153 x=1092 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39154 x=1104 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39155 x=1116 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39156 x=1128 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39158 x=1140 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39164 x=1152 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39165 x=1164 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39166 x=1176 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39170 x=1188 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39171 x=1200 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39173 x=1212 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39175 x=1224 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39176 x=228 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39177 x=1236 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39178 x=1248 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39180 x=1260 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39184 x=276 y=1050 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39185 x=1272 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39186 x=1284 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39187 x=1296 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39188 x=1308 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39189 x=1320 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39190 x=1332 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39191 x=1344 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39192 x=1356 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39194 x=1368 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39195 x=1380 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39196 x=1392 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39197 x=1404 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39198 x=1416 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39199 x=444 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39200 x=1428 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39201 x=1440 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39202 x=1452 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39204 x=1464 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39206 x=1476 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39207 x=1488 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39208 x=1500 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39211 x=1512 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39212 x=552 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39214 x=564 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39217 x=576 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39218 x=1524 y=396 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39219 x=0 y=413 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39220 x=12 y=413 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39221 x=24 y=409 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39225 x=36 y=409 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39226 x=48 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39227 x=60 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39228 x=116 y=0 width=12 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39229 x=72 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39230 x=84 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39232 x=96 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39233 x=108 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39234 x=120 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39237 x=132 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39238 x=144 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39239 x=156 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39240 x=168 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39241 x=180 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39243 x=192 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39244 x=204 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39245 x=216 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39246 x=228 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39248 x=240 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39249 x=864 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39250 x=252 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39252 x=888 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39253 x=900 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39255 x=912 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39256 x=264 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39257 x=276 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39259 x=948 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39260 x=960 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39262 x=288 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39263 x=300 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39264 x=996 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39267 x=535 y=1137 width=7 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39318 x=1008 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39319 x=312 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39320 x=324 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39321 x=1044 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39323 x=1056 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39325 x=1068 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39326 x=336 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39327 x=1092 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39331 x=1104 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39333 x=1116 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39334 x=1128 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39336 x=1140 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39340 x=1152 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39341 x=1164 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39342 x=1176 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39344 x=1188 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39345 x=348 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39346 x=1212 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39347 x=360 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39348 x=1236 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39349 x=1248 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39353 x=1260 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39354 x=1272 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39356 x=372 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39357 x=1296 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39359 x=1308 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39361 x=1320 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39363 x=1332 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39364 x=384 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39365 x=1356 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39366 x=1368 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39368 x=1380 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39369 x=1392 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39376 x=1404 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39377 x=396 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39378 x=1428 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39379 x=1440 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39380 x=1452 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39381 x=1464 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39384 x=1476 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39385 x=408 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39386 x=1500 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39387 x=420 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39388 x=1524 y=1049 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39389 x=432 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39390 x=12 y=1066 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39391 x=24 y=1066 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39393 x=36 y=1062 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39394 x=48 y=1062 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39399 x=60 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39402 x=444 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39403 x=84 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39404 x=96 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39405 x=456 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39406 x=468 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39408 x=132 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39409 x=144 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39410 x=156 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39412 x=168 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39413 x=180 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39416 x=192 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39417 x=204 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39419 x=216 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39420 x=228 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39421 x=240 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39422 x=252 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39423 x=264 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39425 x=276 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39426 x=480 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39427 x=492 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39428 x=312 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39429 x=324 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39432 x=336 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39434 x=348 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39435 x=360 y=1061 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39436 x=372 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39438 x=504 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39439 x=516 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39440 x=528 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39441 x=420 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39442 x=432 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39443 x=540 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39446 x=456 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39449 x=468 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39450 x=480 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39454 x=492 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39456 x=504 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39458 x=516 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39459 x=528 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39460 x=540 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39463 x=552 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39464 x=564 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39467 x=576 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39469 x=588 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39470 x=600 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39472 x=552 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39473 x=624 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39475 x=636 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39477 x=648 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39478 x=660 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39479 x=672 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39480 x=684 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39486 x=696 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39488 x=708 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39489 x=564 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39490 x=732 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39491 x=744 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39492 x=576 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39493 x=768 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39495 x=780 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39498 x=792 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39499 x=804 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39500 x=816 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39501 x=828 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39502 x=840 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39505 x=852 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39506 x=864 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39508 x=876 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39509 x=888 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39510 x=900 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39511 x=912 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39512 x=924 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39514 x=588 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39515 x=948 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39517 x=960 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39519 x=972 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39522 x=984 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39524 x=996 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39525 x=1008 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39529 x=600 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39530 x=1032 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39531 x=1044 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39532 x=1056 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39592 x=1068 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39594 x=1080 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39596 x=1092 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39597 x=1104 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39598 x=1116 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39599 x=612 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39600 x=1140 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39602 x=624 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39604 x=1164 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39605 x=1176 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39606 x=1188 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39607 x=636 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39608 x=1212 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39609 x=1224 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39611 x=1236 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39612 x=1248 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39613 x=1260 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39614 x=1272 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39615 x=1284 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39616 x=648 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39617 x=1308 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39619 x=1320 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39620 x=1332 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39622 x=1344 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39624 x=660 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39630 x=1368 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39631 x=1380 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39632 x=1392 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39633 x=1404 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39634 x=672 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39635 x=684 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39636 x=1440 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39637 x=696 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39638 x=708 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39639 x=1476 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39640 x=1488 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39641 x=1500 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39643 x=1512 y=1060 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39644 x=720 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39646 x=0 y=1077 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39647 x=12 y=1077 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39648 x=24 y=1077 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39650 x=36 y=1073 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39651 x=48 y=1073 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39652 x=60 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39653 x=72 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39654 x=84 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39655 x=96 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39657 x=108 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39658 x=120 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39659 x=132 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39660 x=144 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39661 x=156 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39662 x=168 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39663 x=180 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39665 x=192 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39666 x=204 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39667 x=216 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39668 x=228 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39669 x=240 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39671 x=252 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39673 x=264 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39674 x=276 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39675 x=288 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39677 x=300 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39679 x=312 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39680 x=324 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39681 x=336 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39682 x=348 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39683 x=360 y=1072 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39684 x=372 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39685 x=384 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39686 x=396 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39688 x=408 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39689 x=420 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39691 x=432 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39692 x=444 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39693 x=456 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39694 x=468 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39696 x=480 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39698 x=492 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39702 x=504 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39704 x=516 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39705 x=528 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39706 x=540 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39707 x=552 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39708 x=564 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39709 x=576 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39711 x=588 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39712 x=600 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39714 x=612 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39715 x=624 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39717 x=636 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39718 x=648 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39719 x=660 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39720 x=672 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39721 x=684 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39722 x=696 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39723 x=708 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39724 x=720 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39725 x=732 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39726 x=744 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39727 x=847 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39729 x=756 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39730 x=768 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39731 x=780 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39732 x=792 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39733 x=804 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39735 x=816 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39737 x=828 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39738 x=732 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39739 x=852 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39740 x=744 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39741 x=756 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39745 x=768 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39746 x=900 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39747 x=780 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39748 x=924 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39749 x=792 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39752 x=804 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39755 x=816 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39756 x=828 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39757 x=840 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39758 x=852 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39759 x=864 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39761 x=876 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39764 x=888 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39765 x=900 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39766 x=912 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39767 x=924 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39768 x=1080 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39770 x=936 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39771 x=1104 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39774 x=1116 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39777 x=948 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39779 x=1140 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39781 x=1152 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39782 x=960 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39784 x=1176 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39786 x=972 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39787 x=984 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39788 x=1212 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39789 x=1224 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39790 x=996 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39791 x=1008 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39794 x=1260 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39795 x=1272 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39796 x=1020 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39797 x=1296 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39798 x=1308 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39799 x=1320 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39800 x=1332 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39801 x=1344 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39807 x=1032 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39808 x=1044 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39811 x=1380 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39812 x=1056 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39813 x=1404 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39814 x=1068 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39815 x=1080 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39817 x=1440 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39818 x=1092 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39819 x=1464 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39821 x=1476 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39822 x=1104 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39823 x=1500 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39824 x=1512 y=1071 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39825 x=1116 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39826 x=0 y=1088 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39827 x=12 y=1088 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39828 x=24 y=1088 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39830 x=36 y=1084 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39831 x=1128 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39834 x=1140 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39837 x=1152 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39838 x=84 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39839 x=1164 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39840 x=1176 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39846 x=1188 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39847 x=132 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39848 x=1200 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39849 x=156 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39850 x=168 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39851 x=180 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39852 x=192 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39853 x=1212 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39854 x=216 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39856 x=1224 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39857 x=1236 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39858 x=252 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39860 x=264 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39863 x=276 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39864 x=1248 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39865 x=1260 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39867 x=312 y=1083 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39868 x=1272 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39870 x=1284 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39871 x=1296 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39872 x=1308 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39873 x=372 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39878 x=1320 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39879 x=1332 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39880 x=408 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39881 x=420 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39882 x=1344 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39886 x=1356 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39887 x=1368 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39888 x=468 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39889 x=1380 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39890 x=1392 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39892 x=1404 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39894 x=516 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39895 x=1416 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39896 x=540 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39899 x=1428 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39901 x=1440 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39903 x=1452 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39905 x=1464 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39906 x=600 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39907 x=1476 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39908 x=1488 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39909 x=1500 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39911 x=648 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39912 x=1512 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39914 x=1524 y=408 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39915 x=684 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39918 x=0 y=425 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39919 x=708 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39920 x=12 y=425 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39921 x=732 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39922 x=24 y=421 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39923 x=36 y=421 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39925 x=48 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39927 x=780 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39928 x=792 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39929 x=804 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39930 x=816 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39933 x=828 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39935 x=840 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39936 x=60 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39938 x=72 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39940 x=876 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39942 x=84 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39944 x=96 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39945 x=108 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39946 x=120 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39947 x=936 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39948 x=132 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39949 x=144 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39951 x=972 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39952 x=156 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39953 x=168 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39954 x=180 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39955 x=192 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39956 x=1032 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39957 x=204 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39958 x=216 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39960 x=228 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39961 x=240 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39962 x=252 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39963 x=264 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39964 x=1116 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39965 x=276 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39966 x=288 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39969 x=1152 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39970 x=300 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39971 x=312 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39972 x=1188 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39973 x=324 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39974 x=336 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39975 x=1224 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39976 x=348 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39977 x=360 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39978 x=372 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39981 x=384 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39982 x=396 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39983 x=408 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39984 x=1308 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39985 x=1320 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39986 x=420 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39989 x=432 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39990 x=1356 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39991 x=1368 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=39993 x=444 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39994 x=456 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39995 x=468 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39997 x=480 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=39998 x=492 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40001 x=1440 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40003 x=1452 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40004 x=1464 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40005 x=504 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40006 x=1488 y=1082 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40007 x=516 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40008 x=528 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40009 x=540 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40010 x=0 y=1099 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40014 x=12 y=1099 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40015 x=24 y=1099 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40016 x=552 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40018 x=564 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40019 x=60 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40020 x=576 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40022 x=84 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40023 x=96 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40024 x=108 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40026 x=588 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40027 x=600 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40028 x=144 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40029 x=156 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40030 x=612 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40031 x=180 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40032 x=624 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40033 x=690 y=444 width=12 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40035 x=636 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40037 x=648 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40039 x=660 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40040 x=252 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40041 x=264 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40042 x=672 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40043 x=684 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40045 x=300 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40046 x=312 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40048 x=696 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40050 x=708 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40053 x=720 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40054 x=360 y=1094 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40055 x=372 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40056 x=732 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40058 x=396 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40059 x=744 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40060 x=756 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40165 x=432 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40166 x=768 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40167 x=780 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40169 x=792 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40171 x=480 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40172 x=804 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40176 x=504 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40178 x=516 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40179 x=528 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40180 x=816 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40182 x=552 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40183 x=828 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40185 x=840 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40194 x=852 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40195 x=864 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40198 x=876 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40199 x=888 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40200 x=636 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40201 x=900 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40203 x=912 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40206 x=924 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40209 x=684 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40210 x=936 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40213 x=948 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40215 x=960 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40216 x=972 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40219 x=984 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40220 x=756 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40221 x=996 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40222 x=1008 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40223 x=1020 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40227 x=1032 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40230 x=816 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40232 x=828 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40234 x=1044 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40235 x=852 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40236 x=864 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40239 x=1056 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40240 x=1068 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40242 x=1080 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40243 x=1092 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40244 x=1104 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40250 x=1116 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40251 x=1128 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40252 x=1140 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40253 x=972 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40254 x=1152 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40255 x=1164 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40257 x=1176 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40258 x=1188 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40259 x=1200 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40260 x=1212 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40261 x=1224 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40262 x=1068 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40263 x=1236 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40264 x=1248 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40266 x=1260 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40272 x=1272 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40273 x=1284 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40274 x=1296 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40275 x=1308 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40276 x=1320 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40281 x=1176 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40284 x=1332 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40285 x=1344 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40286 x=1356 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40287 x=1224 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40288 x=1368 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40289 x=1380 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40290 x=1392 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40291 x=1404 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40292 x=1416 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40293 x=1296 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40297 x=1308 y=1093 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40298 x=1428 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40299 x=1440 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40300 x=1452 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40303 x=1464 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40304 x=1476 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40306 x=1488 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40307 x=1500 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40310 x=1512 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40311 x=1524 y=420 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40314 x=0 y=437 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40315 x=12 y=437 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40316 x=24 y=433 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40318 x=36 y=433 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40323 x=48 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40324 x=60 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40326 x=72 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40327 x=84 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40329 x=96 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40330 x=108 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40333 x=120 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40334 x=132 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40335 x=144 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40338 x=48 y=1106 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40339 x=156 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40341 x=168 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40342 x=84 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40343 x=96 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40344 x=180 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40345 x=192 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40346 x=204 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40353 x=216 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40356 x=228 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40361 x=168 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40362 x=240 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40363 x=252 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40364 x=264 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40366 x=276 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40367 x=228 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40369 x=240 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40370 x=288 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40372 x=300 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40373 x=312 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40376 x=324 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40377 x=336 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40378 x=348 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40379 x=360 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40380 x=336 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40381 x=372 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40383 x=360 y=1105 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40384 x=384 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40385 x=396 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40386 x=408 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40387 x=420 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40388 x=432 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40390 x=444 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40391 x=444 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40393 x=456 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40394 x=468 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40399 x=480 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40403 x=492 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40404 x=504 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40405 x=516 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40406 x=528 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40407 x=516 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40409 x=552 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40410 x=528 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40414 x=540 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40415 x=588 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40416 x=552 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40419 x=564 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40421 x=624 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40422 x=576 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40423 x=588 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40425 x=600 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40427 x=672 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40429 x=612 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40430 x=624 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40431 x=636 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40432 x=648 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40434 x=732 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40435 x=660 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40436 x=756 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40440 x=672 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40441 x=684 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40442 x=792 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40445 x=804 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40446 x=696 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40450 x=828 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40455 x=708 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40458 x=852 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40461 x=720 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40462 x=876 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40464 x=732 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40465 x=900 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40466 x=912 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40469 x=924 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40470 x=744 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40473 x=756 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40474 x=768 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40475 x=780 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40476 x=792 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40477 x=996 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40478 x=1008 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40479 x=804 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40565 x=1032 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40568 x=816 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40569 x=828 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40570 x=840 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40571 x=1080 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40572 x=852 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40573 x=864 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40575 x=876 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40576 x=1128 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40577 x=888 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40578 x=1152 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40579 x=1164 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40580 x=1176 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40581 x=1188 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40583 x=1200 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40584 x=900 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40587 x=1224 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40588 x=1236 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40590 x=1248 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40591 x=1260 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40593 x=1272 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40594 x=1284 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40595 x=912 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40597 x=1308 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40598 x=1320 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40599 x=1332 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40600 x=1344 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40603 x=1356 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40605 x=1368 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40606 x=1380 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40607 x=924 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40612 x=1404 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40613 x=1416 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40614 x=1428 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40616 x=936 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40617 x=948 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40618 x=1464 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40620 x=960 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40621 x=1488 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40622 x=972 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40623 x=984 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40624 x=1524 y=1104 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40627 x=0 y=1121 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40628 x=996 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40629 x=1008 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40632 x=1020 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40633 x=48 y=1117 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40634 x=1032 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40635 x=1044 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40636 x=1056 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40637 x=1068 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40638 x=1080 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40639 x=1092 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40643 x=132 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40644 x=1104 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40646 x=1116 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40648 x=1128 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40651 x=1140 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40652 x=192 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40653 x=204 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40654 x=1152 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40655 x=1164 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40656 x=1176 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40657 x=252 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40658 x=264 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40660 x=1188 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40661 x=1200 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40664 x=300 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40665 x=1212 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40667 x=1224 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40668 x=1236 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40669 x=348 y=1116 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40670 x=1248 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40671 x=1260 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40672 x=1272 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40676 x=396 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40677 x=408 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40679 x=1284 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40680 x=432 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40684 x=444 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40685 x=456 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40686 x=1296 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40687 x=1308 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40688 x=492 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40689 x=504 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40690 x=516 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40692 x=528 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40693 x=1320 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40694 x=552 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40695 x=564 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40696 x=576 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40697 x=588 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40699 x=1332 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40700 x=1344 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40701 x=624 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40702 x=759 y=1126 width=10 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40703 x=636 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40706 x=648 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40707 x=660 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40711 x=672 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40712 x=1356 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40713 x=696 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40718 x=708 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40719 x=720 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40720 x=732 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40721 x=744 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40722 x=1368 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40723 x=1380 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40724 x=1392 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40725 x=1404 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40726 x=804 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40727 x=816 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40729 x=1416 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40730 x=1428 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40731 x=1440 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40735 x=1452 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40736 x=876 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40737 x=888 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40738 x=900 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40742 x=912 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40746 x=924 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40747 x=936 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40748 x=948 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40751 x=960 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40753 x=972 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40754 x=984 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40756 x=996 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40759 x=1008 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40761 x=1020 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40762 x=1032 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40763 x=1044 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40764 x=1464 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40765 x=1476 y=432 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40766 x=290 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40767 x=302 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40769 x=314 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40771 x=326 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40772 x=386 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40773 x=398 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40774 x=434 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40775 x=446 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40778 x=1176 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40779 x=1188 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40782 x=1200 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40783 x=1212 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40784 x=1224 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40786 x=1236 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40787 x=458 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40788 x=470 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40789 x=1272 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40790 x=1284 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40791 x=1296 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40792 x=482 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40794 x=494 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40797 x=1332 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40798 x=1344 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40799 x=1356 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40800 x=1368 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40801 x=506 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40802 x=518 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40803 x=782 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40806 x=1416 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40807 x=794 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40808 x=1440 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40809 x=806 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40810 x=1464 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40812 x=1476 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40813 x=1488 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40814 x=1500 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40815 x=1512 y=1115 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40816 x=1190 y=0 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40817 x=0 y=1132 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40818 x=12 y=1132 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40819 x=24 y=1132 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40821 x=36 y=1128 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40822 x=48 y=1128 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40823 x=60 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40826 x=24 y=13 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40829 x=84 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40831 x=96 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40845 x=96 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40847 x=756 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40848 x=876 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40849 x=1164 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40850 x=1524 y=12 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40852 x=60 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40853 x=504 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40854 x=192 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40855 x=204 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40857 x=216 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40860 x=540 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40861 x=588 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40862 x=252 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40863 x=660 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40864 x=888 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40865 x=1008 y=24 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40866 x=624 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40867 x=768 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40869 x=960 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40884 x=821 y=1148 width=11 height=7 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=40892 x=1500 y=36 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40893 x=24 y=49 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40894 x=360 y=1127 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40895 x=372 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40896 x=408 y=48 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40897 x=540 y=60 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40898 x=348 y=72 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=40900 x=420 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40902 x=432 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=40908 x=564 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65281 x=1495 y=1137 width=3 height=9 xoffset=4 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65282 x=144 y=1158 width=5 height=4 xoffset=3 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65283 x=1153 y=1137 width=9 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65284 x=21 y=0 width=7 height=12 xoffset=2 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65285 x=1023 y=1137 width=11 height=9 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65286 x=330 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65287 x=174 y=1158 width=3 height=4 xoffset=4 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65288 x=330 y=444 width=4 height=11 xoffset=7 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65289 x=335 y=444 width=4 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65290 x=1193 y=1137 width=9 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65291 x=395 y=1148 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65292 x=170 y=1158 width=3 height=4 xoffset=1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=65293 x=276 y=1158 width=9 height=2 xoffset=1 yoffset=8 xadvance=11 page=0 chnl=15 -char id=65294 x=18 y=14 width=3 height=2 xoffset=1 yoffset=11 xadvance=11 page=0 chnl=15 -char id=65295 x=492 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65296 x=1372 y=1137 width=7 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65297 x=586 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65298 x=1348 y=1137 width=7 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65299 x=1332 y=1137 width=7 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65300 x=594 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65301 x=1308 y=1137 width=7 height=9 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65302 x=495 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65303 x=562 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65304 x=1364 y=1137 width=7 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65305 x=511 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65306 x=805 y=1148 width=3 height=8 xoffset=4 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65307 x=1491 y=1137 width=3 height=9 xoffset=4 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65308 x=1203 y=1137 width=9 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65309 x=114 y=1158 width=9 height=4 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65310 x=1213 y=1137 width=9 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65311 x=1356 y=1137 width=7 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65312 x=1056 y=84 width=11 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65313 x=405 y=1148 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65314 x=501 y=1148 width=8 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65315 x=543 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65316 x=1527 y=1137 width=8 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65317 x=626 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65318 x=713 y=1148 width=6 height=8 xoffset=3 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65319 x=230 y=1138 width=9 height=10 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65320 x=305 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65321 x=554 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65322 x=1431 y=1137 width=6 height=9 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65323 x=492 y=1148 width=8 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65324 x=678 y=1148 width=6 height=8 xoffset=3 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65325 x=315 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65326 x=483 y=1148 width=8 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65327 x=1253 y=1137 width=9 height=9 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65328 x=474 y=1148 width=8 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65329 x=130 y=444 width=9 height=11 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65330 x=465 y=1148 width=8 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65331 x=527 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65332 x=335 y=1149 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65333 x=1143 y=1137 width=9 height=9 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65334 x=415 y=1148 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65335 x=108 y=1149 width=11 height=8 xoffset=0 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65336 x=634 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65337 x=610 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65338 x=578 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65339 x=340 y=444 width=4 height=11 xoffset=7 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65340 x=540 y=1126 width=11 height=10 xoffset=0 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65341 x=345 y=444 width=4 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65342 x=208 y=1158 width=4 height=3 xoffset=4 yoffset=2 xadvance=11 page=0 chnl=15 -char id=65343 x=238 y=1158 width=13 height=2 xoffset=-1 yoffset=13 xadvance=11 page=0 chnl=15 -char id=65344 x=234 y=1158 width=3 height=3 xoffset=3 yoffset=2 xadvance=11 page=0 chnl=15 -char id=65345 x=1348 y=1147 width=7 height=6 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65346 x=519 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65347 x=952 y=1147 width=7 height=7 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65348 x=503 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65349 x=944 y=1147 width=7 height=7 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65350 x=1299 y=1137 width=8 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65351 x=1272 y=1137 width=8 height=9 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65352 x=1324 y=1137 width=7 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65353 x=1499 y=1137 width=3 height=9 xoffset=4 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65354 x=29 y=0 width=6 height=12 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65355 x=1388 y=1137 width=7 height=9 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65356 x=751 y=1137 width=5 height=10 xoffset=4 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65357 x=857 y=1147 width=11 height=7 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=65358 x=1340 y=1147 width=7 height=6 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65359 x=1380 y=1147 width=7 height=6 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65360 x=1316 y=1137 width=7 height=9 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65361 x=415 y=1137 width=7 height=10 xoffset=2 yoffset=6 xadvance=11 page=0 chnl=15 -char id=65362 x=1404 y=1147 width=6 height=6 xoffset=3 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65363 x=968 y=1147 width=7 height=7 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65364 x=1380 y=1137 width=7 height=9 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65365 x=936 y=1147 width=7 height=7 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65366 x=1372 y=1147 width=7 height=6 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65367 x=1013 y=1147 width=11 height=6 xoffset=0 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65368 x=1396 y=1147 width=7 height=6 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65369 x=1340 y=1137 width=7 height=9 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65370 x=1356 y=1147 width=7 height=6 xoffset=2 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65371 x=355 y=444 width=4 height=11 xoffset=7 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65372 x=36 y=0 width=1 height=12 xoffset=5 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65373 x=360 y=444 width=4 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65374 x=54 y=1159 width=11 height=4 xoffset=0 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65375 x=245 y=444 width=5 height=11 xoffset=6 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65376 x=251 y=444 width=5 height=11 xoffset=0 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65377 x=150 y=1158 width=4 height=4 xoffset=0 yoffset=10 xadvance=6 page=0 chnl=15 -char id=65378 x=763 y=1148 width=5 height=8 xoffset=1 yoffset=3 xadvance=6 page=0 chnl=15 -char id=65379 x=995 y=1147 width=5 height=7 xoffset=0 yoffset=7 xadvance=6 page=0 chnl=15 -char id=65380 x=155 y=1158 width=4 height=4 xoffset=0 yoffset=10 xadvance=6 page=0 chnl=15 -char id=65381 x=286 y=1158 width=3 height=2 xoffset=1 yoffset=8 xadvance=6 page=0 chnl=15 -char id=65382 x=1403 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65383 x=989 y=1147 width=5 height=7 xoffset=0 yoffset=7 xadvance=6 page=0 chnl=15 -char id=65384 x=751 y=1148 width=5 height=8 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65385 x=787 y=1148 width=5 height=8 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65386 x=1438 y=1147 width=5 height=6 xoffset=0 yoffset=7 xadvance=6 page=0 chnl=15 -char id=65387 x=745 y=1148 width=5 height=8 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65388 x=781 y=1148 width=5 height=8 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65389 x=1432 y=1147 width=5 height=6 xoffset=0 yoffset=7 xadvance=6 page=0 chnl=15 -char id=65390 x=1007 y=1147 width=5 height=7 xoffset=0 yoffset=7 xadvance=6 page=0 chnl=15 -char id=65391 x=983 y=1147 width=5 height=7 xoffset=0 yoffset=7 xadvance=6 page=0 chnl=15 -char id=65392 x=40 y=1150 width=6 height=2 xoffset=0 yoffset=8 xadvance=6 page=0 chnl=15 -char id=65393 x=1438 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65394 x=763 y=1137 width=5 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65395 x=680 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65396 x=650 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65397 x=652 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65398 x=1410 y=1137 width=6 height=9 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65399 x=694 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65400 x=610 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65401 x=673 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65402 x=769 y=1148 width=5 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65403 x=603 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65404 x=624 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65405 x=720 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65406 x=1424 y=1137 width=6 height=9 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65407 x=664 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65408 x=769 y=1137 width=5 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65409 x=645 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65410 x=1466 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65411 x=1452 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65412 x=815 y=1137 width=4 height=10 xoffset=1 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65413 x=687 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65414 x=671 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65415 x=1485 y=1137 width=5 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65416 x=617 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65417 x=739 y=1148 width=5 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65418 x=570 y=1148 width=7 height=8 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65419 x=1479 y=1137 width=5 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65420 x=1417 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65421 x=976 y=1147 width=6 height=7 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65422 x=596 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65423 x=699 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65424 x=757 y=1148 width=5 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65425 x=1396 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65426 x=775 y=1137 width=5 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65427 x=1445 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65428 x=589 y=1137 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65429 x=657 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65430 x=775 y=1148 width=5 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65431 x=1473 y=1137 width=5 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65432 x=781 y=1137 width=5 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65433 x=685 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65434 x=692 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65435 x=793 y=1148 width=5 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65436 x=1459 y=1137 width=6 height=9 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65437 x=706 y=1148 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=65438 x=230 y=1158 width=3 height=3 xoffset=0 yoffset=3 xadvance=6 page=0 chnl=15 -char id=65439 x=178 y=1158 width=3 height=4 xoffset=0 yoffset=3 xadvance=6 page=0 chnl=15 -char id=65441 x=1322 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65442 x=1079 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65443 x=1099 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65444 x=1331 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65445 x=1169 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65446 x=1313 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65447 x=1214 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65448 x=1178 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65449 x=1187 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65450 x=1196 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65451 x=1205 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65452 x=1223 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65453 x=1069 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65454 x=1109 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65455 x=1159 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65456 x=1089 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65457 x=1232 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65458 x=1241 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65459 x=1250 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65460 x=1119 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65461 x=1259 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65462 x=1139 y=1147 width=9 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65463 x=1268 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65464 x=1277 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65465 x=1047 y=1147 width=10 height=6 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65466 x=909 y=1147 width=8 height=7 xoffset=1 yoffset=5 xadvance=10 page=0 chnl=15 -char id=65467 x=1286 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65468 x=1295 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65469 x=1304 y=1147 width=8 height=6 xoffset=1 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65470 x=927 y=1147 width=8 height=7 xoffset=1 yoffset=5 xadvance=10 page=0 chnl=15 -char id=65474 x=810 y=1137 width=4 height=10 xoffset=4 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65475 x=787 y=1137 width=5 height=10 xoffset=3 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65476 x=793 y=1137 width=5 height=10 xoffset=3 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65477 x=799 y=1137 width=5 height=10 xoffset=3 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65478 x=805 y=1137 width=4 height=10 xoffset=3 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65479 x=659 y=1137 width=6 height=10 xoffset=2 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65482 x=820 y=1137 width=4 height=10 xoffset=3 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65483 x=582 y=1137 width=6 height=10 xoffset=2 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65484 x=1516 y=1146 width=10 height=5 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65485 x=726 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65486 x=682 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65487 x=180 y=1138 width=9 height=10 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65490 x=1025 y=1147 width=10 height=6 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=65491 x=1036 y=1147 width=10 height=6 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=15 -char id=65492 x=1364 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65493 x=1353 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65494 x=1342 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65495 x=1058 y=1147 width=10 height=6 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=15 -char id=65498 x=316 y=1158 width=10 height=1 xoffset=0 yoffset=8 xadvance=10 page=0 chnl=15 -char id=65499 x=1331 y=1126 width=10 height=10 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65500 x=1533 y=443 width=2 height=10 xoffset=4 yoffset=4 xadvance=10 page=0 chnl=15 -char id=65504 x=479 y=1137 width=7 height=10 xoffset=2 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65505 x=602 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65506 x=134 y=1158 width=9 height=4 xoffset=1 yoffset=7 xadvance=11 page=0 chnl=15 -char id=65507 x=302 y=1158 width=13 height=1 xoffset=-1 yoffset=3 xadvance=11 page=0 chnl=15 -char id=65508 x=829 y=1137 width=1 height=10 xoffset=5 yoffset=4 xadvance=11 page=0 chnl=15 -char id=65509 x=618 y=1148 width=7 height=8 xoffset=2 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65510 x=435 y=1148 width=9 height=8 xoffset=1 yoffset=5 xadvance=11 page=0 chnl=15 -char id=65512 x=18 y=0 width=2 height=13 xoffset=2 yoffset=3 xadvance=6 page=0 chnl=15 -char id=65513 x=1425 y=1147 width=6 height=6 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65514 x=715 y=1137 width=5 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=65515 x=1388 y=1147 width=7 height=6 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65516 x=299 y=444 width=5 height=11 xoffset=0 yoffset=3 xadvance=6 page=0 chnl=15 -char id=65517 x=7 y=1163 width=5 height=5 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=65518 x=1527 y=1146 width=6 height=5 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -kernings count=232 -kerning first=12358 second=12290 amount=-1 -kerning first=12358 second=65292 amount=-1 -kerning first=12358 second=65294 amount=-1 -kerning first=12360 second=12390 amount=-1 -kerning first=12360 second=12408 amount=-1 -kerning first=12360 second=12409 amount=-1 -kerning first=12360 second=12410 amount=-1 -kerning first=12363 second=12424 amount=-1 -kerning first=12363 second=65292 amount=-1 -kerning first=12363 second=65294 amount=-1 -kerning first=12364 second=12424 amount=-1 -kerning first=12364 second=65292 amount=-1 -kerning first=12364 second=65294 amount=-1 -kerning first=12365 second=12289 amount=-1 -kerning first=12365 second=12290 amount=-1 -kerning first=12366 second=12289 amount=-1 -kerning first=12366 second=12290 amount=-1 -kerning first=12366 second=12423 amount=-1 -kerning first=12366 second=65292 amount=-1 -kerning first=12368 second=65292 amount=-1 -kerning first=12369 second=12289 amount=-1 -kerning first=12369 second=12290 amount=-1 -kerning first=12369 second=65292 amount=-1 -kerning first=12369 second=65294 amount=-1 -kerning first=12370 second=12289 amount=-1 -kerning first=12370 second=12290 amount=-1 -kerning first=12370 second=65292 amount=-1 -kerning first=12370 second=65294 amount=-1 -kerning first=12371 second=12387 amount=-1 -kerning first=12371 second=65292 amount=-1 -kerning first=12375 second=12388 amount=-1 -kerning first=12375 second=12389 amount=-1 -kerning first=12377 second=12289 amount=-1 -kerning first=12377 second=12290 amount=-1 -kerning first=12377 second=12408 amount=-1 -kerning first=12377 second=12409 amount=-1 -kerning first=12377 second=12410 amount=-1 -kerning first=12377 second=12494 amount=-1 -kerning first=12377 second=12504 amount=-1 -kerning first=12377 second=12505 amount=-1 -kerning first=12377 second=12506 amount=-1 -kerning first=12378 second=12289 amount=-1 -kerning first=12378 second=12290 amount=-1 -kerning first=12378 second=12408 amount=-1 -kerning first=12378 second=12409 amount=-1 -kerning first=12378 second=12410 amount=-1 -kerning first=12378 second=12494 amount=-1 -kerning first=12378 second=12504 amount=-1 -kerning first=12378 second=12505 amount=-1 -kerning first=12378 second=12506 amount=-1 -kerning first=12378 second=65292 amount=-1 -kerning first=12380 second=12408 amount=-1 -kerning first=12380 second=12409 amount=-1 -kerning first=12380 second=12410 amount=-1 -kerning first=12381 second=65292 amount=-1 -kerning first=12382 second=65292 amount=-1 -kerning first=12383 second=12429 amount=-1 -kerning first=12384 second=12429 amount=-1 -kerning first=12384 second=65292 amount=-1 -kerning first=12386 second=65292 amount=-1 -kerning first=12387 second=12390 amount=-1 -kerning first=12388 second=65292 amount=-1 -kerning first=12388 second=65294 amount=-1 -kerning first=12390 second=12289 amount=-1 -kerning first=12390 second=12387 amount=-1 -kerning first=12390 second=12414 amount=-1 -kerning first=12390 second=12418 amount=-1 -kerning first=12390 second=65292 amount=-1 -kerning first=12390 second=65294 amount=-1 -kerning first=12392 second=12408 amount=-1 -kerning first=12392 second=12409 amount=-1 -kerning first=12392 second=12410 amount=-1 -kerning first=12393 second=12289 amount=-1 -kerning first=12393 second=12290 amount=-1 -kerning first=12393 second=12408 amount=-1 -kerning first=12393 second=12409 amount=-1 -kerning first=12393 second=12410 amount=-1 -kerning first=12393 second=65292 amount=-1 -kerning first=12393 second=65294 amount=-1 -kerning first=12395 second=65292 amount=-1 -kerning first=12398 second=65292 amount=-1 -kerning first=12402 second=65292 amount=-1 -kerning first=12403 second=65294 amount=-1 -kerning first=12404 second=65292 amount=-1 -kerning first=12404 second=65294 amount=-1 -kerning first=12406 second=65292 amount=-1 -kerning first=12407 second=65292 amount=-1 -kerning first=12408 second=12390 amount=-1 -kerning first=12408 second=12391 amount=-1 -kerning first=12408 second=12392 amount=-1 -kerning first=12408 second=12393 amount=-1 -kerning first=12414 second=65292 amount=-1 -kerning first=12417 second=65292 amount=-1 -kerning first=12419 second=65292 amount=-1 -kerning first=12422 second=12290 amount=-1 -kerning first=12422 second=65292 amount=-1 -kerning first=12426 second=65292 amount=-1 -kerning first=12431 second=12428 amount=-1 -kerning first=12435 second=12390 amount=-1 -kerning first=12435 second=12391 amount=-1 -kerning first=12449 second=12289 amount=-1 -kerning first=12449 second=12290 amount=-1 -kerning first=12449 second=65292 amount=-1 -kerning first=12449 second=65294 amount=-1 -kerning first=12450 second=12289 amount=-1 -kerning first=12450 second=12290 amount=-1 -kerning first=12450 second=12452 amount=-1 -kerning first=12450 second=12463 amount=-1 -kerning first=12450 second=12464 amount=-1 -kerning first=12450 second=12494 amount=-1 -kerning first=12450 second=12512 amount=-1 -kerning first=12450 second=12513 amount=-1 -kerning first=12450 second=12540 amount=-1 -kerning first=12450 second=65292 amount=-1 -kerning first=12450 second=65294 amount=-1 -kerning first=12457 second=12289 amount=-1 -kerning first=12457 second=12290 amount=-1 -kerning first=12457 second=65292 amount=-1 -kerning first=12457 second=65294 amount=-1 -kerning first=12458 second=12289 amount=-1 -kerning first=12458 second=12290 amount=-1 -kerning first=12458 second=65292 amount=-1 -kerning first=12461 second=12494 amount=-1 -kerning first=12462 second=65292 amount=-1 -kerning first=12462 second=65294 amount=-1 -kerning first=12463 second=12289 amount=-1 -kerning first=12463 second=12290 amount=-1 -kerning first=12463 second=12494 amount=-1 -kerning first=12463 second=12495 amount=-1 -kerning first=12463 second=12496 amount=-1 -kerning first=12463 second=12497 amount=-1 -kerning first=12463 second=12512 amount=-1 -kerning first=12463 second=65292 amount=-1 -kerning first=12463 second=65294 amount=-1 -kerning first=12464 second=12289 amount=-1 -kerning first=12464 second=12290 amount=-1 -kerning first=12464 second=65292 amount=-1 -kerning first=12464 second=65294 amount=-1 -kerning first=12465 second=12289 amount=-1 -kerning first=12465 second=12290 amount=-1 -kerning first=12465 second=12494 amount=-1 -kerning first=12465 second=12512 amount=-1 -kerning first=12465 second=65292 amount=-1 -kerning first=12465 second=65294 amount=-1 -kerning first=12466 second=12289 amount=-1 -kerning first=12466 second=12290 amount=-1 -kerning first=12466 second=12512 amount=-1 -kerning first=12466 second=65292 amount=-1 -kerning first=12466 second=65294 amount=-1 -kerning first=12469 second=12289 amount=-1 -kerning first=12469 second=12290 amount=-1 -kerning first=12469 second=65292 amount=-1 -kerning first=12469 second=65294 amount=-1 -kerning first=12470 second=12289 amount=-1 -kerning first=12470 second=12290 amount=-1 -kerning first=12470 second=65292 amount=-1 -kerning first=12472 second=12495 amount=-1 -kerning first=12472 second=12496 amount=-1 -kerning first=12472 second=12497 amount=-1 -kerning first=12472 second=12515 amount=-1 -kerning first=12472 second=12517 amount=-1 -kerning first=12473 second=12504 amount=-1 -kerning first=12473 second=12505 amount=-1 -kerning first=12473 second=12506 amount=-1 -kerning first=12477 second=12289 amount=-1 -kerning first=12477 second=12290 amount=-1 -kerning first=12477 second=65292 amount=-1 -kerning first=12477 second=65294 amount=-1 -kerning first=12478 second=12289 amount=-1 -kerning first=12478 second=12290 amount=-1 -kerning first=12478 second=65292 amount=-1 -kerning first=12478 second=65294 amount=-1 -kerning first=12479 second=65292 amount=-1 -kerning first=12480 second=12289 amount=-1 -kerning first=12480 second=65292 amount=-1 -kerning first=12481 second=12289 amount=-1 -kerning first=12481 second=12290 amount=-1 -kerning first=12482 second=12289 amount=-1 -kerning first=12482 second=65292 amount=-1 -kerning first=12483 second=65292 amount=-1 -kerning first=12484 second=12289 amount=-1 -kerning first=12484 second=65292 amount=-1 -kerning first=12486 second=12451 amount=-1 -kerning first=12487 second=12451 amount=-1 -kerning first=12487 second=65292 amount=-1 -kerning first=12490 second=12289 amount=-1 -kerning first=12490 second=12290 amount=-1 -kerning first=12490 second=12494 amount=-1 -kerning first=12490 second=65292 amount=-1 -kerning first=12490 second=65294 amount=-1 -kerning first=12496 second=12531 amount=1 -kerning first=12497 second=12531 amount=1 -kerning first=12502 second=65292 amount=-1 -kerning first=12503 second=65292 amount=-1 -kerning first=12510 second=12289 amount=-1 -kerning first=12510 second=65292 amount=-1 -kerning first=12512 second=12501 amount=-1 -kerning first=12512 second=12502 amount=-1 -kerning first=12512 second=12503 amount=-1 -kerning first=12512 second=12521 amount=-1 -kerning first=12516 second=12289 amount=-1 -kerning first=12516 second=12290 amount=-1 -kerning first=12516 second=12494 amount=-1 -kerning first=12516 second=65292 amount=-1 -kerning first=12516 second=65294 amount=-1 -kerning first=12521 second=65292 amount=-1 -kerning first=12522 second=12289 amount=-1 -kerning first=12527 second=12289 amount=-1 -kerning first=12527 second=12290 amount=-1 -kerning first=12527 second=12494 amount=-1 -kerning first=12527 second=65292 amount=-1 -kerning first=12528 second=12494 amount=-1 -kerning first=12530 second=12289 amount=-1 -kerning first=12530 second=12290 amount=-1 -kerning first=12530 second=65292 amount=-1 -kerning first=12530 second=65294 amount=-1 -kerning first=12531 second=12289 amount=-1 -kerning first=12531 second=12290 amount=-1 -kerning first=12531 second=12494 amount=-1 -kerning first=12531 second=65292 amount=-1 -kerning first=12531 second=65294 amount=-1 -kerning first=12532 second=12289 amount=-1 -kerning first=12532 second=12290 amount=-1 -kerning first=12540 second=12390 amount=-1 -kerning first=12540 second=12391 amount=-1 -kerning first=12540 second=12473 amount=-1 -kerning first=12540 second=12474 amount=-1 -kerning first=12540 second=12494 amount=-1 -kerning first=12540 second=12501 amount=-1 -kerning first=12540 second=12502 amount=-1 -kerning first=12540 second=12503 amount=-1 -kerning first=12540 second=12531 amount=-1 diff --git a/resources/BitmapFonts/font_japanese.png b/resources/BitmapFonts/font_japanese.png deleted file mode 100644 index 423d17b1..00000000 Binary files a/resources/BitmapFonts/font_japanese.png and /dev/null differ diff --git a/resources/BitmapFonts/font_thai-hd.fnt b/resources/BitmapFonts/font_thai-hd.fnt deleted file mode 100644 index 369052c1..00000000 --- a/resources/BitmapFonts/font_thai-hd.fnt +++ /dev/null @@ -1,91 +0,0 @@ -info face="Noto Sans Thai" size=32 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=32 base=22 scaleW=128 scaleH=128 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_thai-hd.png" -chars count=87 -char id=3585 x=99 y=76 width=11 height=12 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3586 x=72 y=64 width=10 height=13 xoffset=1 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3587 x=51 y=50 width=11 height=13 xoffset=0 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3588 x=87 y=77 width=11 height=12 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3589 x=111 y=76 width=11 height=12 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3590 x=0 y=53 width=12 height=13 xoffset=0 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3591 x=48 y=80 width=12 height=12 xoffset=-1 yoffset=10 xadvance=11 page=0 chnl=15 -char id=3592 x=0 y=95 width=11 height=12 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=3593 x=75 y=49 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3594 x=94 y=62 width=10 height=13 xoffset=1 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3595 x=116 y=33 width=11 height=13 xoffset=0 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3596 x=67 y=35 width=17 height=13 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=15 -char id=3597 x=24 y=20 width=17 height=16 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=15 -char id=3598 x=66 y=0 width=12 height=17 xoffset=0 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3599 x=79 y=0 width=12 height=17 xoffset=0 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3600 x=39 y=0 width=11 height=18 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=15 -char id=3601 x=61 y=78 width=12 height=12 xoffset=0 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3602 x=48 y=36 width=18 height=13 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=15 -char id=3603 x=85 y=34 width=17 height=13 xoffset=1 yoffset=10 xadvance=19 page=0 chnl=15 -char id=3604 x=99 y=48 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3605 x=87 y=48 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3606 x=111 y=47 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3607 x=24 y=94 width=11 height=12 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3608 x=0 y=81 width=10 height=13 xoffset=1 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3609 x=0 y=67 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3610 x=12 y=67 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3611 x=12 y=20 width=11 height=17 xoffset=1 yoffset=6 xadvance=13 page=0 chnl=15 -char id=3612 x=74 y=78 width=12 height=12 xoffset=1 yoffset=10 xadvance=14 page=0 chnl=15 -char id=3613 x=58 y=18 width=12 height=16 xoffset=1 yoffset=6 xadvance=14 page=0 chnl=15 -char id=3614 x=33 y=81 width=14 height=12 xoffset=0 yoffset=10 xadvance=15 page=0 chnl=15 -char id=3615 x=42 y=19 width=15 height=16 xoffset=0 yoffset=6 xadvance=14 page=0 chnl=15 -char id=3616 x=103 y=33 width=12 height=13 xoffset=0 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3617 x=24 y=67 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3618 x=48 y=66 width=11 height=13 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3619 x=105 y=62 width=10 height=13 xoffset=0 yoffset=10 xadvance=10 page=0 chnl=15 -char id=3620 x=105 y=0 width=11 height=17 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3621 x=36 y=66 width=11 height=13 xoffset=0 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3622 x=92 y=0 width=12 height=17 xoffset=0 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3623 x=83 y=63 width=10 height=13 xoffset=0 yoffset=10 xadvance=10 page=0 chnl=15 -char id=3624 x=13 y=53 width=12 height=13 xoffset=1 yoffset=9 xadvance=13 page=0 chnl=15 -char id=3625 x=26 y=52 width=12 height=13 xoffset=1 yoffset=10 xadvance=14 page=0 chnl=15 -char id=3626 x=102 y=18 width=12 height=14 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=15 -char id=3627 x=12 y=95 width=11 height=12 xoffset=1 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3628 x=71 y=18 width=15 height=15 xoffset=0 yoffset=7 xadvance=14 page=0 chnl=15 -char id=3629 x=116 y=61 width=10 height=13 xoffset=1 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3630 x=25 y=37 width=11 height=14 xoffset=1 yoffset=9 xadvance=12 page=0 chnl=15 -char id=3631 x=36 y=94 width=10 height=12 xoffset=0 yoffset=10 xadvance=11 page=0 chnl=15 -char id=3632 x=105 y=89 width=7 height=10 xoffset=0 yoffset=11 xadvance=7 page=0 chnl=15 -char id=3633 x=104 y=102 width=10 height=4 xoffset=-8 yoffset=5 xadvance=0 page=0 chnl=15 -char id=3634 x=47 y=94 width=9 height=12 xoffset=-1 yoffset=10 xadvance=9 page=0 chnl=15 -char id=3635 x=51 y=0 width=14 height=17 xoffset=-6 yoffset=5 xadvance=9 page=0 chnl=15 -char id=3636 x=19 y=114 width=11 height=2 xoffset=-12 yoffset=7 xadvance=0 page=0 chnl=15 -char id=3637 x=92 y=103 width=11 height=4 xoffset=-12 yoffset=5 xadvance=0 page=0 chnl=15 -char id=3638 x=80 y=103 width=11 height=4 xoffset=-12 yoffset=5 xadvance=0 page=0 chnl=15 -char id=3639 x=68 y=105 width=11 height=4 xoffset=-12 yoffset=5 xadvance=0 page=0 chnl=15 -char id=3640 x=123 y=47 width=4 height=5 xoffset=-5 yoffset=23 xadvance=0 page=0 chnl=15 -char id=3641 x=38 y=107 width=8 height=5 xoffset=-9 yoffset=23 xadvance=0 page=0 chnl=15 -char id=3642 x=123 y=75 width=4 height=3 xoffset=-5 yoffset=23 xadvance=0 page=0 chnl=15 -char id=3647 x=27 y=0 width=11 height=18 xoffset=1 yoffset=6 xadvance=12 page=0 chnl=15 -char id=3648 x=11 y=81 width=5 height=13 xoffset=1 yoffset=10 xadvance=6 page=0 chnl=15 -char id=3649 x=60 y=64 width=11 height=13 xoffset=1 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3650 x=0 y=0 width=9 height=19 xoffset=-1 yoffset=4 xadvance=7 page=0 chnl=15 -char id=3651 x=19 y=0 width=7 height=19 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3652 x=10 y=0 width=8 height=19 xoffset=-1 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3653 x=117 y=0 width=9 height=17 xoffset=-1 yoffset=10 xadvance=9 page=0 chnl=15 -char id=3654 x=0 y=20 width=11 height=17 xoffset=1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3655 x=19 y=108 width=9 height=5 xoffset=-10 yoffset=4 xadvance=0 page=0 chnl=15 -char id=3656 x=123 y=53 width=3 height=5 xoffset=-4 yoffset=4 xadvance=0 page=0 chnl=15 -char id=3657 x=29 y=107 width=8 height=5 xoffset=-8 yoffset=4 xadvance=0 page=0 chnl=15 -char id=3658 x=113 y=89 width=10 height=5 xoffset=-10 yoffset=4 xadvance=0 page=0 chnl=15 -char id=3659 x=47 y=107 width=6 height=5 xoffset=-7 yoffset=4 xadvance=0 page=0 chnl=15 -char id=3660 x=115 y=95 width=6 height=4 xoffset=-6 yoffset=6 xadvance=0 page=0 chnl=15 -char id=3661 x=54 y=107 width=6 height=5 xoffset=-6 yoffset=5 xadvance=0 page=0 chnl=15 -char id=3662 x=61 y=105 width=6 height=5 xoffset=-6 yoffset=5 xadvance=0 page=0 chnl=15 -char id=3663 x=81 y=91 width=11 height=11 xoffset=1 yoffset=12 xadvance=13 page=0 chnl=15 -char id=3664 x=93 y=90 width=11 height=11 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=15 -char id=3665 x=69 y=91 width=11 height=11 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=15 -char id=3666 x=0 y=38 width=12 height=14 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=15 -char id=3667 x=57 y=93 width=11 height=11 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=15 -char id=3668 x=39 y=52 width=11 height=13 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=3669 x=63 y=50 width=11 height=13 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=3670 x=37 y=37 width=10 height=14 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=3671 x=87 y=18 width=14 height=14 xoffset=0 yoffset=9 xadvance=15 page=0 chnl=15 -char id=3672 x=115 y=18 width=12 height=14 xoffset=0 yoffset=9 xadvance=12 page=0 chnl=15 -char id=3673 x=13 y=38 width=11 height=14 xoffset=0 yoffset=9 xadvance=11 page=0 chnl=15 -char id=3674 x=17 y=81 width=15 height=12 xoffset=0 yoffset=10 xadvance=16 page=0 chnl=15 -char id=3675 x=0 y=108 width=18 height=8 xoffset=0 yoffset=13 xadvance=18 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_thai-hd.png b/resources/BitmapFonts/font_thai-hd.png deleted file mode 100644 index 1ec1e276..00000000 Binary files a/resources/BitmapFonts/font_thai-hd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_thai-uhd.fnt b/resources/BitmapFonts/font_thai-uhd.fnt deleted file mode 100644 index 19752cb5..00000000 --- a/resources/BitmapFonts/font_thai-uhd.fnt +++ /dev/null @@ -1,91 +0,0 @@ -info face="Noto Sans Thai" size=64 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=64 base=45 scaleW=224 scaleH=224 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_thai-uhd.png" -chars count=87 -char id=3585 x=199 y=113 width=21 height=24 xoffset=2 yoffset=21 xadvance=25 page=0 chnl=15 -char id=3586 x=60 y=123 width=18 height=25 xoffset=2 yoffset=21 xadvance=23 page=0 chnl=15 -char id=3587 x=21 y=175 width=19 height=24 xoffset=1 yoffset=22 xadvance=23 page=0 chnl=15 -char id=3588 x=87 y=149 width=20 height=24 xoffset=3 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3589 x=0 y=175 width=20 height=24 xoffset=3 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3590 x=22 y=150 width=21 height=24 xoffset=1 yoffset=22 xadvance=25 page=0 chnl=15 -char id=3591 x=176 y=117 width=22 height=24 xoffset=-1 yoffset=21 xadvance=23 page=0 chnl=15 -char id=3592 x=192 y=142 width=20 height=24 xoffset=1 yoffset=21 xadvance=23 page=0 chnl=15 -char id=3593 x=114 y=94 width=20 height=25 xoffset=3 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3594 x=204 y=34 width=19 height=25 xoffset=2 yoffset=21 xadvance=23 page=0 chnl=15 -char id=3595 x=171 y=145 width=20 height=24 xoffset=1 yoffset=22 xadvance=24 page=0 chnl=15 -char id=3596 x=177 y=61 width=33 height=25 xoffset=2 yoffset=21 xadvance=38 page=0 chnl=15 -char id=3597 x=41 y=37 width=33 height=32 xoffset=2 yoffset=21 xadvance=39 page=0 chnl=15 -char id=3598 x=114 y=0 width=23 height=33 xoffset=0 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3599 x=138 y=0 width=23 height=33 xoffset=0 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3600 x=92 y=0 width=21 height=34 xoffset=1 yoffset=20 xadvance=23 page=0 chnl=15 -char id=3601 x=152 y=120 width=23 height=24 xoffset=1 yoffset=21 xadvance=27 page=0 chnl=15 -char id=3602 x=108 y=68 width=34 height=25 xoffset=2 yoffset=21 xadvance=38 page=0 chnl=15 -char id=3603 x=143 y=65 width=33 height=25 xoffset=2 yoffset=21 xadvance=39 page=0 chnl=15 -char id=3604 x=92 y=95 width=21 height=25 xoffset=2 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3605 x=24 y=98 width=22 height=25 xoffset=2 yoffset=21 xadvance=27 page=0 chnl=15 -char id=3606 x=70 y=97 width=21 height=25 xoffset=2 yoffset=21 xadvance=25 page=0 chnl=15 -char id=3607 x=150 y=145 width=20 height=24 xoffset=3 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3608 x=177 y=87 width=20 height=25 xoffset=2 yoffset=21 xadvance=23 page=0 chnl=15 -char id=3609 x=129 y=145 width=20 height=24 xoffset=3 yoffset=22 xadvance=26 page=0 chnl=15 -char id=3610 x=108 y=146 width=20 height=24 xoffset=3 yoffset=22 xadvance=26 page=0 chnl=15 -char id=3611 x=0 y=37 width=20 height=33 xoffset=3 yoffset=13 xadvance=26 page=0 chnl=15 -char id=3612 x=44 y=150 width=21 height=24 xoffset=3 yoffset=21 xadvance=27 page=0 chnl=15 -char id=3613 x=103 y=35 width=21 height=32 xoffset=3 yoffset=13 xadvance=28 page=0 chnl=15 -char id=3614 x=75 y=174 width=27 height=23 xoffset=1 yoffset=22 xadvance=29 page=0 chnl=15 -char id=3615 x=75 y=35 width=27 height=32 xoffset=1 yoffset=13 xadvance=29 page=0 chnl=15 -char id=3616 x=0 y=98 width=23 height=25 xoffset=0 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3617 x=66 y=149 width=20 height=24 xoffset=3 yoffset=22 xadvance=26 page=0 chnl=15 -char id=3618 x=198 y=87 width=20 height=25 xoffset=2 yoffset=21 xadvance=25 page=0 chnl=15 -char id=3619 x=20 y=124 width=19 height=25 xoffset=1 yoffset=21 xadvance=21 page=0 chnl=15 -char id=3620 x=186 y=0 width=21 height=33 xoffset=2 yoffset=21 xadvance=25 page=0 chnl=15 -char id=3621 x=135 y=94 width=20 height=25 xoffset=1 yoffset=21 xadvance=24 page=0 chnl=15 -char id=3622 x=162 y=0 width=23 height=33 xoffset=0 yoffset=21 xadvance=26 page=0 chnl=15 -char id=3623 x=79 y=123 width=18 height=25 xoffset=1 yoffset=21 xadvance=21 page=0 chnl=15 -char id=3624 x=47 y=97 width=22 height=25 xoffset=3 yoffset=20 xadvance=27 page=0 chnl=15 -char id=3625 x=128 y=120 width=23 height=24 xoffset=3 yoffset=22 xadvance=27 page=0 chnl=15 -char id=3626 x=181 y=34 width=22 height=26 xoffset=1 yoffset=20 xadvance=24 page=0 chnl=15 -char id=3627 x=103 y=174 width=20 height=23 xoffset=3 yoffset=22 xadvance=25 page=0 chnl=15 -char id=3628 x=125 y=34 width=28 height=30 xoffset=1 yoffset=15 xadvance=28 page=0 chnl=15 -char id=3629 x=156 y=91 width=20 height=25 xoffset=2 yoffset=21 xadvance=24 page=0 chnl=15 -char id=3630 x=23 y=71 width=21 height=26 xoffset=2 yoffset=20 xadvance=24 page=0 chnl=15 -char id=3631 x=41 y=175 width=18 height=24 xoffset=0 yoffset=21 xadvance=22 page=0 chnl=15 -char id=3632 x=209 y=167 width=12 height=19 xoffset=1 yoffset=24 xadvance=14 page=0 chnl=15 -char id=3633 x=0 y=216 width=18 height=7 xoffset=-15 yoffset=12 xadvance=0 page=0 chnl=15 -char id=3634 x=60 y=175 width=14 height=24 xoffset=0 yoffset=21 xadvance=17 page=0 chnl=15 -char id=3635 x=65 y=0 width=26 height=34 xoffset=-12 yoffset=11 xadvance=17 page=0 chnl=15 -char id=3636 x=27 y=216 width=19 height=4 xoffset=-22 yoffset=15 xadvance=0 page=0 chnl=15 -char id=3637 x=186 y=192 width=19 height=7 xoffset=-22 yoffset=12 xadvance=0 page=0 chnl=15 -char id=3638 x=145 y=193 width=20 height=8 xoffset=-22 yoffset=11 xadvance=0 page=0 chnl=15 -char id=3639 x=166 y=192 width=19 height=7 xoffset=-22 yoffset=12 xadvance=0 page=0 chnl=15 -char id=3640 x=137 y=193 width=7 height=9 xoffset=-10 yoffset=47 xadvance=0 page=0 chnl=15 -char id=3641 x=86 y=198 width=14 height=10 xoffset=-17 yoffset=47 xadvance=0 page=0 chnl=15 -char id=3642 x=19 y=216 width=7 height=7 xoffset=-9 yoffset=47 xadvance=0 page=0 chnl=15 -char id=3647 x=44 y=0 width=20 height=35 xoffset=3 yoffset=13 xadvance=25 page=0 chnl=15 -char id=3648 x=211 y=60 width=9 height=24 xoffset=3 yoffset=22 xadvance=12 page=0 chnl=15 -char id=3649 x=0 y=150 width=21 height=24 xoffset=3 yoffset=22 xadvance=24 page=0 chnl=15 -char id=3650 x=0 y=0 width=15 height=36 xoffset=0 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3651 x=31 y=0 width=12 height=36 xoffset=0 yoffset=10 xadvance=12 page=0 chnl=15 -char id=3652 x=16 y=0 width=14 height=36 xoffset=-1 yoffset=10 xadvance=13 page=0 chnl=15 -char id=3653 x=208 y=0 width=14 height=33 xoffset=0 yoffset=21 xadvance=17 page=0 chnl=15 -char id=3654 x=21 y=37 width=19 height=33 xoffset=3 yoffset=21 xadvance=25 page=0 chnl=15 -char id=3655 x=35 y=200 width=17 height=10 xoffset=-20 yoffset=9 xadvance=0 page=0 chnl=15 -char id=3656 x=213 y=138 width=5 height=10 xoffset=-8 yoffset=9 xadvance=0 page=0 chnl=15 -char id=3657 x=71 y=200 width=14 height=10 xoffset=-16 yoffset=9 xadvance=0 page=0 chnl=15 -char id=3658 x=53 y=200 width=17 height=10 xoffset=-18 yoffset=9 xadvance=0 page=0 chnl=15 -char id=3659 x=101 y=198 width=11 height=10 xoffset=-14 yoffset=9 xadvance=0 page=0 chnl=15 -char id=3660 x=206 y=192 width=12 height=7 xoffset=-12 yoffset=13 xadvance=0 page=0 chnl=15 -char id=3661 x=125 y=193 width=11 height=9 xoffset=-12 yoffset=11 xadvance=0 page=0 chnl=15 -char id=3662 x=113 y=198 width=11 height=9 xoffset=-12 yoffset=11 xadvance=0 page=0 chnl=15 -char id=3663 x=124 y=171 width=21 height=21 xoffset=2 yoffset=25 xadvance=25 page=0 chnl=15 -char id=3664 x=188 y=170 width=20 height=21 xoffset=2 yoffset=25 xadvance=24 page=0 chnl=15 -char id=3665 x=167 y=170 width=20 height=21 xoffset=1 yoffset=25 xadvance=23 page=0 chnl=15 -char id=3666 x=0 y=71 width=22 height=26 xoffset=2 yoffset=20 xadvance=26 page=0 chnl=15 -char id=3667 x=146 y=170 width=20 height=21 xoffset=2 yoffset=25 xadvance=24 page=0 chnl=15 -char id=3668 x=0 y=124 width=19 height=25 xoffset=2 yoffset=20 xadvance=23 page=0 chnl=15 -char id=3669 x=40 y=124 width=19 height=25 xoffset=2 yoffset=20 xadvance=23 page=0 chnl=15 -char id=3670 x=45 y=70 width=20 height=26 xoffset=0 yoffset=20 xadvance=22 page=0 chnl=15 -char id=3671 x=154 y=34 width=26 height=26 xoffset=2 yoffset=20 xadvance=30 page=0 chnl=15 -char id=3672 x=66 y=70 width=20 height=26 xoffset=2 yoffset=20 xadvance=24 page=0 chnl=15 -char id=3673 x=87 y=68 width=20 height=26 xoffset=2 yoffset=20 xadvance=21 page=0 chnl=15 -char id=3674 x=98 y=121 width=29 height=24 xoffset=0 yoffset=21 xadvance=32 page=0 chnl=15 -char id=3675 x=0 y=200 width=34 height=15 xoffset=1 yoffset=27 xadvance=37 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_thai-uhd.png b/resources/BitmapFonts/font_thai-uhd.png deleted file mode 100644 index 33c38e06..00000000 Binary files a/resources/BitmapFonts/font_thai-uhd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_thai.fnt b/resources/BitmapFonts/font_thai.fnt deleted file mode 100644 index 1409c29e..00000000 --- a/resources/BitmapFonts/font_thai.fnt +++ /dev/null @@ -1,91 +0,0 @@ -info face="Noto Sans Thai" size=16 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=16 base=11 scaleW=64 scaleH=96 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_thai.png" -chars count=87 -char id=3585 x=21 y=45 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3586 x=7 y=61 width=6 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3587 x=14 y=61 width=6 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3588 x=0 y=30 width=7 height=7 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=3589 x=55 y=45 width=7 height=6 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=3590 x=21 y=61 width=6 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3591 x=0 y=54 width=7 height=6 xoffset=-1 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3592 x=14 y=38 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3593 x=24 y=29 width=7 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3594 x=28 y=60 width=6 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3595 x=35 y=60 width=6 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3596 x=9 y=21 width=10 height=7 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=3597 x=0 y=11 width=10 height=9 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=3598 x=29 y=0 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3599 x=8 y=0 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3600 x=36 y=0 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3601 x=24 y=53 width=7 height=6 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=3602 x=35 y=45 width=10 height=6 xoffset=0 yoffset=5 xadvance=10 page=0 chnl=15 -char id=3603 x=20 y=21 width=10 height=7 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=15 -char id=3604 x=8 y=30 width=7 height=7 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=3605 x=16 y=54 width=7 height=6 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=3606 x=35 y=37 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3607 x=40 y=29 width=7 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3608 x=7 y=46 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3609 x=48 y=52 width=7 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3610 x=40 y=52 width=7 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3611 x=37 y=11 width=7 height=9 xoffset=0 yoffset=2 xadvance=6 page=0 chnl=15 -char id=3612 x=32 y=29 width=7 height=7 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=3613 x=29 y=11 width=7 height=9 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15 -char id=3614 x=46 y=45 width=8 height=6 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=3615 x=20 y=11 width=8 height=9 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15 -char id=3616 x=21 y=37 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3617 x=56 y=52 width=7 height=6 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=3618 x=0 y=61 width=6 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3619 x=28 y=37 width=6 height=7 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15 -char id=3620 x=22 y=0 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3621 x=42 y=37 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3622 x=15 y=0 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3623 x=58 y=19 width=5 height=7 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15 -char id=3624 x=16 y=29 width=7 height=7 xoffset=0 yoffset=4 xadvance=7 page=0 chnl=15 -char id=3625 x=8 y=54 width=7 height=6 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=3626 x=14 y=46 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3627 x=42 y=59 width=6 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3628 x=0 y=21 width=8 height=8 xoffset=0 yoffset=3 xadvance=7 page=0 chnl=15 -char id=3629 x=49 y=37 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3630 x=56 y=37 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3631 x=0 y=46 width=6 height=7 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=15 -char id=3632 x=49 y=59 width=4 height=6 xoffset=0 yoffset=5 xadvance=4 page=0 chnl=15 -char id=3633 x=35 y=73 width=5 height=2 xoffset=-4 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3634 x=58 y=11 width=5 height=7 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=15 -char id=3635 x=11 y=11 width=8 height=9 xoffset=-4 yoffset=2 xadvance=4 page=0 chnl=15 -char id=3636 x=41 y=72 width=6 height=1 xoffset=-6 yoffset=3 xadvance=0 page=0 chnl=15 -char id=3637 x=15 y=74 width=6 height=2 xoffset=-6 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3638 x=22 y=74 width=6 height=2 xoffset=-6 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3639 x=8 y=74 width=6 height=2 xoffset=-6 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3640 x=62 y=0 width=1 height=1 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=15 -char id=3641 x=53 y=66 width=5 height=3 xoffset=-5 yoffset=11 xadvance=0 page=0 chnl=15 -char id=3642 x=62 y=4 width=1 height=1 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=15 -char id=3647 x=0 y=0 width=7 height=10 xoffset=0 yoffset=2 xadvance=6 page=0 chnl=15 -char id=3648 x=54 y=59 width=4 height=6 xoffset=0 yoffset=5 xadvance=3 page=0 chnl=15 -char id=3649 x=32 y=53 width=7 height=6 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=3650 x=45 y=11 width=6 height=9 xoffset=-1 yoffset=2 xadvance=3 page=0 chnl=15 -char id=3651 x=50 y=0 width=5 height=10 xoffset=-1 yoffset=1 xadvance=3 page=0 chnl=15 -char id=3652 x=52 y=11 width=5 height=9 xoffset=-1 yoffset=2 xadvance=3 page=0 chnl=15 -char id=3653 x=56 y=0 width=5 height=10 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=15 -char id=3654 x=43 y=0 width=6 height=10 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3655 x=40 y=67 width=6 height=4 xoffset=-6 yoffset=1 xadvance=0 page=0 chnl=15 -char id=3656 x=62 y=2 width=1 height=1 xoffset=0 yoffset=0 xadvance=0 page=0 chnl=15 -char id=3657 x=47 y=66 width=5 height=3 xoffset=-5 yoffset=1 xadvance=0 page=0 chnl=15 -char id=3658 x=29 y=74 width=5 height=2 xoffset=-5 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3659 x=0 y=74 width=3 height=3 xoffset=-3 yoffset=1 xadvance=0 page=0 chnl=15 -char id=3660 x=59 y=59 width=4 height=3 xoffset=-4 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3661 x=4 y=74 width=3 height=3 xoffset=-3 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3662 x=59 y=63 width=4 height=3 xoffset=-4 yoffset=2 xadvance=0 page=0 chnl=15 -char id=3663 x=11 y=68 width=7 height=5 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=3664 x=19 y=68 width=6 height=5 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=3665 x=26 y=68 width=6 height=5 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=3666 x=50 y=21 width=7 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3667 x=33 y=67 width=6 height=5 xoffset=0 yoffset=6 xadvance=6 page=0 chnl=15 -char id=3668 x=28 y=45 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3669 x=48 y=29 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3670 x=55 y=29 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3671 x=41 y=21 width=8 height=7 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=15 -char id=3672 x=0 y=38 width=6 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=15 -char id=3673 x=7 y=38 width=6 height=7 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=15 -char id=3674 x=31 y=21 width=9 height=7 xoffset=-1 yoffset=4 xadvance=8 page=0 chnl=15 -char id=3675 x=0 y=68 width=10 height=5 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_thai.png b/resources/BitmapFonts/font_thai.png deleted file mode 100644 index 91fb1604..00000000 Binary files a/resources/BitmapFonts/font_thai.png and /dev/null differ diff --git a/resources/BitmapFonts/font_vietnamese-hd.fnt b/resources/BitmapFonts/font_vietnamese-hd.fnt deleted file mode 100644 index 5ae75364..00000000 --- a/resources/BitmapFonts/font_vietnamese-hd.fnt +++ /dev/null @@ -1,76 +0,0 @@ -info face="Noto Sans Tai Viet" size=32 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=32 base=25 scaleW=196 scaleH=144 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_vietnamese-hd.png" -chars count=72 -char id=43648 x=53 y=130 width=13 height=13 xoffset=1 yoffset=12 xadvance=15 page=0 chnl=15 -char id=43649 x=39 y=116 width=17 height=13 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=15 -char id=43650 x=52 y=58 width=23 height=20 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=15 -char id=43651 x=0 y=58 width=25 height=20 xoffset=0 yoffset=12 xadvance=25 page=0 chnl=15 -char id=43652 x=53 y=99 width=23 height=16 xoffset=0 yoffset=9 xadvance=23 page=0 chnl=15 -char id=43653 x=183 y=47 width=12 height=20 xoffset=-1 yoffset=12 xadvance=11 page=0 chnl=15 -char id=43654 x=92 y=77 width=12 height=19 xoffset=0 yoffset=12 xadvance=13 page=0 chnl=15 -char id=43655 x=61 y=79 width=15 height=19 xoffset=1 yoffset=12 xadvance=15 page=0 chnl=15 -char id=43656 x=161 y=72 width=27 height=16 xoffset=1 yoffset=9 xadvance=28 page=0 chnl=15 -char id=43657 x=142 y=89 width=12 height=16 xoffset=1 yoffset=9 xadvance=13 page=0 chnl=15 -char id=43658 x=0 y=32 width=18 height=25 xoffset=1 yoffset=0 xadvance=16 page=0 chnl=15 -char id=43659 x=143 y=51 width=19 height=20 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=15 -char id=43660 x=36 y=32 width=16 height=25 xoffset=1 yoffset=0 xadvance=16 page=0 chnl=15 -char id=43661 x=68 y=0 width=16 height=29 xoffset=1 yoffset=0 xadvance=16 page=0 chnl=15 -char id=43662 x=174 y=105 width=13 height=13 xoffset=1 yoffset=12 xadvance=14 page=0 chnl=15 -char id=43663 x=143 y=0 width=27 height=25 xoffset=0 yoffset=0 xadvance=23 page=0 chnl=15 -char id=43664 x=18 y=79 width=24 height=19 xoffset=1 yoffset=12 xadvance=25 page=0 chnl=15 -char id=43665 x=43 y=79 width=17 height=19 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=15 -char id=43666 x=39 y=130 width=13 height=13 xoffset=0 yoffset=12 xadvance=14 page=0 chnl=15 -char id=43667 x=76 y=56 width=22 height=20 xoffset=1 yoffset=12 xadvance=21 page=0 chnl=15 -char id=43668 x=57 y=116 width=17 height=13 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=15 -char id=43669 x=93 y=114 width=16 height=13 xoffset=1 yoffset=12 xadvance=17 page=0 chnl=15 -char id=43670 x=0 y=79 width=17 height=20 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=15 -char id=43671 x=77 y=77 width=14 height=19 xoffset=1 yoffset=12 xadvance=15 page=0 chnl=15 -char id=43672 x=27 y=99 width=25 height=16 xoffset=1 yoffset=9 xadvance=26 page=0 chnl=15 -char id=43673 x=96 y=97 width=15 height=16 xoffset=1 yoffset=9 xadvance=16 page=0 chnl=15 -char id=43674 x=128 y=91 width=13 height=16 xoffset=0 yoffset=9 xadvance=13 page=0 chnl=15 -char id=43675 x=132 y=72 width=28 height=16 xoffset=0 yoffset=9 xadvance=27 page=0 chnl=15 -char id=43676 x=171 y=0 width=22 height=25 xoffset=0 yoffset=0 xadvance=14 page=0 chnl=15 -char id=43677 x=85 y=0 width=29 height=25 xoffset=0 yoffset=0 xadvance=21 page=0 chnl=15 -char id=43678 x=139 y=26 width=21 height=24 xoffset=-1 yoffset=1 xadvance=16 page=0 chnl=15 -char id=43679 x=38 y=0 width=29 height=30 xoffset=0 yoffset=0 xadvance=21 page=0 chnl=15 -char id=43680 x=161 y=26 width=20 height=24 xoffset=-1 yoffset=1 xadvance=16 page=0 chnl=15 -char id=43681 x=115 y=0 width=27 height=25 xoffset=0 yoffset=0 xadvance=22 page=0 chnl=15 -char id=43682 x=0 y=100 width=26 height=16 xoffset=1 yoffset=9 xadvance=26 page=0 chnl=15 -char id=43683 x=77 y=97 width=18 height=16 xoffset=0 yoffset=9 xadvance=18 page=0 chnl=15 -char id=43684 x=115 y=26 width=23 height=24 xoffset=-1 yoffset=1 xadvance=14 page=0 chnl=15 -char id=43685 x=117 y=73 width=14 height=17 xoffset=-1 yoffset=8 xadvance=13 page=0 chnl=15 -char id=43686 x=127 y=110 width=15 height=13 xoffset=0 yoffset=12 xadvance=16 page=0 chnl=15 -char id=43687 x=155 y=89 width=20 height=15 xoffset=0 yoffset=12 xadvance=19 page=0 chnl=15 -char id=43688 x=122 y=51 width=20 height=20 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=15 -char id=43689 x=143 y=106 width=15 height=13 xoffset=0 yoffset=12 xadvance=15 page=0 chnl=15 -char id=43690 x=11 y=117 width=27 height=13 xoffset=1 yoffset=12 xadvance=28 page=0 chnl=15 -char id=43691 x=67 y=130 width=13 height=13 xoffset=0 yoffset=12 xadvance=14 page=0 chnl=15 -char id=43692 x=75 y=116 width=17 height=13 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=15 -char id=43693 x=110 y=114 width=16 height=13 xoffset=1 yoffset=12 xadvance=18 page=0 chnl=15 -char id=43694 x=159 y=105 width=14 height=13 xoffset=0 yoffset=12 xadvance=14 page=0 chnl=15 -char id=43695 x=163 y=51 width=19 height=20 xoffset=0 yoffset=12 xadvance=20 page=0 chnl=15 -char id=43696 x=154 y=120 width=11 height=6 xoffset=-14 yoffset=4 xadvance=0 page=0 chnl=15 -char id=43697 x=189 y=68 width=4 height=13 xoffset=2 yoffset=12 xadvance=7 page=0 chnl=15 -char id=43698 x=166 y=119 width=11 height=6 xoffset=-13 yoffset=5 xadvance=0 page=0 chnl=15 -char id=43699 x=121 y=128 width=11 height=8 xoffset=-14 yoffset=3 xadvance=0 page=0 chnl=15 -char id=43700 x=145 y=120 width=8 height=7 xoffset=-9 yoffset=25 xadvance=0 page=0 chnl=15 -char id=43701 x=176 y=89 width=17 height=14 xoffset=1 yoffset=11 xadvance=18 page=0 chnl=15 -char id=43702 x=19 y=32 width=16 height=25 xoffset=0 yoffset=0 xadvance=11 page=0 chnl=15 -char id=43703 x=133 y=124 width=11 height=7 xoffset=-14 yoffset=4 xadvance=0 page=0 chnl=15 -char id=43704 x=178 y=119 width=11 height=6 xoffset=-14 yoffset=5 xadvance=0 page=0 chnl=15 -char id=43705 x=0 y=117 width=10 height=14 xoffset=1 yoffset=11 xadvance=12 page=0 chnl=15 -char id=43706 x=105 y=73 width=11 height=19 xoffset=1 yoffset=6 xadvance=11 page=0 chnl=15 -char id=43707 x=69 y=30 width=15 height=25 xoffset=-1 yoffset=0 xadvance=12 page=0 chnl=15 -char id=43708 x=101 y=26 width=13 height=25 xoffset=0 yoffset=0 xadvance=12 page=0 chnl=15 -char id=43709 x=112 y=93 width=15 height=16 xoffset=1 yoffset=9 xadvance=17 page=0 chnl=15 -char id=43710 x=94 y=128 width=13 height=9 xoffset=-14 yoffset=1 xadvance=0 page=0 chnl=15 -char id=43711 x=188 y=104 width=6 height=9 xoffset=-9 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43712 x=81 y=130 width=12 height=13 xoffset=1 yoffset=12 xadvance=14 page=0 chnl=15 -char id=43713 x=108 y=128 width=12 height=8 xoffset=-15 yoffset=3 xadvance=0 page=0 chnl=15 -char id=43714 x=182 y=26 width=12 height=20 xoffset=-2 yoffset=12 xadvance=10 page=0 chnl=15 -char id=43739 x=26 y=58 width=25 height=20 xoffset=-1 yoffset=5 xadvance=21 page=0 chnl=15 -char id=43740 x=99 y=52 width=22 height=20 xoffset=2 yoffset=5 xadvance=21 page=0 chnl=15 -char id=43741 x=85 y=26 width=15 height=25 xoffset=1 yoffset=0 xadvance=16 page=0 chnl=15 -char id=43742 x=0 y=0 width=37 height=31 xoffset=1 yoffset=1 xadvance=38 page=0 chnl=15 -char id=43743 x=53 y=31 width=15 height=25 xoffset=2 yoffset=0 xadvance=19 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_vietnamese-hd.png b/resources/BitmapFonts/font_vietnamese-hd.png deleted file mode 100644 index 3acfb11b..00000000 Binary files a/resources/BitmapFonts/font_vietnamese-hd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_vietnamese-uhd.fnt b/resources/BitmapFonts/font_vietnamese-uhd.fnt deleted file mode 100644 index ece02f23..00000000 --- a/resources/BitmapFonts/font_vietnamese-uhd.fnt +++ /dev/null @@ -1,76 +0,0 @@ -info face="Noto Sans Tai Viet" size=64 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=64 base=50 scaleW=324 scaleH=324 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_vietnamese-uhd.png" -chars count=72 -char id=43648 x=202 y=292 width=26 height=26 xoffset=2 yoffset=24 xadvance=30 page=0 chnl=15 -char id=43649 x=276 y=217 width=32 height=27 xoffset=2 yoffset=23 xadvance=34 page=0 chnl=15 -char id=43650 x=87 y=115 width=44 height=41 xoffset=2 yoffset=18 xadvance=48 page=0 chnl=15 -char id=43651 x=232 y=102 width=47 height=40 xoffset=2 yoffset=24 xadvance=50 page=0 chnl=15 -char id=43652 x=106 y=243 width=44 height=32 xoffset=2 yoffset=18 xadvance=46 page=0 chnl=15 -char id=43653 x=0 y=207 width=23 height=40 xoffset=-2 yoffset=24 xadvance=23 page=0 chnl=15 -char id=43654 x=254 y=143 width=25 height=40 xoffset=0 yoffset=24 xadvance=26 page=0 chnl=15 -char id=43655 x=196 y=152 width=29 height=40 xoffset=2 yoffset=24 xadvance=31 page=0 chnl=15 -char id=43656 x=114 y=198 width=54 height=33 xoffset=2 yoffset=17 xadvance=57 page=0 chnl=15 -char id=43657 x=178 y=227 width=23 height=32 xoffset=2 yoffset=18 xadvance=27 page=0 chnl=15 -char id=43658 x=187 y=51 width=36 height=50 xoffset=2 yoffset=0 xadvance=33 page=0 chnl=15 -char id=43659 x=91 y=157 width=37 height=40 xoffset=2 yoffset=24 xadvance=31 page=0 chnl=15 -char id=43660 x=224 y=51 width=33 height=50 xoffset=2 yoffset=0 xadvance=32 page=0 chnl=15 -char id=43661 x=134 y=0 width=33 height=59 xoffset=2 yoffset=0 xadvance=32 page=0 chnl=15 -char id=43662 x=32 y=281 width=26 height=27 xoffset=2 yoffset=23 xadvance=29 page=0 chnl=15 -char id=43663 x=226 y=0 width=54 height=50 xoffset=2 yoffset=0 xadvance=46 page=0 chnl=15 -char id=43664 x=183 y=111 width=48 height=40 xoffset=2 yoffset=24 xadvance=52 page=0 chnl=15 -char id=43665 x=129 y=157 width=33 height=40 xoffset=2 yoffset=24 xadvance=37 page=0 chnl=15 -char id=43666 x=59 y=280 width=24 height=27 xoffset=2 yoffset=24 xadvance=28 page=0 chnl=15 -char id=43667 x=0 y=166 width=45 height=40 xoffset=2 yoffset=24 xadvance=42 page=0 chnl=15 -char id=43668 x=139 y=276 width=34 height=26 xoffset=2 yoffset=24 xadvance=38 page=0 chnl=15 -char id=43669 x=243 y=257 width=32 height=26 xoffset=2 yoffset=24 xadvance=36 page=0 chnl=15 -char id=43670 x=163 y=152 width=32 height=40 xoffset=2 yoffset=24 xadvance=30 page=0 chnl=15 -char id=43671 x=226 y=152 width=27 height=40 xoffset=2 yoffset=24 xadvance=31 page=0 chnl=15 -char id=43672 x=54 y=247 width=51 height=32 xoffset=2 yoffset=18 xadvance=53 page=0 chnl=15 -char id=43673 x=207 y=193 width=30 height=33 xoffset=2 yoffset=17 xadvance=32 page=0 chnl=15 -char id=43674 x=151 y=232 width=26 height=32 xoffset=1 yoffset=18 xadvance=26 page=0 chnl=15 -char id=43675 x=269 y=184 width=54 height=32 xoffset=2 yoffset=18 xadvance=55 page=0 chnl=15 -char id=43676 x=102 y=60 width=44 height=50 xoffset=1 yoffset=0 xadvance=29 page=0 chnl=15 -char id=43677 x=168 y=0 width=57 height=50 xoffset=2 yoffset=0 xadvance=43 page=0 chnl=15 -char id=43678 x=281 y=0 width=41 height=50 xoffset=-1 yoffset=0 xadvance=33 page=0 chnl=15 -char id=43679 x=76 y=0 width=57 height=59 xoffset=2 yoffset=0 xadvance=43 page=0 chnl=15 -char id=43680 x=147 y=60 width=39 height=50 xoffset=-1 yoffset=0 xadvance=32 page=0 chnl=15 -char id=43681 x=0 y=64 width=53 height=50 xoffset=2 yoffset=0 xadvance=46 page=0 chnl=15 -char id=43682 x=0 y=248 width=53 height=32 xoffset=2 yoffset=18 xadvance=54 page=0 chnl=15 -char id=43683 x=169 y=193 width=37 height=33 xoffset=0 yoffset=17 xadvance=36 page=0 chnl=15 -char id=43684 x=54 y=64 width=47 height=50 xoffset=-2 yoffset=0 xadvance=29 page=0 chnl=15 -char id=43685 x=84 y=207 width=29 height=35 xoffset=-2 yoffset=15 xadvance=26 page=0 chnl=15 -char id=43686 x=0 y=281 width=31 height=27 xoffset=0 yoffset=24 xadvance=33 page=0 chnl=15 -char id=43687 x=202 y=227 width=39 height=30 xoffset=0 yoffset=24 xadvance=40 page=0 chnl=15 -char id=43688 x=280 y=102 width=40 height=40 xoffset=2 yoffset=24 xadvance=38 page=0 chnl=15 -char id=43689 x=276 y=245 width=29 height=26 xoffset=1 yoffset=24 xadvance=31 page=0 chnl=15 -char id=43690 x=84 y=280 width=54 height=26 xoffset=2 yoffset=24 xadvance=58 page=0 chnl=15 -char id=43691 x=229 y=285 width=26 height=26 xoffset=1 yoffset=24 xadvance=29 page=0 chnl=15 -char id=43692 x=174 y=265 width=34 height=26 xoffset=2 yoffset=24 xadvance=38 page=0 chnl=15 -char id=43693 x=209 y=258 width=33 height=26 xoffset=2 yoffset=24 xadvance=37 page=0 chnl=15 -char id=43694 x=174 y=292 width=27 height=26 xoffset=2 yoffset=24 xadvance=29 page=0 chnl=15 -char id=43695 x=24 y=207 width=36 height=39 xoffset=2 yoffset=24 xadvance=40 page=0 chnl=15 -char id=43696 x=105 y=307 width=22 height=12 xoffset=-28 yoffset=8 xadvance=0 page=0 chnl=15 -char id=43697 x=309 y=217 width=7 height=26 xoffset=4 yoffset=24 xadvance=15 page=0 chnl=15 -char id=43698 x=151 y=303 width=21 height=11 xoffset=-26 yoffset=9 xadvance=0 page=0 chnl=15 -char id=43699 x=59 y=308 width=21 height=15 xoffset=-28 yoffset=5 xadvance=0 page=0 chnl=15 -char id=43700 x=308 y=264 width=14 height=13 xoffset=-17 yoffset=51 xadvance=0 page=0 chnl=15 -char id=43701 x=242 y=227 width=33 height=29 xoffset=3 yoffset=21 xadvance=38 page=0 chnl=15 -char id=43702 x=290 y=51 width=30 height=50 xoffset=2 yoffset=0 xadvance=23 page=0 chnl=15 -char id=43703 x=81 y=308 width=23 height=13 xoffset=-29 yoffset=7 xadvance=0 page=0 chnl=15 -char id=43704 x=128 y=307 width=22 height=12 xoffset=-29 yoffset=8 xadvance=0 page=0 chnl=15 -char id=43705 x=304 y=143 width=19 height=29 xoffset=3 yoffset=21 xadvance=25 page=0 chnl=15 -char id=43706 x=61 y=207 width=22 height=39 xoffset=2 yoffset=11 xadvance=22 page=0 chnl=15 -char id=43707 x=31 y=115 width=28 height=50 xoffset=-1 yoffset=0 xadvance=24 page=0 chnl=15 -char id=43708 x=60 y=115 width=26 height=50 xoffset=0 yoffset=0 xadvance=25 page=0 chnl=15 -char id=43709 x=238 y=193 width=30 height=33 xoffset=2 yoffset=17 xadvance=35 page=0 chnl=15 -char id=43710 x=281 y=272 width=26 height=18 xoffset=-28 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43711 x=306 y=245 width=10 height=18 xoffset=-17 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43712 x=256 y=284 width=24 height=26 xoffset=2 yoffset=24 xadvance=28 page=0 chnl=15 -char id=43713 x=281 y=291 width=23 height=15 xoffset=-30 yoffset=5 xadvance=0 page=0 chnl=15 -char id=43714 x=280 y=143 width=23 height=40 xoffset=-3 yoffset=24 xadvance=20 page=0 chnl=15 -char id=43739 x=132 y=111 width=50 height=40 xoffset=-2 yoffset=10 xadvance=44 page=0 chnl=15 -char id=43740 x=46 y=166 width=44 height=40 xoffset=4 yoffset=10 xadvance=44 page=0 chnl=15 -char id=43741 x=0 y=115 width=30 height=50 xoffset=2 yoffset=0 xadvance=34 page=0 chnl=15 -char id=43742 x=0 y=0 width=75 height=63 xoffset=2 yoffset=1 xadvance=78 page=0 chnl=15 -char id=43743 x=258 y=51 width=31 height=50 xoffset=4 yoffset=0 xadvance=39 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_vietnamese-uhd.png b/resources/BitmapFonts/font_vietnamese-uhd.png deleted file mode 100644 index e30ab4fc..00000000 Binary files a/resources/BitmapFonts/font_vietnamese-uhd.png and /dev/null differ diff --git a/resources/BitmapFonts/font_vietnamese.fnt b/resources/BitmapFonts/font_vietnamese.fnt deleted file mode 100644 index 3a009ecc..00000000 --- a/resources/BitmapFonts/font_vietnamese.fnt +++ /dev/null @@ -1,76 +0,0 @@ -info face="Noto Sans Tai Viet" size=16 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=16 base=13 scaleW=96 scaleH=96 pages=1 packed=0 alphaChnl=0 redChnl=4 greenChnl=4 blueChnl=4 -page id=0 file="font_vietnamese.png" -chars count=72 -char id=43648 x=0 y=84 width=8 height=7 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 -char id=43649 x=48 y=72 width=9 height=7 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 -char id=43650 x=41 y=30 width=12 height=11 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=15 -char id=43651 x=74 y=28 width=13 height=10 xoffset=0 yoffset=6 xadvance=13 page=0 chnl=15 -char id=43652 x=0 y=66 width=12 height=9 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=15 -char id=43653 x=88 y=28 width=7 height=10 xoffset=-1 yoffset=6 xadvance=6 page=0 chnl=15 -char id=43654 x=17 y=55 width=7 height=10 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=43655 x=0 y=55 width=8 height=10 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 -char id=43656 x=41 y=53 width=15 height=9 xoffset=0 yoffset=4 xadvance=14 page=0 chnl=15 -char id=43657 x=65 y=63 width=7 height=8 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=43658 x=52 y=14 width=10 height=13 xoffset=0 yoffset=0 xadvance=8 page=0 chnl=15 -char id=43659 x=61 y=40 width=10 height=10 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 -char id=43660 x=83 y=14 width=9 height=13 xoffset=0 yoffset=0 xadvance=8 page=0 chnl=15 -char id=43661 x=37 y=0 width=9 height=15 xoffset=0 yoffset=0 xadvance=8 page=0 chnl=15 -char id=43662 x=77 y=70 width=8 height=7 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=43663 x=63 y=0 width=15 height=13 xoffset=0 yoffset=0 xadvance=12 page=0 chnl=15 -char id=43664 x=0 y=44 width=13 height=10 xoffset=0 yoffset=6 xadvance=13 page=0 chnl=15 -char id=43665 x=50 y=42 width=10 height=10 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=43666 x=88 y=60 width=7 height=7 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=43667 x=14 y=44 width=12 height=10 xoffset=0 yoffset=6 xadvance=11 page=0 chnl=15 -char id=43668 x=16 y=75 width=10 height=7 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=43669 x=58 y=72 width=9 height=7 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 -char id=43670 x=72 y=40 width=9 height=10 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 -char id=43671 x=82 y=39 width=8 height=10 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 -char id=43672 x=57 y=53 width=14 height=9 xoffset=0 yoffset=4 xadvance=14 page=0 chnl=15 -char id=43673 x=45 y=63 width=9 height=8 xoffset=0 yoffset=5 xadvance=8 page=0 chnl=15 -char id=43674 x=73 y=61 width=7 height=8 xoffset=0 yoffset=5 xadvance=7 page=0 chnl=15 -char id=43675 x=25 y=55 width=15 height=9 xoffset=0 yoffset=4 xadvance=14 page=0 chnl=15 -char id=43676 x=27 y=16 width=12 height=13 xoffset=0 yoffset=0 xadvance=7 page=0 chnl=15 -char id=43677 x=79 y=0 width=15 height=13 xoffset=0 yoffset=0 xadvance=11 page=0 chnl=15 -char id=43678 x=14 y=16 width=12 height=13 xoffset=-1 yoffset=0 xadvance=9 page=0 chnl=15 -char id=43679 x=21 y=0 width=15 height=15 xoffset=0 yoffset=0 xadvance=11 page=0 chnl=15 -char id=43680 x=40 y=16 width=11 height=13 xoffset=-1 yoffset=0 xadvance=8 page=0 chnl=15 -char id=43681 x=47 y=0 width=15 height=13 xoffset=0 yoffset=0 xadvance=12 page=0 chnl=15 -char id=43682 x=72 y=51 width=14 height=9 xoffset=0 yoffset=4 xadvance=14 page=0 chnl=15 -char id=43683 x=13 y=66 width=10 height=8 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=15 -char id=43684 x=0 y=16 width=13 height=13 xoffset=-1 yoffset=0 xadvance=7 page=0 chnl=15 -char id=43685 x=87 y=50 width=8 height=9 xoffset=-1 yoffset=4 xadvance=7 page=0 chnl=15 -char id=43686 x=86 y=70 width=8 height=7 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 -char id=43687 x=24 y=66 width=10 height=8 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=43688 x=27 y=42 width=11 height=10 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=43689 x=9 y=84 width=8 height=7 xoffset=0 yoffset=6 xadvance=8 page=0 chnl=15 -char id=43690 x=0 y=76 width=15 height=7 xoffset=0 yoffset=6 xadvance=15 page=0 chnl=15 -char id=43691 x=26 y=83 width=7 height=7 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=43692 x=27 y=75 width=10 height=7 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=43693 x=38 y=74 width=9 height=7 xoffset=0 yoffset=6 xadvance=9 page=0 chnl=15 -char id=43694 x=68 y=72 width=8 height=7 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=43695 x=39 y=42 width=10 height=10 xoffset=0 yoffset=6 xadvance=10 page=0 chnl=15 -char id=43696 x=81 y=78 width=7 height=3 xoffset=-8 yoffset=3 xadvance=0 page=0 chnl=15 -char id=43697 x=93 y=14 width=2 height=7 xoffset=1 yoffset=6 xadvance=4 page=0 chnl=15 -char id=43698 x=67 y=80 width=6 height=4 xoffset=-7 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43699 x=43 y=82 width=7 height=4 xoffset=-8 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43700 x=91 y=45 width=4 height=3 xoffset=-4 yoffset=13 xadvance=0 page=0 chnl=15 -char id=43701 x=55 y=63 width=9 height=8 xoffset=0 yoffset=5 xadvance=10 page=0 chnl=15 -char id=43702 x=63 y=14 width=9 height=13 xoffset=0 yoffset=0 xadvance=6 page=0 chnl=15 -char id=43703 x=51 y=80 width=7 height=4 xoffset=-8 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43704 x=59 y=80 width=7 height=4 xoffset=-8 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43705 x=81 y=61 width=6 height=8 xoffset=0 yoffset=5 xadvance=6 page=0 chnl=15 -char id=43706 x=67 y=28 width=6 height=11 xoffset=0 yoffset=3 xadvance=6 page=0 chnl=15 -char id=43707 x=10 y=30 width=8 height=13 xoffset=-1 yoffset=0 xadvance=6 page=0 chnl=15 -char id=43708 x=19 y=30 width=6 height=13 xoffset=0 yoffset=0 xadvance=6 page=0 chnl=15 -char id=43709 x=35 y=65 width=9 height=8 xoffset=0 yoffset=5 xadvance=9 page=0 chnl=15 -char id=43710 x=34 y=83 width=8 height=5 xoffset=-8 yoffset=0 xadvance=0 page=0 chnl=15 -char id=43711 x=91 y=39 width=3 height=5 xoffset=-4 yoffset=1 xadvance=0 page=0 chnl=15 -char id=43712 x=18 y=83 width=7 height=7 xoffset=0 yoffset=6 xadvance=7 page=0 chnl=15 -char id=43713 x=74 y=80 width=6 height=4 xoffset=-8 yoffset=2 xadvance=0 page=0 chnl=15 -char id=43714 x=9 y=55 width=7 height=10 xoffset=-1 yoffset=6 xadvance=5 page=0 chnl=15 -char id=43739 x=26 y=30 width=14 height=11 xoffset=-1 yoffset=2 xadvance=11 page=0 chnl=15 -char id=43740 x=54 y=28 width=12 height=11 xoffset=1 yoffset=2 xadvance=11 page=0 chnl=15 -char id=43741 x=73 y=14 width=9 height=13 xoffset=0 yoffset=0 xadvance=9 page=0 chnl=15 -char id=43742 x=0 y=0 width=20 height=15 xoffset=0 yoffset=1 xadvance=20 page=0 chnl=15 -char id=43743 x=0 y=30 width=9 height=13 xoffset=0 yoffset=0 xadvance=10 page=0 chnl=15 diff --git a/resources/BitmapFonts/font_vietnamese.png b/resources/BitmapFonts/font_vietnamese.png deleted file mode 100644 index 10b8458e..00000000 Binary files a/resources/BitmapFonts/font_vietnamese.png and /dev/null differ diff --git a/resources/Blur/pp-frag.glsl b/resources/Blur/pp-frag.glsl deleted file mode 100644 index d02b0e34..00000000 --- a/resources/Blur/pp-frag.glsl +++ /dev/null @@ -1,55 +0,0 @@ -#version 120 - -varying vec2 TexCoords; - -uniform sampler2D screen; -uniform vec2 screenSize; -uniform bool fast; -uniform bool first; -uniform float radius; - -void main() { - float scaledRadius = radius * screenSize.y * 0.5; - vec2 texOffset = 1.0 / screenSize; // gets size of single texel - vec2 direction = first ? vec2(texOffset.x, 0.0) : vec2(0.0, texOffset.y); // blur direction - - vec3 result = texture2D(screen, TexCoords).rgb; - float weightSum = 1.0; - float weight = 1.0; - - if (fast) { - float fastScale = radius * 10.0 / ((radius * 10.0 + 1.0) * (radius * 10.0 + 1.0) - 1.0); - scaledRadius *= fastScale; - - for (int i = 1; i < 64; i++) { - if (float(i) >= scaledRadius) break; - - weight -= 1.0 / scaledRadius; - if (weight <= 0.0) break; - - vec2 offset = direction * float(i); - result += texture2D(screen, TexCoords + offset).rgb * weight; - result += texture2D(screen, TexCoords - offset).rgb * weight; - weightSum += 2.0 * weight; - } - } else { - float firstWeight = 0.84089642 / pow(scaledRadius, 0.96); - result *= firstWeight; - weightSum = firstWeight; - - for (int i = 1; i < 64; i++) { - float dist = float(i); - if (dist > scaledRadius) break; - - float weight = firstWeight * exp(-dist * dist / (2.0 * scaledRadius)); - vec2 offset = direction * dist; - - result += texture2D(screen, TexCoords + offset).rgb * weight; - result += texture2D(screen, TexCoords - offset).rgb * weight; - weightSum += 2.0 * weight; - } - } - - result /= weightSum; - gl_FragColor = vec4(result, 1.0); -} \ No newline at end of file diff --git a/resources/Blur/pp-vert.glsl b/resources/Blur/pp-vert.glsl deleted file mode 100644 index 31192b58..00000000 --- a/resources/Blur/pp-vert.glsl +++ /dev/null @@ -1,11 +0,0 @@ -#version 120 - -attribute vec2 aPosition; -attribute vec2 aTexCoords; - -varying vec2 TexCoords; - -void main() { - gl_Position = vec4(aPosition.x, aPosition.y, 0.0, 1.0); - TexCoords = aTexCoords; -} \ No newline at end of file diff --git a/resources/ECLIPSE-android.png b/resources/ECLIPSE-android.png deleted file mode 100644 index 6067b206..00000000 Binary files a/resources/ECLIPSE-android.png and /dev/null differ diff --git a/resources/Emojis/1f1e6.png b/resources/Emojis/1f1e6.png deleted file mode 100644 index a0303942..00000000 Binary files a/resources/Emojis/1f1e6.png and /dev/null differ diff --git a/resources/Emojis/1f1e7.png b/resources/Emojis/1f1e7.png deleted file mode 100644 index 2322e670..00000000 Binary files a/resources/Emojis/1f1e7.png and /dev/null differ diff --git a/resources/Emojis/1f1e8.png b/resources/Emojis/1f1e8.png deleted file mode 100644 index 1683e320..00000000 Binary files a/resources/Emojis/1f1e8.png and /dev/null differ diff --git a/resources/Emojis/1f1e9.png b/resources/Emojis/1f1e9.png deleted file mode 100644 index 641d1641..00000000 Binary files a/resources/Emojis/1f1e9.png and /dev/null differ diff --git a/resources/Emojis/1f1ea.png b/resources/Emojis/1f1ea.png deleted file mode 100644 index cb6286fc..00000000 Binary files a/resources/Emojis/1f1ea.png and /dev/null differ diff --git a/resources/Emojis/1f1eb.png b/resources/Emojis/1f1eb.png deleted file mode 100644 index 6d033081..00000000 Binary files a/resources/Emojis/1f1eb.png and /dev/null differ diff --git a/resources/Emojis/1f1ec.png b/resources/Emojis/1f1ec.png deleted file mode 100644 index f9f35b99..00000000 Binary files a/resources/Emojis/1f1ec.png and /dev/null differ diff --git a/resources/Emojis/1f1ed.png b/resources/Emojis/1f1ed.png deleted file mode 100644 index 519a4136..00000000 Binary files a/resources/Emojis/1f1ed.png and /dev/null differ diff --git a/resources/Emojis/1f1ee.png b/resources/Emojis/1f1ee.png deleted file mode 100644 index 4a50ebe9..00000000 Binary files a/resources/Emojis/1f1ee.png and /dev/null differ diff --git a/resources/Emojis/1f1ef.png b/resources/Emojis/1f1ef.png deleted file mode 100644 index f52052fa..00000000 Binary files a/resources/Emojis/1f1ef.png and /dev/null differ diff --git a/resources/Emojis/1f1f0.png b/resources/Emojis/1f1f0.png deleted file mode 100644 index 00a31cba..00000000 Binary files a/resources/Emojis/1f1f0.png and /dev/null differ diff --git a/resources/Emojis/1f1f1.png b/resources/Emojis/1f1f1.png deleted file mode 100644 index 50ba6046..00000000 Binary files a/resources/Emojis/1f1f1.png and /dev/null differ diff --git a/resources/Emojis/1f1f2.png b/resources/Emojis/1f1f2.png deleted file mode 100644 index 2539dab4..00000000 Binary files a/resources/Emojis/1f1f2.png and /dev/null differ diff --git a/resources/Emojis/1f1f3.png b/resources/Emojis/1f1f3.png deleted file mode 100644 index 11a883c3..00000000 Binary files a/resources/Emojis/1f1f3.png and /dev/null differ diff --git a/resources/Emojis/1f1f4.png b/resources/Emojis/1f1f4.png deleted file mode 100644 index 71ff5a54..00000000 Binary files a/resources/Emojis/1f1f4.png and /dev/null differ diff --git a/resources/Emojis/1f1f5.png b/resources/Emojis/1f1f5.png deleted file mode 100644 index 70f7afe0..00000000 Binary files a/resources/Emojis/1f1f5.png and /dev/null differ diff --git a/resources/Emojis/1f1f6.png b/resources/Emojis/1f1f6.png deleted file mode 100644 index 2628efd2..00000000 Binary files a/resources/Emojis/1f1f6.png and /dev/null differ diff --git a/resources/Emojis/1f1f7.png b/resources/Emojis/1f1f7.png deleted file mode 100644 index ecb868c0..00000000 Binary files a/resources/Emojis/1f1f7.png and /dev/null differ diff --git a/resources/Emojis/1f1f8.png b/resources/Emojis/1f1f8.png deleted file mode 100644 index 7a38fb9f..00000000 Binary files a/resources/Emojis/1f1f8.png and /dev/null differ diff --git a/resources/Emojis/1f1f9.png b/resources/Emojis/1f1f9.png deleted file mode 100644 index a3faa0db..00000000 Binary files a/resources/Emojis/1f1f9.png and /dev/null differ diff --git a/resources/Emojis/1f1fa.png b/resources/Emojis/1f1fa.png deleted file mode 100644 index 95651c65..00000000 Binary files a/resources/Emojis/1f1fa.png and /dev/null differ diff --git a/resources/Emojis/1f1fb.png b/resources/Emojis/1f1fb.png deleted file mode 100644 index f431931f..00000000 Binary files a/resources/Emojis/1f1fb.png and /dev/null differ diff --git a/resources/Emojis/1f1fc.png b/resources/Emojis/1f1fc.png deleted file mode 100644 index b9c56ae2..00000000 Binary files a/resources/Emojis/1f1fc.png and /dev/null differ diff --git a/resources/Emojis/1f1fd.png b/resources/Emojis/1f1fd.png deleted file mode 100644 index 328a5336..00000000 Binary files a/resources/Emojis/1f1fd.png and /dev/null differ diff --git a/resources/Emojis/1f1fe.png b/resources/Emojis/1f1fe.png deleted file mode 100644 index a1518ab3..00000000 Binary files a/resources/Emojis/1f1fe.png and /dev/null differ diff --git a/resources/Emojis/1f1ff.png b/resources/Emojis/1f1ff.png deleted file mode 100644 index 090d1bc4..00000000 Binary files a/resources/Emojis/1f1ff.png and /dev/null differ diff --git a/resources/Emojis/1f30a.png b/resources/Emojis/1f30a.png deleted file mode 100644 index f29f044e..00000000 Binary files a/resources/Emojis/1f30a.png and /dev/null differ diff --git a/resources/Emojis/1f317.png b/resources/Emojis/1f317.png deleted file mode 100644 index c9d49bf7..00000000 Binary files a/resources/Emojis/1f317.png and /dev/null differ diff --git a/resources/Emojis/1f319.png b/resources/Emojis/1f319.png deleted file mode 100644 index 5d005fc5..00000000 Binary files a/resources/Emojis/1f319.png and /dev/null differ diff --git a/resources/Emojis/1f31a.png b/resources/Emojis/1f31a.png deleted file mode 100644 index e5857351..00000000 Binary files a/resources/Emojis/1f31a.png and /dev/null differ diff --git a/resources/Emojis/1f31d.png b/resources/Emojis/1f31d.png deleted file mode 100644 index 02ceca43..00000000 Binary files a/resources/Emojis/1f31d.png and /dev/null differ diff --git a/resources/Emojis/1f31e.png b/resources/Emojis/1f31e.png deleted file mode 100644 index 4a928c08..00000000 Binary files a/resources/Emojis/1f31e.png and /dev/null differ diff --git a/resources/Emojis/1f389.png b/resources/Emojis/1f389.png deleted file mode 100644 index 863661cd..00000000 Binary files a/resources/Emojis/1f389.png and /dev/null differ diff --git a/resources/Emojis/1f3ae.png b/resources/Emojis/1f3ae.png deleted file mode 100644 index 10b366c9..00000000 Binary files a/resources/Emojis/1f3ae.png and /dev/null differ diff --git a/resources/Emojis/1f3af.png b/resources/Emojis/1f3af.png deleted file mode 100644 index d96b850d..00000000 Binary files a/resources/Emojis/1f3af.png and /dev/null differ diff --git a/resources/Emojis/1f41f.png b/resources/Emojis/1f41f.png deleted file mode 100644 index 1d6e90fa..00000000 Binary files a/resources/Emojis/1f41f.png and /dev/null differ diff --git a/resources/Emojis/1f431.png b/resources/Emojis/1f431.png deleted file mode 100644 index 292aff78..00000000 Binary files a/resources/Emojis/1f431.png and /dev/null differ diff --git a/resources/Emojis/1f435.png b/resources/Emojis/1f435.png deleted file mode 100644 index 780034d5..00000000 Binary files a/resources/Emojis/1f435.png and /dev/null differ diff --git a/resources/Emojis/1f436.png b/resources/Emojis/1f436.png deleted file mode 100644 index a4c07a08..00000000 Binary files a/resources/Emojis/1f436.png and /dev/null differ diff --git a/resources/Emojis/1f437.png b/resources/Emojis/1f437.png deleted file mode 100644 index 1c9215aa..00000000 Binary files a/resources/Emojis/1f437.png and /dev/null differ diff --git a/resources/Emojis/1f43b.png b/resources/Emojis/1f43b.png deleted file mode 100644 index 726115f1..00000000 Binary files a/resources/Emojis/1f43b.png and /dev/null differ diff --git a/resources/Emojis/1f440.png b/resources/Emojis/1f440.png deleted file mode 100644 index 1b3d0daf..00000000 Binary files a/resources/Emojis/1f440.png and /dev/null differ diff --git a/resources/Emojis/1f442.png b/resources/Emojis/1f442.png deleted file mode 100644 index d8e2ad76..00000000 Binary files a/resources/Emojis/1f442.png and /dev/null differ diff --git a/resources/Emojis/1f44b.png b/resources/Emojis/1f44b.png deleted file mode 100644 index 250e857f..00000000 Binary files a/resources/Emojis/1f44b.png and /dev/null differ diff --git a/resources/Emojis/1f44d.png b/resources/Emojis/1f44d.png deleted file mode 100644 index 875bd14d..00000000 Binary files a/resources/Emojis/1f44d.png and /dev/null differ diff --git a/resources/Emojis/1f44e.png b/resources/Emojis/1f44e.png deleted file mode 100644 index 122e7725..00000000 Binary files a/resources/Emojis/1f44e.png and /dev/null differ diff --git a/resources/Emojis/1f451.png b/resources/Emojis/1f451.png deleted file mode 100644 index ee879248..00000000 Binary files a/resources/Emojis/1f451.png and /dev/null differ diff --git a/resources/Emojis/1f476.png b/resources/Emojis/1f476.png deleted file mode 100644 index f093e36b..00000000 Binary files a/resources/Emojis/1f476.png and /dev/null differ diff --git a/resources/Emojis/1f47b.png b/resources/Emojis/1f47b.png deleted file mode 100644 index 93eebb05..00000000 Binary files a/resources/Emojis/1f47b.png and /dev/null differ diff --git a/resources/Emojis/1f47d.png b/resources/Emojis/1f47d.png deleted file mode 100644 index e722644a..00000000 Binary files a/resources/Emojis/1f47d.png and /dev/null differ diff --git a/resources/Emojis/1f480.png b/resources/Emojis/1f480.png deleted file mode 100644 index e9f9e7fc..00000000 Binary files a/resources/Emojis/1f480.png and /dev/null differ diff --git a/resources/Emojis/1f485.png b/resources/Emojis/1f485.png deleted file mode 100644 index cba5a05f..00000000 Binary files a/resources/Emojis/1f485.png and /dev/null differ diff --git a/resources/Emojis/1f48e.png b/resources/Emojis/1f48e.png deleted file mode 100644 index 105ed566..00000000 Binary files a/resources/Emojis/1f48e.png and /dev/null differ diff --git a/resources/Emojis/1f494.png b/resources/Emojis/1f494.png deleted file mode 100644 index 5af54e5f..00000000 Binary files a/resources/Emojis/1f494.png and /dev/null differ diff --git a/resources/Emojis/1f499.png b/resources/Emojis/1f499.png deleted file mode 100644 index 736bc85c..00000000 Binary files a/resources/Emojis/1f499.png and /dev/null differ diff --git a/resources/Emojis/1f4a0.png b/resources/Emojis/1f4a0.png deleted file mode 100644 index 05c32005..00000000 Binary files a/resources/Emojis/1f4a0.png and /dev/null differ diff --git a/resources/Emojis/1f4a1.png b/resources/Emojis/1f4a1.png deleted file mode 100644 index ae01adac..00000000 Binary files a/resources/Emojis/1f4a1.png and /dev/null differ diff --git a/resources/Emojis/1f4aa.png b/resources/Emojis/1f4aa.png deleted file mode 100644 index ff53dfc3..00000000 Binary files a/resources/Emojis/1f4aa.png and /dev/null differ diff --git a/resources/Emojis/1f4ad.png b/resources/Emojis/1f4ad.png deleted file mode 100644 index f31b0462..00000000 Binary files a/resources/Emojis/1f4ad.png and /dev/null differ diff --git a/resources/Emojis/1f4af.png b/resources/Emojis/1f4af.png deleted file mode 100644 index 6a8fb87e..00000000 Binary files a/resources/Emojis/1f4af.png and /dev/null differ diff --git a/resources/Emojis/1f507.png b/resources/Emojis/1f507.png deleted file mode 100644 index 425ea54f..00000000 Binary files a/resources/Emojis/1f507.png and /dev/null differ diff --git a/resources/Emojis/1f525.png b/resources/Emojis/1f525.png deleted file mode 100644 index 717523f1..00000000 Binary files a/resources/Emojis/1f525.png and /dev/null differ diff --git a/resources/Emojis/1f52b.png b/resources/Emojis/1f52b.png deleted file mode 100644 index e3f5d670..00000000 Binary files a/resources/Emojis/1f52b.png and /dev/null differ diff --git a/resources/Emojis/1f535.png b/resources/Emojis/1f535.png deleted file mode 100644 index 32746c7e..00000000 Binary files a/resources/Emojis/1f535.png and /dev/null differ diff --git a/resources/Emojis/1f539.png b/resources/Emojis/1f539.png deleted file mode 100644 index fe4d0c0e..00000000 Binary files a/resources/Emojis/1f539.png and /dev/null differ diff --git a/resources/Emojis/1f5e3.png b/resources/Emojis/1f5e3.png deleted file mode 100644 index b98f4fff..00000000 Binary files a/resources/Emojis/1f5e3.png and /dev/null differ diff --git a/resources/Emojis/1f5ff.png b/resources/Emojis/1f5ff.png deleted file mode 100644 index 09b71d9e..00000000 Binary files a/resources/Emojis/1f5ff.png and /dev/null differ diff --git a/resources/Emojis/1f604.png b/resources/Emojis/1f604.png deleted file mode 100644 index e032945e..00000000 Binary files a/resources/Emojis/1f604.png and /dev/null differ diff --git a/resources/Emojis/1f605.png b/resources/Emojis/1f605.png deleted file mode 100644 index bfc7c287..00000000 Binary files a/resources/Emojis/1f605.png and /dev/null differ diff --git a/resources/Emojis/1f608.png b/resources/Emojis/1f608.png deleted file mode 100644 index 3e1a54cd..00000000 Binary files a/resources/Emojis/1f608.png and /dev/null differ diff --git a/resources/Emojis/1f60a.png b/resources/Emojis/1f60a.png deleted file mode 100644 index 8a5b034e..00000000 Binary files a/resources/Emojis/1f60a.png and /dev/null differ diff --git a/resources/Emojis/1f60c.png b/resources/Emojis/1f60c.png deleted file mode 100644 index 4fb75cff..00000000 Binary files a/resources/Emojis/1f60c.png and /dev/null differ diff --git a/resources/Emojis/1f60d.png b/resources/Emojis/1f60d.png deleted file mode 100644 index 0d4f15ee..00000000 Binary files a/resources/Emojis/1f60d.png and /dev/null differ diff --git a/resources/Emojis/1f60e.png b/resources/Emojis/1f60e.png deleted file mode 100644 index 1a0560df..00000000 Binary files a/resources/Emojis/1f60e.png and /dev/null differ diff --git a/resources/Emojis/1f60f.png b/resources/Emojis/1f60f.png deleted file mode 100644 index 4fca129f..00000000 Binary files a/resources/Emojis/1f60f.png and /dev/null differ diff --git a/resources/Emojis/1f614.png b/resources/Emojis/1f614.png deleted file mode 100644 index 1357dd9c..00000000 Binary files a/resources/Emojis/1f614.png and /dev/null differ diff --git a/resources/Emojis/1f615.png b/resources/Emojis/1f615.png deleted file mode 100644 index 02cd1fe2..00000000 Binary files a/resources/Emojis/1f615.png and /dev/null differ diff --git a/resources/Emojis/1f622.png b/resources/Emojis/1f622.png deleted file mode 100644 index 4b8f0e94..00000000 Binary files a/resources/Emojis/1f622.png and /dev/null differ diff --git a/resources/Emojis/1f624.png b/resources/Emojis/1f624.png deleted file mode 100644 index 68471841..00000000 Binary files a/resources/Emojis/1f624.png and /dev/null differ diff --git a/resources/Emojis/1f62c.png b/resources/Emojis/1f62c.png deleted file mode 100644 index 24619b8a..00000000 Binary files a/resources/Emojis/1f62c.png and /dev/null differ diff --git a/resources/Emojis/1f62d.png b/resources/Emojis/1f62d.png deleted file mode 100644 index 554edf04..00000000 Binary files a/resources/Emojis/1f62d.png and /dev/null differ diff --git a/resources/Emojis/1f631.png b/resources/Emojis/1f631.png deleted file mode 100644 index fa3debcc..00000000 Binary files a/resources/Emojis/1f631.png and /dev/null differ diff --git a/resources/Emojis/1f634.png b/resources/Emojis/1f634.png deleted file mode 100644 index 4c3806de..00000000 Binary files a/resources/Emojis/1f634.png and /dev/null differ diff --git a/resources/Emojis/1f648.png b/resources/Emojis/1f648.png deleted file mode 100644 index d9866c90..00000000 Binary files a/resources/Emojis/1f648.png and /dev/null differ diff --git a/resources/Emojis/1f649.png b/resources/Emojis/1f649.png deleted file mode 100644 index 284cf9b4..00000000 Binary files a/resources/Emojis/1f649.png and /dev/null differ diff --git a/resources/Emojis/1f64a.png b/resources/Emojis/1f64a.png deleted file mode 100644 index ab35f405..00000000 Binary files a/resources/Emojis/1f64a.png and /dev/null differ diff --git a/resources/Emojis/1f64c.png b/resources/Emojis/1f64c.png deleted file mode 100644 index e634507a..00000000 Binary files a/resources/Emojis/1f64c.png and /dev/null differ diff --git a/resources/Emojis/1f64f.png b/resources/Emojis/1f64f.png deleted file mode 100644 index b18f35a7..00000000 Binary files a/resources/Emojis/1f64f.png and /dev/null differ diff --git a/resources/Emojis/1f680.png b/resources/Emojis/1f680.png deleted file mode 100644 index ee6a88ac..00000000 Binary files a/resources/Emojis/1f680.png and /dev/null differ diff --git a/resources/Emojis/1f6cc.png b/resources/Emojis/1f6cc.png deleted file mode 100644 index 432262ec..00000000 Binary files a/resources/Emojis/1f6cc.png and /dev/null differ diff --git a/resources/Emojis/1f6de.png b/resources/Emojis/1f6de.png deleted file mode 100644 index f6da50cf..00000000 Binary files a/resources/Emojis/1f6de.png and /dev/null differ diff --git a/resources/Emojis/1f7e1.png b/resources/Emojis/1f7e1.png deleted file mode 100644 index 8e1f30de..00000000 Binary files a/resources/Emojis/1f7e1.png and /dev/null differ diff --git a/resources/Emojis/1f913.png b/resources/Emojis/1f913.png deleted file mode 100644 index 2e231e4e..00000000 Binary files a/resources/Emojis/1f913.png and /dev/null differ diff --git a/resources/Emojis/1f914.png b/resources/Emojis/1f914.png deleted file mode 100644 index 354f5a14..00000000 Binary files a/resources/Emojis/1f914.png and /dev/null differ diff --git a/resources/Emojis/1f916.png b/resources/Emojis/1f916.png deleted file mode 100644 index 3be87d30..00000000 Binary files a/resources/Emojis/1f916.png and /dev/null differ diff --git a/resources/Emojis/1f921.png b/resources/Emojis/1f921.png deleted file mode 100644 index befcd928..00000000 Binary files a/resources/Emojis/1f921.png and /dev/null differ diff --git a/resources/Emojis/1f928.png b/resources/Emojis/1f928.png deleted file mode 100644 index db22dd7d..00000000 Binary files a/resources/Emojis/1f928.png and /dev/null differ diff --git a/resources/Emojis/1f92b.png b/resources/Emojis/1f92b.png deleted file mode 100644 index 3808dd35..00000000 Binary files a/resources/Emojis/1f92b.png and /dev/null differ diff --git a/resources/Emojis/1f92f.png b/resources/Emojis/1f92f.png deleted file mode 100644 index a6ea47ee..00000000 Binary files a/resources/Emojis/1f92f.png and /dev/null differ diff --git a/resources/Emojis/1f98a.png b/resources/Emojis/1f98a.png deleted file mode 100644 index 7f6e50a8..00000000 Binary files a/resources/Emojis/1f98a.png and /dev/null differ diff --git a/resources/Emojis/1f9d6.png b/resources/Emojis/1f9d6.png deleted file mode 100644 index 3a2ec06d..00000000 Binary files a/resources/Emojis/1f9d6.png and /dev/null differ diff --git a/resources/Emojis/1f9ff.png b/resources/Emojis/1f9ff.png deleted file mode 100644 index 0fa6fb05..00000000 Binary files a/resources/Emojis/1f9ff.png and /dev/null differ diff --git a/resources/Emojis/1faa9.png b/resources/Emojis/1faa9.png deleted file mode 100644 index c4af61e0..00000000 Binary files a/resources/Emojis/1faa9.png and /dev/null differ diff --git a/resources/Emojis/2666.png b/resources/Emojis/2666.png deleted file mode 100644 index 466ead61..00000000 Binary files a/resources/Emojis/2666.png and /dev/null differ diff --git a/resources/Emojis/2699.png b/resources/Emojis/2699.png deleted file mode 100644 index b78e5644..00000000 Binary files a/resources/Emojis/2699.png and /dev/null differ diff --git a/resources/Emojis/2705.png b/resources/Emojis/2705.png deleted file mode 100644 index 845ae6b1..00000000 Binary files a/resources/Emojis/2705.png and /dev/null differ diff --git a/resources/Emojis/270c.png b/resources/Emojis/270c.png deleted file mode 100644 index 5734f349..00000000 Binary files a/resources/Emojis/270c.png and /dev/null differ diff --git a/resources/Emojis/2728.png b/resources/Emojis/2728.png deleted file mode 100644 index ebd2c77b..00000000 Binary files a/resources/Emojis/2728.png and /dev/null differ diff --git a/resources/Emojis/2744.png b/resources/Emojis/2744.png deleted file mode 100644 index ee53c868..00000000 Binary files a/resources/Emojis/2744.png and /dev/null differ diff --git a/resources/Emojis/274c.png b/resources/Emojis/274c.png deleted file mode 100644 index e77a7c17..00000000 Binary files a/resources/Emojis/274c.png and /dev/null differ diff --git a/resources/Emojis/2753.png b/resources/Emojis/2753.png deleted file mode 100644 index 1f337b22..00000000 Binary files a/resources/Emojis/2753.png and /dev/null differ diff --git a/resources/Emojis/2757.png b/resources/Emojis/2757.png deleted file mode 100644 index 99679db3..00000000 Binary files a/resources/Emojis/2757.png and /dev/null differ diff --git a/resources/Emojis/2764.png b/resources/Emojis/2764.png deleted file mode 100644 index a7511e97..00000000 Binary files a/resources/Emojis/2764.png and /dev/null differ diff --git a/resources/Emojis/2b50.png b/resources/Emojis/2b50.png deleted file mode 100644 index ad5f4e67..00000000 Binary files a/resources/Emojis/2b50.png and /dev/null differ diff --git a/resources/Emojis/2b55.png b/resources/Emojis/2b55.png deleted file mode 100644 index e7898354..00000000 Binary files a/resources/Emojis/2b55.png and /dev/null differ diff --git a/resources/Emojis/30-20e3.png b/resources/Emojis/30-20e3.png deleted file mode 100644 index f0d5615a..00000000 Binary files a/resources/Emojis/30-20e3.png and /dev/null differ diff --git a/resources/Emojis/31-20e3.png b/resources/Emojis/31-20e3.png deleted file mode 100644 index 3836e2c3..00000000 Binary files a/resources/Emojis/31-20e3.png and /dev/null differ diff --git a/resources/Emojis/32-20e3.png b/resources/Emojis/32-20e3.png deleted file mode 100644 index dbb85d1f..00000000 Binary files a/resources/Emojis/32-20e3.png and /dev/null differ diff --git a/resources/Emojis/33-20e3.png b/resources/Emojis/33-20e3.png deleted file mode 100644 index 4b77c2d7..00000000 Binary files a/resources/Emojis/33-20e3.png and /dev/null differ diff --git a/resources/Emojis/34-20e3.png b/resources/Emojis/34-20e3.png deleted file mode 100644 index ddbb5559..00000000 Binary files a/resources/Emojis/34-20e3.png and /dev/null differ diff --git a/resources/Emojis/35-20e3.png b/resources/Emojis/35-20e3.png deleted file mode 100644 index 6bf88f6a..00000000 Binary files a/resources/Emojis/35-20e3.png and /dev/null differ diff --git a/resources/Emojis/36-20e3.png b/resources/Emojis/36-20e3.png deleted file mode 100644 index cf16307e..00000000 Binary files a/resources/Emojis/36-20e3.png and /dev/null differ diff --git a/resources/Emojis/37-20e3.png b/resources/Emojis/37-20e3.png deleted file mode 100644 index 308e89ca..00000000 Binary files a/resources/Emojis/37-20e3.png and /dev/null differ diff --git a/resources/Emojis/38-20e3.png b/resources/Emojis/38-20e3.png deleted file mode 100644 index 34f098df..00000000 Binary files a/resources/Emojis/38-20e3.png and /dev/null differ diff --git a/resources/Emojis/39-20e3.png b/resources/Emojis/39-20e3.png deleted file mode 100644 index df6e1161..00000000 Binary files a/resources/Emojis/39-20e3.png and /dev/null differ diff --git a/resources/Fonts/Poppins.ttf b/resources/Fonts/Poppins.ttf deleted file mode 100644 index 9f0c71b7..00000000 Binary files a/resources/Fonts/Poppins.ttf and /dev/null differ diff --git a/resources/Fonts/Roboto.ttf b/resources/Fonts/Roboto.ttf deleted file mode 100644 index ddf4bfac..00000000 Binary files a/resources/Fonts/Roboto.ttf and /dev/null differ diff --git a/resources/Fonts/Rubik.ttf b/resources/Fonts/Rubik.ttf deleted file mode 100644 index ce561cb3..00000000 Binary files a/resources/Fonts/Rubik.ttf and /dev/null differ diff --git a/resources/Licenses/OFL.txt b/resources/Licenses/OFL.txt deleted file mode 100644 index 4f8bfd94..00000000 --- a/resources/Licenses/OFL.txt +++ /dev/null @@ -1,93 +0,0 @@ -Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik) - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -https://openfontlicense.org - - ------------------------------------------------------------ -SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ------------------------------------------------------------ - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting -- in part or in whole -- any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/resources/Themes/catppuccinmacchiato.json b/resources/Themes/catppuccinmacchiato.json deleted file mode 100644 index d8a34a15..00000000 --- a/resources/Themes/catppuccinmacchiato.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "details": { - "author": "arvflash", - "name": "Catppuccin Macchiato", - "description": "", - "layout": 0, - "renderer": 0, - "schema": 1, - "style": 1 - }, - "blur": { - "blurEnabled": false, - "blurRadius": 1.0, - "blurSpeed": 0.30 - }, - "colors": { - "backgroundColor": "24273aff", - "borderColor": "1e2030ff", - "buttonActivatedColor": "cad3f5ff", - "buttonActiveForeground": "24273aFF", - "buttonBackgroundColor": "363a4fff", - "buttonDisabledColor": "5b6078ff", - "buttonDisabledForeground": "5b6078ff", - "buttonForegroundColor": "cad3f5ff", - "buttonHoveredColor": "8aadf4ff", - "buttonHoveredForeground": "000000FF", - "checkboxBackgroundColor": "363a4fff", - "checkboxCheckmarkColor": "cad3f5ff", - "checkboxForegroundColor": "cad3f5ff", - "disabledColor": "5b6078ff", - "foregroundColor": "cad3f5ff", - "searchedColor": "1e2030ff", - "frameBackground": "363a4fff", - "titleBackgroundColor": "1e2030ff", - "titleForegroundColor": "cad3f5ff" - }, - "other": { - "borderSize": 0.5, - "font": "Poppins", - "fontSize": 18.0, - "framePadding": 3.0, - "frameRounding": 4.0, - "horizontalInnerSpacing": 8.0, - "horizontalSpacing": 12.0, - "indentSpacing": 25.0, - "uiScale": 1.0, - "verticalInnerSpacing": 6.0, - "verticalSpacing": 2.0, - "windowMargin": 4.0, - "windowPadding": 4.0, - "windowRounding": 5.0 - } -} diff --git a/resources/Themes/gruvbox.json b/resources/Themes/gruvbox.json deleted file mode 100644 index df9075c8..00000000 --- a/resources/Themes/gruvbox.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "details": { - "author": "fleeym", - "name": "Gruvbox", - "description": "Gruvbox!", - "layout": 0, - "renderer": 0, - "schema": 1, - "style": 3 - }, - "blur": { - "blurEnabled": false, - "blurRadius": 1.0, - "blurSpeed": 0.30 - }, - "colors": { - "backgroundColor": "282828ff", - "borderColor": "a89984ff", - "buttonActivatedColor": "665c54ff", - "buttonActiveForeground": "fabd2fff", - "buttonBackgroundColor": "504945ff", - "buttonDisabledColor": "282828ff", - "buttonDisabledForeground": "665c54ff", - "buttonForegroundColor": "ebdbb2ff", - "buttonHoveredColor": "665c54ff", - "buttonHoveredForeground": "ff0000ff", - "checkboxBackgroundColor": "3c3836ff", - "checkboxCheckmarkColor": "d79921ff", - "checkboxForegroundColor": "fbf1c7ff", - "disabledColor": "928374ff", - "foregroundColor": "ebdbb2ff", - "searchedColor": "83a598ff", - "frameBackground": "3c3836ff", - "titleBackgroundColor": "504945ff", - "titleForegroundColor": "fbf1c7ff" - }, - "other": { - "borderSize": 0.5, - "font": "Rubik", - "fontSize": 17.0, - "framePadding": 3.0, - "frameRounding": 4.0, - "horizontalInnerSpacing": 8.0, - "horizontalSpacing": 12.0, - "indentSpacing": 25.0, - "uiScale": 1.0, - "verticalInnerSpacing": 6.0, - "verticalSpacing": 5.0, - "windowMargin": 4.0, - "windowPadding": 4.0, - "windowRounding": 5.0 - } -} \ No newline at end of file diff --git a/resources/Themes/megahack.json b/resources/Themes/megahack.json deleted file mode 100644 index 499a95c5..00000000 --- a/resources/Themes/megahack.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "details": { - "author": "Eclipse Team", - "name": "MegaHack", - "description": "", - "layout": 0, - "renderer": 0, - "schema": 1, - "style": 1 - }, - "blur": { - "blurEnabled": false, - "blurRadius": 1.0, - "blurSpeed": 0.30 - }, - "colors": { - "backgroundColor": "292929FF", - "borderColor": "000000FF", - "buttonActivatedColor": "388C70FF", - "buttonActiveForeground": "000000FF", - "buttonBackgroundColor": "7D8080FF", - "buttonDisabledColor": "00000043", - "buttonDisabledForeground": "7D8080FF", - "buttonForegroundColor": "FFFFFFFF", - "buttonHoveredColor": "4CC299FF", - "buttonHoveredForeground": "000000FF", - "checkboxBackgroundColor": "00000020", - "checkboxCheckmarkColor": "4CC299FF", - "checkboxForegroundColor": "FFFFFFFF", - "disabledColor": "7D8080FF", - "foregroundColor": "FFFFFFFF", - "searchedColor": "4DBF9CFF", - "frameBackground": "00000024", - "titleBackgroundColor": "4DBF9CFF", - "titleForegroundColor": "FFFFFFFF" - }, - "other": { - "borderSize": 0.0, - "font": "Poppins", - "fontSize": 18.0, - "framePadding": 3.0, - "frameRounding": 4.0, - "horizontalInnerSpacing": 8.0, - "horizontalSpacing": 12.0, - "indentSpacing": 25.0, - "uiScale": 1.0, - "verticalInnerSpacing": 6.0, - "verticalSpacing": 2.0, - "windowMargin": 4.0, - "windowPadding": 4.0, - "windowRounding": 0.0 - } -} \ No newline at end of file diff --git a/resources/Themes/megaoverlay.json b/resources/Themes/megaoverlay.json deleted file mode 100644 index e30f7a04..00000000 --- a/resources/Themes/megaoverlay.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "blur": { - "blurEnabled": false, - "blurRadius": 1.0, - "blurSpeed": 0.30000001192092896 - }, - "colors": { - "backgroundColor": "111111F9", - "borderColor": "444444F9", - "buttonActivatedColor": "7A537DFF", - "buttonActiveForeground": "FFFFFFFF", - "buttonBackgroundColor": "30303080", - "buttonDisabledColor": "D393AFFF", - "buttonDisabledForeground": "B2B2B2FF", - "buttonForegroundColor": "BBBBBBFF", - "buttonHoveredColor": "553A57AA", - "buttonHoveredForeground": "FFFFFFFF", - "checkboxBackgroundColor": "2B2B2BF9", - "checkboxCheckmarkColor": "0E850EFF", - "checkboxForegroundColor": "BBBBBBFF", - "disabledColor": "909090FF", - "foregroundColor": "BBBBBBFF", - "searchedColor": "AB2CB7FF", - "frameBackground": "282828AA", - "titleBackgroundColor": "AB2CB7FF", - "titleForegroundColor": "BBBBBBFF" - }, - "details": { - "author": "Eclipse Team", - "description": "A recreation of GD MegaOverlay style", - "layout": 0, - "name": "MegaOverlay", - "renderer": 0, - "schema": 1, - "style": 2 - }, - "other": { - "borderSize": 0.0, - "font": "Rubik", - "fontSize": 16.0, - "framePadding": 5.0, - "frameRounding": 2.0, - "horizontalInnerSpacing": 8.0, - "horizontalSpacing": 12.0, - "indentSpacing": 25.0, - "uiScale": 1.0, - "verticalInnerSpacing": 6.0, - "verticalSpacing": 8.0, - "windowMargin": 4.0, - "windowPadding": 15.0, - "windowRounding": 0.0 - } -} \ No newline at end of file diff --git a/resources/Themes/openhack.json b/resources/Themes/openhack.json deleted file mode 100644 index 0465be61..00000000 --- a/resources/Themes/openhack.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "details": { - "author": "Eclipse Team", - "description": "Port of the default theme from OpenHack", - "layout": 0, - "name": "OpenHack", - "renderer": 0, - "schema": 1, - "style": 4 - }, - "blur": { - "blurEnabled": true, - "blurRadius": 1.0, - "blurSpeed": 0.3 - }, - "colors": { - "backgroundColor": "111111E5", - "borderColor": "000000FF", - "buttonActivatedColor": "704F94FF", - "buttonActiveForeground": "FFFFFFFF", - "buttonBackgroundColor": "BA87FCFF", - "buttonDisabledColor": "D393AFFF", - "buttonDisabledForeground": "B2B2B2FF", - "buttonForegroundColor": "FFFFFFFF", - "buttonHoveredColor": "946BC9FF", - "buttonHoveredForeground": "FFFFFFFF", - "checkboxBackgroundColor": "2F2F2FF2", - "checkboxCheckmarkColor": "BA87FCFF", - "checkboxForegroundColor": "BBBBBBFF", - "disabledColor": "808080F2", - "foregroundColor": "FFFFFFFF", - "searchedColor": "AB2C67FF", - "frameBackground": "1F1F1FF2", - "titleBackgroundColor": "1F1F1FFF", - "titleForegroundColor": "FFFFFFFF" - }, - "other": { - "borderSize": 0.0, - "font": "Poppins", - "fontSize": 18.0, - "framePadding": 3.0, - "frameRounding": 4.0, - "horizontalInnerSpacing": 8.0, - "horizontalSpacing": 12.0, - "indentSpacing": 25.0, - "uiScale": 1.0, - "verticalInnerSpacing": 6.0, - "verticalSpacing": 2.0, - "windowMargin": 4.0, - "windowPadding": 4.0, - "windowRounding": 4.0 - } -} \ No newline at end of file diff --git a/resources/UISheet/align_middle.png b/resources/UISheet/align_middle.png deleted file mode 100644 index 478bd675..00000000 Binary files a/resources/UISheet/align_middle.png and /dev/null differ diff --git a/resources/UISheet/align_midleft.png b/resources/UISheet/align_midleft.png deleted file mode 100644 index 3468673e..00000000 Binary files a/resources/UISheet/align_midleft.png and /dev/null differ diff --git a/resources/UISheet/align_topleft.png b/resources/UISheet/align_topleft.png deleted file mode 100644 index e6e0dc3f..00000000 Binary files a/resources/UISheet/align_topleft.png and /dev/null differ diff --git a/resources/UISheet/arrow.png b/resources/UISheet/arrow.png deleted file mode 100644 index 059ddb06..00000000 Binary files a/resources/UISheet/arrow.png and /dev/null differ diff --git a/resources/UISheet/checkmark.png b/resources/UISheet/checkmark.png deleted file mode 100644 index 572a3d0a..00000000 Binary files a/resources/UISheet/checkmark.png and /dev/null differ diff --git a/resources/UISheet/circle.png b/resources/UISheet/circle.png deleted file mode 100644 index 088526da..00000000 Binary files a/resources/UISheet/circle.png and /dev/null differ diff --git a/resources/UISheet/event_icon.png b/resources/UISheet/event_icon.png deleted file mode 100644 index 1b78aafe..00000000 Binary files a/resources/UISheet/event_icon.png and /dev/null differ diff --git a/resources/UISheet/falign_center.png b/resources/UISheet/falign_center.png deleted file mode 100644 index 995bdcc7..00000000 Binary files a/resources/UISheet/falign_center.png and /dev/null differ diff --git a/resources/UISheet/falign_left.png b/resources/UISheet/falign_left.png deleted file mode 100644 index 4c212806..00000000 Binary files a/resources/UISheet/falign_left.png and /dev/null differ diff --git a/resources/UISheet/falign_right.png b/resources/UISheet/falign_right.png deleted file mode 100644 index 2cf68a34..00000000 Binary files a/resources/UISheet/falign_right.png and /dev/null differ diff --git a/resources/UISheet/info.png b/resources/UISheet/info.png deleted file mode 100644 index 084d3824..00000000 Binary files a/resources/UISheet/info.png and /dev/null differ diff --git a/resources/UISheet/preview_icon.png b/resources/UISheet/preview_icon.png deleted file mode 100644 index dc0da430..00000000 Binary files a/resources/UISheet/preview_icon.png and /dev/null differ diff --git a/resources/UISheet/rectangle.png b/resources/UISheet/rectangle.png deleted file mode 100644 index a5b1ae66..00000000 Binary files a/resources/UISheet/rectangle.png and /dev/null differ diff --git a/resources/UISheet/reset.png b/resources/UISheet/reset.png deleted file mode 100644 index e91c330b..00000000 Binary files a/resources/UISheet/reset.png and /dev/null differ diff --git a/resources/UISheet/script_icon.png b/resources/UISheet/script_icon.png deleted file mode 100644 index 2931b16d..00000000 Binary files a/resources/UISheet/script_icon.png and /dev/null differ diff --git a/resources/UISheet/settings.png b/resources/UISheet/settings.png deleted file mode 100644 index 70d1eef9..00000000 Binary files a/resources/UISheet/settings.png and /dev/null differ diff --git a/resources/UISheet/tab_betterinfo.png b/resources/UISheet/tab_betterinfo.png deleted file mode 100644 index 80e131b6..00000000 Binary files a/resources/UISheet/tab_betterinfo.png and /dev/null differ diff --git a/resources/UISheet/tab_bot.png b/resources/UISheet/tab_bot.png deleted file mode 100644 index 4dc5bfd5..00000000 Binary files a/resources/UISheet/tab_bot.png and /dev/null differ diff --git a/resources/UISheet/tab_bypass.png b/resources/UISheet/tab_bypass.png deleted file mode 100644 index 2606c809..00000000 Binary files a/resources/UISheet/tab_bypass.png and /dev/null differ diff --git a/resources/UISheet/tab_creator.png b/resources/UISheet/tab_creator.png deleted file mode 100644 index 4d1d4236..00000000 Binary files a/resources/UISheet/tab_creator.png and /dev/null differ diff --git a/resources/UISheet/tab_global.png b/resources/UISheet/tab_global.png deleted file mode 100644 index 4048daa4..00000000 Binary files a/resources/UISheet/tab_global.png and /dev/null differ diff --git a/resources/UISheet/tab_interface.png b/resources/UISheet/tab_interface.png deleted file mode 100644 index 1c1cd32d..00000000 Binary files a/resources/UISheet/tab_interface.png and /dev/null differ diff --git a/resources/UISheet/tab_keybinds.png b/resources/UISheet/tab_keybinds.png deleted file mode 100644 index 4556d269..00000000 Binary files a/resources/UISheet/tab_keybinds.png and /dev/null differ diff --git a/resources/UISheet/tab_labels.png b/resources/UISheet/tab_labels.png deleted file mode 100644 index 74bfc248..00000000 Binary files a/resources/UISheet/tab_labels.png and /dev/null differ diff --git a/resources/UISheet/tab_level.png b/resources/UISheet/tab_level.png deleted file mode 100644 index 266da13d..00000000 Binary files a/resources/UISheet/tab_level.png and /dev/null differ diff --git a/resources/UISheet/tab_player.png b/resources/UISheet/tab_player.png deleted file mode 100644 index 0b956456..00000000 Binary files a/resources/UISheet/tab_player.png and /dev/null differ diff --git a/resources/UISheet/tab_recorder.png b/resources/UISheet/tab_recorder.png deleted file mode 100644 index ff1eb730..00000000 Binary files a/resources/UISheet/tab_recorder.png and /dev/null differ diff --git a/resources/UISheet/tab_shortcuts.png b/resources/UISheet/tab_shortcuts.png deleted file mode 100644 index 76e07ab4..00000000 Binary files a/resources/UISheet/tab_shortcuts.png and /dev/null differ diff --git a/resources/UISheet/trashbin.png b/resources/UISheet/trashbin.png deleted file mode 100644 index acb541d1..00000000 Binary files a/resources/UISheet/trashbin.png and /dev/null differ diff --git a/screenshots/cocos1.jpg b/screenshots/cocos1.jpg deleted file mode 100644 index 32a0a914..00000000 Binary files a/screenshots/cocos1.jpg and /dev/null differ diff --git a/screenshots/panel1.jpg b/screenshots/panel1.jpg deleted file mode 100644 index 8844ca8b..00000000 Binary files a/screenshots/panel1.jpg and /dev/null differ diff --git a/screenshots/sidebar1.jpg b/screenshots/sidebar1.jpg deleted file mode 100644 index d64f072b..00000000 Binary files a/screenshots/sidebar1.jpg and /dev/null differ diff --git a/screenshots/tabbed1.jpg b/screenshots/tabbed1.jpg deleted file mode 100644 index 135dcb53..00000000 Binary files a/screenshots/tabbed1.jpg and /dev/null differ diff --git a/screenshots/tabbed2.jpg b/screenshots/tabbed2.jpg deleted file mode 100644 index 295266ec..00000000 Binary files a/screenshots/tabbed2.jpg and /dev/null differ diff --git a/src/API/Events.cpp b/src/API/Events.cpp new file mode 100644 index 00000000..09b070cb --- /dev/null +++ b/src/API/Events.cpp @@ -0,0 +1,24 @@ +#include + +#include + +namespace eclipse::__detail::event { + static Table& getGlobalTable() { + static Table table { + .version = API_VERSION, + + .Registry_get = &::eclipse::Registry::get, + .Registry_bindSetting = &::eclipse::Registry::bindSetting, + .Registry_findSetting = &::eclipse::Registry::findSetting, + .Registry_loadFromFile = &::eclipse::Registry::loadFromFile, + .Registry_saveToFile = &::eclipse::Registry::saveToFile + }; + return table; + } + + $execute { + FetchTableEvent() + .listen([](Table*& out) { out = &getGlobalTable(); }) + .leak(); + } +} diff --git a/src/Core/InputManager.cpp b/src/Core/InputManager.cpp new file mode 100644 index 00000000..468ca578 --- /dev/null +++ b/src/Core/InputManager.cpp @@ -0,0 +1,275 @@ +#include +#include +#include + +using namespace eclipse::prelude; + +namespace eclipse { + struct Names { std::string_view CTRL, ALT, SHIFT, SUPER; }; + static constexpr auto n = Names { + GEODE_WINDOWS("Ctrl+", "Alt+", "Shift+", "Win+") + GEODE_ANDROID("Ctrl+", "Alt+", "Shift+", "Super+") + GEODE_MACOS("Control+", "Option+", "Shift+", "Command+") + GEODE_IOS("Control+", "Option+", "Shift+", "Command+") + }; + + static void modsToString(utils::StringBuffer<64>& buffer, KeyboardModifier mods, enumKeyCodes key) { + auto test = [&](KeyboardModifier mod, std::array keys) { + if (!(mods & mod)) return false; + for (auto k : keys) { + if (key == k) return false; + } + return true; + }; + + if (test(KeyboardModifier::Control, {KEY_LeftControl, KEY_RightControl, KEY_Control})) buffer.append(n.CTRL); + if (test(KeyboardModifier::Alt, {KEY_LeftMenu, KEY_RightMenu, KEY_Alt})) buffer.append(n.ALT); + if (test(KeyboardModifier::Shift, {KEY_LeftShift, KEY_RightShift, KEY_Shift})) buffer.append(n.SHIFT); + if (test(KeyboardModifier::Super, {KEY_LeftWindowsKey, KEY_RightWindowsKey, KEY_None})) buffer.append(n.SUPER); + } + + static void keyToString(utils::StringBuffer<64>& buffer, enumKeyCodes key) { + if (key >= KEY_A && key <= KEY_Z) { + buffer.append(static_cast('A' + (key - KEY_A))); + } else if (key >= KEY_Zero && key <= KEY_Nine) { + buffer.append(static_cast('0' + (key - KEY_Zero))); + } else if (key >= KEY_NumPad0 && key <= KEY_NumPad9) { + buffer.append("Num {}", key - KEY_NumPad0); + } else if (key >= KEY_F1 && key <= KEY_F24) { + buffer.append("F{}", key - KEY_F1); + } else switch (key) { + case KEY_None: buffer.append("None"); break; + case KEY_Backspace: buffer.append("Backspace"); break; + case KEY_Tab: buffer.append("Tab"); break; + case KEY_Clear: buffer.append("Clear"); break; + case KEY_Enter: buffer.append("Enter"); break; + case KEY_Shift: buffer.append(n.SHIFT); break; + case KEY_Control: buffer.append(n.CTRL); break; + case KEY_Alt: buffer.append(n.ALT); break; + case KEY_Pause: buffer.append("Pause"); break; + case KEY_CapsLock: buffer.append("Caps Lock"); break; + case KEY_Escape: buffer.append("Escape"); break; + case KEY_Space: buffer.append("Space"); break; + case KEY_PageUp: buffer.append("Page Up"); break; + case KEY_PageDown: buffer.append("Page Down"); break; + case KEY_End: buffer.append("End"); break; + case KEY_Home: buffer.append("Home"); break; + case KEY_Left: buffer.append("Left"); break; + case KEY_Up: buffer.append("Up"); break; + case KEY_Right: buffer.append("Right"); break; + case KEY_Down: buffer.append("Down"); break; + case KEY_Select: buffer.append("Select"); break; + case KEY_Print: buffer.append("Print"); break; + case KEY_Execute: buffer.append("Execute"); break; + case KEY_PrintScreen: buffer.append("Print Screen"); break; + case KEY_Insert: buffer.append("Insert"); break; + case KEY_Delete: buffer.append("Delete"); break; + case KEY_Help: buffer.append("Help"); break; + case KEY_LeftWindowsKey: buffer.append(n.SUPER); break; + case KEY_RightWindowsKey: buffer.append("R{}", n.SUPER); break; + case KEY_ApplicationsKey: buffer.append("Menu"); break; + case KEY_Sleep: buffer.append("Sleep"); break; + case KEY_Multiply: buffer.append("Num *"); break; + case KEY_Add: buffer.append("Num +"); break; + case KEY_Seperator: buffer.append("Num ,"); break; + case KEY_Subtract: buffer.append("Num -"); break; + case KEY_Decimal: buffer.append("Num ."); break; + case KEY_Divide: buffer.append("Num /"); break; + case KEY_Numlock: buffer.append("Num Lock"); break; + case KEY_ScrollLock: buffer.append("Scroll Lock"); break; + case KEY_LeftShift: buffer.append(n.SHIFT); break; + case KEY_RightShift: buffer.append("R{}", n.SHIFT); break; + case KEY_LeftControl: buffer.append(n.CTRL); break; + case KEY_RightControl: buffer.append("R{}", n.CTRL); break; + case KEY_LeftMenu: buffer.append(n.ALT); break; + case KEY_RightMenu: buffer.append("R{}", n.ALT); break; + case KEY_BrowserBack: buffer.append("Browser Back"); break; + case KEY_BrowserForward: buffer.append("Browser Forward"); break; + case KEY_BrowserRefresh: buffer.append("Browser Refresh"); break; + case KEY_BrowserStop: buffer.append("Browser Stop"); break; + case KEY_BrowserSearch: buffer.append("Browser Search"); break; + case KEY_BrowserFavorites: buffer.append("Browser Favorites"); break; + case KEY_BrowserHome: buffer.append("Browser Home"); break; + case KEY_VolumeMute: buffer.append("Volume Mute"); break; + case KEY_VolumeDown: buffer.append("Volume Down"); break; + case KEY_VolumeUp: buffer.append("Volume Up"); break; + case KEY_NextTrack: buffer.append("Next Track"); break; + case KEY_PreviousTrack: buffer.append("Previous Track"); break; + case KEY_StopMedia: buffer.append("Stop Media"); break; + case KEY_PlayPause: buffer.append("Play/Pause"); break; + case KEY_LaunchMail: buffer.append("Launch Mail"); break; + case KEY_SelectMedia: buffer.append("Select Media"); break; + case KEY_LaunchApp1: buffer.append("Launch App 1"); break; + case KEY_LaunchApp2: buffer.append("Launch App 2"); break; + case KEY_OEM1: buffer.append("OEM 1"); break; + case KEY_OEMPlus: buffer.append("OEM Plus"); break; + case KEY_OEMComma: buffer.append("OEM Comma"); break; + case KEY_OEMMinus: buffer.append("OEM Minus"); break; + case KEY_OEMPeriod: buffer.append("OEM Period"); break; + case KEY_OEM2: buffer.append("OEM 2"); break; + case KEY_OEM3: buffer.append("OEM 3"); break; + case KEY_OEM4: buffer.append("OEM 4"); break; + case KEY_OEM5: buffer.append("OEM 5"); break; + case KEY_OEM6: buffer.append("OEM 6"); break; + case KEY_OEM7: buffer.append("OEM 7"); break; + case KEY_OEM8: buffer.append("OEM 8"); break; + case KEY_OEM102: buffer.append("OEM 102"); break; + case KEY_Process: buffer.append("Process"); break; + case KEY_Packet: buffer.append("Packet"); break; + case KEY_Attn: buffer.append("Attn"); break; + case KEY_CrSel: buffer.append("CrSel"); break; + case KEY_ExSel: buffer.append("ExSel"); break; + case KEY_EraseEOF: buffer.append("Erase EOF"); break; + case KEY_Play: buffer.append("Play"); break; + case KEY_Zoom: buffer.append("Zoom"); break; + case KEY_PA1: buffer.append("PA1"); break; + case KEY_OEMClear: buffer.append("OEM Clear"); break; + case KEY_ArrowUp: buffer.append("Up"); break; + case KEY_ArrowDown: buffer.append("Down"); break; + case KEY_ArrowLeft: buffer.append("Left"); break; + case KEY_ArrowRight: buffer.append("Right"); break; + case CONTROLLER_A: buffer.append("Gamepad A"); break; + case CONTROLLER_B: buffer.append("Gamepad B"); break; + case CONTROLLER_Y: buffer.append("Gamepad Y"); break; + case CONTROLLER_X: buffer.append("Gamepad X"); break; + case CONTROLLER_Start: buffer.append("Gamepad Start"); break; + case CONTROLLER_Back: buffer.append("Gamepad Back"); break; + case CONTROLLER_RB: buffer.append("Gamepad RB"); break; + case CONTROLLER_LB: buffer.append("Gamepad LB"); break; + case CONTROLLER_RT: buffer.append("Gamepad RT"); break; + case CONTROLLER_LT: buffer.append("Gamepad LT"); break; + case CONTROLLER_Up: buffer.append("Gamepad Up"); break; + case CONTROLLER_Down: buffer.append("Gamepad Down"); break; + case CONTROLLER_Left: buffer.append("Gamepad Left"); break; + case CONTROLLER_Right: buffer.append("Gamepad Right"); break; + case CONTROLLER_LTHUMBSTICK_UP: buffer.append("Gamepad LS Up"); break; + case CONTROLLER_LTHUMBSTICK_DOWN: buffer.append("Gamepad LS Down"); break; + case CONTROLLER_LTHUMBSTICK_LEFT: buffer.append("Gamepad LS Left"); break; + case CONTROLLER_LTHUMBSTICK_RIGHT: buffer.append("Gamepad LS Right"); break; + case CONTROLLER_RTHUMBSTICK_UP: buffer.append("Gamepad RS Up"); break; + case CONTROLLER_RTHUMBSTICK_DOWN: buffer.append("Gamepad RS Down"); break; + case CONTROLLER_RTHUMBSTICK_LEFT: buffer.append("Gamepad RS Left"); break; + case CONTROLLER_RTHUMBSTICK_RIGHT: buffer.append("Gamepad RS Right"); break; + case KEY_GraveAccent: buffer.append("`"); break; + case KEY_OEMEqual: buffer.append("="); break; + case KEY_LeftBracket: buffer.append("["); break; + case KEY_RightBracket: buffer.append("]"); break; + case KEY_Backslash: buffer.append("\\"); break; + case KEY_Semicolon: buffer.append(";"); break; + case KEY_Apostrophe: buffer.append("'"); break; + case KEY_Slash: buffer.append("/"); break; + case KEY_Equal: buffer.append("="); break; + case KEY_NumEnter: buffer.append("Num Enter"); break; + case KEY_World1: buffer.append("World 1"); break; + case KEY_World2: buffer.append("World 2"); break; + case MOUSE_4: buffer.append("Mouse 4"); break; + case MOUSE_5: buffer.append("Mouse 5"); break; + case MOUSE_6: buffer.append("Mouse 6"); break; + case MOUSE_7: buffer.append("Mouse 7"); break; + case MOUSE_8: buffer.append("Mouse 8"); break; + + default: buffer.append("Unknown({})", static_cast(key)); break; + } + } + + std::string Keybind::toString() const { + if (!this->isBound()) return ""; + + utils::StringBuffer<64> buffer; + + modsToString(buffer, mods, key); + keyToString(buffer, key); + + return buffer.str(); + } + + InputManager* InputManager::get() { + static InputManager instance; + return &instance; + } + + void InputManager::registerListener(std::string id, Binding::Action callback, bool ephemeral) { + std::string idCopy = id; + auto [it, _] = m_bindings.insert_or_assign( + std::move(idCopy), + std::make_unique(std::move(id), std::move(callback)) + ); + + it->second->setEphemeral(ephemeral); + + auto loadedIt = m_loadedKeybinds.find(it->first); + if (loadedIt != m_loadedKeybinds.end()) { + it->second->setKeybind(loadedIt->second.keybind); + it->second->setMode(loadedIt->second.mode); + } + } + + bool InputManager::onKeyEvent(enumKeyCodes key, KeyboardModifier mods, bool isDown, double timestamp) { + if (m_globalListener && m_globalListener(key, mods, isDown)) { + return true; + } + + for (auto& binding : m_bindings | std::views::values) { + if (binding->invoke(isDown, key, mods, timestamp)) { + return true; + } + } + + return false; + } + + void InputManager::setGlobalListener(GlobalListener listener) { + m_globalListener = std::move(listener); + } + + void InputManager::setDefaultKeybind(std::string id, Keybind keybind, KeybindMode mode) { + if (!m_loadedKeybinds.contains(id)) { + m_loadedKeybinds.insert_or_assign(std::move(id), SavedKeybind{ keybind, mode }); + } + } + + InputManager::InputManager() { + geode::KeyboardInputEvent() + .listen([this](geode::KeyboardInputData& data) { + if (data.action == geode::KeyboardInputData::Action::Repeat) return false; + return this->onKeyEvent( + data.key, + data.modifiers, + data.action == geode::KeyboardInputData::Action::Press, + data.timestamp + ); + }) + .leak(); + + geode::ModStateEvent(geode::ModEventType::DataSaved, Mod::get()) + .listen([this] { + matjson::Value toSave; + for (auto& [id, binding] : m_bindings) { + if (!binding->keybind().isBound()) continue; + toSave.set(id, SavedKeybind{ binding->keybind(), binding->mode() }); + } + + auto str = toSave.dump(); + auto res = utils::file::writeStringSafe( + Mod::get()->getSaveDir() / "keybinds.json", + str + ); + + if (res.isErr()) { + log::error("Failed to save keybinds: {}", res.unwrapErr()); + } + }) + .leak(); + + auto res = utils::file::readFromJson>( + Mod::get()->getSaveDir() / "keybinds.json" + ); + + if (res.isErr()) { + log::error("Failed to load keybinds: {}", res.unwrapErr()); + return; + } + + m_loadedKeybinds = std::move(res).unwrap(); + } +} diff --git a/src/Core/Registry.cpp b/src/Core/Registry.cpp new file mode 100644 index 00000000..2a809e7d --- /dev/null +++ b/src/Core/Registry.cpp @@ -0,0 +1,78 @@ +#include +#include + +namespace eclipse { + Registry* Registry::get() { + static Registry instance; + return &instance; + } + + static bool loadSetting(BoundSetting const& setting, matjson::Value const& value, bool notify = true) { + using namespace __detail; + if (setting.type >= type_table.size()) return false; + auto& ops = type_table[setting.type]; + return ops.deserialize(value, setting.self, notify); + } + + static matjson::Value saveSetting(BoundSetting const& setting) { + using namespace __detail; + if (setting.type >= type_table.size()) return matjson::Value(); + auto& ops = type_table[setting.type]; + return ops.serialize(setting.self); + } + + void Registry::bindSetting(BoundSetting const& setting) { + m_settings.push_back(setting); + m_settingsMap[std::string(setting.name)] = m_settings.size() - 1; + loadSetting(setting, m_json[setting.name], false); + } + + BoundSetting* Registry::findSetting(std::string_view name) { + auto it = m_settingsMap.find(name); + return it != m_settingsMap.end() ? &m_settings[it->second] : nullptr; + } + + Result<> Registry::loadFromFile(std::filesystem::path const& path) { + GEODE_UNWRAP_INTO(m_json, geode::utils::file::readJson(path)); + + for (auto const& setting : m_settings) { + if (m_json.contains(setting.name)) { + if (!loadSetting(setting, m_json[setting.name])) { + log::error("Failed to load setting \"{}\" from config file", setting.name); + } + } + } + + return Ok(); + } + + Result<> Registry::saveToFile(std::filesystem::path const& path) { + for (auto const& setting : m_settings) { + m_json[setting.name] = saveSetting(setting); + } + + auto str = m_json.dump(4); + return geode::utils::file::writeStringSafe(path, str); + } + + Registry::Registry() { + auto path = geode::Mod::get()->getSaveDir() / "config.json"; + std::error_code ec; + if (std::filesystem::exists(path, ec)) { + auto res = this->loadFromFile(path); + if (!res) { + log::error("Failed to load config: {}", res.unwrapErr()); + } + } + } + + Registry::~Registry() = default; + + $on_mod(DataSaved) { + auto path = geode::Mod::get()->getSaveDir() / "config.json"; + auto res = Registry::get()->saveToFile(path); + if (!res) { + log::error("Failed to save config: {}", res.unwrapErr()); + } + } +} diff --git a/src/Hacks/Player/Noclip.cpp b/src/Hacks/Player/Noclip.cpp new file mode 100644 index 00000000..86f636e0 --- /dev/null +++ b/src/Hacks/Player/Noclip.cpp @@ -0,0 +1,20 @@ +#include +#include + +using namespace eclipse::prelude; + +$hack(Noclip, "player.noclip") { + .tab = MenuTab::Player, + .type = ModuleType::Toggle, + .cheat = true, +}; + +class $modify(NoclipPL, PlayLayer) { + BIND_MODULE_HIGHPRIO(Noclip); + + void destroyPlayer(PlayerObject* player, GameObject* object) override { + if (object == m_anticheatSpike) { + return PlayLayer::destroyPlayer(player, object); + } + } +}; \ No newline at end of file diff --git a/src/Main.cpp b/src/Main.cpp new file mode 100644 index 00000000..6d89b176 --- /dev/null +++ b/src/Main.cpp @@ -0,0 +1,77 @@ +#include +#include +#include + +using namespace eclipse::prelude; + +// template <> +// bool eclipse::default_value() { return true; } +// +// $execute { +// auto& noclip = config::ref(); +// auto& also_noclip = ConfigSetting::get(); +// +// noclip.listen([](bool enabled) { +// log::info("Noclip {}", enabled ? "enabled" : "disabled"); +// }); +// +// also_noclip.set(true); +// +// if (config::get()) { +// config::listen([](bool enabled) { +// // second listener +// }); +// } +// +// config::set(false); +// +// auto value = Registry::get()->find("player.noclip").unwrap(); +// value->set(true); +// } + +$on_game(Loaded) { + // Create and attach the UI interface + (void) HeliosLayer::get(); + + auto inputManager = InputManager::get(); + inputManager->setDefaultKeybind("toggle-ui", KEY_Tab); + inputManager->registerListener( + "toggle-ui", + [](KeybindMode, bool isDown, double) -> bool { + if (!isDown) return false; + if (auto layer = HeliosLayer::get()) { + layer->toggle(); + } + return false; + } + ); + + // temporary + inputManager->setDefaultKeybind("player.noclip", KEY_N); + inputManager->registerListener( + "player.noclip", + [](KeybindMode mode, bool isDown, double) -> bool { + switch (mode) { + case KeybindMode::Toggle: + if (isDown) config::set(!config::get()); + break; + case KeybindMode::Enable: + if (isDown) config::set(true); + break; + case KeybindMode::Disable: + if (isDown) config::set(false); + break; + case KeybindMode::HoldOn: + config::set(isDown); + break; + case KeybindMode::HoldOff: + config::set(!isDown); + break; + default: + break; + } + + return false; + } + ); +} \ No newline at end of file diff --git a/src/UI/HeliosLayer.cpp b/src/UI/HeliosLayer.cpp new file mode 100644 index 00000000..b8d37557 --- /dev/null +++ b/src/UI/HeliosLayer.cpp @@ -0,0 +1,219 @@ +#include + +#include +#include + +#include +#include + +using namespace eclipse::prelude; + +static void heliosLog(Helios::LogLevel level, std::string_view message) { + using Helios::LogLevel; + switch (level) { + case LogLevel::Trace: log::trace("[Helios] {}", message); break; + case LogLevel::Debug: log::debug("[Helios] {}", message); break; + case LogLevel::Info: log::info("[Helios] {}", message); break; + case LogLevel::Warning: log::warn("[Helios] {}", message); break; + case LogLevel::Error: log::error("[Helios] {}", message); break; + } +} + +namespace eclipse { + class TestWidget : public Helios::Widget { + public: + void onDraw(Helios::DrawList& dl) override { + dl.fillRoundedRectGradient( + {0, 0, m_size.x, m_size.y}, 8.f, + Helios::Color::red(), + Helios::Color::green(), + Helios::Color::blue(), + m_hovered ? + Helios::Color::fromFloats(1.f, 1.f, 0.f, 0.5f) : + Helios::Color::transparent() + ); + } + + void onMouseEnter() override { + m_hovered = true; + this->markGeometryDirty(); + } + + void onMouseLeave() override { + m_hovered = false; + this->markGeometryDirty(); + } + + bool m_hovered = false; + }; + + static Helios::Vec2 cocosToFrame(CCPoint const& pos) { + auto frameSize = CCEGLView::get()->m_obScreenSize * utils::getDisplayFactor(); + auto winSize = CCDirector::get()->m_obWinSizeInPoints; + return Helios::Vec2{ + pos.x / winSize.width * frameSize.width, + (1.f - pos.y / winSize.height) * frameSize.height + }; + } + + static Helios::Vec2 getMousePosition() { + return cocosToFrame(geode::cocos::getMousePos()); + } + + HeliosLayer* HeliosLayer::get() { + static HeliosLayer* instance = nullptr; + if (!instance) { + instance = new HeliosLayer(); + if (!instance->init()) { + delete instance; + instance = nullptr; + } + instance->autorelease(); + } + return instance; + } + + void HeliosLayer::toggle() noexcept { + this->setToggled(!m_toggled); + } + + void HeliosLayer::setToggled(bool toggled) noexcept { + m_toggled = toggled; + this->setVisible(m_toggled); + } + + bool HeliosLayer::init() { + if (!CCLayer::init()) return false; + + auto gl = CCEGLView::get(); + if (!Helios::Director::get().init( + gl->m_obScreenSize.width, + gl->m_obScreenSize.height + )) { + return false; + } + + this->setToggled(false); + + Helios::Director::get() + .setCursorCallback([](Helios::MouseCursor cursor) { + using Helios::MouseCursor; + // TODO: set cursor + }); + + this->setID("interface"_spr); + + m_mouseMoveListener = geode::MouseMoveEvent().listen([](int32_t x, int32_t y) { + Helios::Director::get().handleMouseMoved(getMousePosition()); + }); + + m_mouseClickListener = geode::MouseInputEvent().listen([](geode::MouseInputData& data) { + using namespace geode; + if (data.button == MouseInputData::Button::Left) return ListenerResult::Propagate; + return Helios::Director::get().handleMouseButton( + static_cast(data.button), + data.action == MouseInputData::Action::Press, + getMousePosition() + ); + }); + + m_keyboardListener = geode::KeyboardInputEvent().listen([](geode::KeyboardInputData& data) { + // TODO + }); + + this->setTouchEnabled(true); + this->scheduleUpdate(); + + geode::OverlayManager::get()->addChild(this); + + Helios::Director::get() + .addWidget() + ->setRect({10, 10}, {150, 100}); + + return true; + } + + void HeliosLayer::draw() { + Helios::Director::get().render(); + } + + void HeliosLayer::update(float) { + // cocos delta time might be speed-hacked, so for accuracy we're counting our own + static auto lastTime = std::chrono::steady_clock::now(); + auto now = std::chrono::steady_clock::now(); + std::chrono::duration delta = now - lastTime; + lastTime = now; + + Helios::Director::get().update(delta.count()); + } + + bool HeliosLayer::ccTouchBegan(CCTouch* pTouch, CCEvent* pEvent) { + if (!m_bVisible) return false; + #ifdef GEODE_IS_DESKTOP + return Helios::Director::get().handleMouseButton( + Helios::MouseButton::Left, true, + cocosToFrame(pTouch->getLocation()) + ); + #else + return Helios::Director::get().handleTouchBegin( + pTouch->getID(), + cocosToFrame(pTouch->getLocation()) + ); + #endif + } + + void HeliosLayer::ccTouchMoved(CCTouch* pTouch, CCEvent* pEvent) { + #ifndef GEODE_IS_DESKTOP + Helios::Director::get().handleTouchMoved( + pTouch->getID(), + cocosToFrame(pTouch->getLocation()) + ); + #endif + } + + void HeliosLayer::ccTouchEnded(CCTouch* pTouch, CCEvent* pEvent) { + #ifdef GEODE_IS_DESKTOP + Helios::Director::get().handleMouseButton( + Helios::MouseButton::Left, false, + cocosToFrame(pTouch->getLocation()) + ); + #else + Helios::Director::get().handleTouchEnded( + pTouch->getID(), + cocosToFrame(pTouch->getLocation()) + ); + #endif + } + + void HeliosLayer::ccTouchCancelled(CCTouch* pTouch, CCEvent* pEvent) { + #ifdef GEODE_IS_DESKTOP + Helios::Director::get().handleMouseButton( + Helios::MouseButton::Left, false, + cocosToFrame(pTouch->getLocation()) + ); + #else + Helios::Director::get().handleTouchCancelled(pTouch->getID()); + #endif + } + + void HeliosLayer::registerWithTouchDispatcher() { + CCTouchDispatcher::get()->addTargetedDelegate(this, -1000, true); + } +} + +class $modify(HeliosCCEGLVP, CCEGLViewProtocol) { + void setFrameSize(float width, float height) override { + CCEGLViewProtocol::setFrameSize(width, height); + Helios::Director::get().updateViewport(width, height); + } +}; + +#ifndef GEODE_IS_IOS +class $modify(HeliosCCMD, CCMouseDispatcher) { + bool dispatchScrollMSG(float y, float x) { + static constexpr float scrollMult = 1.f / 10.f; + Helios::Director::get().handleMouseWheel({x * scrollMult, -y * scrollMult}); + return CCMouseDispatcher::dispatchScrollMSG(y, x); + } +}; +#endif \ No newline at end of file diff --git a/src/custom-settings.cpp b/src/custom-settings.cpp deleted file mode 100644 index c1647766..00000000 --- a/src/custom-settings.cpp +++ /dev/null @@ -1,187 +0,0 @@ -#include -#include -#include -#include -#include -#include - -using namespace geode::prelude; - -class CustomButton : public SettingV3 { -protected: - std::string m_buttonCaption = "OK"; - -public: - static Result> parse(std::string const& key, std::string const& modID, matjson::Value const& json) { - auto res = std::make_shared(); - auto root = checkJson(json, "CustomButton"); - - res->init(key, modID, root); - res->parseNameAndDescription(root); - res->parseEnableIf(root); - res->parseButtonCaption(json, "default"); - - root.checkUnknownKeys(); - return root.ok(std::static_pointer_cast(res)); - } - - void parseButtonCaption(matjson::Value const& json, std::string const& key) { - m_buttonCaption = json[key].asString().unwrap(); - } - - bool load(matjson::Value const& json) override { return true; } - bool save(matjson::Value& json) const override { return true; } - bool isDefaultValue() const override { return true; } - std::string const& getButtonCaption() const { return m_buttonCaption; } - - void reset() override {} - - SettingNodeV3* createNode(float width) override; -}; - -class CustomButtonNode : public SettingNodeV3 { -protected: - ButtonSprite* m_buttonSprite{}; - CCMenuItemSpriteExtra* m_button{}; - - bool init(const std::shared_ptr& setting, float width) { - if (!SettingNodeV3::init(setting, width)) - return false; - - m_buttonSprite = ButtonSprite::create(this->getSetting()->getButtonCaption().c_str(), "goldFont.fnt", "GJ_button_01.png", .8f); - m_buttonSprite->setScale(.5f); - m_button = CCMenuItemSpriteExtra::create( - m_buttonSprite, this, menu_selector(CustomButtonNode::onButton) - ); - this->getButtonMenu()->addChildAtPosition(m_button, Anchor::Center); - this->getButtonMenu()->setContentWidth(60); - this->getButtonMenu()->updateLayout(); - - this->updateState(nullptr); - - return true; - } - - void onButton(CCObject*) { - static utils::StringMap buttonCallbacks = { - {"reset-theme", +[] { - createQuickPopup("Reset Theme", "Are you sure you want to reset the theme to default?", - "No", "Yes", [](auto, bool btn2) { - if (btn2) eclipse::gui::ThemeManager::get()->reloadTheme(); - }); - }}, - }; - - auto buttonID = this->getSetting()->getKey(); - if (auto it = buttonCallbacks.find(buttonID); it != buttonCallbacks.end()) - it->second(); - } - - void onCommit() override {} - - void onResetToDefault() override {} - -public: - static CustomButtonNode* create(const std::shared_ptr& setting, float width) { - auto ret = new CustomButtonNode; - if (ret->init(setting, width)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - bool hasUncommittedChanges() const override { return false; } - bool hasNonDefaultValue() const override { return false; } - - std::shared_ptr getSetting() const { - return std::static_pointer_cast(SettingNodeV3::getSetting()); - } -}; - -SettingNodeV3* CustomButton::createNode(float width) { - return CustomButtonNode::create( - std::static_pointer_cast(shared_from_this()), - width - ); -} - -class CustomKeybindSetting : public SettingV3 { -public: - static Result> parse(std::string const& key, std::string const& modID, matjson::Value const& json) { - auto res = std::make_shared(); - auto root = checkJson(json, "CustomKeybindSetting"); - - res->init(key, modID, root); - res->parseNameAndDescription(root); - res->parseEnableIf(root); - - root.checkUnknownKeys(); - return root.ok(std::static_pointer_cast(res)); - } - - bool load(matjson::Value const& json) override { return true; } - bool save(matjson::Value& json) const override { return true; } - bool isDefaultValue() const override { return true; } - - void reset() override {} - - SettingNodeV3* createNode(float width) override; -}; - -class CustomKeybindSettingNode : public SettingNodeV3 { -protected: - bool init(const std::shared_ptr& setting, float width) { - if (!SettingNodeV3::init(setting, width)) - return false; - - using namespace eclipse; - using namespace eclipse::gui; - auto keybindComponent = Component::find(keybinds::Manager::get()->getMenuKeybindUID()); - auto node = gui::cocos::KeybindComponentNode::create(keybindComponent, 240); - node->getChildByID("label"_spr)->setVisible(false); - - this->getButtonMenu()->addChildAtPosition(node, Anchor::Center); - this->getButtonMenu()->setContentWidth(240); - this->getButtonMenu()->updateLayout(); - - this->updateState(nullptr); - - return true; - } - - void onCommit() override {} - - void onResetToDefault() override {} - -public: - static CustomKeybindSettingNode* create(const std::shared_ptr& setting, float width) { - auto ret = new CustomKeybindSettingNode; - if (ret->init(setting, width)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - bool hasUncommittedChanges() const override { return false; } - bool hasNonDefaultValue() const override { return false; } - - std::shared_ptr getSetting() const { - return std::static_pointer_cast(SettingNodeV3::getSetting()); - } -}; - -SettingNodeV3* CustomKeybindSetting::createNode(float width) { - return CustomKeybindSettingNode::create( - std::static_pointer_cast(shared_from_this()), - width - ); -} - -$execute { - (void) Mod::get()->registerCustomSettingType("custom-btn", &CustomButton::parse); - (void) Mod::get()->registerCustomSettingType("keybind", &CustomKeybindSetting::parse); -} diff --git a/src/ffmpeg-api/events.hpp b/src/ffmpeg-api/events.hpp deleted file mode 100644 index f94ceb5e..00000000 --- a/src/ffmpeg-api/events.hpp +++ /dev/null @@ -1,184 +0,0 @@ -#pragma once -#include "render_settings.hpp" - -#include - -namespace ffmpeg::events { -namespace impl { - constexpr size_t VTABLE_VERSION = 1; - using CreateRecorder_t = void*(*)(); - using DeleteRecorder_t = void(*)(void*); - using InitRecorder_t = geode::Result<>(*)(void*, const RenderSettings&); - using StopRecorder_t = void(*)(void*); - using WriteFrame_t = geode::Result<>(*)(void*, std::span); - using GetAvailableCodecs_t = std::vector(*)(); - using MixVideoAudio_t = geode::Result<>(*)(const std::filesystem::path&, const std::filesystem::path&, const std::filesystem::path&); - using MixVideoRaw_t = geode::Result<>(*)(const std::filesystem::path&, std::span, const std::filesystem::path&); - - struct VTable { - CreateRecorder_t createRecorder = nullptr; - DeleteRecorder_t deleteRecorder = nullptr; - InitRecorder_t initRecorder = nullptr; - StopRecorder_t stopRecorder = nullptr; - WriteFrame_t writeFrame = nullptr; - GetAvailableCodecs_t getAvailableCodecs = nullptr; - MixVideoAudio_t mixVideoAudio = nullptr; - MixVideoRaw_t mixVideoRaw = nullptr; - }; - - struct FetchVTableEvent : geode::Event { - using Event::Event; - }; - - inline VTable& getVTable() { - static VTable vtable; - static bool initialized = false; - if (!initialized) { - initialized = FetchVTableEvent().send(vtable, VTABLE_VERSION); - } - return vtable; - } -} - -class Recorder { -public: - Recorder() { - auto& vtable = impl::getVTable(); - if (!vtable.createRecorder) { - m_ptr = nullptr; - } else { - m_ptr = vtable.createRecorder(); - } - } - - ~Recorder() { - if (m_ptr) { - auto& vtable = impl::getVTable(); - if (vtable.deleteRecorder) { - vtable.deleteRecorder(m_ptr); - } - } - } - - bool isValid() const { return m_ptr != nullptr; } - - /** - * @brief Initializes the Recorder with the specified rendering settings. - * - * This function configures the recorder with the given render settings, - * allocates necessary resources, and prepares for video encoding. - * - * @param settings The rendering settings that define the output characteristics, - * including codec, bitrate, resolution, and pixel format. - * - * @return true if initialization is successful, false otherwise. - */ - geode::Result<> init(RenderSettings const& settings) { - auto& vtable = impl::getVTable(); - if (!vtable.initRecorder) { - return geode::Err("FFmpeg API is not available."); - } - return vtable.initRecorder(m_ptr, settings); - } - /** - * @brief Stops the recording process and finalizes the output file. - * - * This function ensures that all buffered frames are written to the output file, - * releases allocated resources, and properly closes the output file. - */ - void stop() { - auto& vtable = impl::getVTable(); - if (vtable.stopRecorder) { - vtable.stopRecorder(m_ptr); - } - } - - /** - * @brief Writes a single video frame to the output. - * - * This function takes the frame data as a byte vector and encodes it - * to the output file. The frame data must match the expected format and - * dimensions defined during initialization. - * - * @param frameData A vector containing the raw frame data to be written. - * - * @return true if the frame is successfully written, false if there is an error. - * - * @warning Ensure that the frameData size matches the expected dimensions of the frame. - */ - geode::Result<> writeFrame(std::span frameData) { - auto& vtable = impl::getVTable(); - if (!vtable.writeFrame) { - return geode::Err("FFmpeg API is not available."); - } - return vtable.writeFrame(m_ptr, frameData); - } - - /** - * @brief Retrieves a list of available codecs for video encoding. - * - * This function iterates through all available codecs in FFmpeg and - * returns a sorted vector of codec names. - * - * @return A vector representing the names of available codecs. - */ - static std::vector getAvailableCodecs() { - auto& vtable = impl::getVTable(); - if (!vtable.getAvailableCodecs) { - return {}; - } - return vtable.getAvailableCodecs(); - } - -private: - void* m_ptr = nullptr; -}; - -class AudioMixer { -public: - AudioMixer() = delete; - - /** - * @brief Mixes a video file and an audio file into a single MP4 output. - * - * This function takes an input video file and an audio file, and merges them into a single MP4 output file. - * The output MP4 file will have both the video and audio streams synchronized. - * - * @param videoFile The path to the input video file. - * @param audioFile The path to the input audio file. - * @param outputMp4File The path where the output MP4 file will be saved. - * - * @warning The audio file is expected to contain stereo (dual-channel) audio. Using other formats might lead to unexpected results. - * @warning The video file is expected to contain a single video stream. Only the first video stream will be copied. - */ - static geode::Result<> mixVideoAudio(std::filesystem::path const& videoFile, std::filesystem::path const& audioFile, std::filesystem::path const& outputMp4File) { - auto& vtable = impl::getVTable(); - if (!vtable.mixVideoAudio) { - return geode::Err("FFmpeg API is not available."); - } - return vtable.mixVideoAudio(videoFile, audioFile, outputMp4File); - } - - /** - * @brief Mixes a video file and raw audio data into a single MP4 output. - * - * This function takes an input video file and raw audio data (in the form of a vector of floating-point samples), - * and merges them into a single MP4 output file. - * - * @param videoFile The path to the input video file. - * @param raw A vector containing the raw audio data (floating-point samples). - * @param outputMp4File The path where the output MP4 file will be saved. - * - * @warning The raw audio data is expected to be stereo (dual-channel). Using mono or multi-channel audio might lead to issues. - * @warning The video file is expected to contain a single video stream. Only the first video stream will be copied. - */ - static geode::Result<> mixVideoRaw(std::filesystem::path const& videoFile, std::span raw, std::filesystem::path const& outputMp4File) { - auto& vtable = impl::getVTable(); - if (!vtable.mixVideoRaw) { - return geode::Err("FFmpeg API is not available."); - } - return vtable.mixVideoRaw(videoFile, raw, outputMp4File); - } -}; - -} \ No newline at end of file diff --git a/src/ffmpeg-api/render_settings.hpp b/src/ffmpeg-api/render_settings.hpp deleted file mode 100644 index 51d04fd6..00000000 --- a/src/ffmpeg-api/render_settings.hpp +++ /dev/null @@ -1,334 +0,0 @@ -#pragma once - -#include -#include - -#define FFMPEG_API_VERSION 2 - -#define BEGIN_FFMPEG_NAMESPACE namespace ffmpeg { -#define FFMPEG_API_VERSION_NS GEODE_CONCAT(v, FFMPEG_API_VERSION) -#define BEGIN_FFMPEG_NAMESPACE_V \ -BEGIN_FFMPEG_NAMESPACE \ -inline namespace FFMPEG_API_VERSION_NS { -#define END_FFMPEG_NAMESPACE } -#define END_FFMPEG_NAMESPACE_V }} - -BEGIN_FFMPEG_NAMESPACE_V - -enum class PixelFormat : int { - NONE = -1, - YUV420P, - YUYV422, - RGB24, - BGR24, - YUV422P, - YUV444P, - YUV410P, - YUV411P, - GRAY8, - MONOWHITE, - MONOBLACK, - PAL8, - YUVJ420P, - YUVJ422P, - YUVJ444P, - UYVY422, - UYYVYY411, - BGR8, - BGR4, - BGR4_BYTE, - RGB8, - RGB4, - RGB4_BYTE, - NV12, - NV21, - - ARGB, - RGBA, - ABGR, - BGRA, - - GRAY16BE, - GRAY16LE, - YUV440P, - YUVJ440P, - YUVA420P, - RGB48BE, - RGB48LE, - - RGB565BE, - RGB565LE, - RGB555BE, - RGB555LE, - - BGR565BE, - BGR565LE, - BGR555BE, - BGR555LE, - - VAAPI, - - YUV420P16LE, - YUV420P16BE, - YUV422P16LE, - YUV422P16BE, - YUV444P16LE, - YUV444P16BE, - DXVA2_VLD, - - RGB444LE, - RGB444BE, - BGR444LE, - BGR444BE, - YA8, - - Y400A = YA8, - GRAY8A = YA8, - - BGR48BE, - BGR48LE, - - YUV420P9BE, - YUV420P9LE, - YUV420P10BE, - YUV420P10LE, - YUV422P10BE, - YUV422P10LE, - YUV444P9BE, - YUV444P9LE, - YUV444P10BE, - YUV444P10LE, - YUV422P9BE, - YUV422P9LE, - GBRP, - GBR24P = GBRP, - GBRP9BE, - GBRP9LE, - GBRP10BE, - GBRP10LE, - GBRP16BE, - GBRP16LE, - YUVA422P, - YUVA444P, - YUVA420P9BE, - YUVA420P9LE, - YUVA422P9BE, - YUVA422P9LE, - YUVA444P9BE, - YUVA444P9LE, - YUVA420P10BE, - YUVA420P10LE, - YUVA422P10BE, - YUVA422P10LE, - YUVA444P10BE, - YUVA444P10LE, - YUVA420P16BE, - YUVA420P16LE, - YUVA422P16BE, - YUVA422P16LE, - YUVA444P16BE, - YUVA444P16LE, - - VDPAU, - - XYZ12LE, - XYZ12BE, - NV16, - NV20LE, - NV20BE, - - RGBA64BE, - RGBA64LE, - BGRA64BE, - BGRA64LE, - - YVYU422, - - YA16BE, - YA16LE, - - GBRAP, - GBRAP16BE, - GBRAP16LE, - - QSV, - - MMAL, - - D3D11VA_VLD, - - CUDA, - - _0RGB, - RGB0, - _0BGR, - BGR0, - - YUV420P12BE, - YUV420P12LE, - YUV420P14BE, - YUV420P14LE, - YUV422P12BE, - YUV422P12LE, - YUV422P14BE, - YUV422P14LE, - YUV444P12BE, - YUV444P12LE, - YUV444P14BE, - YUV444P14LE, - GBRP12BE, - GBRP12LE, - GBRP14BE, - GBRP14LE, - YUVJ411P, - - BAYER_BGGR8, - BAYER_RGGB8, - BAYER_GBRG8, - BAYER_GRBG8, - BAYER_BGGR16LE, - BAYER_BGGR16BE, - BAYER_RGGB16LE, - BAYER_RGGB16BE, - BAYER_GBRG16LE, - BAYER_GBRG16BE, - BAYER_GRBG16LE, - BAYER_GRBG16BE, - - YUV440P10LE, - YUV440P10BE, - YUV440P12LE, - YUV440P12BE, - AYUV64LE, - AYUV64BE, - - VIDEOTOOLBOX, - - P010LE, - P010BE, - - GBRAP12BE, - GBRAP12LE, - - GBRAP10BE, - GBRAP10LE, - - MEDIACODEC, - - GRAY12BE, - GRAY12LE, - GRAY10BE, - GRAY10LE, - - P016LE, - P016BE, - - D3D11, - - GRAY9BE, - GRAY9LE, - - GBRPF32BE, - GBRPF32LE, - GBRAPF32BE, - GBRAPF32LE, - - DRM_PRIME, - - OPENCL, - - GRAY14BE, - GRAY14LE, - - GRAYF32BE, - GRAYF32LE, - - YUVA422P12BE, - YUVA422P12LE, - YUVA444P12BE, - YUVA444P12LE, - - NV24, - NV42, - - VULKAN, - - Y210BE, - Y210LE, - - X2RGB10LE, - X2RGB10BE, - X2BGR10LE, - X2BGR10BE, - - P210BE, - P210LE, - - P410BE, - P410LE, - - P216BE, - P216LE, - - P416BE, - P416LE, - - VUYA, - - RGBAF16BE, - RGBAF16LE, - - VUYX, - - P012LE, - P012BE, - - Y212BE, - Y212LE, - - XV30BE, - XV30LE, - - XV36BE, - XV36LE, - - RGBF32BE, - RGBF32LE, - - RGBAF32BE, - RGBAF32LE, - - P212BE, - P212LE, - - P412BE, - P412LE, - - GBRAP14BE, - GBRAP14LE, - - D3D12, - - NB -}; - -enum class HardwareAccelerationType : int { - NONE = 0, - CUDA = 2, - D3D11VA = 7, -}; - -struct RenderSettings { - HardwareAccelerationType m_hardwareAccelerationType = HardwareAccelerationType::NONE; - PixelFormat m_pixelFormat = PixelFormat::RGB0; - std::string m_codec; - std::string m_colorspaceFilters; - bool m_doVerticalFlip = true; - int64_t m_bitrate = 30000000; - uint32_t m_width = 1920; - uint32_t m_height = 1080; - uint16_t m_fps = 60; - std::filesystem::path m_outputFile; -}; - -END_FFMPEG_NAMESPACE_V \ No newline at end of file diff --git a/src/functional.hpp b/src/functional.hpp deleted file mode 100644 index b46fce85..00000000 --- a/src/functional.hpp +++ /dev/null @@ -1,47 +0,0 @@ -#pragma once - -#if 1 // Geode v5 has all we need now - -#include - -namespace eclipse { - using geode::Function, geode::FunctionRef; - - template - using StdFunction = geode::CopyableFunction; -} - -#else // pre Geode v5 -#if defined(__cpp_lib_move_only_function) || defined(__cpp_lib_function_ref) -#include -#endif - -#if !defined(__cpp_lib_move_only_function) -#include -#endif - -#if !defined(__cpp_lib_function_ref) -#include -#endif - -namespace eclipse { -#ifdef __cpp_lib_move_only_function - template - using Function = std::move_only_function; -#else - template - using Function = std23::move_only_function; -#endif - -#ifdef __cpp_lib_function_ref - template - using FunctionRef = std::function_ref; -#else - template - using FunctionRef = std23::function_ref; -#endif - - template - using StdFunction = std::function; -} -#endif \ No newline at end of file diff --git a/src/hacks/Bot/Bot.cpp b/src/hacks/Bot/Bot.cpp deleted file mode 100644 index 50e87992..00000000 --- a/src/hacks/Bot/Bot.cpp +++ /dev/null @@ -1,549 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include - -using namespace geode::prelude; - -namespace eclipse::hacks::Bot { - static bot::Bot s_bot; - // static bool s_respawning = false; - static bool s_dontPlaceAuto = false; - bot::Bot& getBot() { return s_bot; } - - void newReplay() { - std::string defaultValue; - // TODO: turn all of this into a util func - if (auto scene = utils::get()) { - if (auto* pl = utils::get()) { - defaultValue = pl->m_level->m_levelName; - } else if (auto* lil = scene->getChildByType(0)) { - defaultValue = lil->m_level->m_levelName; - } else if (auto* lil = scene->getChildByType(0)) { - defaultValue = lil->m_levelName; - } else if (auto* lil = scene->getChildByType(0)) { - defaultValue = lil->m_level->m_levelName; - } else if (auto* lil = scene->getChildByType(0)) { - if (auto lp = typeinfo_cast(lil->m_scrollLayer->getPage(lil->m_scrollLayer->m_page))) { - defaultValue = lp->m_level->m_levelName; - } - } - } - Popup::prompt( - i18n::get_("bot.new-replay"), - i18n::get_("bot.new-replay.msg"), - [&](bool result, std::string name) { - if (!result) - return; - - auto replaysDir = Mod::get()->getSaveDir() / "replays"; - auto replayPath = replaysDir / (name + ".gdr2"); - - std::error_code ec; - if (!std::filesystem::exists(replaysDir, ec)) { - std::filesystem::create_directory(replaysDir, ec); - if (ec) { - return Popup::create( - i18n::get_("common.error"), - ec.message() - ); - } - } - - auto res = s_bot.save(replayPath); - - if(res.isErr()) { - Popup::create(i18n::get_("common.error"), res.unwrapErr()); - return; - } - - config::set("bot.selectedreplay", replayPath); - - // refresh cocos ui page - if (auto cocos = gui::cocos::CocosRenderer::get()) - cocos->refreshPage(); - }, - i18n::get_("common.create"), - i18n::get_("common.cancel"), - defaultValue - ); - } - - void saveReplay() { - std::filesystem::path replayDirectory = Mod::get()->getSaveDir() / "replays"; - - std::error_code ec; - if (!std::filesystem::exists(replayDirectory, ec)) { - std::filesystem::create_directory(replayDirectory, ec); - if (ec) { - return Popup::create( - i18n::get_("common.error"), - ec.message() - ); - } - } - - auto replayPath = config::get("bot.selectedreplay", "temp"); - - if (std::filesystem::exists(replayPath, ec)) { - return Popup::create( - i18n::get_("common.warning"), - i18n::format("bot.overwrite", string::pathToString(replayPath.filename().stem())), - i18n::get_("common.yes"), - i18n::get_("common.no"), - [&](bool result) { - if (!result) - return; - - auto confirmReplayDirectory = config::get("bot.selectedreplay", "temp"); - - auto res = s_bot.save(confirmReplayDirectory); - if(res.isErr()) { - Popup::create(i18n::get_("common.error"), std::move(res).unwrapErr()); - return; - } - - Popup::create( - i18n::get_("bot.saved"), - i18n::format( - "bot.saved.msg", confirmReplayDirectory.filename().stem(), s_bot.getInputCount() - ) - ); - - config::set("bot.selectedreplay", confirmReplayDirectory); - } - ); - } - - auto res = s_bot.save(replayPath); - if(res.isErr()) { - Popup::create(i18n::get_("common.error"), res.unwrapErr()); - return; - } - Popup::create( - i18n::get_("bot.saved"), - i18n::format("bot.saved.msg", replayPath.filename().stem(), s_bot.getInputCount()) - ); - config::set("bot.selectedreplay", replayPath); - } - - void confirmLoad(std::filesystem::path const& replayPath) { - auto res = s_bot.load(replayPath); - if (res.isErr()) { - return Popup::create( - i18n::get_("common.error"), - i18n::format("bot.load-fail", res.unwrapErr()) - ); - } - Popup::create( - i18n::get_("bot.loaded"), - i18n::format("bot.loaded.msg", replayPath.filename().stem(), s_bot.getInputCount()) - ); - } - - void loadReplay() { - std::filesystem::path replayPath = config::get("bot.selectedreplay", ""); - - if (s_bot.getInputCount() > 0) { - return Popup::create( - i18n::get_("common.warning"), - i18n::get_("bot.overwrite-current"), - i18n::get_("common.yes"), - i18n::get_("common.no"), - [&](bool result) { - if (!result) - return; - - std::filesystem::path confirmReplayPath = config::get("bot.selectedreplay", ""); - - confirmLoad(confirmReplayPath); - } - ); - } - - confirmLoad(replayPath); - } - - void deleteReplay() { - std::filesystem::path replayPath = config::get("bot.selectedreplay", ""); - std::error_code ec; - if (!std::filesystem::exists(replayPath, ec)) { - return Popup::create( - i18n::get_("bot.delete-invalid"), - i18n::get_("bot.delete-invalid.msg") - ); - } - auto replayName = string::pathToString(replayPath.filename().stem()); - Popup::create( - i18n::get_("common.warning"), - i18n::format("bot.confirm-delete", replayName), - i18n::get_("common.yes"), - i18n::get_("common.no"), - [replayPath, replayName](bool result) { - if (!result) return; - std::error_code ec; - if (std::filesystem::exists(replayPath, ec)) { - Popup::create( - i18n::get_("bot.deleted"), - i18n::format("bot.deleted.msg", replayName) - ); - std::filesystem::remove(replayPath, ec); - if (ec) { - return Popup::create( - i18n::get_("common.error"), - ec.message() - ); - } - // apparently i cannot put the Popup below here otherwise some memory corruption happens, WHY? its not even a pointer!! - config::set("bot.selectedreplay", ""); - - // refresh cocos ui page - if (auto cocos = gui::cocos::CocosRenderer::get()) - cocos->refreshPage(); - } - } - ); - } - void openReplaysFolder() { - auto replaysDir = Mod::get()->getSaveDir() / "replays"; - std::error_code ec; - - // create the folder if it doesn't exist - if (!std::filesystem::exists(replaysDir, ec)) { - std::filesystem::create_directory(replaysDir, ec); - if (ec) { - return Popup::create( - i18n::get_("common.error"), - ec.message() - ); - } - } - - geode::utils::file::openFolder(replaysDir); - } - - class $hack(Bot) { - static void savePreBotSettings() { - config::set("bot.original.tpsbypass", config::get("global.tpsbypass.toggle", false)); - config::set("bot.original.checkpointdelay", config::get("level.checkpointdelay", false)); - } - - static void restorePreBotSettings() { - config::set("global.tpsbypass.toggle", config::get("bot.original.tpsbypass", false)); - config::set("level.checkpointdelay", config::get("bot.original.checkpointdelay", false)); - } - - static void applySettings() { - if (s_bot.getState() == bot::State::DISABLED) { - return; - } - - config::set("level.checkpointdelay", true); - config::set("global.tpsbypass.toggle", true); - if (s_bot.getState() == bot::State::RECORD) { - s_bot.setFramerate(utils::getTPS()); - - // disable Click Between Steps - GameManager::get()->setGameVariable(GameVar::ClickBetweenSteps, false); - if (auto gl = utils::get()) { - gl->m_clickBetweenSteps = false; - } - } else { - config::set("global.tpsbypass", s_bot.getFramerate()); - } - - static Mod* cbfMod = Loader::get()->getLoadedMod("syzzi.click_between_frames"); - if (cbfMod) cbfMod->setSettingValue("soft-toggle", true); - } - - void init() override { - const auto updateBotState = [](int state) { - if (s_bot.getState() == bot::State::DISABLED) { - savePreBotSettings(); - } - - s_bot.setState(static_cast(state)); - - if (state == 0) { - restorePreBotSettings(); - return; - } - Bot::applySettings(); - }; - -#ifdef GEODE_IS_WINDOWS - config::set("bot.practice-fix-mode", 0); // TODO: change to 1 when memory practice fix is fixed -#else - config::set("bot.practice-fix-mode", 0); -#endif - config::set("bot.state", 0); - restorePreBotSettings(); - updateBotState(0); - - auto tab = gui::MenuTab::find("tab.bot"); - - tab->addRadioButton("bot.disabled", "bot.state", 0)->callback(updateBotState)->handleKeybinds(); - tab->addRadioButton("bot.record", "bot.state", 1)->callback(updateBotState)->handleKeybinds(); - tab->addRadioButton("bot.playback", "bot.state", 2)->callback(updateBotState)->handleKeybinds(); - - tab->addFilesystemCombo("bot.replays", "bot.selectedreplay", Mod::get()->getSaveDir() / "replays"); -#ifdef GEODE_IS_WINDOWS - tab->addCombo("bot.practice-fix-mode", {"Checkpoint", "Memory"}, 0)->setDescription(); -#endif - - tab->addToggle("bot.ignore-inputs")->handleKeybinds()->setDescription(); - - tab->addButton("common.new")->handleKeybinds()->callback(newReplay); - tab->addButton("common.save")->handleKeybinds()->callback(saveReplay); - tab->addButton("common.load")->handleKeybinds()->callback(loadReplay); - tab->addButton("common.delete")->handleKeybinds()->callback(deleteReplay); - tab->addButton("bot.open-replays-folder")->handleKeybinds()->callback(openReplaysFolder); - } - - [[nodiscard]] bool isCheating() const override { - auto state = config::get<"bot.state", int>(0); - // only check if we are in playback mode and there are inputs - return state == 2 && s_bot.getInputCount() != 0; - } - - [[nodiscard]] const char* getId() const override { return "Bot"; } - }; - - REGISTER_HACK(Bot) - - class $modify(BotPLHook, PlayLayer) { - bool init(GJGameLevel* gj, bool p1, bool p2) { - bool result = PlayLayer::init(gj, p1, p2); - s_bot.setLevelInfo(gdr::Level(gj->m_levelName, gj->m_levelID.value())); - s_bot.setPlatformer(gj->isPlatformer()); - // s_respawning = false; - return result; - } - - void resetLevel() { - // s_respawning = true; - PlayLayer::resetLevel(); - Bot::applySettings(); - - if (m_checkpointArray->count() == 0) { - if(s_bot.getState() != bot::State::PLAYBACK) - s_bot.clearInputs(); - s_bot.restart(); - } - } - - CheckpointObject* markCheckpoint() { - if (s_bot.getState() == bot::State::RECORD && (m_player1->m_isDead || m_player2->m_isDead)) - return nullptr; - - return PlayLayer::markCheckpoint(); - } - - void loadFromCheckpoint(CheckpointObject* checkpoint) { - PlayLayer* playLayer = utils::get(); - - if (s_bot.getState() != bot::State::RECORD || !playLayer) - return PlayLayer::loadFromCheckpoint(checkpoint); - - s_bot.removeInputsAfter(checkpoint->m_gameState.m_currentProgress / 2); - - PlayLayer::loadFromCheckpoint(checkpoint); - } - - void pauseGame(bool unfocused) { - PlayLayer::pauseGame(unfocused); - if (s_bot.getState() != bot::State::RECORD) - return; - - // here robtop calls releaseAllButtons on player1 twice. i'm assuming this is a bug and will be fixed in the next versions. - // if that's the case, then add this for player2 as well. - bool swapControls = GameManager::get()->getGameVariable(GameVar::Flip2PlayerControls); - for(int button = 1; button <= 3; button++) { - s_bot.recordInput( - // + 1 because while the input happens on this frame, it will only get processed on the next frame - // because of pausing. since we don't pause on playback simulate this by adding one frame - (m_gameState.m_currentProgress / 2) + 1, - (PlayerButton)button, swapControls, false - ); - } - } - }; - - class $modify(BotPlayerHook, PlayerObject) { - struct Fields { - bool m_triedPlacingCheckpoint = false; - }; - - static void onModify(auto& self) { - int value = config::get("bot.state", 0); - geode::Hook* hookPtr = nullptr; - auto it = self.m_hooks.find("PlayerObject::tryPlaceCheckpoint"); - if (it != self.m_hooks.end()) { - it->second->setAutoEnable(value == (int)bot::State::RECORD); - it->second->setPriority(SAFE_HOOK_PRIORITY); - hookPtr = it->second.get(); - } else { - geode::log::warn("Hook 'tryPlaceCheckpoint' not found in class 'PlayerObject'"); - } - config::addDelegate("bot.state", [hookPtr] { - int value = config::get("bot.state", 0); - (void) hookPtr->toggle(value == (int)bot::State::RECORD); - }); - } - - void tryPlaceCheckpoint() { - if(s_dontPlaceAuto) { - m_fields->m_triedPlacingCheckpoint = true; - return; - } - PlayerObject::tryPlaceCheckpoint(); - } - }; - - class $modify(BotBGLHook, GJBaseGameLayer) { - - static void onModify(auto& self) { - SAFE_HOOKS(GJBaseGameLayer, "processQueuedButtons"); - - int value = config::get("bot.state", 0); - geode::Hook* hookPtr = nullptr; - auto it = self.m_hooks.find("GJBaseGameLayer::update"); - if (it != self.m_hooks.end()) { - it->second->setAutoEnable(value == (int)bot::State::RECORD); - it->second->setPriority(SAFE_HOOK_PRIORITY); - hookPtr = it->second.get(); - } else { - geode::log::warn("Hook 'update' not found in class 'GJBaseGameLayer'"); - } - config::addDelegate("bot.state", [hookPtr] { - int value = config::get("bot.state", 0); - (void) hookPtr->toggle(value == (int)bot::State::RECORD); - }); - } - - void update(float dt) { - auto player1Fields = reinterpret_cast(m_player1)->m_fields.self(); - auto player2Fields = reinterpret_cast(m_player2)->m_fields.self(); - - player1Fields->m_triedPlacingCheckpoint = false; - player2Fields->m_triedPlacingCheckpoint = false; - s_dontPlaceAuto = true; - GJBaseGameLayer::update(dt); - s_dontPlaceAuto = false; - - if(player1Fields->m_triedPlacingCheckpoint) { - m_player1->m_shouldTryPlacingCheckpoint = true; - m_player1->tryPlaceCheckpoint(); - } - if(player2Fields->m_triedPlacingCheckpoint) { - m_player2->m_shouldTryPlacingCheckpoint = true; - m_player2->tryPlaceCheckpoint(); - } - } - - void simulateClick(PlayerButton button, bool down, bool player2) { - auto performButton = down ? &PlayerObject::pushButton : &PlayerObject::releaseButton; - bool swapControls = GameManager::get()->getGameVariable(GameVar::Flip2PlayerControls); - player2 = swapControls ? !player2 : player2; - - // in two player mode, only one player should be controlled - if (m_levelSettings->m_twoPlayerMode) { - PlayerObject* player = player2 ? m_player2 : m_player1; - (player->*performButton)(button); - } else { - // otherwise, click both players (if dual mode is enabled) - (m_player1->*performButton)(button); - if (m_gameState.m_isDualMode) - (m_player2->*performButton)(button); - } - - // register the click for touch triggers - m_effectManager->playerButton(down, !player2); - - // increment click count - if (down) { - m_clicks++; - if (button == PlayerButton::Jump) { - // not sure what this does, but this is how it is in original handleButton - m_jumping = true; - } - } - } - - void processBot() { - // if(s_respawning) s_respawning = false; - - if (s_bot.getState() != bot::State::PLAYBACK) - return; - - std::optional> input = std::nullopt; - - // TODO: 2.208 made m_currentProgress count twice as fast, for now we just divide it by 2 - // to avoid breaking existing replays. Find a better solution later - auto progress = m_gameState.m_currentProgress / 2; - - while ((input = s_bot.poll(progress)) != std::nullopt) { - #ifdef GEODE_IS_MOBILE - m_allowedButtons.clear(); - #endif - this->simulateClick((PlayerButton) input->button, input->down, input->player2); - } - } - - void processQueuedButtons(float dt, bool clearInputQueue) { - GJBaseGameLayer::processQueuedButtons(dt, clearInputQueue); - this->processBot(); - } - - void handleButton(bool down, int button, bool player1) { - if (s_bot.getState() == bot::State::PLAYBACK && s_bot.getInputCount() && config::get("bot.ignore-inputs", false)) - return; - - // does not seem to be happening anymore in 2.208. leaving this here in case it pops up again - // if (s_bot.getState() == bot::State::RECORD && s_respawning) { // somehow this avoid a weird bug where an orb buffered if you press down while respawning doesn't register - // bool swapControls = GameManager::get()->getGameVariable("0010"); - // bool player2 = swapControls ? player1 : !player1; - // PlayerObject* checkPlayer = player2 ? m_player2 : m_player1; - // if(checkPlayer->m_touchedRings.size() > 0) return; - // } - - GJBaseGameLayer::handleButton(down, button, player1); - - if (s_bot.getState() != bot::State::RECORD) - return; - - s_bot.recordInput( - m_gameState.m_currentProgress / 2, - (PlayerButton) button, !player1, down - ); - } - }; - - // this fixes bot playback in level editor (robtop doesn't reset the counter) - class $modify(BotEUIHook, EditorUI) { - void onPlaytest(CCObject* sender) { - if (auto* editorLayer = utils::get()) { - if (editorLayer->m_playbackMode == PlaybackMode::Not) { - s_bot.restart(); - editorLayer->m_gameState.m_currentProgress = 0; - } - } - EditorUI::onPlaytest(sender); - } - }; -} diff --git a/src/hacks/Bot/MemoryPracticeFix.cpp b/src/hacks/Bot/MemoryPracticeFix.cpp deleted file mode 100644 index efff6bf1..00000000 --- a/src/hacks/Bot/MemoryPracticeFix.cpp +++ /dev/null @@ -1,469 +0,0 @@ -#ifdef GEODE_IS_WINDOWS - -#include "modules/bot/bot.hpp" -#include "modules/config/config.hpp" -#include "modules/hack/hack.hpp" -#include -#include -#include -#include -#include -#include - -using namespace geode::prelude; - -namespace eclipse::hacks::Bot { - -static size_t getWriteSizeFromRIP(uint64_t rip, const CONTEXT* ctx) { - uint8_t buffer[16]; - memcpy(buffer, (const void*)rip, sizeof(buffer)); - - ZydisDecoder decoder; - if (ZYAN_FAILED(ZydisDecoderInit(&decoder, ZYDIS_MACHINE_MODE_LONG_64, ZYDIS_STACK_WIDTH_64))) { - return 0; - } - - ZydisDecodedInstruction insn; - ZydisDecodedOperand ops[ZYDIS_MAX_OPERAND_COUNT]; - - if (ZYAN_FAILED(ZydisDecoderDecodeFull(&decoder, buffer, sizeof(buffer), &insn, ops))) { - return 0; - } - - size_t writeSize = 0; - - const bool isRep = (insn.attributes & ZYDIS_ATTRIB_HAS_REP) != 0; - - if (isRep) { - const ZydisMnemonic m = insn.mnemonic; - const bool isMovs = (m == ZYDIS_MNEMONIC_MOVSB || - m == ZYDIS_MNEMONIC_MOVSW || - m == ZYDIS_MNEMONIC_MOVSD || - m == ZYDIS_MNEMONIC_MOVSQ); - - const bool isStos = (m == ZYDIS_MNEMONIC_STOSB || - m == ZYDIS_MNEMONIC_STOSW || - m == ZYDIS_MNEMONIC_STOSD || - m == ZYDIS_MNEMONIC_STOSQ); - - if (isMovs || isStos) { - const ZyanU16 elementBits = ops[0].size; - const ZyanU64 elementBytes = elementBits / 8; - - const ZyanU64 count = ctx->Rcx; - - return count * elementBytes; - } - else { - return 0; - } - } - - for (uint8_t i = 0; i < insn.operand_count; ++i) { - const auto& op = ops[i]; - - if (op.type != ZYDIS_OPERAND_TYPE_MEMORY) - continue; - - if (!(op.actions & ZYDIS_OPERAND_ACTION_WRITE)) - continue; - - writeSize += (op.size / 8); - } - - return writeSize; -} - -std::string getLastWindowsErrorAsString() { - DWORD errorMessageID = ::GetLastError(); - if(errorMessageID == 0) { - return std::string(); - } - - LPSTR messageBuffer = nullptr; - - size_t size = FormatMessageA(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, - NULL, errorMessageID, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPSTR)&messageBuffer, 0, NULL); - - std::string message(messageBuffer, size); - - LocalFree(messageBuffer); - - return message; -} - -struct MemoryRestore { - DWORD old; - uintptr_t addr; -}; - -struct MemoryEntry { - uintptr_t addr; - std::vector data; - size_t frame; -}; - -class MemoryTracker { -public: - MemoryTracker() { - m_memoryLog.reserve(0x500000); - SYSTEM_INFO si; - GetSystemInfo(&si); - m_pageSize = si.dwPageSize; - } - - void enableCapture() { - m_captureEnabled.store(false); - m_memoryRestores.clear(); - std::unordered_set pages; - - for(auto& pair : m_memoryRegions) { - uintptr_t pageStart = pair.first & ~(m_pageSize - 1); - uintptr_t pageEnd = (pair.second - 1) & ~(m_pageSize - 1); - - for (uintptr_t p = pageStart; p <= pageEnd; p += m_pageSize) { - if(pages.contains(p)) continue; - pages.insert(p); - DWORD old; - if(VirtualProtect((void*)p, m_pageSize, PAGE_READONLY, &old)) - m_memoryRestores.push_back({old, p}); - else - geode::log::error("Failed to VirtualProtect: {}", getLastWindowsErrorAsString()); - } - } - m_captureEnabled.store(true); - } - - void disableCapture() { - m_captureEnabled.store(false); - for(auto& restore : m_memoryRestores) { - DWORD tmp; - if(!VirtualProtect((void*)restore.addr, m_pageSize, restore.old, &tmp)) - geode::log::error("Failed to VirtualProtect: {}", getLastWindowsErrorAsString()); - } - m_memoryRestores.clear(); - MemoryRestore pr; - while(consumePendingRestore(pr)) { - DWORD tmp; - if(!VirtualProtect((void*)pr.addr, m_pageSize, pr.old, &tmp)) - geode::log::error("Failed to VirtualProtect: {}", getLastWindowsErrorAsString()); - } - std::lock_guard lock(m_pendingMutex); - m_pendingRestores.clear(); - } - - void addWatchedRegion(uintptr_t start, uintptr_t end) { - m_memoryRegions.push_back({start, end}); - } - - void clearWatchedRegions() { - m_memoryRegions.clear(); - } - - void writeMemoryLog(size_t frame, uintptr_t addr, std::vector data) { - if (frame == 0 || data.size() == 0 || addr == 0) return; - - MemoryEntry entry; - entry.addr = addr; - entry.frame = frame; - entry.data = std::move(data); - - std::lock_guard lock(m_memoryLogMutex); - m_memoryLog.push_back(std::move(entry)); - } - - void savePendingRestore(uintptr_t pageBase, DWORD oldProtect) { - std::lock_guard lock(m_pendingMutex); - m_pendingRestores.push_back({oldProtect, pageBase}); - } - - - bool consumePendingRestore(MemoryRestore& out) { - std::lock_guard lock(m_pendingMutex); - if (m_pendingRestores.empty()) return false; - out = m_pendingRestores.back(); - m_pendingRestores.pop_back(); - return true; - } - - void restoreToFrame(size_t targetFrame) { - // make sure we perform the restore without interference - bool hasCapture = m_captureEnabled.load(std::memory_order_relaxed); - if(hasCapture) - disableCapture(); - std::unordered_map pageOriginalProtect; - { - std::lock_guard lock(m_memoryLogMutex); - - size_t eraseFromIndex = m_memoryLog.size(); - - for (size_t i = m_memoryLog.size(); i-- > 0;) { - MemoryEntry& entry = m_memoryLog[i]; - - // if (entry.frame <= std::max(0ULL, targetFrame - 1)) { - if (entry.frame <= targetFrame) { - eraseFromIndex = i + 1; - break; - } - if (entry.addr == 0 || entry.data.empty()) continue; - - if (!isInWatchedRegion(entry.addr)) { - continue; - } - - uintptr_t startPage = entry.addr & ~(m_pageSize - 1); - uintptr_t endPage = (entry.addr + entry.data.size() - 1) & ~(m_pageSize - 1); - size_t pageCount = (endPage - startPage) / m_pageSize + 1; - - bool canRestore = true; - for (size_t j = 0; j < pageCount; j++) { - uintptr_t p = startPage + j * m_pageSize; - MEMORY_BASIC_INFORMATION mbi{}; - if (VirtualQuery((void*)p, &mbi, sizeof(mbi)) == 0) { - canRestore = false; - break; - } - if (mbi.State != MEM_COMMIT) { - canRestore = false; - break; - } - if (mbi.Protect & PAGE_GUARD || mbi.Protect == PAGE_NOACCESS) { - canRestore = false; - break; - } - - if (pageOriginalProtect.find(p) == pageOriginalProtect.end()) { - DWORD oldProtect; - if (VirtualProtect((void*)p, m_pageSize, PAGE_READWRITE, &oldProtect)) { - pageOriginalProtect[p] = oldProtect; - } else { - geode::log::error("restoreToFrame: VirtualProtect set write failed: {}", getLastWindowsErrorAsString()); - canRestore = false; - break; - } - } - } - - if (!canRestore) { - geode::log::warn("Skipping restore at {} because page(s) not suitable.", (void*)entry.addr); - continue; - } - - __try { - memcpy((void*)entry.addr, entry.data.data(), entry.data.size()); - } __except (EXCEPTION_EXECUTE_HANDLER) { - geode::log::error("Exception during memcpy when restoring addr {} (frame {})", (void*)entry.addr, entry.frame); - } - } - - m_memoryLog.erase(m_memoryLog.begin() + eraseFromIndex, m_memoryLog.end()); - } - - for (auto& [page, old] : pageOriginalProtect) { - DWORD tmp; - if (!VirtualProtect((void*)page, m_pageSize, old, &tmp)) { - geode::log::error("restoreToFrame: VirtualProtect restore failed: {}", getLastWindowsErrorAsString()); - } - } - pageOriginalProtect.clear(); - - if(hasCapture) - enableCapture(); - } - - void clear() { - std::lock_guard lock(m_memoryLogMutex); - m_memoryLog.clear(); - } - - bool isInWatchedRegion(uintptr_t addr) const { - for (auto& pair : m_memoryRegions) { - if (!pair.first || !pair.second || pair.second <= pair.first) continue; - if (addr >= pair.first && addr < pair.second) return true; - } - return false; - } - - bool isCaptureEnabled() const { - return m_captureEnabled.load(std::memory_order_relaxed); - } - - size_t getPageSize() const { return m_pageSize; } - - size_t getMemoryLogSize() const { return m_memoryLog.size(); } - -private: - std::atomic m_captureEnabled = false; - std::mutex m_pendingMutex; - std::mutex m_memoryLogMutex; - std::vector m_memoryLog; - std::vector m_memoryRestores; - std::vector m_pendingRestores; - std::vector> m_memoryRegions; - size_t m_pageSize = 0x1000; -}; - -static size_t s_currentFrame = 0; -static MemoryTracker s_memoryTracker; -static PVOID s_writeHandler = nullptr, s_stepHandler = nullptr; - -LONG CALLBACK writeWatchHandler(PEXCEPTION_POINTERS info) { - if (!s_memoryTracker.isCaptureEnabled()) - return EXCEPTION_CONTINUE_SEARCH; - auto code = info->ExceptionRecord->ExceptionCode; - if (code != EXCEPTION_ACCESS_VIOLATION) - return EXCEPTION_CONTINUE_SEARCH; - - ULONG_PTR faultType = info->ExceptionRecord->ExceptionInformation[0]; - ULONG_PTR faultAddr = info->ExceptionRecord->ExceptionInformation[1]; - - if (faultType != 1) - return EXCEPTION_CONTINUE_SEARCH; - - uintptr_t a = faultAddr; - uintptr_t pageBase = a & ~(s_memoryTracker.getPageSize() - 1); - - if(s_memoryTracker.isInWatchedRegion(a)) { - size_t size = getWriteSizeFromRIP(info->ContextRecord->Rip, info->ContextRecord); - std::vector before(size); - size_t maxReadable = s_memoryTracker.getPageSize() - (faultAddr & (s_memoryTracker.getPageSize() - 1)); - size_t toRead = std::min(size, maxReadable); - - __try { - memcpy(before.data(), (void*)faultAddr, toRead); - } __except(EXCEPTION_EXECUTE_HANDLER) { - return EXCEPTION_CONTINUE_SEARCH; - } - - s_memoryTracker.writeMemoryLog(s_currentFrame, faultAddr, std::move(before)); - } - - DWORD old; - if(!VirtualProtect((void*)pageBase, s_memoryTracker.getPageSize(), PAGE_READWRITE, &old)) - geode::log::error("Failed to VirtualProtect: {}", getLastWindowsErrorAsString()); - - // single step after the instruction finishes - info->ContextRecord->EFlags |= 0x100; - - s_memoryTracker.savePendingRestore(pageBase, old); - - return EXCEPTION_CONTINUE_EXECUTION; -} - -LONG CALLBACK singleStepHandler(PEXCEPTION_POINTERS info) { - if (!s_memoryTracker.isCaptureEnabled()) - return EXCEPTION_CONTINUE_SEARCH; - if (info->ExceptionRecord->ExceptionCode != EXCEPTION_SINGLE_STEP) - return EXCEPTION_CONTINUE_SEARCH; - - MemoryRestore pr; - while(s_memoryTracker.consumePendingRestore(pr)) { - DWORD tmp; - if(!VirtualProtect((void*)pr.addr, s_memoryTracker.getPageSize(), pr.old, &tmp)) - geode::log::error("Failed to VirtualProtect: {}", getLastWindowsErrorAsString()); - } - - info->ContextRecord->EFlags &= ~0x100; - - return EXCEPTION_CONTINUE_EXECUTION; -} - -class $modify(MPFPlayLayer, PlayLayer) { - - static void onModify(auto& self) { - std::vector hooks; - for(auto& hook : self.m_hooks) hooks.push_back(hook.second.get()); - - config::addDelegate("bot.practice-fix-mode", [hooks = std::move(hooks)]{ - if (config::get("bot.practice-fix-mode", 0) == 0) { - for(auto& hook : hooks) (void) hook->disable(); - } else { - for(auto& hook : hooks) (void) hook->enable(); - } - }); - } - - void pauseGame(bool p0) { - PlayLayer::pauseGame(p0); - s_memoryTracker.disableCapture(); - } - - void loadFromCheckpoint(CheckpointObject* checkpoint) { - int botState = config::get("bot.state", 0); - if (botState != (int)eclipse::bot::State::RECORD) - return PlayLayer::loadFromCheckpoint(checkpoint); - - PlayLayer::loadFromCheckpoint(checkpoint); - if(m_checkpointArray->count() > 0) - s_memoryTracker.restoreToFrame(checkpoint->m_gameState.m_currentProgress); - } - - void resetLevel() { - PlayLayer::resetLevel(); - - if (m_checkpointArray->count() > 0) return; - - s_currentFrame = 0; - s_memoryTracker.clear(); - } - - void postUpdate(float dt) { - PlayLayer::postUpdate(dt); - bool hasCapture = s_memoryTracker.isCaptureEnabled(); - int botState = config::get("bot.state", 0); - int practiceFixMode = config::get("bot.practice-fix-mode", 0); - if(practiceFixMode == 1 && s_currentFrame > 0 && m_isPracticeMode && botState == (int)eclipse::bot::State::RECORD && !hasCapture) { - s_memoryTracker.clearWatchedRegions(); - #define REGION(p,x,y) s_memoryTracker.addWatchedRegion((uintptr_t)p + offsetof(PlayerObject, x), (uintptr_t)p + offsetof(PlayerObject, y)); - #pragma GCC diagnostic push - #pragma GCC diagnostic ignored "-Winvalid-offsetof" - s_memoryTracker.addWatchedRegion((uintptr_t)m_player1 + offsetof(cocos2d::CCNode, m_fRotationX), (uintptr_t)m_player1 + offsetof(cocos2d::CCNode, m_pCamera)); - REGION(m_player1, m_mainLayer, m_rotateObjectsRelated); - REGION(m_player1, m_rotationSpeed, m_ghostTrail); - REGION(m_player1, m_speedMultiplier, m_ringRelatedSet); - REGION(m_player1, m_objectSnappedTo, m_pendingCheckpoint); - REGION(m_player1, m_onFlyCheckpointTries, m_jumpBuffered); - REGION(m_player1, m_stateRingJump, m_holdingButtons); - REGION(m_player1, m_inputsLocked, m_enable22Changes); - - s_memoryTracker.addWatchedRegion((uintptr_t)m_player2 + offsetof(cocos2d::CCNode, m_fRotationX), (uintptr_t)m_player2 + offsetof(cocos2d::CCNode, m_pCamera)); - REGION(m_player2, m_mainLayer, m_rotateObjectsRelated); - REGION(m_player2, m_rotationSpeed, m_ghostTrail); - REGION(m_player2, m_speedMultiplier, m_ringRelatedSet); - REGION(m_player2, m_objectSnappedTo, m_pendingCheckpoint); - REGION(m_player2, m_onFlyCheckpointTries, m_jumpBuffered); - REGION(m_player2, m_stateRingJump, m_holdingButtons); - REGION(m_player2, m_inputsLocked, m_enable22Changes); - #pragma GCC diagnostic pop - #undef REGION - s_memoryTracker.enableCapture(); - } - } - - void togglePracticeMode(bool mode) { - PlayLayer::togglePracticeMode(mode); - if(!mode) s_memoryTracker.disableCapture(); - } - - void onQuit() { - s_memoryTracker.disableCapture(); - s_memoryTracker.clear(); - PlayLayer::onQuit(); - } -}; - -class $modify(GJBaseGameLayer) { - void processCommands(float dt, bool isHalfTick, bool isLastTick) { - GJBaseGameLayer::processCommands(dt, isHalfTick, isLastTick); - s_currentFrame = m_gameState.m_currentProgress; - } -}; - -$on_mod(Loaded) { - s_writeHandler = AddVectoredExceptionHandler(1, writeWatchHandler); - s_stepHandler = AddVectoredExceptionHandler(1, singleStepHandler); -} - -} - -#endif \ No newline at end of file diff --git a/src/hacks/Bypass/AllowLowVolume.cpp b/src/hacks/Bypass/AllowLowVolume.cpp deleted file mode 100644 index d8135f8d..00000000 --- a/src/hacks/Bypass/AllowLowVolume.cpp +++ /dev/null @@ -1,61 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Bypass { - class $hack(AllowLowVolume) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.allowlowvolume")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Allow Low Volume"; } - }; - - REGISTER_HACK(AllowLowVolume) - - #define GET_SLIDER(sender) geode::cast::typeinfo_cast(sender); if (!slider) return - - class $modify(AllowLowVolumeOLHook, OptionsLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("bypass.allowlowvolume") - - void musicSliderChanged(cocos2d::CCObject* sender) { - auto slider = GET_SLIDER(sender); - auto value = slider->getValue(); - auto* audioEngine = utils::get(); - float originalVolume = audioEngine->getBackgroundMusicVolume(); - audioEngine->setBackgroundMusicVolume(value); - if (originalVolume <= 0.f && value > 0.f) - utils::get()->playMenuMusic(); - } - - void sfxSliderChanged(cocos2d::CCObject* sender) { - auto slider = GET_SLIDER(sender); - auto value = slider->getValue(); - utils::get()->setEffectsVolume(value); - } - }; - - class $modify(AllowLowVolumePLHook, PauseLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("bypass.allowlowvolume") - - void musicSliderChanged(cocos2d::CCObject* sender) { - auto slider = GET_SLIDER(sender); - auto value = slider->getValue(); - utils::get()->setBackgroundMusicVolume(value); - } - - // Function is merged with the one in OptionsLayer on Windows - #if !(defined(GEODE_IS_WINDOWS) && GEODE_COMP_GD_VERSION == 22060) - void sfxSliderChanged(cocos2d::CCObject* sender) { - auto slider = GET_SLIDER(sender); - auto value = slider->getValue(); - utils::get()->setEffectsVolume(value); - } - #endif - }; -} diff --git a/src/hacks/Bypass/CharacterFilter.cpp b/src/hacks/Bypass/CharacterFilter.cpp deleted file mode 100644 index aac09ebe..00000000 --- a/src/hacks/Bypass/CharacterFilter.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include -#include -#include -#include - -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(CharFilter) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.charfilter")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Character Filter Bypass"; } - }; - - REGISTER_HACK(CharFilter) - - class $modify(CharacterFilterCCTINHook, CCTextInputNode) { - ADD_HOOKS_DELEGATE("bypass.charfilter") - - void updateLabel(gd::string str) { - this->setAllowedChars( - "abcdefghijklmnopqrstuvwxyz" - "ABCDEFGHIJKLMNOPQRSTUVWXYZ" - "0123456789!@#$%^&*()-=_+" - "`~[]{}/?.>,<\\|;:'\"" - " " - ); - - CCTextInputNode::updateLabel(std::move(str)); - } - }; -} diff --git a/src/hacks/Bypass/CharacterLimit.cpp b/src/hacks/Bypass/CharacterLimit.cpp deleted file mode 100644 index 92de28b5..00000000 --- a/src/hacks/Bypass/CharacterLimit.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(CharLimit) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.charlimit")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Character Limit Bypass"; } - }; - - REGISTER_HACK(CharLimit) - - class $modify(CharacterLimitCCTINHook, CCTextInputNode) { - ADD_HOOKS_DELEGATE("bypass.charlimit") - - void updateLabel(gd::string str) { - this->setMaxLabelLength(99999); - CCTextInputNode::updateLabel(str); - } - }; -} diff --git a/src/hacks/Bypass/CheckpointLimit.cpp b/src/hacks/Bypass/CheckpointLimit.cpp deleted file mode 100644 index ac1c48e8..00000000 --- a/src/hacks/Bypass/CheckpointLimit.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(CheckpointLimit) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.checkpointlimit")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Checkpoint Limit"; } - }; - - REGISTER_HACK(CheckpointLimit) - - class $modify(CheckpointLimitPLHook, PlayLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("bypass.checkpointlimit") - - void storeCheckpoint(CheckpointObject* checkpointObject) { - // Reimplemented without the checkpoint limit - m_checkpointArray->addObject(checkpointObject); - PlayLayer::addToSection(checkpointObject->m_physicalCheckpointObject); - } - }; -} diff --git a/src/hacks/Bypass/FastChests.cpp b/src/hacks/Bypass/FastChests.cpp deleted file mode 100644 index d55d2c82..00000000 --- a/src/hacks/Bypass/FastChests.cpp +++ /dev/null @@ -1,48 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(FastChests) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.fastchests")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Fast Chests"; } - }; - - REGISTER_HACK(FastChests) - - class $modify(FastChestsRWLHook, RewardUnlockLayer) { - ADD_HOOKS_DELEGATE("bypass.fastchests") - - bool init(int chestType, RewardsPage* rewardsPage) { - if (!RewardUnlockLayer::init(chestType, rewardsPage)) - return false; - - auto winSize = utils::get()->getWinSize(); - - m_chestSprite->stopAllActions(); - m_chestSprite->runAction( - cocos2d::CCEaseBounceOut::create( - cocos2d::CCMoveTo::create( - 1.0, { winSize.width / 2, (winSize.height / 2) - 20 } - ) - ) - ); - m_chestSprite->runAction( - cocos2d::CCSequence::create( - cocos2d::CCDelayTime::create(0.4), - cocos2d::CCCallFunc::create(this, callfunc_selector(RewardUnlockLayer::step3)), - nullptr - ) - ); - - return true; - } - }; -} diff --git a/src/hacks/Bypass/InstantComplete.cpp b/src/hacks/Bypass/InstantComplete.cpp deleted file mode 100644 index 938d04fc..00000000 --- a/src/hacks/Bypass/InstantComplete.cpp +++ /dev/null @@ -1,39 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(InstantComplete) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.instantcomplete")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"bypass.instantcomplete", bool>(); } - [[nodiscard]] const char* getId() const override { return "Instant Complete"; } - }; - - REGISTER_HACK(InstantComplete) - - class $modify(InstantCompletePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("bypass.instantcomplete") - - void onEnterTransitionDidFinish() { - PlayLayer::onEnterTransitionDidFinish(); - - if (this->m_isPlatformer) - this->playPlatformerEndAnimationToPos({.0f, 105.f}, true); - else this->playEndAnimationToPos({2.f, 2.f}); - } - - void levelComplete() { - if (this->m_isPlatformer) this->m_timePlayed = 10.0; - else this->m_attemptTime = 10.0; - - PlayLayer::levelComplete(); - } - }; -} diff --git a/src/hacks/Bypass/LevelKick.cpp b/src/hacks/Bypass/LevelKick.cpp deleted file mode 100644 index e7f766a2..00000000 --- a/src/hacks/Bypass/LevelKick.cpp +++ /dev/null @@ -1,25 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(LevelKick) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.levelkick")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Level Kick"; } - }; - - REGISTER_HACK(LevelKick) - - class $modify(LevelKickGJBGLHook, GJBaseGameLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("bypass.levelkick") - - bool shouldExitHackedLevel() { return false; } - }; -} diff --git a/src/hacks/Bypass/MenuGameplay.cpp b/src/hacks/Bypass/MenuGameplay.cpp deleted file mode 100644 index f645346f..00000000 --- a/src/hacks/Bypass/MenuGameplay.cpp +++ /dev/null @@ -1,45 +0,0 @@ -#include -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(MenuGameplay) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.menugameplay")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Menu Gameplay"; } - }; - - REGISTER_HACK(MenuGameplay) - - class $modify(MenuGameplayMGLHook, MenuGameLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("bypass.menugameplay") - - void tryJump(float) { /* Disable auto-play */ } - - void update(float dt) override { - // Spider crashes the game - if (m_playerObject && !m_playerObject->m_isSpider) { - for (auto key : { - keybinds::Keys::Up, - keybinds::Keys::W, - keybinds::Keys::MouseLeft - }) { - if (keybinds::isKeyPressed(key)) { - m_playerObject->pushButton(PlayerButton::Jump); - } else if (keybinds::isKeyReleased(key)) { - m_playerObject->releaseButton(PlayerButton::Jump); - } - } - } - - MenuGameLayer::update(dt); - } - }; -} diff --git a/src/hacks/Bypass/MusicUnlocker.cpp b/src/hacks/Bypass/MusicUnlocker.cpp deleted file mode 100644 index 0d086264..00000000 --- a/src/hacks/Bypass/MusicUnlocker.cpp +++ /dev/null @@ -1,57 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Cosmetic { - class $hack(PracticeMusic) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - - tab->addToggle("bypass.practicemusic") - ->handleKeybinds() - ->setDescription() - ->callback([](bool v) { - utils::get()->toggleEnableItem(UnlockType::GJItem, 17, v); - }); - } - - [[nodiscard]] const char* getId() const override { return "Practice Music Sync"; } - }; - - class $hack(MusicCustomizer) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - - tab->addToggle("bypass.musiccustomizer") - ->handleKeybinds() - ->setDescription() - ->callback([](bool v) { - utils::get()->toggleEnableItem(UnlockType::GJItem, 16, v); - }); - } - - [[nodiscard]] const char* getId() const override { return "Music Customizer"; } - }; - - REGISTER_HACK(PracticeMusic) - REGISTER_HACK(MusicCustomizer) - - class $modify(MusicCustomizerGSMHook, GameStatsManager) { - ENABLE_SAFE_HOOKS_ALL() - - bool isItemUnlocked(UnlockType type, int key) { - if (GameStatsManager::isItemUnlocked(type, key)) return true; - - if (type == UnlockType::GJItem && key == 17) - return config::get<"bypass.practicemusic", bool>(false); - - if (type == UnlockType::GJItem && key == 16) - return config::get<"bypass.musiccustomizer", bool>(false); - - return false; - } - }; -} diff --git a/src/hacks/Bypass/PathsUnlocker.cpp b/src/hacks/Bypass/PathsUnlocker.cpp deleted file mode 100644 index 0135fe97..00000000 --- a/src/hacks/Bypass/PathsUnlocker.cpp +++ /dev/null @@ -1,39 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Cosmetic { - class $hack(UnlockPaths) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - - tab->addToggle("bypass.unlockpaths") - ->handleKeybinds() - ->setDescription() - ->callback([](bool v) { - for (std::uint8_t path = 6; path < 16; path++) - utils::get()->toggleEnableItem(UnlockType::GJItem, path, v); - }); - } - - [[nodiscard]] const char* getId() const override { return "Unlock Paths"; } - }; - - REGISTER_HACK(UnlockPaths) - - class $modify(UnlockPathsGSMHook, GameStatsManager) { - ENABLE_SAFE_HOOKS_ALL() - - bool isItemUnlocked(UnlockType type, int key) { - if (GameStatsManager::isItemUnlocked(type, key)) return true; - - if (type == UnlockType::GJItem && (key >= 6 && key <= 15)) - return config::get<"bypass.unlockpaths", bool>(false); - - return false; - } - }; -} diff --git a/src/hacks/Bypass/PauseBuffering.cpp b/src/hacks/Bypass/PauseBuffering.cpp deleted file mode 100644 index 8d1cf4d8..00000000 --- a/src/hacks/Bypass/PauseBuffering.cpp +++ /dev/null @@ -1,33 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(PauseBuffering) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.pausebuffering")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Pause Buffering"; } - }; - - REGISTER_HACK(PauseBuffering) - - class $modify(PauseBufferingUILHook, UILayer) { - ADD_HOOKS_DELEGATE("bypass.pausebuffering") - - void onPause(cocos2d::CCObject* sender) { - auto* playLayer = utils::get(); - if (!playLayer) return UILayer::onPause(sender); - - uint32_t original = playLayer->m_gameState.m_pauseCounter; - playLayer->m_gameState.m_pauseCounter = 0; - UILayer::onPause(sender); - playLayer->m_gameState.m_pauseCounter = original; - } - }; -} diff --git a/src/hacks/Bypass/ShowSpamComments.cpp b/src/hacks/Bypass/ShowSpamComments.cpp deleted file mode 100644 index f3bc1b26..00000000 --- a/src/hacks/Bypass/ShowSpamComments.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(ShowSpamComments) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.showspamcomments")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Show Spam Comments"; } - }; - - REGISTER_HACK(ShowSpamComments) - - class $modify(ShowSpamCommentsCommentCellHook, CommentCell) { - ADD_HOOKS_DELEGATE("bypass.showspamcomments") - - void loadFromComment(GJComment* comment) { - CommentCell::loadFromComment(comment); - this->onUnhide(nullptr); - } - }; -} \ No newline at end of file diff --git a/src/hacks/Bypass/SwiftClick.cpp b/src/hacks/Bypass/SwiftClick.cpp deleted file mode 100644 index ce59dab4..00000000 --- a/src/hacks/Bypass/SwiftClick.cpp +++ /dev/null @@ -1,59 +0,0 @@ -#ifdef GEODE_IS_MOBILE - -#include -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(SwiftClick) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.swiftclick")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Swift Click"; } - [[nodiscard]] bool isCheating() const override { - return config::get<"bypass.swiftclick", bool>(); - } - }; - - REGISTER_HACK(SwiftClick) - - class $modify(SwiftClickGJBGLHook, GJBaseGameLayer) { - static void onModify(auto& self) { - static constexpr std::array autotoggles = std::to_array({ - "bypass.swiftclick", - "player.autoclick", - "player.framestepper" - }); - - auto hook = self.getHook("GJBaseGameLayer::handleButton").unwrapOrDefault(); - if (!hook) return; - - auto evaluate = [hook]() { - bool enabled = std::ranges::any_of(autotoggles, [](auto toggle) { - return config::get(toggle, false); - }); - - int botState = config::get("bot.state", 0); - enabled = enabled || (botState != (int)bot::State::DISABLED); - - (void)hook->toggle(enabled); - }; - - for (auto toggle : autotoggles) config::addDelegate(toggle, evaluate); - config::addDelegate("bot.state", evaluate); - } - - void handleButton(bool down, int button, bool isPlayer1) { - m_allowedButtons.clear(); - GJBaseGameLayer::handleButton(down, button, isPlayer1); - } - }; -} - -#endif \ No newline at end of file diff --git a/src/hacks/Bypass/UnlockIcons.cpp b/src/hacks/Bypass/UnlockIcons.cpp deleted file mode 100644 index 951ec52a..00000000 --- a/src/hacks/Bypass/UnlockIcons.cpp +++ /dev/null @@ -1,52 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Bypass { - class $hack(UnlockIcons) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - - tab->addToggle("bypass.unlockicons") - ->handleKeybinds() - ->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Unlock Icons"; } - }; - - REGISTER_HACK(UnlockIcons) - - class $modify(UnlockIconsGMHook, GameManager) { - ENABLE_SAFE_HOOKS_ALL() - - bool isColorUnlocked(int key, UnlockType type) { - if (GameManager::isColorUnlocked(key, type)) return true; - - return config::get<"bypass.unlockicons", bool>(false); - } - - bool isIconUnlocked(int key, IconType type) { - if (GameManager::isIconUnlocked(key, type)) return true; - - return config::get<"bypass.unlockicons", bool>(false); - } - }; - - class $modify(UnlockIconsGSMHook, GameStatsManager) { - ENABLE_SAFE_HOOKS_ALL() - - bool isItemUnlocked(UnlockType type, int key) { - if (GameStatsManager::isItemUnlocked(type, key)) return true; - - if (config::get<"bypass.unlockicons", bool>(false)) - return type == UnlockType::GJItem && (key >= 18 && key <= 20); - - return false; - } - }; -} diff --git a/src/hacks/Bypass/UnlockMainLevels.cpp b/src/hacks/Bypass/UnlockMainLevels.cpp deleted file mode 100644 index 55b90a70..00000000 --- a/src/hacks/Bypass/UnlockMainLevels.cpp +++ /dev/null @@ -1,31 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(UnlockMainLevels) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.unlockmainlevels")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Unlock Main Levels"; } - }; - - REGISTER_HACK(UnlockMainLevels) - - class $modify(UnlockMainLevelsGJHook, GameLevelManager) { - ENABLE_SAFE_HOOKS_ALL() - - GJGameLevel* getMainLevel(int levelID, bool dontGetLevelString) { - auto level = GameLevelManager::getMainLevel(levelID, dontGetLevelString); - if (level->m_requiredCoins > 0 && config::get("bypass.unlockmainlevels", false)) { - level->m_requiredCoins = 0; - } - return level; - } - }; -} diff --git a/src/hacks/Bypass/UnlockShops.cpp b/src/hacks/Bypass/UnlockShops.cpp deleted file mode 100644 index 30b446f8..00000000 --- a/src/hacks/Bypass/UnlockShops.cpp +++ /dev/null @@ -1,35 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(UnlockShops) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.unlockshops")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Unlock Shops"; } - }; - - REGISTER_HACK(UnlockShops) - - class $modify(UnlockShopsGMHook, GameManager) { - ADD_HOOKS_DELEGATE("bypass.unlockshops") - - bool getUGV(const char* key) { - if (GameManager::getUGV(key)) return true; - - // Shops: - // 11 - Scratch Shop - // 20 - Potbor Shop - // 34 - Diamond Shopkeeper - // 35 - Mechanic Shop - return strcmp(key, "11") == 0 || strcmp(key, "20") == 0 - || strcmp(key, "34") == 0 || strcmp(key, "35") == 0; - } - }; -} diff --git a/src/hacks/Bypass/UnlockVaults.cpp b/src/hacks/Bypass/UnlockVaults.cpp deleted file mode 100644 index f418b400..00000000 --- a/src/hacks/Bypass/UnlockVaults.cpp +++ /dev/null @@ -1,120 +0,0 @@ -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include - -namespace eclipse::hacks::Bypass { - class $hack(UnlockVaults) { - void init() override { - auto tab = gui::MenuTab::find("tab.bypass"); - tab->addToggle("bypass.unlockvaults")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Unlock Vaults"; } - }; - - REGISTER_HACK(UnlockVaults) - - static bool s_bypassUGV = false; // bypass once - static bool s_bypassUGV2 = false; // bypass twice in a row - static bool s_bypassUGVSkip = false; // bypass after one time - - // i hate this (still better than patches/midhooks) - class $modify(UnlockVaultsGMHook, GameManager) { - ADD_HOOKS_DELEGATE("bypass.unlockvaults") - - bool getUGV(const char* key) { - bool result = GameManager::getUGV(key); - if (s_bypassUGVSkip) { - s_bypassUGVSkip = false; - s_bypassUGV = true; - return result; - } else if (s_bypassUGV2) { - s_bypassUGV2 = false; - s_bypassUGV = true; - return true; - } else if (s_bypassUGV) { - s_bypassUGV = false; - return true; - } - return result; - } - }; - - static bool s_bypassGameStat = false; // bypass game stats - static int s_bypassGameStatValue = 0; // return value - - class $modify(UnlockVaultsGSMHook, GameStatsManager) { - ADD_HOOKS_DELEGATE("bypass.unlockvaults") - - int getStat(const char* key) { - int value = GameStatsManager::getStat(key); - if (!s_bypassGameStat) return value; - s_bypassGameStat = false; - return std::max(value, s_bypassGameStatValue); - } - - bool isItemUnlocked(UnlockType type, int key) { - if (GameStatsManager::isItemUnlocked(type, key)) - return true; - - // keys 1-3 + master emblem - return type == UnlockType::GJItem && key >= 1 && key <= 4; - } - }; - - class $modify(UnlockVaultsCLHook, CreatorLayer) { - ADD_HOOKS_DELEGATE("bypass.unlockvaults") - - void onSecretVault(cocos2d::CCObject* sender) { - s_bypassGameStat = true; - s_bypassGameStatValue = 51; // key 13 > 50 - CreatorLayer::onSecretVault(sender); - } - - void onTreasureRoom(cocos2d::CCObject* sender) { - s_bypassUGV = true; - CreatorLayer::onTreasureRoom(sender); - } - - bool init() override { - s_bypassUGV = true; - s_bypassGameStat = true; - s_bypassGameStatValue = 51; // key 13 > 50 - return CreatorLayer::init(); - } - }; - - class $modify(UnlockVaultsOLHook, OptionsLayer) { - ADD_HOOKS_DELEGATE("bypass.unlockvaults") - - void onSecretVault(cocos2d::CCObject* sender) { - s_bypassGameStat = true; - s_bypassGameStatValue = 11; // key 12 > 10 - OptionsLayer::onSecretVault(sender); - } - }; - - class $modify(UnlockVaultsSL2Hook, SecretLayer2) { - ADD_HOOKS_DELEGATE("bypass.unlockvaults") - - void onDoor(cocos2d::CCObject* sender) { - s_bypassUGV = true; - SecretLayer2::onDoor(sender); - } - }; - - class $modify(UnlockVaultsLPHook, LevelPage) { - void addSecretDoor() { - s_bypassUGV = true; - LevelPage::addSecretDoor(); - } - }; -} diff --git a/src/hacks/Creator/CopyHack.cpp b/src/hacks/Creator/CopyHack.cpp deleted file mode 100644 index f71c01b1..00000000 --- a/src/hacks/Creator/CopyHack.cpp +++ /dev/null @@ -1,46 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(CopyBypass) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("bypass.copybypass")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Level Copy Bypass"; } - }; - - REGISTER_HACK(CopyBypass) - - class $modify(CopyBypassLILHook, LevelInfoLayer) { - struct Fields { - int password; - }; - - bool init(GJGameLevel* level, bool challenge) { - m_fields->password = level->m_password; - - if (config::get("bypass.copybypass", false)) - level->m_password = 1; - - return LevelInfoLayer::init(level, challenge); - } - - void onBack(cocos2d::CCObject* sender) { - this->m_level->m_password = m_fields->password; - - LevelInfoLayer::onBack(sender); - } - - void confirmClone(cocos2d::CCObject* sender) { - this->m_level->m_password = m_fields->password; - - LevelInfoLayer::confirmClone(sender); - } - }; -} diff --git a/src/hacks/Creator/CustomObjectBypass.cpp b/src/hacks/Creator/CustomObjectBypass.cpp deleted file mode 100644 index 85fd7d58..00000000 --- a/src/hacks/Creator/CustomObjectBypass.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Creator { - class $hack(CustomObjectBypass) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.customobjectbypass")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Custom Object Bypass"; } - }; - - REGISTER_HACK(CustomObjectBypass) - - class $modify(CustomObjectBypassHook, EditorUI) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.customobjectbypass") - - void onNewCustomItem(CCObject* sender) { - if (auto gameManager = utils::get()) { - cocos2d::CCArray* newSelectedObjs; - if (m_selectedObjects->count() == 0) { - newSelectedObjs = cocos2d::CCArray::create(); - newSelectedObjs->addObject(m_selectedObject); - } else { - newSelectedObjs = this->m_selectedObjects; - } - gameManager->addNewCustomObject(copyObjects(newSelectedObjs, false, false)); - m_selectedObjectIndex = 0; - reloadCustomItems(); - } - } - }; -} diff --git a/src/hacks/Creator/DefaultSongBypass.cpp b/src/hacks/Creator/DefaultSongBypass.cpp deleted file mode 100644 index 880cdb31..00000000 --- a/src/hacks/Creator/DefaultSongBypass.cpp +++ /dev/null @@ -1,56 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Creator { - class $hack(DefaultSongBypass) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.defaultsongbypass")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Default Song Bypass"; } - }; - - REGISTER_HACK(DefaultSongBypass) - - class $modify(DefaultSongBypassSSNHook, SongSelectNode) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.defaultsongbypass") - - void audioPrevious(cocos2d::CCObject* sender) { - this->m_songChanged = true; - this->m_selectedSongID = std::max(-1, this->m_selectedSongID - 1); - this->updateAudioLabel(); - } - - void audioNext(cocos2d::CCObject* sender) { - this->m_songChanged = true; - this->m_selectedSongID = std::max(-1, this->m_selectedSongID + 1); - this->updateAudioLabel(); - } - }; - - class $modify(DefaultSongBypassMSLHook, MoreSearchLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.defaultsongbypass") - - void audioPrevious(cocos2d::CCObject* sender) { - auto song = utils::get()->getIntForKey("song_filter"); - MoreSearchLayer::selectSong(std::max(0, song - 1)); - } - - void audioNext(cocos2d::CCObject* sender) { - auto song = utils::get()->getIntForKey("song_filter"); - MoreSearchLayer::selectSong(std::max(0, song + 1)); - } - - void selectSong(int songID) { - songID = std::max(0, songID); - utils::get()->setIntForKey(songID, "song_filter"); - this->updateAudioLabel(); - } - }; -} diff --git a/src/hacks/Creator/EditorWaveTrail.cpp b/src/hacks/Creator/EditorWaveTrail.cpp deleted file mode 100644 index 2fce700d..00000000 --- a/src/hacks/Creator/EditorWaveTrail.cpp +++ /dev/null @@ -1,51 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Creator { // i didnt do this properly :P - - /*class $hack(EditorWaveTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.editorwave")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Editor Wave Trail"; } - }; - - REGISTER_HACK(EditorWaveTrail) - - class $modify(EditorWaveTrailPOHook, PlayerObject) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.editorwave") - - void placeStreakPoint() { - if (utils::get() && m_isDart) m_waveTrail->addPoint(this->getPosition()); - else PlayerObject::placeStreakPoint(); - } - - void fadeOutStreak2(float dt) { - PlayerObject::fadeOutStreak2(dt); - - if (utils::get()) m_waveTrail->runAction(cocos2d::CCFadeTo::create(dt, 0)); - } - - virtual void update(float dt) { - PlayerObject::update(dt); - - if (utils::get() && m_isDart) m_waveTrail->m_currentPoint = this->getPosition(); - } - }; - - class $modify(EditorWaveTrailHSHook, HardStreak) { - ADD_HOOKS_DELEGATE("creator.editorwave") - - void updateStroke(float dt) { - if (utils::get()) m_drawStreak = true; - HardStreak::updateStroke(dt); - } - };*/ -} diff --git a/src/hacks/Creator/FreeScroll.cpp b/src/hacks/Creator/FreeScroll.cpp deleted file mode 100644 index 5c510996..00000000 --- a/src/hacks/Creator/FreeScroll.cpp +++ /dev/null @@ -1,46 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Creator { - class $hack(FreeScroll) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.freescroll")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Free Scroll"; } - }; - - REGISTER_HACK(FreeScroll) - - class $modify(FreeScrollEUIHook, EditorUI) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.freescroll") - - void constrainGameLayerPosition(float width, float height) { - // decompiled function: - // auto* objLayer = m_editorLayer->m_objectLayer; - // auto pos = objLayer->getPosition(); - // objLayer->setPosition({0, 0}); - // auto* director = utils::get(); - // auto screenLeft = director->getScreenLeft(); - // auto screenTop = director->getScreenTop(); - // auto screenRight = director->getScreenRight(); - // - // cocos2d::CCPoint topRight = { screenRight, screenTop }; - // cocos2d::CCPoint bottomLeft = { screenLeft, m_unk23c }; - // - // auto maxBlocksHeight = m_editorLayer->m_levelSettings->m_dynamicLevelHeight ? 1000 : 80; - // cocos2d::CCPoint worldBottomLeft = objLayer->convertToWorldSpace({ width * 30.0 - 30.0, height * 30.0 + 90.0 }); - // cocos2d::CCPoint worldTopRight = objLayer->convertToWorldSpace({ 240030.0, (maxBlocksHeight * 30.0) + 90.0 + 30.0 }); - // - // auto x = std::clamp(pos.x, bottomLeft.x - worldBottomLeft.x, topRight.x - worldTopRight.x); - // auto y = std::clamp(pos.y, bottomLeft.y - worldBottomLeft.y, topRight.y - worldTopRight.y); - // - // objLayer->setPosition({x, y}); - } - }; -} diff --git a/src/hacks/Creator/HideTriggers.cpp b/src/hacks/Creator/HideTriggers.cpp deleted file mode 100644 index 40abd00d..00000000 --- a/src/hacks/Creator/HideTriggers.cpp +++ /dev/null @@ -1,69 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Creator { - static std::vector s_editorTriggers; - - class $hack(HideTriggers) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.hidetriggers")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Hide Triggers"; } - }; - - REGISTER_HACK(HideTriggers) - - static bool isSpeedPortal(GameObject* obj) { - auto id = obj->m_objectID; - return id == 200 || id == 201 || id == 202 || id == 203 || id == 1334; - } - - class $modify(HideTriggersEUIHook, EditorUI) { - ADD_HOOKS_DELEGATE("creator.hidetriggers") - - void onPlaytest(cocos2d::CCObject* sender) { - EditorUI::onPlaytest(sender); - - auto* editorLayer = utils::get(); - if (!editorLayer) return; - - // Store all triggers - s_editorTriggers.clear(); - geode::cocos::CCArrayExt objects = editorLayer->m_objects; - for (auto obj : objects) { - if (obj->m_objectType == GameObjectType::Modifier && !isSpeedPortal(obj) && obj->m_objectID != 2063) { - s_editorTriggers.push_back(obj); - } - } - } - }; - - class $modify(HideTriggersLELHook, LevelEditorLayer) { - ADD_HOOKS_DELEGATE("creator.hidetriggers") - - void onStopPlaytest() { - LevelEditorLayer::onStopPlaytest(); - - // Show all triggers - for (auto obj : s_editorTriggers) - obj->setVisible(true); - - s_editorTriggers.clear(); - } - - void updateVisibility(float dt) override { - LevelEditorLayer::updateVisibility(dt); - - // Hide all triggers - for (auto obj : s_editorTriggers) - obj->setVisible(false); - } - }; -} diff --git a/src/hacks/Creator/HideUI.cpp b/src/hacks/Creator/HideUI.cpp deleted file mode 100644 index 05f2a3d2..00000000 --- a/src/hacks/Creator/HideUI.cpp +++ /dev/null @@ -1,41 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Creator { - - class $hack(HideUI) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.hideui")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Hide UI"; } - }; - - REGISTER_HACK(HideUI) - - static bool s_lastState = false; - - class $modify(HideUIEUIHook, EditorUI) { - void onUpdate(float) { - const bool isHidden = config::get("creator.hideui", false); - if (s_lastState == isHidden) - return; - - s_lastState = isHidden; - this->setVisible(!isHidden); - } - - bool init(LevelEditorLayer* editorLayer) { - if (!EditorUI::init(editorLayer)) return false; - - this->schedule(schedule_selector(HideUIEUIHook::onUpdate), 0.f); - return true; - } - }; - -} diff --git a/src/hacks/Creator/LevelEdit.cpp b/src/hacks/Creator/LevelEdit.cpp deleted file mode 100644 index 05320296..00000000 --- a/src/hacks/Creator/LevelEdit.cpp +++ /dev/null @@ -1,88 +0,0 @@ -#include -#include -#include -#include - -#include - -#include -#include -#include -#include - -namespace eclipse::hacks::Creator { - class $hack(LevelEdit) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.leveledit")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Level Edit"; } - }; - - REGISTER_HACK(LevelEdit) - - class $modify(LevelEditPLHook, PauseLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.leveledit") - - void customSetup() override { - auto level = utils::get()->m_level; - auto levelType = level->m_levelType; - - level->m_levelType = GJLevelType::Editor; - PauseLayer::customSetup(); - level->m_levelType = levelType; - } - - void onTryEdit(cocos2d::CCObject* sender) { - auto level = utils::get()->m_level; - auto levelType = level->m_levelType; - - level->m_levelType = GJLevelType::Editor; - PauseLayer::onEdit(sender); - level->m_levelType = levelType; - } - }; - - // 2.207 added "read-only" mode into editor - // we want to disable it - #if GEODE_COMP_GD_VERSION > 22070 - class $modify(LevelEditEUIHook, EditorUI) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.leveledit") - - void onSettings(CCObject* sender) { - auto level = this->m_editorLayer->m_level; - auto levelType = level->m_levelType; - level->m_levelType = GJLevelType::Editor; - EditorUI::onSettings(sender); - level->m_levelType = levelType; - } - }; - - class $modify(LevelEditEPLHook, EditorPauseLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.leveledit") - - void customSetup() override { - auto level = this->m_editorLayer->m_level; - auto levelType = level->m_levelType; - level->m_levelType = GJLevelType::Editor; - EditorPauseLayer::customSetup(); - level->m_levelType = levelType; - } - }; - #endif - - // due to some mysterious reason, this will crash in Debug mode - #ifdef NDEBUG - class $modify(LevelEditLTHook, LevelTools) { - ENABLE_SAFE_HOOKS_ALL() - - static bool verifyLevelIntegrity(gd::string levelString, int levelID) { - if (LevelTools::verifyLevelIntegrity(std::move(levelString), levelID)) - return true; - - return config::get("creator.leveledit", false); - } - }; - #endif -} diff --git a/src/hacks/Creator/NoCopyMark.cpp b/src/hacks/Creator/NoCopyMark.cpp deleted file mode 100644 index eec252c2..00000000 --- a/src/hacks/Creator/NoCopyMark.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Creator { - class $hack(NoCopyMark) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.nocopymark")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "No (C) Mark"; } - }; - - REGISTER_HACK(NoCopyMark) - - class $modify(NoCopyMarkELLHook, EditLevelLayer) { - ADD_HOOKS_DELEGATE("creator.nocopymark") - - void onShare(CCObject* sender) { - this->m_level->m_originalLevel = 0; - EditLevelLayer::onShare(sender); - } - }; -} diff --git a/src/hacks/Creator/ResetPercentOnSave.cpp b/src/hacks/Creator/ResetPercentOnSave.cpp deleted file mode 100644 index 53bb4106..00000000 --- a/src/hacks/Creator/ResetPercentOnSave.cpp +++ /dev/null @@ -1,27 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Creator { - class $hack(ResetPercentOnSave) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.resetpercentonsave")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Reset Percent on Save"; } - }; - - REGISTER_HACK(ResetPercentOnSave) - - class $modify(ResetPercentEPLHook, EditorPauseLayer) { - ADD_HOOKS_DELEGATE("creator.resetpercentonsave") - void saveLevel() { - if (m_editorLayer->m_level->m_levelType == GJLevelType::Editor) m_editorLayer->m_level->m_normalPercent = 0; - EditorPauseLayer::saveLevel(); - } - }; -} diff --git a/src/hacks/Creator/SliderLimit.cpp b/src/hacks/Creator/SliderLimit.cpp deleted file mode 100644 index 05749475..00000000 --- a/src/hacks/Creator/SliderLimit.cpp +++ /dev/null @@ -1,148 +0,0 @@ -#include -#include -#include -#include - -#include -#include -#include -#include - -namespace eclipse::hacks::Creator { - // TODO: bypass certain sliders in editor - class $hack(SliderLimit) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.sliderlimit")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Slider Limit"; } - }; - - REGISTER_HACK(SliderLimit) - - class $modify(SliderLimitSTLHook, SliderTouchLogic) { - ALL_DELEGATES_AND_SAFE_PRIO("creator.sliderlimit") - - void ccTouchMoved(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) override { - // We reimplement the function with this one :fire: - auto touchPos = this->convertTouchToNodeSpace(touch); - auto position = touchPos - this->m_position; - // auto delta = this->m_length / 2.f; - if (this->m_rotated) { - // auto clamped = std::clamp(position.y, -delta, delta); - auto clamped = position.y; // Remove the clamping - this->m_thumb->setPosition({0.f, clamped}); - } else { - // auto clamped = std::clamp(position.x, -delta, delta); - auto clamped = position.x; // Remove the clamping - this->m_thumb->setPosition({clamped, 0.f}); - } - - if (this->m_activateThumb) - this->m_thumb->activate(); - - if (auto* slider = this->m_slider) - slider->updateBar(); - } - }; - - class $modify(SliderLimitGJSHook, GJScaleControl) { - ADD_HOOKS_DELEGATE("creator.sliderlimit") - - void ccTouchMoved(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) override { - if (touch->m_nId != m_touchID) return; - - Slider* slider = m_sliderXY; - auto labelFunc = &GJScaleControl::updateLabelXY; - auto delegateFunc = +[](GJScaleControlDelegate* delegate, float x, float y, bool locked) { - delegate->scaleXYChanged(x, y, locked); - }; - switch (m_scaleButtonType) { - case ScaleButtonType::X: - slider = m_sliderX; - labelFunc = &GJScaleControl::updateLabelX; - delegateFunc = +[](GJScaleControlDelegate* delegate, float x, float y, bool locked) { - delegate->scaleXChanged(x, locked); - }; - break; - case ScaleButtonType::Y: - slider = m_sliderY; - labelFunc = &GJScaleControl::updateLabelY; - delegateFunc = +[](GJScaleControlDelegate* delegate, float x, float y, bool locked) { - delegate->scaleYChanged(y, locked); - }; - break; - default: - break; - }; - - if (slider && slider->m_touchLogic->m_activateThumb) { - slider->getThumb()->setPositionX(this->convertToNodeSpace(touch->getLocation()).x); - slider->updateBar(); - - auto const thumbValue = slider->getThumb()->getValue(); - auto const scaleValue = m_lowerBound + thumbValue * (m_upperBound - m_lowerBound); - auto const roundedValue = std::round(scaleValue * 100.f) / 100.f; - auto xValue = roundedValue; - auto yValue = roundedValue; - - // this is the ratio preserving code that i stole from ai :D - if (m_scaleButtonType == ScaleButtonType::XY) { - if (m_valueX != m_valueY) { - if (m_valueX <= m_valueY) { - xValue = (roundedValue / m_valueY) * m_valueX; - } else { - yValue = (roundedValue / m_valueX) * m_valueY; - } - } - } - - m_changedValueX = xValue; - m_changedValueY = yValue; - std::invoke(labelFunc, this, roundedValue); - this->sliderChanged(slider->getThumb()); - - if (m_delegate) { - std::invoke(delegateFunc, m_delegate, xValue, yValue, m_scaleLocked); - } - } - } - }; - - class $modify(SliderLimitEUIHook, EditorUI) { - ADD_HOOKS_DELEGATE("creator.sliderlimit") - - void scaleObjects(cocos2d::CCArray* objects, float scaleX, float scaleY, cocos2d::CCPoint pivotPoint, ObjectScaleType type, bool lockMove) { - if (pivotPoint == cocos2d::CCPoint{0.f, 0.f}) { - pivotPoint = this->getGroupCenter(objects, false); - } - - for (auto obj : geode::cocos::CCArrayExt(objects)) { - // i hope you like the variable names this is how i handle math (scary) - auto const& savedValues = m_objectEditorStates[obj->m_uniqueID]; - auto const newX = std::max(savedValues.m_scaleX * scaleX * obj->m_pixelScaleX, 0.01f); - auto const newY = std::max(savedValues.m_scaleY * scaleY * obj->m_pixelScaleY, 0.01f); - auto const pos = obj->getPosition(); - - auto const currentOffset = (pos - pivotPoint); - auto const normalizedOffset = currentOffset / cocos2d::CCPoint{obj->m_scaleX, obj->m_scaleY}; - auto const newOffset = normalizedOffset * cocos2d::CCPoint{newX, newY}; - - auto moveOffset = cocos2d::CCPoint{0.f, 0.f}; - - if (type != ObjectScaleType::Y) { - obj->updateCustomScaleX(newX); - moveOffset.x = (newOffset - currentOffset).x; - } - if (type != ObjectScaleType::X) { - obj->updateCustomScaleY(newY); - moveOffset.y = (newOffset - currentOffset).y; - } - if (!lockMove) { - this->moveObject(obj, moveOffset); - } - } - } - }; -} diff --git a/src/hacks/Creator/SmoothTrail.cpp b/src/hacks/Creator/SmoothTrail.cpp deleted file mode 100644 index 8aac2c89..00000000 --- a/src/hacks/Creator/SmoothTrail.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Creator { - class $hack(SmoothTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("creator.smoothtrail")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Smooth Editor Trail"; } - }; - - REGISTER_HACK(SmoothTrail) - - class $modify(SmoothTrailLELHook, LevelEditorLayer) { - ADD_HOOKS_DELEGATE("creator.smoothtrail") - - void postUpdate(float dt) override { - m_trailTimer = 0.1f; // Force trail update every frame - LevelEditorLayer::postUpdate(dt); - } - }; -} diff --git a/src/hacks/Creator/VerifyHack.cpp b/src/hacks/Creator/VerifyHack.cpp deleted file mode 100644 index 142da736..00000000 --- a/src/hacks/Creator/VerifyHack.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Bypass { - class $hack(VerifyHack) { - void init() override { - auto tab = gui::MenuTab::find("tab.creator"); - tab->addToggle("bypass.verifyhack")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Verify Bypass"; } - }; - - REGISTER_HACK(VerifyHack) - - class $modify(VerifyHackELLHook, EditLevelLayer) { - ADD_HOOKS_DELEGATE("bypass.verifyhack") - - bool init(GJGameLevel* gl) { - gl->m_isVerified = true; - return EditLevelLayer::init(gl); - } - }; -}; diff --git a/src/hacks/Global/AudioSpeed.cpp b/src/hacks/Global/AudioSpeed.cpp deleted file mode 100644 index 1186d729..00000000 --- a/src/hacks/Global/AudioSpeed.cpp +++ /dev/null @@ -1,95 +0,0 @@ -#include -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - // void setSpeed(FMOD::Channel* channel) { - // float speed = 1.f; - // - // if (config::get("global.audiospeed.sync", false)) { - // bool speedhack = config::get("global.speedhack.toggle", false); - // speed = speedhack ? config::get("global.speedhack", 1.f) : 1.f; - // } - // - // if (config::get("global.audiospeed.toggle", false)) - // speed = config::get("global.audiospeed", 1.f); - // - // FMOD::Sound* sound; - // channel->getCurrentSound(&sound); - // float freq; - // sound->getDefaults(&freq, nullptr); - // channel->setFrequency(freq * speed); - // } - // - // void updateChannels() { - // FMOD::Channel* audioChannel; - // FMOD::System* system = utils::get()->m_system; - // - // for (auto i = 0; i < 4; i++) { - // system->getChannel(126 + i, &audioChannel); - // if (audioChannel) - // setSpeed(audioChannel); - // } - // } - - class $hack(AudioSpeed) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - config::setIfEmpty("global.audiospeed.toggle", false); - config::setIfEmpty("global.audiospeed", 1.f); - - tab->addFloatToggle("global.audiospeed", 0.0001f, 1000.f, "%.4f")->handleKeybinds(); - tab->addToggle("global.audiospeed.sync")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Audio Speed"; } - [[nodiscard]] int32_t getPriority() const override { return -8; } - - bool m_lastSpeedhackState = false; - }; - - REGISTER_HACK(AudioSpeed) - - class $modify(AudioSpeedFMODHook, FMODAudioEngine) { - static bool shouldUpdate() { - static bool lastSpeedhack = false; - - auto speedhack = config::get<"global.speedhack.toggle", bool>(); - auto audioSpeed = config::get<"global.audiospeed.toggle", bool>(); - auto syncWithSpeedhack = config::get<"global.audiospeed.sync", bool>(); - - bool toggleSpeedhack = lastSpeedhack != speedhack; - lastSpeedhack = speedhack; - - return (speedhack || toggleSpeedhack) && syncWithSpeedhack || audioSpeed; - } - - static float getSpeed() { - if (config::get<"global.audiospeed.toggle", bool>()) { - return config::get<"global.audiospeed", double>(1.f); - } - - if (config::get<"global.audiospeed.sync", bool>()) { - auto speedhack = config::get<"global.speedhack", double>(1.f); - auto speedhackToggle = config::get<"global.speedhack.toggle", bool>(); - return speedhackToggle ? speedhack : 1.f; - } - - return 1.f; - } - - void update(float dt) override { - FMODAudioEngine::update(dt); - if (!shouldUpdate()) return; - - FMOD::ChannelGroup* masterGroup; - if (m_system->getMasterChannelGroup(&masterGroup) != FMOD_OK) return; - masterGroup->setPitch(getSpeed()); - } - }; -} diff --git a/src/hacks/Global/CBFToggle.cpp b/src/hacks/Global/CBFToggle.cpp deleted file mode 100644 index 723d5361..00000000 --- a/src/hacks/Global/CBFToggle.cpp +++ /dev/null @@ -1,79 +0,0 @@ -#include -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - class $hack(CBFToggle) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - tab->addToggle("global.clickbetweensteps") - ->handleKeybinds() - ->setDescription() - ->callback([](bool v) { - utils::get()->setGameVariable(GameVar::ClickBetweenSteps, v); - if (auto gl = utils::get()) { - gl->m_clickBetweenSteps = v; - } - }) - ->disableSaving(); - - tab->addToggle("global.clickonsteps") - ->handleKeybinds() - ->setDescription() - ->callback([](bool v) { - utils::get()->setGameVariable(GameVar::ClickOnSteps, v); - if (auto gl = utils::get()) { - gl->m_clickOnSteps = v; - } - }) - ->disableSaving(); - } - - void lateInit() override { - auto GM = utils::get(); - config::setTemp("global.clickbetweensteps", GM->getGameVariable(GameVar::ClickBetweenSteps)); - config::setTemp("global.clickonsteps", GM->getGameVariable(GameVar::ClickOnSteps)); - - auto cbf = geode::Loader::get()->getLoadedMod("syzzi.click_between_frames"); - if (!cbf) return; // mod not loaded - - auto tab = gui::MenuTab::find("tab.global"); - tab->addToggle("global.click-between-frames", "syzzi.click_between_frames.toggle") - ->handleKeybinds() - ->setDescription() - ->callback([cbf](bool v) { - // soft-toggle means disable if true, so we invert the value - cbf->setSettingValue("soft-toggle", !v); - })->disableSaving(); - - listenForSettingChanges("soft-toggle", [](bool v) { - config::setTemp("syzzi.click_between_frames.toggle", !v); - labels::VariableManager::get().setVariable("cbf", !v); - }, cbf); - - bool isCBF = !cbf->getSettingValue("soft-toggle"); - config::setTemp("syzzi.click_between_frames.toggle", isCBF); - labels::VariableManager::get().setVariable("cbf", isCBF); - } - - [[nodiscard]] const char* getId() const override { return "Click Between Frames"; } - }; - - REGISTER_HACK(CBFToggle) - - class $modify(CBSCOSGMHook, GameManager) { - void setGameVariable(char const* key, bool value) { - GameManager::setGameVariable(key, value); - if (strcmp(key, GameVar::ClickBetweenSteps) == 0) { - config::setTemp("global.clickbetweensteps", value); - } else if (strcmp(key, GameVar::ClickOnSteps) == 0) { - config::setTemp("global.clickonsteps", value); - } - } - }; -} diff --git a/src/hacks/Global/CompactViews.cpp b/src/hacks/Global/CompactViews.cpp deleted file mode 100644 index 0605bf54..00000000 --- a/src/hacks/Global/CompactViews.cpp +++ /dev/null @@ -1,72 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Global { - class $hack(CompactEditorLevels) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - tab->addToggle("global.compacteditorlevels")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Compact Editor Levels"; } - }; - - class $hack(CompactProfileComments) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - tab->addToggle("global.compactprofilecomments")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Compact Profile Comments"; } - }; - - REGISTER_HACK(CompactEditorLevels); - REGISTER_HACK(CompactProfileComments); - - class $modify(CompactLevelsCommentsCLVHook, CustomListView) { - /* - original code by cvolton, re-used for "my levels" list - and now reused for profile comments yayy - proof of consent of code reuse: https://discord.com/channels/911701438269386882/911702535373475870/1220117410988953762 - and now it finds a new home in eclipsemenu - -- raydeeux - */ - static CustomListView* create( - cocos2d::CCArray* a, TableViewCellDelegate* b, float c, float d, int e, BoomListType f, float g - ) { - if (f == BoomListType::Level2 && config::get("global.compacteditorlevels", false)) - f = BoomListType::Level4; // Level4 = compact level view - else if (f == BoomListType::Comment4 && config::get("global.compactprofilecomments", false)) - f = BoomListType::Comment2; // Comment2 = compact comment view - return CustomListView::create(a, b, c, d, e, f, g); - } - }; - - class $modify(CompactLevelsCommentsLCHook, LevelCell) { - void onClick(CCObject* sender) { - // get the "view" button to work with compact mode in "my levels" - if (this->m_level->m_levelType == GJLevelType::Editor && config::get("global.compacteditorlevels", false)) - utils::get()->replaceScene( - cocos2d::CCTransitionFade::create(0.5f, EditLevelLayer::scene(m_level)) - ); - else - LevelCell::onClick(sender); - } - - void loadLocalLevelCell() { - LevelCell::loadLocalLevelCell(); - - if (config::get("global.compacteditorlevels", false) && m_mainLayer) { - m_mainLayer->setPositionY(-3.5f); - if (const auto localLevelName = m_mainLayer->getChildByType(0)) - if (std::string(localLevelName->getString()) == std::string(m_level->m_levelName)) - localLevelName->limitLabelWidth(200.f, .6f, .01f); - } - } - }; -} diff --git a/src/hacks/Global/DiscordRPC.cpp b/src/hacks/Global/DiscordRPC.cpp deleted file mode 100644 index ec6f71fd..00000000 --- a/src/hacks/Global/DiscordRPC.cpp +++ /dev/null @@ -1,321 +0,0 @@ -#include -#ifdef GEODE_IS_DESKTOP -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -#include - -namespace eclipse::hacks::Global { - static std::chrono::time_point s_lastDiscordUpdate; - static geode::utils::StringMap> s_discordScripts; - static time_t s_startTimestamp, s_levelTimestamp; - - class $hack(DiscordRPC) { - constexpr static auto DEFAULT_CLIENT_ID = "1212016614325624852"; - - enum class GameState { - Menu, - Editor, - Level, - Platformer - }; - - static GameState getGameState() { - if (auto* pl = utils::get()) - return pl->m_isPlatformer ? GameState::Platformer : GameState::Level; - if (auto* ed = utils::get()) - return GameState::Editor; - return GameState::Menu; - } - - static void refreshPresence() { - auto gameState = getGameState(); - auto getScript = [gameState](const std::string& key, bool addPrefix = true) -> rift::Script* { - static auto nullScript = rift::compile("").unwrap(); // Script that returns empty string - std::string_view keyStr; - if (addPrefix) { - switch (gameState) { - case GameState::Menu: keyStr = "menu."; - break; - case GameState::Editor: keyStr = "editor."; - break; - case GameState::Level: keyStr = "level."; - break; - case GameState::Platformer: keyStr = "plat."; - break; - } - } - auto it = s_discordScripts.find(fmt::format("{}{}", keyStr, key)); - return it != s_discordScripts.end() ? it->second.get() : nullScript.get(); - }; - - auto& varManager = labels::VariableManager::get(); - varManager.refetch(); // collect all variables - const auto& vars = varManager.getVariables(); - auto& presence = discord::RPCManager::get().getPresence(); - presence - .setState(getScript("state")->run(vars).unwrapOrDefault()) - .setDetails(getScript("details")->run(vars).unwrapOrDefault()) - .setLargeImageKey(getScript("largeimage")->run(vars).unwrapOrDefault()) - .setLargeImageText(getScript("largeimage.text")->run(vars).unwrapOrDefault()) - .setSmallImageKey(getScript("smallimage")->run(vars).unwrapOrDefault()) - .setSmallImageText(getScript("smallimage.text")->run(vars).unwrapOrDefault()) - .setButton1(getScript("button1.text", false)->run(vars).unwrapOrDefault(), - getScript("button1.url", false)->run(vars).unwrapOrDefault(), - config::get("global.discordrpc.button1.enabled", false)) - .setButton2(getScript("button2.text", false)->run(vars).unwrapOrDefault(), - getScript("button2.url", false)->run(vars).unwrapOrDefault(), - config::get("global.discordrpc.button2.enabled", false)); - - // Time mode - switch (config::get("global.discordrpc.timemode", 1)) { - default: break; - case 1: { // Total playtime - presence.setStartTimestamp(s_startTimestamp); - } break; - case 2: if (gameState != GameState::Menu) { // Level playtime - presence.setStartTimestamp(s_levelTimestamp); - } break; - case 3: { // Total+Level playtime - presence.setStartTimestamp(gameState == GameState::Menu ? s_startTimestamp : s_levelTimestamp); - } break; - } - - presence.refresh(); - } - - static void toggleRPC(bool enabled) { - if (enabled) refreshPresence(); - else discord::RPCManager::get().clearPresence(); - } - - static void initializeDiscord() { - static bool initialized = false; - if (initialized) { - discord::RPCManager::get().shutdown(); - initialized = false; - } - - geode::log::info("Initializing Discord RPC"); - discord::RPCManager::get() - .setClientID(config::get("global.discordrpc.clientid", DEFAULT_CLIENT_ID)) - .onReady([](auto& user) { - geode::log::info("Discord RPC ready: {}", user.username); - }) - .onErrored([](auto code, auto message) { - geode::log::error("Discord RPC error: {} ({})", message, code); - }) - .initialize(); - - initialized = true; - } - - static void compileScript(const std::string& name) { - auto res = rift::compile(config::get("global.discordrpc." + name, "")); - if (res.isOk()) { - s_discordScripts[name] = std::move(res.unwrap()); - } - } - - static void recompileScripts() { - // Delete all scripts - s_discordScripts.clear(); - - // Compile all scripts - // Menu - compileScript("menu.state"); - compileScript("menu.details"); - compileScript("menu.largeimage"); - compileScript("menu.largeimage.text"); - compileScript("menu.smallimage"); - compileScript("menu.smallimage.text"); - - // Editor - compileScript("editor.state"); - compileScript("editor.details"); - compileScript("editor.largeimage"); - compileScript("editor.largeimage.text"); - compileScript("editor.smallimage"); - compileScript("editor.smallimage.text"); - - // Normal level - compileScript("level.state"); - compileScript("level.details"); - compileScript("level.largeimage"); - compileScript("level.largeimage.text"); - compileScript("level.smallimage"); - compileScript("level.smallimage.text"); - - // Platformer level - compileScript("plat.state"); - compileScript("plat.details"); - compileScript("plat.largeimage"); - compileScript("plat.largeimage.text"); - compileScript("plat.smallimage"); - compileScript("plat.smallimage.text"); - - // Buttons - compileScript("button1.text"); - compileScript("button2.text"); - compileScript("button1.url"); - compileScript("button2.url"); - } - - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - config::setIfEmpty("global.discordrpc.clientid", DEFAULT_CLIENT_ID); - config::setIfEmpty("global.discordrpc.interval", 250.0f); - config::setIfEmpty("global.discordrpc.timemode", 1); - - s_startTimestamp = std::time(nullptr); - s_levelTimestamp = std::time(nullptr); - - // Setting default scripts: - { - // Menu - config::setIfEmpty("global.discordrpc.menu.details", "Browsing menus"); - config::setIfEmpty("global.discordrpc.menu.state", ""); - config::setIfEmpty("global.discordrpc.menu.largeimage", "circle"); - config::setIfEmpty("global.discordrpc.menu.largeimage.text", "Geometry Dash ({username})"); - config::setIfEmpty("global.discordrpc.menu.smallimage", ""); - config::setIfEmpty("global.discordrpc.menu.smallimage.text", ""); - - // Editor - config::setIfEmpty("global.discordrpc.editor.details", "Working on \"{levelName}\""); - config::setIfEmpty("global.discordrpc.editor.state", "{objects} objects"); - config::setIfEmpty("global.discordrpc.editor.largeimage", "circle"); - config::setIfEmpty("global.discordrpc.editor.largeimage.text", "Geometry Dash ({username})"); - config::setIfEmpty("global.discordrpc.editor.smallimage", "editor"); - config::setIfEmpty("global.discordrpc.editor.smallimage.text", "Editing a level"); - - // Normal level - config::setIfEmpty("global.discordrpc.level.details", "{levelName} by {author}"); - config::setIfEmpty("global.discordrpc.level.state", "Progress: {progress}% (Best {best}%)"); - config::setIfEmpty("global.discordrpc.level.largeimage", "circle"); - config::setIfEmpty("global.discordrpc.level.largeimage.text", "Geometry Dash ({username})"); - config::setIfEmpty("global.discordrpc.level.smallimage", "{difficultyKey}"); - config::setIfEmpty("global.discordrpc.level.smallimage.text", "{levelStars}{starEmoji} (ID: {levelID})"); - - // Platformer level - config::setIfEmpty("global.discordrpc.plat.details", "{levelName} by {author}"); - config::setIfEmpty("global.discordrpc.plat.state", "Current time: {levelTime} s."); - config::setIfEmpty("global.discordrpc.plat.largeimage", "circle"); - config::setIfEmpty("global.discordrpc.plat.largeimage.text", "Geometry Dash ({username})"); - config::setIfEmpty("global.discordrpc.plat.smallimage", "{difficultyKey}"); - config::setIfEmpty("global.discordrpc.plat.smallimage.text", "{levelStars}{moonEmoji} (ID: {levelID})"); - - // Buttons - config::setIfEmpty("global.discordrpc.button1.enabled", false); - config::setIfEmpty("global.discordrpc.button1.text", "Button 1"); - config::setIfEmpty("global.discordrpc.button1.url", ""); - config::setIfEmpty("global.discordrpc.button2.enabled", false); - config::setIfEmpty("global.discordrpc.button2.text", "Button 2"); - config::setIfEmpty("global.discordrpc.button2.url", ""); - } - - initializeDiscord(); - recompileScripts(); - - tab->addToggle("global.discordrpc") - ->handleKeybinds() - ->callback([this](bool enabled) { toggleRPC(enabled); }) - ->setDescription() - ->addOptions([this](auto opt) { - opt->addInputText("global.discordrpc.client-id", "global.discordrpc.clientid"); - opt->addInputFloat("global.discordrpc.update-rate", "global.discordrpc.interval", 100, FLT_MAX, "%.0f") - ->setDescription(); - opt->addCombo( - "global.discordrpc.time-mode", "global.discordrpc.timemode", - { - i18n::get_("global.discordrpc.time-mode.0"), - i18n::get_("global.discordrpc.time-mode.1"), - i18n::get_("global.discordrpc.time-mode.2"), - i18n::get_("global.discordrpc.time-mode.3") - }, - config::get("global.discordrpc.timemode", 1) - )->setDescription(); - - #define ADD_SCRIPT(name, id) opt->addInputText(name, "global.discordrpc." id)->callback([this](auto){ compileScript(id); }) - - opt->addLabel("global.discordrpc.menus"); - ADD_SCRIPT("global.discordrpc.menu.details", "menu.details"); - ADD_SCRIPT("global.discordrpc.menu.state", "menu.state"); - ADD_SCRIPT("global.discordrpc.menu.large-image", "menu.largeimage"); - ADD_SCRIPT("global.discordrpc.menu.large-text", "menu.largeimage.text"); - ADD_SCRIPT("global.discordrpc.menu.small-image", "menu.smallimage"); - ADD_SCRIPT("global.discordrpc.menu.small-text", "menu.smallimage.text"); - - opt->addLabel("global.discordrpc.editor"); - ADD_SCRIPT("global.discordrpc.editor.details", "editor.details"); - ADD_SCRIPT("global.discordrpc.editor.state", "editor.state"); - ADD_SCRIPT("global.discordrpc.editor.large-image", "editor.largeimage"); - ADD_SCRIPT("global.discordrpc.editor.large-text", "editor.largeimage.text"); - ADD_SCRIPT("global.discordrpc.editor.small-image", "editor.smallimage"); - ADD_SCRIPT("global.discordrpc.editor.small-text", "editor.smallimage.text"); - - opt->addLabel("global.discordrpc.levels"); - ADD_SCRIPT("global.discordrpc.level.details", "level.details"); - ADD_SCRIPT("global.discordrpc.level.state", "level.state"); - ADD_SCRIPT("global.discordrpc.level.large-image", "level.largeimage"); - ADD_SCRIPT("global.discordrpc.level.large-text", "level.largeimage.text"); - ADD_SCRIPT("global.discordrpc.level.small-image", "level.smallimage"); - ADD_SCRIPT("global.discordrpc.level.small-text", "level.smallimage.text"); - - opt->addLabel("global.discordrpc.platformer"); - ADD_SCRIPT("global.discordrpc.platformer.details", "plat.details"); - ADD_SCRIPT("global.discordrpc.platformer.state", "plat.state"); - ADD_SCRIPT("global.discordrpc.platformer.large-image", "plat.largeimage"); - ADD_SCRIPT("global.discordrpc.platformer.large-text", "plat.largeimage.text"); - ADD_SCRIPT("global.discordrpc.platformer.small-image", "plat.smallimage"); - ADD_SCRIPT("global.discordrpc.platformer.small-text", "plat.smallimage.text"); - - opt->addLabel("global.discordrpc.buttons"); - opt->addToggle("global.discordrpc.buttons.1", "global.discordrpc.button1.enabled") - ->addOptions([this](auto opt) { - ADD_SCRIPT("global.discordrpc.buttons.text", "button1.text"); - ADD_SCRIPT("global.discordrpc.buttons.url", "button1.url"); - }); - opt->addToggle("global.discordrpc.buttons.2", "global.discordrpc.button2.enabled") - ->addOptions([this](auto opt) { - ADD_SCRIPT("global.discordrpc.buttons.text", "button2.text"); - ADD_SCRIPT("global.discordrpc.buttons.url", "button2.url"); - }); - }); - } - - void update() override { - if (!config::get<"global.discordrpc", bool>(false)) return; - auto interval = config::get<"global.discordrpc.interval", double>(200.0f); - auto now = std::chrono::steady_clock::now(); - auto elapsed = std::chrono::duration_cast(now - s_lastDiscordUpdate).count(); - if (static_cast(elapsed) >= interval) { - refreshPresence(); - s_lastDiscordUpdate = now; - } - } - - [[nodiscard]] const char* getId() const override { return "Discord RPC"; } - }; - - REGISTER_HACK(DiscordRPC); - - class $modify(DiscordRPCGJBGLHook, GJBaseGameLayer) { - bool init() override { - if (!GJBaseGameLayer::init()) return false; - s_levelTimestamp = std::time(nullptr); - return true; - } - }; -} -#endif diff --git a/src/hacks/Global/FPSBypass.cpp b/src/hacks/Global/FPSBypass.cpp deleted file mode 100644 index 550b1b3d..00000000 --- a/src/hacks/Global/FPSBypass.cpp +++ /dev/null @@ -1,125 +0,0 @@ -#include -#include -#include -#include - -#ifdef GEODE_IS_DESKTOP -constexpr float MIN_FPS = 10.f; -constexpr float MAX_FPS = 100000.f; - -#ifdef GEODE_IS_WINDOWS -#include -#endif - -namespace eclipse::hacks::Global { - class $hack(FPSBypass) { - public: - #ifdef GEODE_IS_WINDOWS - static void updateRefreshRate() { - auto* gm = utils::get(); - - // store settings - bool fpsBypassEnabled = config::get("global.fpsbypass.toggle", false); - auto fpsBypassValue = config::get("global.fpsbypass", gm->m_customFPSTarget); - float actualFPS = std::clamp(fpsBypassValue, MIN_FPS, MAX_FPS); // sometimes the value can be 0 - gm->setGameVariable(GameVar::UnlockFPS, fpsBypassEnabled); - gm->m_customFPSTarget = actualFPS; - - // apply settings - float frameTime = 1.f / (fpsBypassEnabled ? actualFPS : 60.f); - utils::get()->setAnimationInterval(frameTime); - } - #else - static void updateRefreshRate() { - static auto sdl = geode::Loader::get()->getInstalledMod("zmx.sdl"); - if (!sdl || !sdl->isLoaded()) return; - - bool fpsBypassEnabled = config::get("global.fpsbypass.toggle", false); - auto fpsBypassValue = config::get("global.fpsbypass", static_cast(sdl->getSettingValue("framerate-limit"))); - int actualFPS = static_cast(std::clamp(fpsBypassValue, MIN_FPS, MAX_FPS)); // sometimes the value can be 0 - sdl->setSettingValue("uncap-framerate", !fpsBypassEnabled); - sdl->setSettingValue("framerate-limit", actualFPS); - } - #endif - - void init() override { - #ifdef GEODE_IS_MACOS - auto sdl = geode::Loader::get()->getInstalledMod("zmx.sdl"); - if (!sdl || !sdl->shouldLoad()) return; - #endif - - auto tab = gui::MenuTab::find("tab.global"); - tab->addFloatToggle("global.fpsbypass", "global.fpsbypass", MIN_FPS, MAX_FPS, "%.2f FPS") - ->handleKeybinds() - ->toggleCallback([GEODE_MACOS(sdl)] { - if (config::get("global.fpsbypass.toggle", false)) { - config::setTemp("global.vsync", false); - #ifdef GEODE_IS_WINDOWS - utils::get()->setGameVariable(GameVar::VerticalSync, false); - utils::get()->toggleVerticalSync(false); - #else - if (sdl->isLoaded()) { - sdl->setSettingValue("disable-vsync", true); - } - #endif - } - updateRefreshRate(); - }) - ->valueCallback([](float) { updateRefreshRate(); }); - } - - void lateInit() override { - #ifdef GEODE_IS_WINDOWS - auto* gm = utils::get(); - auto fpsBypassEnabled = gm->getGameVariable(GameVar::UnlockFPS); - auto fpsBypassValue = gm->m_customFPSTarget; - if (fpsBypassValue == 0) // rare robtop bug - fpsBypassValue = 60.f; - config::set("global.fpsbypass", fpsBypassValue); - config::set("global.fpsbypass.toggle", fpsBypassEnabled); - #else - auto sdl = geode::Loader::get()->getInstalledMod("zmx.sdl"); - if (!sdl || !sdl->isLoaded()) return; - - auto fpsBypassEnabled = !sdl->getSettingValue("uncap-framerate"); - auto fpsBypassValue = sdl->getSettingValue("framerate-limit"); - - config::set("global.fpsbypass", static_cast(fpsBypassValue)); - config::set("global.fpsbypass.toggle", fpsBypassEnabled); - - geode::listenForSettingChanges("uncap-framerate", [sdl](bool enabled) { - config::set("global.fpsbypass.toggle", !enabled); - }, sdl); - geode::listenForSettingChanges("framerate-limit", [](int64_t value) { - config::set("global.fpsbypass", static_cast(value)); - }, sdl); - #endif - - updateRefreshRate(); - } - - [[nodiscard]] const char* getId() const override { return "FPSBypass"; } - [[nodiscard]] int32_t getPriority() const override { return -15; } - }; - - REGISTER_HACK(FPSBypass) - - #ifdef GEODE_IS_WINDOWS - class $modify(FPSBypassGMHook, GameManager) { - void setGameVariable(char const* key, bool value) { - GameManager::setGameVariable(key, value); - if (strcmp(key, GameVar::UnlockFPS) == 0 && value) { - if (this->getGameVariable(GameVar::VerticalSync)) { - config::setTemp("global.vsync", false); - GameManager::setGameVariable(GameVar::VerticalSync, false); - // extra safety if called before AppDelegate is ready - geode::queueInMainThread([] { - utils::get()->toggleVerticalSync(false); - }); - } - } - } - }; - #endif -} -#endif diff --git a/src/hacks/Global/LockCursor.cpp b/src/hacks/Global/LockCursor.cpp deleted file mode 100644 index 7eee71e8..00000000 --- a/src/hacks/Global/LockCursor.cpp +++ /dev/null @@ -1,56 +0,0 @@ -#include -#include -#include -#include - -#ifdef GEODE_IS_DESKTOP - -#ifdef GEODE_IS_MACOS -// silly goofy fix because it errors if it comes after geode includes -#define CommentType CommentTypeDummy -#include -#include -#undef CommentType -#else -#include -#endif - -namespace eclipse::hacks::Global { - class $hack(LockCursor) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - tab->addToggle("global.lockcursor")->setDescription()->handleKeybinds(); - } - - void update() override { - auto* pl = utils::get(); - if (pl == nullptr) return; // not in a level - if (pl->m_hasCompletedLevel || pl->m_isPaused) return; // level is completed or paused - if (!config::get<"global.lockcursor", bool>(false)) return; // not toggled - if (gui::Engine::get().isToggled()) return; // gui is open - - GEODE_WINDOWS( - HWND hwnd = WindowFromDC(wglGetCurrentDC()); - RECT winSize; GetWindowRect(hwnd, &winSize); - auto width = winSize.right - winSize.left; - auto height = winSize.bottom - winSize.top; - auto centerX = width / 2 + winSize.left; - auto centerY = height / 2 + winSize.top; - SetCursorPos(centerX, centerY); - ) - - GEODE_MACOS( - CGEventRef ourEvent = CGEventCreate(NULL); - auto point = CGEventGetLocation(ourEvent); - CFRelease(ourEvent); - CGWarpMouseCursorPosition(point); - ) - } - - [[nodiscard]] const char* getId() const override { return "Lock Cursor"; } - }; - - REGISTER_HACK(LockCursor) -} - -#endif diff --git a/src/hacks/Global/NoShortNumbers.cpp b/src/hacks/Global/NoShortNumbers.cpp deleted file mode 100644 index 868278ef..00000000 --- a/src/hacks/Global/NoShortNumbers.cpp +++ /dev/null @@ -1,34 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - class $hack(NoShortNumbers) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - tab->addToggle("global.noshortnumbers")->setDescription()->handleKeybinds() - ->addOptions([](auto options) { - options->addToggle("global.noshortnumbers.thousands"); - }); - } - - [[nodiscard]] const char* getId() const override { return "No Short Numbers"; } - }; - - REGISTER_HACK(NoShortNumbers) - - class $modify(NoShortNumbersGTHook, GameToolbox) { - ALL_DELEGATES_AND_SAFE_PRIO("global.noshortnumbers") - - static gd::string intToShortString(int value) { - bool thousands = config::get("global.noshortnumbers.thousands", false); - gd::string str = thousands - ? fmt::format("{}", fmt::group_digits(value)) - : fmt::format("{}", value); - return str; - } - }; -} diff --git a/src/hacks/Global/PitchShift.cpp b/src/hacks/Global/PitchShift.cpp deleted file mode 100644 index 0c8845db..00000000 --- a/src/hacks/Global/PitchShift.cpp +++ /dev/null @@ -1,61 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - void setPitch(float pitch) { - static FMOD::DSP* pitchShifter = nullptr; - - pitch = config::get("global.pitchshift.toggle", false) ? pitch : 1.f; - - FMOD::System* system = utils::get()->m_system; - - if (pitchShifter) { - utils::get()->m_backgroundMusicChannel->removeDSP(pitchShifter); - pitchShifter->release(); - pitchShifter = nullptr; - } - - if (pitch == 1.f) - return; - - system->createDSPByType(FMOD_DSP_TYPE_PITCHSHIFT, &pitchShifter); - //pitchShifter->setParameterFloat(FMOD_DSP_PITCHSHIFT_FFTSIZE, 4096); - pitchShifter->setParameterFloat(FMOD_DSP_PITCHSHIFT_FFTSIZE, 0x800); // or 0x457 - pitchShifter->setParameterFloat(FMOD_DSP_PITCHSHIFT_PITCH, pitch); - utils::get()->m_backgroundMusicChannel->addDSP(0, pitchShifter); - } - - class $hack(PitchShift) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - config::setIfEmpty("global.pitchshift.toggle", false); - config::setIfEmpty("global.pitchshift", 1.f); - - tab->addFloatToggle("global.pitchshift", 0.5f, 2.f, "%.2f") - ->valueCallback(setPitch) - ->handleKeybinds() - ->setDescription() - ->toggleCallback([] { - if (config::get("global.pitchshift.toggle", false)) - setPitch(config::get("global.pitchshift", 1.f)); - else - setPitch(1.f); - }); - } - - void lateInit() override { - if (config::get("global.pitchshift.toggle", false)) - setPitch(config::get("global.pitchshift", 1.f)); - } - - [[nodiscard]] const char* getId() const override { return "Pitch Shift"; } - [[nodiscard]] int32_t getPriority() const override { return -9; } - }; - - REGISTER_HACK(PitchShift) -} diff --git a/src/hacks/Global/SafeMode.cpp b/src/hacks/Global/SafeMode.cpp deleted file mode 100644 index 50b5aa4b..00000000 --- a/src/hacks/Global/SafeMode.cpp +++ /dev/null @@ -1,404 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include - -#include - -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Global { - enum class SafeModeState { - Normal, // no cheats detected - Cheating, // cheats detected - Tripped // cheated in current attempt - }; - - // Contains the state of activated hacks in an attempt - std::map s_attemptCheats; - std::map const& getAttemptCheats() { return s_attemptCheats; } - - // Whether the last attempt had tripped any cheats - bool s_trippedLastAttempt = false; - - class $hack(AutoSafeMode) { - static bool hasCheats() { - for (auto& callback : api::getCheats() | std::views::values) { - if (callback()) return true; - } - - auto const& hacks = hack::getCheatingHacks(); - return std::ranges::any_of(hacks, [](auto& hack) { - return hack->isCheating(); - }); - } - - static bool shouldEnable() { - if (!config::get("global.autosafemode", false)) - return false; - - return s_trippedLastAttempt || hasCheats(); - } - - static void updateCheatStates() { - for (auto const& hack : hack::getCheatingHacks()) { - if (hack->isCheating()) { - s_attemptCheats[hack->getId()] = true; - } else if (s_attemptCheats.contains(hack->getId())) { - s_attemptCheats[hack->getId()] = false; - } - } - for (auto& [id, active] : api::getCheats()) { - if (active()) { - s_attemptCheats[id] = true; - } else if (s_attemptCheats.contains(id)) { - s_attemptCheats[id] = false; - } - } - } - - static std::string constructMessage() { - std::string message = ""; - message.reserve(s_attemptCheats.size() * 20); - for (auto const& [id, active] : s_attemptCheats) { - fmt::format_to(std::back_inserter(message), "- {}{}\n", active ? "" : "", id); - } - - // Remove the last newline - if (!message.empty()) - message.pop_back(); - - return message; - } - - static void showPopup(std::string const& message) { - if (!s_trippedLastAttempt && !hasCheats()) - return; - - FLAlertLayer::create( - nullptr, - "Cheats Detected", message, "OK", - nullptr, 400, true, 0, 1 - )->show(); - } - - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - config::setIfEmpty("global.autosafemode", true); - config::setIfEmpty("global.autosafemode.warn-popup", true); - - tab->addToggle("global.autosafemode")->handleKeybinds()->setDescription()->addOptions([](auto options) { - options->addToggle("global.autosafemode.warn-popup")->setDescription(); - }); - } - - void update() override { - this->updateCheatStates(); - auto hasCheats = this->hasCheats(); - s_trippedLastAttempt |= hasCheats; - config::setTemp("hasCheats", hasCheats); - config::setTemp("trippedSafeMode", s_trippedLastAttempt); - } - - [[nodiscard]] const char* getId() const override { return "Auto Safe Mode"; } - }; - - class $hack(SafeMode) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - config::setIfEmpty("global.safemode", false); - config::setIfEmpty("global.safemode.freeze_attempts", true); - config::setIfEmpty("global.safemode.freeze_jumps", true); - config::setIfEmpty("global.safemode.freeze_best_run", false); - config::setIfEmpty("global.safemode.warn-popup", true); - - tab->addToggle("global.safemode")->handleKeybinds()->setDescription() - ->addOptions([](auto options) { - options->addToggle("global.safemode.warn-popup")->setDescription(); - options->addToggle("global.safemode.freeze_attempts"); - options->addToggle("global.safemode.freeze_jumps"); - options->addToggle("global.safemode.freeze_best_run"); - }); - } - - [[nodiscard]] const char* getId() const override { return "Safe Mode"; } - }; - - REGISTER_HACK(AutoSafeMode) - REGISTER_HACK(SafeMode) - - class $modify(SafeModePLHook, PlayLayer) { - struct Fields { - std::uint32_t totalJumps; - std::uint32_t totalAttempts; - }; - - ENABLE_SAFE_HOOKS_ALL() - - bool init(GJGameLevel* level, bool useReplay, bool dontCreateObjects) { - auto* GSM = utils::get(); - - m_fields->totalJumps = GSM->getStat("1"); - m_fields->totalAttempts = GSM->getStat("2"); - - if (!PlayLayer::init(level, useReplay, dontCreateObjects)) return false; - - return true; - } - - void destroyPlayer(PlayerObject* player, GameObject* object) override { - bool original = this->m_isTestMode; - bool safeMode = config::get("global.safemode", false); - - if (safeMode || AutoSafeMode::shouldEnable()) { - this->m_isTestMode = true; - - auto* GSM = utils::get(); - - if (config::get("global.safemode.freeze_jumps", true)) - GSM->setStat("1", m_fields->totalJumps); - if (config::get("global.safemode.freeze_attempts", true)) - GSM->setStat("2", m_fields->totalAttempts); - } - - PlayLayer::destroyPlayer(player, object); - - this->m_isTestMode = original; - } - - void resetLevel() override { - bool safeMode = config::get("global.safemode", false); - - if ((safeMode || AutoSafeMode::shouldEnable()) && config::get("global.safemode.freeze_attempts", true)) - this->m_level->m_attempts = this->m_level->m_attempts - 1; - - s_trippedLastAttempt = false; - s_attemptCheats.clear(); - PlayLayer::resetLevel(); - } - - void levelComplete() { - bool original = this->m_isTestMode; - bool safeMode = config::get("global.safemode", false); - - if (safeMode || AutoSafeMode::shouldEnable()) - this->m_isTestMode = true; - - PlayLayer::levelComplete(); - - this->m_isTestMode = original; - } - }; - - class $modify(SafeModePOHook, PlayerObject) { - ENABLE_SAFE_HOOKS_ALL() - - void incrementJumps() { - if (config::get("global.safemode", false) - || AutoSafeMode::shouldEnable() - && config::get("global.safemode.freeze_jumps", true)) - return; - - PlayerObject::incrementJumps(); - } - }; - - #define NormalColor gui::Colors::GREEN - #define CheatingColor gui::Colors::RED - #define TrippedColor gui::Color { 0.72f, 0.37f, 0.f } - - static CCMenuItemSpriteExtra* createCI() { - auto ci = cocos2d::CCLabelBMFont::create(".", "bigFont.fnt"); - auto color = AutoSafeMode::hasCheats() ? CheatingColor : s_trippedLastAttempt ? TrippedColor : NormalColor; - ci->setColor(color.toCCColor3B()); - auto msg = AutoSafeMode::constructMessage(); - auto btn = gui::cocos::createSpriteExtra(ci, [msg = std::move(msg)](auto) { - AutoSafeMode::showPopup(msg); - }); - btn->setAnchorPoint({0.45f, 0.2f}); - btn->setPosition({-165, 100}); - btn->setID("cheat-indicator"_spr); - return btn; - } - - class $modify(SafeModeRLLHook, RetryLevelLayer) { - void customSetup() override { - RetryLevelLayer::customSetup(); - if (!config::get("labels.cheat-indicator.endscreen", true)) - return; - - m_mainMenu->addChild(createCI()); - } - }; - - class $modify(SafeModeELLHook, EndLevelLayer) { - ENABLE_FIRST_HOOKS_ALL() - - void customSetup() override { - EndLevelLayer::customSetup(); - - if (s_attemptCheats.contains("Bot")) { - CCNode* chainlt = m_mainLayer->getChildByID("chain-left"); - if (!chainlt) chainlt = m_mainLayer->getChildByType(0); - if (chainlt) chainlt->setPositionX(chainlt->getPositionX() - 10.f); - - CCNode* chainrt = m_mainLayer->getChildByID("chain-right"); - if (!chainrt) chainrt = m_mainLayer->getChildByType(1); - if (chainrt) chainrt->setPositionX(chainrt->getPositionX() + 10.f); - } - - if (!config::get("labels.cheat-indicator.endscreen", true)) - return; - - auto btn = createCI(); - if (this->getChildByIDRecursive("absolllute.megahack/cheat-indicator")) { - btn->setPosition({-168, 90}); - } - - auto menu = m_mainLayer->getChildByID("button-menu"); - if (!menu) menu = m_mainLayer->getChildByType(0); - if (menu) menu->addChild(btn); - } - }; - - /// ========== - /// "Cheats Enabled" warning popup - /// ========== - - static bool manualSafeModePopup() { - if (!config::get<"global.safemode", bool>(false)) { - return false; - } - - if (!config::get<"global.safemode.warn-popup", bool>(true)) { - return false; - } - - s_attemptCheats.clear(); - AutoSafeMode::updateCheatStates(); - - // edge case: noclip is only considered a cheat if you die while using it - if (config::get<"player.noclip", bool>()) { - s_attemptCheats["Noclip"] = false; - } - - if (config::get<"level.showhitboxes", bool>()) { - s_attemptCheats["Show Hitboxes"] = true; - } - - FLAlertLayer* popup; - if (s_attemptCheats.empty() ) { - popup = FLAlertLayer::create( - nullptr, - "Safe Mode (Eclipse)", - "Progress saving is disabled.\n\n" - "Safe Mode is enabled. Progress will NOT be saved for any attempts until you disable Safe Mode.", - "OK", nullptr, 400, true, 0, 1 - ); - } else { - popup = FLAlertLayer::create( - nullptr, - "Safe Mode (Eclipse)", - fmt::format( - "Progress saving is disabled.\n\n" - "Safe Mode is enabled. Progress will NOT be saved for any attempts until you disable Safe Mode." - "\n\nActive cheats ({}):\n{}", - s_attemptCheats.size(), - AutoSafeMode::constructMessage() - ), "OK", - nullptr, 400, true, 0, 1 - ); - } - - if (popup->m_scrollingLayer) { - popup->m_scrollingLayer->m_contentLayer->setPositionY(0.f); - } - popup->show(); - - return true; - } - - static bool showCheatWarn() { - if (manualSafeModePopup()) { - return true; - } - - if (!config::get<"global.autosafemode.warn-popup", bool>(true)) { - return false; - } - - if (!config::get<"global.autosafemode", bool>(true)) { - return false; - } - - s_attemptCheats.clear(); - AutoSafeMode::updateCheatStates(); - - // edge case: noclip is only considered a cheat if you die while using it - if (config::get<"player.noclip", bool>()) { - s_attemptCheats["Noclip"] = false; - } - - if (config::get<"level.showhitboxes", bool>()) { - s_attemptCheats["Show Hitboxes"] = true; - } - - if (s_attemptCheats.empty() ) { - return false; - } - - auto popup = FLAlertLayer::create( - nullptr, - "Auto-Safe Mode (Eclipse)", - fmt::format( - "Progress saving is disabled.\n\n" - "Auto-Safe Mode is active because cheats are enabled.\n" - "While this is active, progress will NOT be saved.\n\n" - "Active cheats ({}):\n{}", - s_attemptCheats.size(), - AutoSafeMode::constructMessage() - ), "OK", - nullptr, 400, true, 0, 1 - ); - - if (popup->m_scrollingLayer) { - popup->m_scrollingLayer->m_contentLayer->setPositionY(0.f); - } - popup->show(); - - return true; - } - -#define DEFINE_WARN_HOOK(name, cls, ...) \ - class $modify(name, cls) { \ - ENABLE_FIRST_HOOKS_ALL() \ - struct Fields { \ - bool m_shownCheatWarn = false; \ - }; \ - void onPlay(CCObject* sender) { \ - if (!m_fields->m_shownCheatWarn __VA_ARGS__) { \ - m_fields->m_shownCheatWarn = true; \ - if (showCheatWarn()) return; \ - } \ - cls::onPlay(sender); \ - } \ - } - - DEFINE_WARN_HOOK(CheatsEnabledWarnLPHook, LevelPage, && m_level->m_levelID >= 0); - DEFINE_WARN_HOOK(CheatsEnabledWarnELLHook, EditLevelLayer); - DEFINE_WARN_HOOK(CheatsEnabledWarnLILHook, LevelInfoLayer); -} diff --git a/src/hacks/Global/ShowTaps.cpp b/src/hacks/Global/ShowTaps.cpp deleted file mode 100644 index fb56a025..00000000 --- a/src/hacks/Global/ShowTaps.cpp +++ /dev/null @@ -1,114 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include - -namespace eclipse::hacks::Global { - static std::vector> touchNodes; - - void renderTaps() { - if (touchNodes.empty()) return; - - bool fill = config::get("global.show-taps.fill", true); - int radius = (config::get("global.show-taps.scale", 0.5F) * 16.F); - int segments = (config::get("global.show-taps.scale", 0.5F) * 32.F); - auto color = config::get("global.show-taps.color", gui::Colors::WHITE).toCCColor3B(); - - int stroke = config::get("global.show-taps.stroke", 0); - - /*if (!fill) { // this definitely is a good idea - glEnable(GL_LINE_SMOOTH); - glHint(GL_LINE_SMOOTH_HINT, GL_NICEST); - }*/ - cocos2d::ccDrawColor4B(color.r, color.g, color.b, 255.F * ((float)config::get("global.show-taps.opacity", 50) / 100.F)); - cocos2d::ccGLBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); - for (size_t i = 0; i < touchNodes.size();) { - if (auto touch = touchNodes[i].lock()) { - if (fill) { - cocos2d::ccDrawFilledCircle(touch->getLocation(), radius, 0, segments); - } else { - cocos2d::ccDrawCircle(touch->getLocation(), radius, 360, segments, false); - if (stroke > 0) { - for (size_t ix = 0; ix < (stroke * 5); ix++) { - cocos2d::ccDrawCircle(touch->getLocation(), radius + (ix / 10.F), 360, segments, false); - } - } - } - i++; - } else { - std::swap(touchNodes[i], touchNodes.back()); - touchNodes.pop_back(); - } - } - } - - class $hack(ShowTaps) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - config::setIfEmpty("global.show-taps.fill", true); - config::setIfEmpty("global.show-taps.scale", 0.5F); - config::setIfEmpty("global.show-taps.opacity", 50); - config::setIfEmpty("global.show-taps.stroke", 0); - config::setIfEmpty("global.show-taps.color", gui::Colors::WHITE); - - tab->addToggle("global.show-taps")->setDescription()->handleKeybinds()->addOptions([](auto options) { - options->addToggle("global.show-taps.fill")->setDescription(); - options->addInputFloat("global.show-taps.scale", 0.01f, 5.f, "%.2f"); - options->addInputInt("global.show-taps.stroke", 0, 10); - options->addInputInt("global.show-taps.opacity", 1, 100); - options->addColorComponent("global.show-taps.color"); - }); - - config::addDelegate("global.show-taps", []() { - touchNodes.clear(); - }); - } - - [[nodiscard]] const char* getId() const override { return "Show Taps"; } - }; - - REGISTER_HACK(ShowTaps) - - #if defined(GEODE_IS_WINDOWS) || defined(GEODE_IS_IOS) - class $modify(ShowTapsCCEGLVHook, cocos2d::CCEGLView) { - ADD_HOOKS_DELEGATE("global.show-taps") - void swapBuffers() override { - renderTaps(); - CCEGLView::swapBuffers(); - } - }; - #else - class $modify(ShowTapsCCDHook, cocos2d::CCDirector) { - ADD_HOOKS_DELEGATE("global.show-taps") - void drawScene() { - CCDirector::drawScene(); - renderTaps(); - } - }; - #endif - - class $modify(ShowTapsTouchHook, cocos2d::CCTouchDispatcher) { - ADD_HOOKS_DELEGATE("global.show-taps") - - void touches(cocos2d::CCSet* touches, cocos2d::CCEvent* event, unsigned int touchType) { - auto touch = static_cast(touches->anyObject()); - switch (touchType) { - case cocos2d::CCTOUCHBEGAN: { - touchNodes.push_back(touch); - } break; - case cocos2d::CCTOUCHENDED: { - std::erase(touchNodes, touch); - } break; - default: break; - } - return CCTouchDispatcher::touches(touches, event, touchType); - } - }; -} diff --git a/src/hacks/Global/Speedhack.cpp b/src/hacks/Global/Speedhack.cpp deleted file mode 100644 index 5eca3004..00000000 --- a/src/hacks/Global/Speedhack.cpp +++ /dev/null @@ -1,66 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - class $hack(Speedhack) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - // speedhack should always be disabled by default - // to prevent freezing the game while loading - config::set("global.speedhack.toggle", false); - config::setIfEmpty("global.speedhack", 1.f); - - tab->addFloatToggle("global.speedhack", 0.0001f, 1000.f, "%.4f") - ->setDescription() - ->handleKeybinds(); - } - - [[nodiscard]] bool isCheating() const override { - auto toggle = config::get<"global.speedhack.toggle", bool>(); - auto speed = config::get<"global.speedhack", double>(1.f); - return toggle && speed != 1.f; - } - - [[nodiscard]] const char* getId() const override { return "Speedhack"; } - [[nodiscard]] int32_t getPriority() const override { return -10; } - }; - - REGISTER_HACK(Speedhack) - - class $modify(SpeedhackSchedulerHook, cocos2d::CCScheduler) { - ADD_HOOKS_DELEGATE("global.speedhack.toggle") - - void update(float dt) override { - auto speed = config::get("global.speedhack", 1.f); - - if (speed <= 0) - speed = 1.f; - - dt *= speed; - - // i love inventing solutions for problems that should not even exist! - #ifdef GEODE_IS_WINDOWS - static bool hasCBFPhysicsBypass = []{ - auto cbf = geode::Loader::get()->getLoadedMod("syzzi.click_between_frames"); - if (!cbf) return false; - - geode::listenForSettingChanges( - "physics-bypass", - [](bool value) { hasCBFPhysicsBypass = value; }, - cbf - ); - - return cbf->getSettingValue("physics-bypass"); - }(); - if (hasCBFPhysicsBypass) cocos2d::CCDirector::get()->m_fActualDeltaTime *= speed; - #endif - - CCScheduler::update(dt); - } - }; -} diff --git a/src/hacks/Global/TPSBypass.cpp b/src/hacks/Global/TPSBypass.cpp deleted file mode 100644 index 745a6ba0..00000000 --- a/src/hacks/Global/TPSBypass.cpp +++ /dev/null @@ -1,406 +0,0 @@ -#include -#include -#include -#include -#include - -#include -#include - -#include - -constexpr double MIN_TPS = 0.f; -constexpr double MAX_TPS = 1000000.f; - -#ifdef GEODE_IS_MACOS -#define REQUIRE_MODIFIED_DELTA_PATCH -#elif defined(GEODE_IS_ANDROID) -#include -#endif - -namespace eclipse::hacks::Global { - using TicksType = - GEODE_WINDOWS(uint32_t) - GEODE_ANDROID64(uint32_t) - GEODE_ANDROID32(float) - GEODE_IOS(float) - GEODE_ARM_MAC(float) - GEODE_INTEL_MAC(float); - - static TicksType g_expectedTicks = 0; - #ifdef GEODE_IS_IOS - // iOS launcher has a secret space to store data, and it's located at 0x8b8000 - // 8 bytes are reserved for geode itself, so we can just skip 8 bytes - constexpr uintptr_t g_jitlessSpace = 0x8c4008; // omg boob :o - static TicksType* g_expectedTicksPtr = &g_expectedTicks; - - TicksType& expectedTicks() { return *g_expectedTicksPtr; } - #else - TicksType& expectedTicks() { return g_expectedTicks; } - #endif - - class $hack(TPSBypass) { - static void forceDisable() { - config::set("global.tpsbypass.toggle", false); - // add a safeguard to disable tps bypass if it gets enabled - config::addDelegate("global.tpsbypass.toggle", []() { - if (config::get("global.tpsbypass.toggle", false)) - config::set("global.tpsbypass.toggle", false); - }); - } - - void init() override { - config::setIfEmpty("global.tpsbypass", 240.0); - - #ifdef GEODE_IS_IOS - if (geode::Loader::get()->isPatchless()) { - using namespace assembler::arm64; - g_expectedTicksPtr = std::bit_cast(geode::base::get() + g_jitlessSpace); - static_assert(GEODE_COMP_GD_VERSION == 22081, "TPS Bypass: JIT-less patch is only supported for GD 2.2081"); - #define PATCH_ADDR 0x1fe724 - GEODE_MOD_STATIC_PATCH(PATCH_ADDR, Builder() - .adrp(Register::x9, g_jitlessSpace - ((PATCH_ADDR >> 12) << 12)) - .ldr(FloatRegister::s0, Register::x9, 0x8) - .pad_nops(40) - .build_array<40>()); - } else { - // we can do normal patches with JIT - #endif - - auto base = reinterpret_cast(geode::base::get()); - auto baseSize = utils::getBaseSize(); - - // this patch allows us to manually set the expected amount of ticks per update call - intptr_t addr = sinaps::not_found; - std::vector bytes; - #ifdef GEODE_IS_WINDOWS - { - using namespace assembler::x86_64; - // 2.2074: 0x232294 - // 2.2081: 0x237a55 - addr = sinaps::find<"FF 90 ? ? ? ? ^ F3 0F 10 ? ? ? ? ? F3 44 0F 10 ? ? ? ? 00 F3 41 0F 5D">(base, baseSize); - if (addr != sinaps::not_found) { - bytes = Builder(addr) - .movabs(Register64::rax, std::bit_cast(&g_expectedTicks)) - .mov(Register32::r11d, Register64::rax) - .jmp(addr + 0x43, true) - .nop(4) - .build(); - } - } - #elif defined(GEODE_IS_ANDROID64) - { - using namespace assembler::arm64; - // 2.2074: 0x87dA40 (google) / 0x87be28 (amazon) - // 2.2081: 0x89d9f4 - auto func = dlsym(RTLD_DEFAULT, "_ZN15GJBaseGameLayer6updateEf"); - addr = sinaps::find<"AB 19 60 1E 0A 10 62 1E 6A 09 6A 1E">(static_cast(func), 0x500); - if (addr != sinaps::not_found) { - addr += reinterpret_cast(func) - reinterpret_cast(base); // we need offset from the base - bytes = Builder(addr) - .mov(Register::x9, std::bit_cast(&g_expectedTicks)) - .ldr(Register::w0, Register::x9) - .b(addr + 0x28, true) - .build(); - } - } - #elif defined(GEODE_IS_ANDROID32) - { - using namespace assembler::armv7; - // 2.2074: 0x4841bc (google) / 0x483f0c (amazon) - // 2.2081: 0x49725c - auto func = dlsym(RTLD_DEFAULT, "_ZN15GJBaseGameLayer6updateEf"); - addr = sinaps::find<"EE ? ? ? EE ? ? ^ F7 EE ? 7B 17 EE 90 0A">(static_cast(func), 0x500); - if (addr != sinaps::not_found) { - addr += reinterpret_cast(func) - reinterpret_cast(base); // we need offset from the base - bytes = Builder(addr) - .mov(Register::r1, std::bit_cast(&g_expectedTicks)) - .ldr_t(Register::r0, Register::r1) - .nop_t() - .build(); - } - } - #elif defined(GEODE_IS_IOS) || defined(GEODE_IS_ARM_MAC) // lucky me, they're virtually the same - { - using namespace assembler::arm64; - // 2.2074: 0x200c30 (iOS) / 0x119454 (macOS) - // 2.2081: 0x1fe724 (iOS) / 0x122d44 (macOS) - addr = sinaps::find<"01 10 2E 1E 00 20 21 1E 20 AC 20 1E">(base, baseSize); - if (addr != sinaps::not_found) { - bytes = Builder(addr) - .mov(Register::x9, std::bit_cast(&g_expectedTicks)) - .ldr(FloatRegister::s0, Register::x9) - .pad_nops(40) // we need to replace 40 bytes, but mov can take 3-4 instructions depending on address - .build(); - } - } - #elif defined(GEODE_IS_INTEL_MAC) - { - using namespace assembler::x86_64; - // 2.2074: 0x14233e - // 2.2081: 0x1516c4 - addr = sinaps::find<"0F 28 ? F3 0F 5D 83 ? ? ? ? F3 0F ? ? F2 0F 10">(base, baseSize); - if (addr != sinaps::not_found) { - bytes = Builder(addr) - .movabs(Register64::rax, std::bit_cast(&g_expectedTicks)) - .movss(XmmRegister::xmm0, Register64::rax) - .jmp(addr + 0x49, true) - .build(); - } - } - #endif - - if (addr == sinaps::not_found || bytes.empty()) { - geode::log::error("TPS Bypass: Failed to find patch address or bytes"); - return forceDisable(); - } - - geode::Patch* patch = nullptr; - if (auto res = geode::Mod::get()->patch(reinterpret_cast(addr + base), bytes)) { - patch = res.unwrap(); - geode::log::info("TPS Bypass: Patch enabled at offset 0x{:X}", addr); - } else { - geode::log::error("TPS Bypass: Failed to patch GJBaseGameLayer::update: {}", res.unwrapErr()); - } - - // patch toggler - if (!patch) { - geode::log::error("TPS Bypass: Failed to patch GJBaseGameLayer::update"); - return forceDisable(); - } - - // toggle the patch if enabled - config::addDelegate("global.tpsbypass.toggle", [patch] { - (void) patch->toggle(config::get("global.tpsbypass.toggle", false)); - }); - - // set the initial state of the patch - (void) patch->toggle(config::get("global.tpsbypass.toggle", false)); - - // on macOS, we also have to patch instructions in GJBaseGameLayer::getModifiedDelta because it's inlined - #ifdef REQUIRE_MODIFIED_DELTA_PATCH - auto res = setupModifiedDeltaPatches(); - if (!res) { - geode::log::error("TPSBypass: {}", res.unwrapErr()); - return forceDisable(); - } - #endif - - #ifdef GEODE_IS_IOS - } // closes the `if (geode::Loader::get()->isPatchless()) { ... } else {` block - #endif - - auto tab = gui::MenuTab::find("tab.global"); - tab->addFloatToggle("global.tpsbypass", MIN_TPS, MAX_TPS, "%.2f TPS") - ->setDescription() - ->handleKeybinds() - ->toggleCallback([]() { - config::set("bot.original.tpsbypass", config::get("global.tpsbypass.toggle", false)); - }); - } - - #ifdef REQUIRE_MODIFIED_DELTA_PATCH - - // function to quickly get the bytes for the patch - [[nodiscard]] static std::vector TPStoBytes() { - return geode::toBytes(1.0 / config::get<"global.tpsbypass", double>(240.0)); - } - - geode::Result<> setupModifiedDeltaPatches() { - auto base = reinterpret_cast(geode::base::get()); - auto moduleSize = utils::getBaseSize(); - - using namespace sinaps::mask; - - #ifdef GEODE_IS_INTEL_MAC - // on x86, we need to replace two values that are used in GJBaseGameLayer::getModifiedDelta - // pretty simple, just find original values and replace them with raw bytes - // UPD 2.2081: float value is no longer there, so only patch double value - - auto addr = sinaps::find>(base, moduleSize); - if (addr == sinaps::not_found) { - return geode::Err("failed to find getModifiedDelta patch address"); - } - - auto patchRes = geode::Mod::get()->patch(addr + base, TPStoBytes()); - if (!patchRes) return geode::Err(fmt::format("failed to patch address: {}", patchRes.unwrapErr())); - auto patch = patchRes.unwrap(); - (void) patch->disable(); - - // update bytes on value change - config::addDelegate("global.tpsbypass", [patch]() { (void) patch->updateBytes(TPStoBytes()); }); - auto setState = [patch](bool state) { (void) patch->toggle(state); }; - - #elif defined(GEODE_IS_ARM_MAC) - // on ARM, the value is stored as immediate, with some encoding: - // 0x0000000100122C54: E9 E3 00 B2 orr x9, xzr, #0x1111111111111111 - // 0x0000000100122C58: 29 EE E7 F2 movk x9, #0x3f71, lsl #48 - // - // this makes it kinda hard to inject any value we want, so instead we're going to store it - // in a GJBaseGameLayer member, load it with one instruction and then restore it in the closest hook - // - // i'm using `GJGameLoadingLayer* m_loadingLayer`, because it's not used anywhere apart from open/exit sequence, - // and should be fine for our use case. since it's a pointer, we can store double right in it - // (good luck whoever's going to dereference it lol) - - auto addr = sinaps::find<"E9 E3 00 B2 29 EE E7 F2">(base, moduleSize); - if (addr == sinaps::not_found) { - return geode::Err("failed to find getModifiedDelta patch address"); - } - - using namespace assembler::arm64; - auto bytes = Builder(addr) - .ldr(Register::x9, Register::x19, offsetof(GJBaseGameLayer, m_loadingLayer)) - .nop() - .build(); - - auto patchRes = geode::Mod::get()->patch(addr + base, std::move(bytes)); - if (!patchRes) return geode::Err(fmt::format("failed to patch address: {}", patchRes.unwrapErr())); - auto patch = patchRes.unwrap(); - (void) patch->disable(); - - auto setState = [patch](bool state) { (void) patch->toggle(state); }; - #endif - - // update patches on enable/disable - config::addDelegate("global.tpsbypass.toggle", [setState] { - setState(config::get("global.tpsbypass.toggle", false)); - }); - - // apply initial state - setState(config::get<"global.tpsbypass.toggle", bool>()); - - return geode::Ok(); - } - #endif - - [[nodiscard]] const char* getId() const override { return "Physics Bypass"; } - [[nodiscard]] int32_t getPriority() const override { return -14; } - - [[nodiscard]] bool isCheating() const override { - auto toggle = config::get<"global.tpsbypass.toggle", bool>(); - auto tps = config::get<"global.tpsbypass", double>(240.f); - return toggle && tps != 240.f; - } - }; - - REGISTER_HACK(TPSBypass) - - class $modify(TPSBypassGJBGLHook, GJBaseGameLayer) { - static void onModify(auto& self) { - hack::safeHooksAll(self.m_hooks); - if (!geode::Loader::get()->isPatchless()) { - hack::setupTogglesAll("global.tpsbypass.toggle", self.m_hooks); - } - } - - struct Fields { - double m_extraDelta = 0.0; - }; - - double getCustomDelta(float dt, double tps, bool applyExtraDelta = true) { - auto spt = 1.0 / tps; - - if (applyExtraDelta && m_resumeTimer > 0) { - --m_resumeTimer; - dt = 0.f; - } - - auto totalDelta = dt + m_extraDelta; - auto timestep = std::min(m_gameState.m_timeWarp, 1.f) * spt; - auto steps = std::round(totalDelta / timestep); - auto newDelta = steps * timestep; - if (applyExtraDelta) m_extraDelta = totalDelta - newDelta; - return newDelta; - } - - #ifndef REQUIRE_MODIFIED_DELTA_PATCH - double getModifiedDelta(float dt) { - #ifdef GEODE_IS_IOS - return getCustomDelta(dt, utils::getTPS()); - #else - return getCustomDelta(dt, config::get<"global.tpsbypass", double>(240.f)); - #endif - } - #endif - - void update(float dt) override { - auto fields = m_fields.self(); - fields->m_extraDelta += dt; - - // calculate number of steps based on the new TPS - auto timeWarp = std::min(m_gameState.m_timeWarp, 1.f); - - #ifdef GEODE_IS_IOS - // on iOS, since the hook is always active, we also check if tpsbypass is enabled - auto newTPS = utils::getTPS() / timeWarp; - #else - auto newTPS = config::get<"global.tpsbypass", double>(240.f) / timeWarp; - #endif - - auto spt = 1.0 / newTPS; - auto steps = std::round(fields->m_extraDelta / spt); - auto totalDelta = steps * spt; - fields->m_extraDelta -= totalDelta; - expectedTicks() = steps; - - #ifdef GEODE_IS_ARM_MAC - // we're a bit silly here: - auto originalLoadingLayer = m_loadingLayer; - this->m_loadingLayer = std::bit_cast(1.0 / utils::getTPS()); - #endif - - GJBaseGameLayer::update(totalDelta); - - #ifdef GEODE_IS_ARM_MAC - this->m_loadingLayer = originalLoadingLayer; - #endif - } - }; - - inline TPSBypassGJBGLHook::Fields* getFields(GJBaseGameLayer* self) { - return reinterpret_cast(self)->m_fields.self(); - } - - class $modify(TPSBypassPLHook, PlayLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("global.tpsbypass.toggle") - - // we would like to fix the percentage calculation, which uses constant 240 TPS to determine the progress - int calculationFix() { - auto timestamp = m_level->m_timestamp; - auto currentProgress = m_gameState.m_currentProgress; - // this is only an issue for 2.2+ levels (with TPS greater than 240) - if (timestamp > 0 && config::get<"global.tpsbypass", double>(240.0) != 240.0) { - // recalculate m_currentProgress based on the actual time passed - auto progress = utils::getActualProgress(this); - // 2.208+: current progress is now doubled - m_gameState.m_currentProgress = timestamp * progress * 2 / 100.0; - } - return currentProgress; - } - - void updateProgressbar() { - auto currentProgress = calculationFix(); - PlayLayer::updateProgressbar(); - m_gameState.m_currentProgress = currentProgress; - } - - void destroyPlayer(PlayerObject* player, GameObject* object) override { - auto currentProgress = calculationFix(); - PlayLayer::destroyPlayer(player, object); - m_gameState.m_currentProgress = currentProgress; - } - - void levelComplete() { - // levelComplete uses m_gameState.m_unkUint2 to store the timestamp - // also we can't rely on m_level->m_timestamp, because it might not be updated yet - auto oldTimestamp = m_gameState.m_commandIndex; - if (config::get<"global.tpsbypass", double>(240.0) != 240.0) { - auto ticks = static_cast(std::round(m_gameState.m_levelTime * 480)); // 480 because of the progress doubling in 2.208+ - m_gameState.m_commandIndex = ticks; - } - PlayLayer::levelComplete(); - m_gameState.m_commandIndex = oldTimestamp; - } - }; -} diff --git a/src/hacks/Global/TransitionSpeed.cpp b/src/hacks/Global/TransitionSpeed.cpp deleted file mode 100644 index 5e702bfa..00000000 --- a/src/hacks/Global/TransitionSpeed.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - class $hack(TransitionSpeed) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - - config::setIfEmpty("global.transitionspeed.toggle", false); - config::setIfEmpty("global.transitionspeed", 0.5f); - - tab->addFloatToggle("global.transitionspeed", 0.f, 1.f, "%.2f")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Transition Speed"; } - }; - - REGISTER_HACK(TransitionSpeed) - - class $modify(TransitionSpeedCCTFHook, cocos2d::CCTransitionFade) { - ADD_HOOKS_DELEGATE("global.transitionspeed.toggle") - - #ifdef GEODE_IS_ANDROID - static CCTransitionFade* create(float duration, CCScene* scene, cocos2d::ccColor3B const& color) { - return CCTransitionFade::create(config::get("global.transitionspeed", 0.5f), scene, color); - } - #else - static CCTransitionFade* create(float duration, CCScene* scene) { - return CCTransitionFade::create(config::get("global.transitionspeed", 0.5f), scene); - } - #endif - }; -} diff --git a/src/hacks/Global/TransparentLists.cpp b/src/hacks/Global/TransparentLists.cpp deleted file mode 100644 index 1af6d0f0..00000000 --- a/src/hacks/Global/TransparentLists.cpp +++ /dev/null @@ -1,45 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - class $hack(TransparentLists) { - void init() override { - auto tab = gui::MenuTab::find("tab.global"); - tab->addToggle("global.transparentlists")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Transparent Lists"; } - }; - - REGISTER_HACK(TransparentLists) - - class $modify(TransparentListsCCLCHook, cocos2d::CCLayerColor) { - ADD_HOOKS_DELEGATE("global.transparentlists") - - bool initWithColor(const cocos2d::ccColor4B& yk, float f1, float f2) { - bool ret = CCLayerColor::initWithColor(yk, f1, f2); - - if (yk == cocos2d::ccColor4B{161, 88, 44, 255} || yk == cocos2d::ccColor4B{194, 114, 62, 255}) - // the 2 colors GD uses for list cells - this->setVisible(false); - - return ret; - } - - bool initWithColor(const cocos2d::ccColor4B& yk) { - bool ret = CCLayerColor::initWithColor(yk); - - if (yk == cocos2d::ccColor4B{161, 88, 44, 255} || yk == cocos2d::ccColor4B{194, 114, 62, 255}) { - // the 2 colors GD uses for list cells - this->setOpacity(0); - this->setVisible(false); - } - - return ret; - } - }; -} diff --git a/src/hacks/Global/VerticalSync.cpp b/src/hacks/Global/VerticalSync.cpp deleted file mode 100644 index e22c60fa..00000000 --- a/src/hacks/Global/VerticalSync.cpp +++ /dev/null @@ -1,57 +0,0 @@ -#include -#include -#include -#include - -#ifdef GEODE_IS_DESKTOP - -namespace eclipse::hacks::Global { - - class $hack(VerticalSync) { - #ifdef GEODE_IS_MACOS - static void toggleSDLVSync(bool enabled) { - static auto sdl = geode::Loader::get()->getInstalledMod("zmx.sdl"); - if (!sdl || !sdl->isLoaded()) return; - - sdl->setSettingValue("disable-vsync", !enabled); - } - - void lateInit() override { - auto sdl = geode::Loader::get()->getInstalledMod("zmx.sdl"); - if (!sdl || !sdl->isLoaded()) return; - - config::setTemp("global.vsync", !sdl->getSettingValue("disable-vsync")); - geode::listenForSettingChanges("disable-vsync", [](bool enabled) { - config::setTemp("global.vsync", !enabled); - }, sdl); - } - #endif - - void init() override { - #ifdef GEODE_IS_MACOS - auto sdl = geode::Loader::get()->getInstalledMod("zmx.sdl"); - if (!sdl || !sdl->shouldLoad()) return; - #endif - - auto tab = gui::MenuTab::find("tab.global"); - - tab->addToggle("global.vsync") - ->handleKeybinds() - ->setDescription() - ->callback([](bool v) { - #ifdef GEODE_IS_WINDOWS - utils::get()->setGameVariable(GameVar::VerticalSync, v); - utils::get()->toggleVerticalSync(v); - #else - toggleSDLVSync(v); - #endif - }) - ->disableSaving(); - } - - [[nodiscard]] const char* getId() const override { return "Vertical Sync"; } - [[nodiscard]] int32_t getPriority() const override { return -5; } - }; - REGISTER_HACK(VerticalSync) -} -#endif \ No newline at end of file diff --git a/src/hacks/Labels/Label.cpp b/src/hacks/Labels/Label.cpp deleted file mode 100644 index 917fb118..00000000 --- a/src/hacks/Labels/Label.cpp +++ /dev/null @@ -1,110 +0,0 @@ -#include "Label.hpp" - -#include -#include -#include "LabelContainer.hpp" - -namespace eclipse::hacks::Labels { - - bool SmartLabel::init(std::string_view text, std::string const& font) { - if (!EmojiLabel::init("", font)) - return false; - - auto res = rift::compile(text); - if (res.isErr()) { - m_error = res.unwrapErr().message(); - m_script = nullptr; - } else { - m_script = std::move(res.unwrap()); - } - - return true; - } - - static void updateCheatIndicator(SmartLabel* label) { - bool visible = config::get<"labels.cheat-indicator.visible">(false); - - if (!visible) { - label->setVisible(false); - return; - } - - bool isCheating = config::getTemp<"hasCheats">(false); - bool hasTripped = config::getTemp<"trippedSafeMode">(false); - bool showOnlyCheating = config::get<"labels.cheat-indicator.only-cheating">(false); - - if (showOnlyCheating && !(isCheating || hasTripped)) { - label->setVisible(false); - return; - } - - label->setVisible(true); - label->setScale(config::get<"labels.cheat-indicator.scale", double>(0.5f)); - label->setOpacity( - static_cast(config::get<"labels.cheat-indicator.opacity", double>(0.35f) * 255) - ); - - // Cheating - Red, Tripped - Orange, Normal - Green - auto color = isCheating ? gui::Colors::RED : hasTripped - ? gui::Color{0.72f, 0.37f, 0.f} - : gui::Colors::GREEN; - label->setColor(color.toCCColor3B()); - } - - void SmartLabel::update() { - if (m_settings) { - if (m_settings->hasEvents()) { - auto [visible, scale, color, font] = m_settings->processEvents(); - this->setFont(font); - this->setScale(scale); - this->setColor(color.toCCColor3B()); - this->setOpacity(color.getAlphaByte()); - this->setVisible(visible); - } - } else { - updateCheatIndicator(this); - } - - if (!isVisible()) { - if (m_wasVisible) { - m_wasVisible = false; - if (m_parentContainer) m_parentContainer->invalidate(); - } - return; - } - - if (!m_wasVisible) { - m_wasVisible = true; - if (m_parentContainer) m_parentContainer->invalidate(); - } - - // Re-evaluate the script - if (m_script) { - auto res = m_script->run(labels::VariableManager::get().getVariables()); - if (res.isOk()) { - auto text = res.unwrap(); - this->setString(text); - } else { - this->setString(res.unwrapErr().message()); - } - } else { - this->setString(m_error); - } - - auto size = this->getContentSize(); - size.height *= m_fScaleY; - - // If the height has changed, update the container - if (size.height != m_lastHeight) { - if (m_heightMultiplier != 1.0f) { - size.height *= m_heightMultiplier; - this->setContentSize({ size.width, size.height / m_fScaleY }); - } - - m_lastHeight = size.height; - if (m_parentContainer) { - m_parentContainer->invalidate(); - } - } - } -} diff --git a/src/hacks/Labels/Label.hpp b/src/hacks/Labels/Label.hpp deleted file mode 100644 index ccd786f4..00000000 --- a/src/hacks/Labels/Label.hpp +++ /dev/null @@ -1,59 +0,0 @@ -#pragma once -#include -#include -#include -#include -#include - -namespace eclipse::hacks::Labels { - - class LabelsContainer; - - /// @brief Label with RIFT scripting support. - class SmartLabel : public gui::cocos::EmojiLabel { - public: - static SmartLabel* create(std::string_view text, std::string const& font) { - auto ret = new SmartLabel(); - if (ret->init(text, font)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - /// @brief Initialize the label with the specified text and font. - bool init(std::string_view text, std::string const& font); - - /// @brief Set the parent container of the label. - void setParentContainer(LabelsContainer* container) { m_parentContainer = container; } - - /// @brief Set the height multiplier. - void setHeightMultiplier(float multiplier) { m_heightMultiplier = multiplier; } - - /// @brief Set the custom position of the label. - void setCustomPosition(const cocos2d::CCPoint& position) { m_customPosition = position; } - - /// @brief Set the settings associated with the label. - void setSettings(labels::LabelSettings* settings) { m_settings = settings; } - - /// @brief Get the custom position of the label. - [[nodiscard]] cocos2d::CCPoint getCustomPosition() const { return m_customPosition; } - - /// @brief Update the label. - void update(); - - private: - cocos2d::CCPoint m_customPosition = {0, 0}; - float m_heightMultiplier = 1.0f; - std::unique_ptr m_script = nullptr; - std::string m_error; - labels::LabelSettings const* m_settings = nullptr; - - // Used to check if the label should call updateLayout on the parent container - float m_lastHeight = 0.f; - bool m_wasVisible = false; - LabelsContainer* m_parentContainer = nullptr; - }; - -} diff --git a/src/hacks/Labels/LabelContainer.cpp b/src/hacks/Labels/LabelContainer.cpp deleted file mode 100644 index 60c3acf4..00000000 --- a/src/hacks/Labels/LabelContainer.cpp +++ /dev/null @@ -1,183 +0,0 @@ -#include "LabelContainer.hpp" - -#include -#include -#include -#include "Label.hpp" - -namespace eclipse::hacks::Labels { - - bool LabelsContainer::init(Alignment alignment) { - if (!cocos2d::CCNode::init()) return false; - - m_alignment = alignment; - updatePosition(); - - auto* layout = geode::AxisLayout::create(geode::Axis::Column) - ->setAxisReverse(true) - ->setAutoScale(false) - ->setGrowCrossAxis(false) - ->setCrossAxisOverflow(true) - ->setGap(0.f); - layout->ignoreInvisibleChildren(true); - -#define SET_ALIGNMENT(axis, crossAxis, crossAxisLine) \ - layout->setAxisAlignment(geode::AxisAlignment:: axis); \ - layout->setCrossAxisAlignment(geode::AxisAlignment:: crossAxis); \ - layout->setCrossAxisLineAlignment(geode::AxisAlignment:: crossAxisLine); - - switch (m_alignment) { - case Alignment::TopLeft: - SET_ALIGNMENT(End, Start, Start); - break; - case Alignment::TopCenter: - SET_ALIGNMENT(End, Center, Center); - break; - case Alignment::TopRight: - SET_ALIGNMENT(End, End, End); - break; - case Alignment::CenterLeft: - SET_ALIGNMENT(Center, Start, Start); - break; - case Alignment::Center: - SET_ALIGNMENT(Center, Center, Center); - break; - case Alignment::CenterRight: - SET_ALIGNMENT(Center, End, End); - break; - case Alignment::BottomLeft: - layout->setAxisReverse(false); - SET_ALIGNMENT(Start, Start, Start); - break; - case Alignment::BottomCenter: - layout->setAxisReverse(false); - SET_ALIGNMENT(Start, Center, Center); - break; - case Alignment::BottomRight: - layout->setAxisReverse(false); - SET_ALIGNMENT(Start, End, End); - break; - } - - this->setLayout(layout, false); - - this->recalculateLayout(); - - return true; - } - - void LabelsContainer::updatePosition() { - auto winSize = utils::get()->getWinSize(); - auto padding = config::get("labels.padding", 3.f); - - setContentSize({ winSize.width - padding * 2, winSize.height - padding * 2 }); - - switch (m_alignment) { - case Alignment::TopLeft: - setPosition(padding, winSize.height - padding); - setAnchorPoint({0, 1}); - break; - case Alignment::TopCenter: - setPosition(winSize.width / 2, winSize.height - padding); - setAnchorPoint({0.5, 1}); - break; - case Alignment::TopRight: - setPosition(winSize.width - padding, winSize.height - padding); - setAnchorPoint({1, 1}); - break; - case Alignment::CenterLeft: - setPosition(padding, winSize.height / 2); - setAnchorPoint({0, 0.5}); - break; - case Alignment::Center: - setPosition(winSize.width / 2, winSize.height / 2); - setAnchorPoint({0.5, 0.5}); - break; - case Alignment::CenterRight: - setPosition(winSize.width - padding, winSize.height / 2); - setAnchorPoint({1, 0.5}); - break; - case Alignment::BottomLeft: - setPosition(padding, padding); - setAnchorPoint({0, 0}); - break; - case Alignment::BottomCenter: - setPosition(winSize.width / 2, padding); - setAnchorPoint({0.5, 0}); - break; - case Alignment::BottomRight: - setPosition(winSize.width - padding, padding); - setAnchorPoint({1, 0}); - break; - } - - this->recalculateLayout(); - } - - void LabelsContainer::recalculateLayout() { - this->updateLayout(false); - } - - void LabelsContainer::addLabel(SmartLabel* label) { - label->setParentContainer(this); - m_labels.emplace_back(label); - - // set anchor point - switch (m_alignment) { - case Alignment::TopLeft: - label->setAnchorPoint({0, 1}); - break; - case Alignment::TopCenter: - label->setAnchorPoint({0.5, 1}); - break; - case Alignment::TopRight: - label->setAnchorPoint({1, 1}); - break; - case Alignment::CenterLeft: - label->setAnchorPoint({0, 0.5}); - break; - case Alignment::Center: - label->setAnchorPoint({0.5, 0.5}); - break; - case Alignment::CenterRight: - label->setAnchorPoint({1, 0.5}); - break; - case Alignment::BottomLeft: - label->setAnchorPoint({0, 0}); - break; - case Alignment::BottomCenter: - label->setAnchorPoint({0.5, 0}); - break; - case Alignment::BottomRight: - label->setAnchorPoint({1, 0}); - break; - } - - addChild(label); - } - - void LabelsContainer::removeLabel(SmartLabel* label) { - auto it = std::ranges::find_if(m_labels, [label](SmartLabel* l) { - return l == label; - }); - - if (it != m_labels.end()) { - m_labels.erase(it); - removeChild(label); - } - } - - void LabelsContainer::update() { - if (!isVisible()) return; - - for (auto label : m_labels) { - label->update(); - } - - if (m_dirty) { - this->recalculateLayout(); - m_dirty = false; - } - } - -} \ No newline at end of file diff --git a/src/hacks/Labels/LabelContainer.hpp b/src/hacks/Labels/LabelContainer.hpp deleted file mode 100644 index 3b3be2a2..00000000 --- a/src/hacks/Labels/LabelContainer.hpp +++ /dev/null @@ -1,67 +0,0 @@ -#pragma once - -namespace eclipse::hacks::Labels { - - class SmartLabel; - - /// @brief Class that contains multiple labels and can manage them. - class LabelsContainer : public cocos2d::CCNode { - public: - enum class Alignment { - TopLeft = 0, TopCenter = 1, TopRight = 2, - CenterLeft = 3, Center = 4, CenterRight = 5, - BottomLeft = 6, BottomCenter = 7, BottomRight = 8 - }; - - static LabelsContainer* create(Alignment alignment = Alignment::TopLeft) { - auto ret = new LabelsContainer(); - if (ret->init(alignment)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - /// @brief Initialize the container with the specified alignment. - bool init(Alignment alignment); - - /// @brief Add a label to the container. - /// @param label The label to add. - void addLabel(SmartLabel* label); - - /// @brief Remove a label from the container. - /// @param label The label to remove. - void removeLabel(SmartLabel* label); - - /// @brief Update all labels in the container. - void update(); - - /// @brief Invalidate the container. This will mark it as dirty and update it after update is finished. - void invalidate() { m_dirty = true; } - - /// @brief Set the alignment of the container. - /// @param alignment The alignment to set. - void setAlignment(Alignment alignment) { - m_alignment = alignment; - updatePosition(); - this->updateLayout(false); - } - - /// @brief Get the alignment of the container. - /// @return The alignment of the container. - [[nodiscard]] Alignment getAlignment() const { return m_alignment; } - - /// @brief Update the position of the container. - void updatePosition(); - - private: - /// @brief Performs a layout update. - void recalculateLayout(); - - std::vector m_labels; - Alignment m_alignment = Alignment::TopLeft; - bool m_dirty = false; - }; - -} diff --git a/src/hacks/Labels/Labels.cpp b/src/hacks/Labels/Labels.cpp deleted file mode 100644 index 044a0c39..00000000 --- a/src/hacks/Labels/Labels.cpp +++ /dev/null @@ -1,667 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -#include -#include -#include -#include - -#include "Label.hpp" - -namespace eclipse::hacks::Labels { - static std::vector s_labels; - - time_t getTimestamp() { - return std::chrono::duration_cast( - std::chrono::high_resolution_clock::now().time_since_epoch() - ).count(); - } - - // timestamps, total clicks (reset on death) - using ClickInfo = std::pair, size_t>; - - struct ClickStorage { - ClickInfo jumpClicks; - ClickInfo leftClicks; - ClickInfo rightClicks; - int jumpMaxCPS; - int leftMaxCPS; - int rightMaxCPS; - - void reset() { - jumpClicks = {}; - leftClicks = {}; - rightClicks = {}; - } - - void cleanup() { - auto const now = getTimestamp(); - auto removeOld = [now](ClickInfo& info) { - while (!info.first.empty() && now - info.first.front() > 1000) { - info.first.pop_front(); - } - }; - - removeOld(jumpClicks); - removeOld(leftClicks); - removeOld(rightClicks); - - updateMaxCPS(PlayerButton::Jump); - updateMaxCPS(PlayerButton::Left); - updateMaxCPS(PlayerButton::Right); - } - - void resetOnDeath() { - jumpClicks.second = 0; - leftClicks.second = 0; - rightClicks.second = 0; - jumpMaxCPS = 0; - leftMaxCPS = 0; - rightMaxCPS = 0; - reset(); - } - - void addClick(PlayerButton const btn) { - ClickInfo* clickInfo; - switch (btn) { - case PlayerButton::Jump: - clickInfo = &jumpClicks; - break; - case PlayerButton::Left: - clickInfo = &leftClicks; - break; - case PlayerButton::Right: - clickInfo = &rightClicks; - break; - default: return; - } - - clickInfo->first.push_back(getTimestamp()); - clickInfo->second++; - } - - int getCPS(PlayerButton const btn) const { - switch (btn) { - case PlayerButton::Jump: return jumpClicks.first.size(); - case PlayerButton::Left: return leftClicks.first.size(); - case PlayerButton::Right: return rightClicks.first.size(); - default: return 0; - } - } - - int getMaxCPS(PlayerButton const btn) const { - switch (btn) { - case PlayerButton::Jump: return jumpMaxCPS; - case PlayerButton::Left: return leftMaxCPS; - case PlayerButton::Right: return rightMaxCPS; - default: return 0; - } - } - - void updateMaxCPS(PlayerButton const btn) { - auto cps = getCPS(btn); - switch (btn) { - case PlayerButton::Jump: - jumpMaxCPS = std::max(cps, jumpMaxCPS); - break; - case PlayerButton::Left: - leftMaxCPS = std::max(cps, leftMaxCPS); - break; - case PlayerButton::Right: - rightMaxCPS = std::max(cps, rightMaxCPS); - break; - default: break; - } - } - - int getClicks(PlayerButton const btn) const { - switch (btn) { - case PlayerButton::Jump: return jumpClicks.second; - case PlayerButton::Left: return leftClicks.second; - case PlayerButton::Right: return rightClicks.second; - default: return 0; - } - } - }; - - static ClickStorage s_clicksP1; - static ClickStorage s_clicksP2; - - class $modify(LabelsPOHook, PlayerObject) { - bool pushButton(PlayerButton btn) { - bool result = PlayerObject::pushButton(btn); - - auto const* gjbgl = utils::get(); - if (!gjbgl) return result; - - bool const isP1 = this == gjbgl->m_player1; - bool const isP2 = this == gjbgl->m_player2; - - if (isP1) - s_clicksP1.addClick(btn); - else if (isP2) - s_clicksP2.addClick(btn); - - return result; - } - }; - - class $modify(LabelsPLHook, PlayLayer) { - bool init(GJGameLevel* level, bool unk1, bool unk2) { - if (!PlayLayer::init(level, unk1, unk2)) return false; - - // removes the testmode label (thank you mat for this :D) - if (this->getChildrenCount()) { - geode::cocos::CCArrayExt children = this->getChildren(); - for (auto* child : children) { - using namespace std::literals::string_view_literals; - if (auto* label = geode::cast::typeinfo_cast(child); label && label->getString() == "Testmode"sv) { - label->setVisible(false); - break; - } - } - } - - return true; - } - - void resetLevel() { - PlayLayer::resetLevel(); - s_clicksP1.resetOnDeath(); - s_clicksP2.resetOnDeath(); - } - }; - - class $modify(LabelsUILHook, UILayer) { - struct Fields { - cocos2d::CCNode* m_mainContainer; - std::array m_containers; - std::vector m_absoluteLabels; - bool m_isEditor = false; - }; - - void createLabels() { - auto* fields = m_fields.self(); - - // Create the containers - auto alignment = LabelsContainer::Alignment::TopLeft; - for (auto& container : fields->m_containers) { - container = LabelsContainer::create(alignment); - container->setID(fmt::format("label-container-{}", static_cast(alignment))); - fields->m_mainContainer->addChild(container); - alignment = static_cast(static_cast(alignment) + 1); - } - - // Add the cheat indicator - { - auto* cheatIndicator = SmartLabel::create(".", "bigFont.fnt"); - if (!cheatIndicator) { - geode::log::error("Failed to create cheat indicator label"); - return; - } - cheatIndicator->setHeightMultiplier(0.37f); - cheatIndicator->setID("cheat-indicator"_spr); - auto* container = fields->m_containers[config::get("labels.cheat-indicator.alignment", 0)]; - container->addLabel(cheatIndicator); - } - - // Add the labels - { - size_t i = 0; - auto winSize = utils::get()->getWinSize(); - for (auto& setting : s_labels) { - if (!setting.visible && !setting.hasEvents()) continue; // Skip invisible labels - - auto label = SmartLabel::create(setting.text, setting.font); - label->setID(fmt::format("label-{}", i++)); - label->setScale(setting.scale); - label->setColor(setting.color.toCCColor3B()); - label->setOpacity(setting.color.getAlphaByte()); - label->setVisible(setting.visible); - label->setAlignment(setting.fontAlignment); - label->setSettings(&setting); - - if (setting.absolutePosition) { - auto offset = setting.offset; - switch (setting.alignment) { - case LabelsContainer::Alignment::TopLeft: - label->setPosition(offset.x, winSize.height - offset.y); - label->setAnchorPoint({0, 1}); - break; - case LabelsContainer::Alignment::TopCenter: - label->setPosition(winSize.width / 2 + offset.x, winSize.height - offset.y); - label->setAnchorPoint({0.5, 1}); - break; - case LabelsContainer::Alignment::TopRight: - label->setPosition(winSize.width - offset.x, winSize.height - offset.y); - label->setAnchorPoint({1, 1}); - break; - case LabelsContainer::Alignment::CenterLeft: - label->setPosition(offset.x, winSize.height / 2 - offset.y); - label->setAnchorPoint({0, 0.5}); - break; - case LabelsContainer::Alignment::Center: - label->setPosition(winSize.width / 2 + offset.x, winSize.height / 2 - offset.y); - label->setAnchorPoint({0.5, 0.5}); - break; - case LabelsContainer::Alignment::CenterRight: - label->setPosition(winSize.width - offset.x, winSize.height / 2 - offset.y); - label->setAnchorPoint({1, 0.5}); - break; - case LabelsContainer::Alignment::BottomLeft: - label->setPosition(offset.x, offset.y); - label->setAnchorPoint({0, 0}); - break; - case LabelsContainer::Alignment::BottomCenter: - label->setPosition(winSize.width / 2 + offset.x, offset.y); - label->setAnchorPoint({0.5, 0}); - break; - case LabelsContainer::Alignment::BottomRight: - label->setPosition(winSize.width - offset.x, offset.y); - label->setAnchorPoint({1, 0}); - break; - } - - fields->m_absoluteLabels.push_back(label); - fields->m_mainContainer->addChild(label); - } else { - fields->m_containers[static_cast(setting.alignment)]->addLabel(label); - } - } - } - } - - void realignContainers(bool recreate = false) { - auto fields = m_fields.self(); - if (recreate) { - fields->m_mainContainer->removeAllChildren(); - fields->m_absoluteLabels.clear(); - createLabels(); - } - - updateLabels(0.f); - for (auto* container : m_fields->m_containers) { - container->updateLayout(false); - } - } - - void updateLabels(float) { - auto visible = config::get<"labels.visible", bool>(true); - auto showInEditor = config::get<"labels.show-in-editor", bool>(); - - auto fields = m_fields.self(); - bool actualVisibility = visible && (showInEditor || !fields->m_isEditor); - - if (actualVisibility) labels::VariableManager::get().refetch(); - - for (auto& container : fields->m_containers) { - container->setVisible(actualVisibility); - container->update(); - } - for (auto label : fields->m_absoluteLabels) { - label->setVisible(actualVisibility); - if (actualVisibility) label->update(); - } - } - - bool init(GJBaseGameLayer* bgl) { - if (!UILayer::init(bgl)) return false; - - auto fields = m_fields.self(); - fields->m_isEditor = geode::cast::typeinfo_cast(bgl) != nullptr; - fields->m_mainContainer = cocos2d::CCNode::create(); - fields->m_mainContainer->setID("label-containers"_spr); - - createLabels(); - - // Update layouts for containers - geode::queueInMainThread([this] { - updateLabels(0.f); - for (auto& container : m_fields->m_containers) { - container->updateLayout(false); - } - }); - - this->addChild(fields->m_mainContainer, 1000); - this->schedule(schedule_selector(LabelsUILHook::updateLabels)); - - return true; - } - }; - - class $hack(Labels) { - static void updateLabels(bool recreate = false) { - auto* layer = utils::get(); - if (!layer) return; - - auto* labelsLayer = reinterpret_cast(layer); - labelsLayer->realignContainers(recreate); - } - - static void refreshCocosUI() { - if (auto cocos = gui::cocos::CocosRenderer::get()) { - cocos->refreshPage(); - } - } - - static std::vector const DEFAULT_LABELS; - - void init() override { - auto tab = gui::MenuTab::find("tab.labels"); - config::setIfEmpty("labels.visible", true); - config::setIfEmpty("labels.cheat-indicator.endscreen", true); - config::setIfEmpty("labels.cheat-indicator.scale", 0.5f); - config::setIfEmpty("labels.cheat-indicator.opacity", 0.35f); - - s_labels = config::get>("labels", DEFAULT_LABELS); - - tab->addToggle("labels.visible") - ->callback([](bool) { updateLabels(); }) - ->setDescription() - ->handleKeybinds(); - tab->addToggle("labels.show-in-editor") - ->callback([](bool) { updateLabels(); }) - ->setDescription() - ->handleKeybinds(); - tab->addToggle("labels.cheat-indicator.visible") - ->callback([](bool) { updateLabels(); }) - ->setDescription() - ->handleKeybinds() - ->addOptions([](auto options) { - options->addToggle("labels.cheat-indicator.endscreen") - ->setDescription(); - options->addToggle("labels.cheat-indicator.only-cheating") - ->setDescription(); - options->addInputFloat("labels.cheat-indicator.scale", 0.1f, 2.f, "%.1f") - ->setDescription() - ->callback([](float) { updateLabels(); }); - options->addInputFloat("labels.cheat-indicator.opacity", 0.f, 1.f, "%.2f") - ->setDescription(); - options->addCombo("labels.cheat-indicator.alignment", { - i18n::get_("labels.alignment.top-left"), - i18n::get_("labels.alignment.top-center"), - i18n::get_("labels.alignment.top-right"), - i18n::get_("labels.alignment.center-left"), - i18n::get_("labels.alignment.center"), - i18n::get_("labels.alignment.center-right"), - i18n::get_("labels.alignment.bottom-left"), - i18n::get_("labels.alignment.bottom-center"), - i18n::get_("labels.alignment.bottom-right"), - }, 2 - )->callback([](int) { updateLabels(true); }) - ->setDescription(); - }); - tab->addButton("labels.import")->callback([this] { - geode::utils::file::FilePickOptions::Filter filter; - filter.description = "Eclipse Label (*.ecl)"; - filter.files.insert("*.ecl"); - - geode::async::spawn( - geode::utils::file::pick( - geode::utils::file::PickMode::OpenFile, - {geode::Mod::get()->getSaveDir(), {std::move(filter)}} - ), - [this](geode::utils::file::PickResult res) { - if (!res) return; - auto pathOpt = std::move(res).unwrapOr(std::nullopt); - if (!pathOpt.has_value()) return; - - auto path = std::move(pathOpt).value(); - std::error_code ec; - if (!std::filesystem::exists(path, ec)) return; - - gui::Engine::queueAfterDrawing([this, path = std::move(path)] { - auto res = geode::utils::file::readFromJson(path); - if (!res) { - return Popup::create( - i18n::get_("labels.import-failed"), - i18n::get_("labels.import-failed.msg") - ); - } - - s_labels.emplace_back(std::move(res).unwrap()); - config::set("labels", s_labels); - updateLabels(true); - createLabelComponent(); - }); - } - ); - }); - tab->addButton("labels.add-new")->callback([this] { - gui::Engine::queueAfterDrawing([this] { - labels::LabelSettings newSetting; - if (!s_labels.empty()) { - // Copy some settings from existing labels - auto& last = s_labels.back(); - newSetting.color = last.color; - newSetting.font = last.font; - newSetting.scale = last.scale; - newSetting.alignment = last.alignment; - } - newSetting.name = fmt::format("New label {}", newSetting.id); - s_labels.push_back(newSetting); - config::set("labels", s_labels); - updateLabels(true); - createLabelComponent(); - }); - }); - std::vector presets; - presets.reserve(DEFAULT_LABELS.size()); - for (auto const& preset : DEFAULT_LABELS) { - presets.push_back(preset.name); - } - tab->addCombo("labels.presets", presets, 0) - ->callback([this](int value) { - if (value < 0 || value >= DEFAULT_LABELS.size()) return; - gui::Engine::queueAfterDrawing([this, value] { - auto preset = DEFAULT_LABELS[value]; - preset.id = labels::LabelSettings::instanceCount++; - preset.visible = true; - s_labels.push_back(std::move(preset)); - config::set("labels", s_labels); - updateLabels(true); - createLabelComponent(); - }); - }); - createLabelComponent(); - } - - void update() override { - auto& manager = labels::VariableManager::get(); - - // call this once per frame - manager.updateFPS(); - - // player 1 - { - s_clicksP1.cleanup(); - auto const jumpTotal = s_clicksP1.getClicks(PlayerButton::Jump); - auto const leftTotal = s_clicksP1.getClicks(PlayerButton::Left); - auto const rightTotal = s_clicksP1.getClicks(PlayerButton::Right); - auto const jumpCPS = s_clicksP1.getCPS(PlayerButton::Jump); - auto const leftCPS = s_clicksP1.getCPS(PlayerButton::Left); - auto const rightCPS = s_clicksP1.getCPS(PlayerButton::Right); - auto const maxJumpCPS = s_clicksP1.getMaxCPS(PlayerButton::Jump); - auto const maxLeftCPS = s_clicksP1.getMaxCPS(PlayerButton::Left); - auto const maxRightCPS = s_clicksP1.getMaxCPS(PlayerButton::Right); - manager.setVariable("cps1", jumpCPS); - manager.setVariable("cps2", leftCPS); - manager.setVariable("cps3", rightCPS); - manager.setVariable("clicks1", jumpTotal); - manager.setVariable("clicks2", leftTotal); - manager.setVariable("clicks3", rightTotal); - manager.setVariable("maxCps1", maxJumpCPS); - manager.setVariable("maxCps2", maxLeftCPS); - manager.setVariable("maxCps3", maxRightCPS); - manager.setVariable("cps", jumpCPS + leftCPS + rightCPS); - manager.setVariable("clicks", jumpTotal + leftTotal + rightTotal); - manager.setVariable("maxCps", maxJumpCPS + maxLeftCPS + maxRightCPS); - } - - // player 2 - { - s_clicksP2.cleanup(); - auto const jumpTotal = s_clicksP2.getClicks(PlayerButton::Jump); - auto const leftTotal = s_clicksP2.getClicks(PlayerButton::Left); - auto const rightTotal = s_clicksP2.getClicks(PlayerButton::Right); - auto const jumpCPS = s_clicksP2.getCPS(PlayerButton::Jump); - auto const leftCPS = s_clicksP2.getCPS(PlayerButton::Left); - auto const rightCPS = s_clicksP2.getCPS(PlayerButton::Right); - auto const maxJumpCPS = s_clicksP2.getMaxCPS(PlayerButton::Jump); - auto const maxLeftCPS = s_clicksP2.getMaxCPS(PlayerButton::Left); - auto const maxRightCPS = s_clicksP2.getMaxCPS(PlayerButton::Right); - manager.setVariable("cps1P2", jumpCPS); - manager.setVariable("cps2P2", leftCPS); - manager.setVariable("cps3P2", rightCPS); - manager.setVariable("clicks1P2", jumpTotal); - manager.setVariable("clicks2P2", leftTotal); - manager.setVariable("clicks3P2", rightTotal); - manager.setVariable("maxCps1P2", maxJumpCPS); - manager.setVariable("maxCps2P2", maxLeftCPS); - manager.setVariable("maxCps3P2", maxRightCPS); - manager.setVariable("cpsP2", jumpCPS + leftCPS + rightCPS); - manager.setVariable("clicksP2", jumpTotal + leftTotal + rightTotal); - manager.setVariable("maxCpsP2", maxJumpCPS + maxLeftCPS + maxRightCPS); - } - } - - [[nodiscard]] char const* getId() const override { return "Labels"; } - - void createLabelComponent() { - auto tab = gui::MenuTab::find("tab.labels"); - for (auto toggle : m_labelToggles) { - tab->removeComponent(toggle); - } - - m_labelToggles.clear(); - for (auto& setting : s_labels) { - auto toggle = tab->addLabelSetting(&setting); - toggle->deleteCallback([this, &setting] { - Popup::create( - i18n::get_("labels.delete-prompt"), - i18n::get_("labels.delete-prompt.msg"), - i18n::get_("common.yes"), - i18n::get_("common.no"), - [this, &setting](bool yes) { - if (!yes) return; - gui::Engine::queueAfterDrawing( - [&] { - auto it = std::ranges::find_if( - s_labels, [&setting](labels::LabelSettings const& s) { - return s.id == setting.id; - } - ); - - if (it == s_labels.end()) return; - - s_labels.erase(it); - config::set("labels", s_labels); - updateLabels(true); - createLabelComponent(); - } - ); - } - ); - }) - ->editCallback([] { - config::set("labels", s_labels); - updateLabels(true); - }) - ->exportCallback([&setting] { - setting.promptSave(); - }) - ->moveCallback([this, &setting](bool up) { - auto it = std::ranges::find_if( - s_labels, [&setting](labels::LabelSettings const& s) { - return s.id == setting.id; - } - ); - - if (it == s_labels.end()) - return; // should never happen but just in case - if ((up && it == s_labels.begin()) || (!up && it == s_labels.end() - 1)) - return; // index out of bounds - - // swap the elements - auto index = std::distance(s_labels.begin(), it); - auto newIndex = up ? index - 1 : index + 1; - std::iter_swap(it, s_labels.begin() + newIndex); - - // update the config - config::set("labels", s_labels); - updateLabels(true); - - // refresh ui - gui::Engine::queueAfterDrawing([this] { - createLabelComponent(); - }); - }) - ->handleKeybinds(); - - m_labelToggles.push_back(toggle); - } - - refreshCocosUI(); - } - - std::vector m_labelToggles; - }; - - std::vector const Labels::DEFAULT_LABELS = { - {"FPS", "FPS: {round(fps)}", false}, - {"Testmode", "{isPracticeMode ? emojis.practice + 'Practice' : isTestMode ?? emojis.startPos + 'Testmode'}", false}, - {"Run From", "{!isPlatformer && (isPracticeMode || isTestMode) ?? 'From: ' + floor(runStart) + '%'}", false}, - {"Attempt", "Attempt {attempt}", false}, - {"Percentage", "{isPlatformer ? time : progress + '%'}", false}, - {"Level Time", "{time}", false}, - {"Best Run", "Best run: {runFrom}-{bestRun}%", false}, - {"Clock", "{clock}", false}, - { - "CPS", "{cps}/{clicks}/{maxCps} CPS", false, - false, 0.35f, gui::Color(1.f, 1.f, 1.f, 0.3f), - "bigFont.fnt", LabelsContainer::Alignment::TopLeft, - BMFontAlignment::Left, {0, 0}, {{ - true, labels::LabelEvent::Type::OnButtonHold, - "", std::nullopt, std::nullopt, - gui::Color(0, 1, 0), 0.6f, std::nullopt, - 0.f, 0.f, 0.1f - }} - }, - { - "Noclip Accuracy", "{ noclip ?? $'Accuracy: {noclipAccuracy}%'}", false, - false, 0.35f, gui::Color(1.f, 1.f, 1.f, 0.3f), - "bigFont.fnt", LabelsContainer::Alignment::TopLeft, - BMFontAlignment::Left, {0, 0}, {{ - true, labels::LabelEvent::Type::OnNoclipDeath, - "", std::nullopt, std::nullopt, - gui::Color(1, 0, 0), 0.6f, std::nullopt, - 0.f, 0.f, 0.1f - }} - }, - { - "Noclip Deaths", "{ noclip ?? 'Deaths: ' + noclipDeaths}", false, - false, 0.35f, gui::Color(1.f, 1.f, 1.f, 0.3f), - "bigFont.fnt", LabelsContainer::Alignment::TopLeft, - BMFontAlignment::Left, {0, 0}, {{ - true, labels::LabelEvent::Type::OnNoclipDeath, - "", std::nullopt, std::nullopt, - gui::Color(1, 0, 0), 0.6f, std::nullopt, - 0.f, 0.f, 0.1f - }} - }, - }; - - - - REGISTER_HACK(Labels) -} diff --git a/src/hacks/Level/AccuratePercentage.cpp b/src/hacks/Level/AccuratePercentage.cpp deleted file mode 100644 index ae9a3161..00000000 --- a/src/hacks/Level/AccuratePercentage.cpp +++ /dev/null @@ -1,68 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Global { - class $hack(AccuratePercentage) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.accuratepercentage.amount", 4); - config::setIfEmpty("level.accuratepercentage.normal_mode", true); - config::setIfEmpty("level.accuratepercentage.bugfix", true); - config::setIfEmpty("level.accuratepercentage.show_minutes", true); - - tab->addToggle("level.accuratepercentage")->setDescription()->handleKeybinds() - ->addOptions([](auto options) { - options->addToggle("level.accuratepercentage.normal_mode"); - options->addInputInt("level.accuratepercentage.amount", 0, 15); - options->addToggle("level.accuratepercentage.bugfix"); - options->addToggle("level.accuratepercentage.show_minutes"); - }); - } - - [[nodiscard]] const char* getId() const override { return "Accurate Percentage"; } - }; - - REGISTER_HACK(AccuratePercentage) - - class $modify(AccuratePercentagePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.accuratepercentage") - - double customGetProgress() { - if (config::get<"level.accuratepercentage.bugfix", bool>(true)) - return utils::getActualProgress(this); - return this->getCurrentPercent(); - } - - void updateProgressbar() { - PlayLayer::updateProgressbar(); - if (m_percentageLabel == nullptr) return; - - if (m_level->isPlatformer()) { - if (!config::get<"level.accuratepercentage.show_minutes", bool>(true)) return; - auto time = utils::formatTime(m_timePlayed); - m_percentageLabel->setString(time.c_str()); - } else if (config::get<"level.accuratepercentage.normal_mode", bool>(true)) { - auto percent = customGetProgress(); - auto numDigits = config::get("level.accuratepercentage.amount", 4); - if (numDigits > 0) { - m_percentageLabel->setString(fmt::format("{:.{}f}%", percent, numDigits).c_str()); - } else { - m_percentageLabel->setString(fmt::format("{}%", static_cast(std::floor(percent))).c_str()); - } - - // If bugfix is active, also fix the progress bar - if (!config::get<"level.accuratepercentage.bugfix", bool>(true)) return; - m_progressFill->setTextureRect({ - 0, 0, - static_cast(m_progressWidth * percent / 100.0), - m_progressHeight - }); - } - } - }; -} diff --git a/src/hacks/Level/AllPassable.cpp b/src/hacks/Level/AllPassable.cpp deleted file mode 100644 index a14c3e0a..00000000 --- a/src/hacks/Level/AllPassable.cpp +++ /dev/null @@ -1,57 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - class $modify(AllPassGOHook, GameObject) { - struct Fields { - bool m_isPassable = false; - bool m_checked = false; - }; - }; - - class $modify(AllPassPLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.allpassable") - - void setupHasCompleted() { - PlayLayer::setupHasCompleted(); - for (auto obj : geode::cocos::CCArrayExt(m_objects)) { - auto fields = obj->m_fields.self(); - fields->m_isPassable = obj->m_isPassable; - fields->m_checked = true; - obj->m_isPassable = true; - } - } - }; - - class $hack(AllPassable) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - tab->addToggle("level.allpassable") - ->setDescription() - ->handleKeybinds() - ->callback([] (bool toggled) { - if (auto pl = utils::get()) { - for (auto obj : geode::cocos::CCArrayExt(pl->m_objects)) { - auto fields = obj->m_fields.self(); - if (!fields->m_checked) { - fields->m_isPassable = obj->m_isPassable; - fields->m_checked = true; - } - obj->m_isPassable = toggled || fields->m_isPassable; - } - } - }); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"level.allpassable", bool>(); } - [[nodiscard]] const char* getId() const override { return "All Passable"; } - }; - - REGISTER_HACK(AllPassable) -} \ No newline at end of file diff --git a/src/hacks/Level/AlwaysShowCoins.cpp b/src/hacks/Level/AlwaysShowCoins.cpp deleted file mode 100644 index 2ba3a9be..00000000 --- a/src/hacks/Level/AlwaysShowCoins.cpp +++ /dev/null @@ -1,81 +0,0 @@ -#ifndef GEODE_IS_MACOS -// TODO: someone look at fixing this for imac -#include -#include -#include -#include - -#include -#include -#include - -namespace eclipse::hacks::Level { - void onChangeShowCoins(bool state) { - static cocos2d::CCObject* uncollectedSecretCoin = nullptr; - static cocos2d::CCObject* uncollectedUserCoin = nullptr; - - auto* GM = utils::get(); - - if (!uncollectedSecretCoin) - uncollectedSecretCoin = GM->m_mainFramesForAnimation->objectForKey(-142)->copy(); - - if (!uncollectedUserCoin) - uncollectedUserCoin = GM->m_mainFramesForAnimation->objectForKey(-1329)->copy(); - - if (state) { - uncollectedSecretCoin->retain(); - uncollectedUserCoin->retain(); - - GM->m_mainFramesForAnimation->removeObjectForKey(-142); - GM->m_mainFramesForAnimation->removeObjectForKey(-1329); - - GM->m_mainFramesForAnimation->setObject(GM->m_mainFramesForAnimation->objectForKey(142)->copy(), -142); - GM->m_mainFramesForAnimation->setObject(GM->m_mainFramesForAnimation->objectForKey(1329)->copy(), -1329); - } else if (uncollectedSecretCoin && uncollectedUserCoin) { - GM->m_mainFramesForAnimation->removeObjectForKey(-142); - GM->m_mainFramesForAnimation->removeObjectForKey(-1329); - - GM->m_mainFramesForAnimation->setObject(uncollectedSecretCoin, -142); - GM->m_mainFramesForAnimation->setObject(uncollectedUserCoin, -1329); - } - } - - class $hack(AlwaysShowCoins) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.alwaysshowcoins")->handleKeybinds()->setDescription() - ->callback(onChangeShowCoins); - } - - void lateInit() override { - onChangeShowCoins(config::get("level.alwaysshowcoins", false)); - } - - [[nodiscard]] const char* getId() const override { return "Always Show Coins"; } - }; - - REGISTER_HACK(AlwaysShowCoins) - - // if qolmod makes 3 billion playlayers this will not work correctly - static bool skipUniqueCoin = false; - - class $modify(AlwaysShowCoinsGOHook, GameObject) { - ADD_HOOKS_DELEGATE("level.alwaysshowcoins") - - void playDestroyObjectAnim(GJBaseGameLayer* p0) { - skipUniqueCoin = true; - GameObject::playDestroyObjectAnim(p0); - skipUniqueCoin = false; - } - }; - - class $modify(AlwaysShowCoinsBGLHook, GJBaseGameLayer) { - bool hasUniqueCoin(EffectGameObject* p0) { - if (!GJBaseGameLayer::hasUniqueCoin(p0)) - return false; - - return !skipUniqueCoin; - } - }; -} -#endif \ No newline at end of file diff --git a/src/hacks/Level/AutoLDM.cpp b/src/hacks/Level/AutoLDM.cpp deleted file mode 100644 index 58cb6d63..00000000 --- a/src/hacks/Level/AutoLDM.cpp +++ /dev/null @@ -1,39 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Level { - - class $hack(AutoLDM) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.autoldm")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Auto LDM"; } - }; - - REGISTER_HACK(AutoLDM) - - class $modify(AutoLDMELLHook, EditLevelLayer) { - ADD_HOOKS_DELEGATE("level.autoldm") - - bool init(GJGameLevel* level) { - level->m_lowDetailModeToggled = true; - return EditLevelLayer::init(level); - } - }; - - class $modify(AutoLDMLILHook, LevelInfoLayer) { - ADD_HOOKS_DELEGATE("level.autoldm") - - bool init(GJGameLevel* level, bool challenge) { - level->m_lowDetailModeToggled = true; - return LevelInfoLayer::init(level, challenge); - } - }; -} diff --git a/src/hacks/Level/AutoPickupCoins.cpp b/src/hacks/Level/AutoPickupCoins.cpp deleted file mode 100644 index e571f9ee..00000000 --- a/src/hacks/Level/AutoPickupCoins.cpp +++ /dev/null @@ -1,48 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(AutoPickupCoins) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.autopickupcoins")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"level.autopickupcoins", bool>(); } - [[nodiscard]] const char* getId() const override { return "Auto Pickup Coins"; } - }; - - REGISTER_HACK(AutoPickupCoins) - - class $modify(AutoPickupCoinsPLHook, PlayLayer) { - struct Fields { - std::vector m_coins; - }; - - static void onModify(auto& self) { - HOOKS_TOGGLE("level.autopickupcoins", PlayLayer, "resetLevel"); - } - - void addObject(GameObject* obj) { - PlayLayer::addObject(obj); - auto id = obj->m_objectID; - - if (id == 142 || id == 1329) - m_fields->m_coins.push_back(static_cast(obj)); - } - - void resetLevel() { - PlayLayer::resetLevel(); - - for (auto* coin : m_fields->m_coins) { - if (coin == nullptr) continue; - this->pickupItem(coin); - this->destroyObject(coin); - } - } - }; -} diff --git a/src/hacks/Level/AutoPracticeMode.cpp b/src/hacks/Level/AutoPracticeMode.cpp deleted file mode 100644 index 79f5e271..00000000 --- a/src/hacks/Level/AutoPracticeMode.cpp +++ /dev/null @@ -1,31 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(AutoPracticeMode) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.autopracticemode")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Auto Practice Mode"; } - }; - - REGISTER_HACK(AutoPracticeMode) - - class $modify(AutoPracticeModePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.autopracticemode") - - bool init(GJGameLevel* p0, bool p1, bool p2) { - if (!PlayLayer::init(p0, p1, p2)) - return false; - - this->togglePracticeMode(true); - return true; - } - }; -} diff --git a/src/hacks/Level/AutoSongDownload.cpp b/src/hacks/Level/AutoSongDownload.cpp deleted file mode 100644 index 9810c15b..00000000 --- a/src/hacks/Level/AutoSongDownload.cpp +++ /dev/null @@ -1,42 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(AutoSongDownload) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.autosongdownload")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Auto Song Download"; } - }; - - REGISTER_HACK(AutoSongDownload) - - class $modify(AutoSongDownloadLILHook, LevelInfoLayer) { - ADD_HOOKS_DELEGATE("level.autosongdownload") - - void tryDownload() { - if (!utils::get()->getGameVariable(GameVar::ShownMusicTOS)) - return; - if (m_songWidget->m_downloadBtn->isVisible()) - m_songWidget->m_downloadBtn->activate(); - } - - void levelDownloadFinished(GJGameLevel* level) override { - LevelInfoLayer::levelDownloadFinished(level); - this->tryDownload(); - } - - void onEnterTransitionDidFinish() override { - LevelInfoLayer::onEnterTransitionDidFinish(); - if (m_level->m_dailyID > 0) { - this->tryDownload(); - } - } - }; -} diff --git a/src/hacks/Level/CheckpointDelay.cpp b/src/hacks/Level/CheckpointDelay.cpp deleted file mode 100644 index 9a2dd0b0..00000000 --- a/src/hacks/Level/CheckpointDelay.cpp +++ /dev/null @@ -1,38 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(CheckpointDelay) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.checkpointdelay") - ->handleKeybinds() - ->setDescription() - ->callback([](bool value) { - config::set("bot.original.checkpointdelay", value); - }); - } - - [[nodiscard]] const char* getId() const override { return "Checkpoint Delay Fix"; } - }; - - REGISTER_HACK(CheckpointDelay) - - class $modify(CheckpointDelayUILHook, UILayer) { - ADD_HOOKS_DELEGATE("level.checkpointdelay") - - void onCheck(cocos2d::CCObject* sender) { - UILayer::onCheck(sender); - - auto pl = utils::get(); - if(!pl) return; - - pl->m_tryPlaceCheckpoint = false; - pl->markCheckpoint(); - } - }; -} \ No newline at end of file diff --git a/src/hacks/Level/ConfirmHacks.cpp b/src/hacks/Level/ConfirmHacks.cpp deleted file mode 100644 index 7aea9874..00000000 --- a/src/hacks/Level/ConfirmHacks.cpp +++ /dev/null @@ -1,161 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(ConfirmRestart) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.confirmrestart", false); - - tab->addToggle("level.confirmrestart") - ->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Confirm Restart"; } - }; - - class $hack(ConfirmFullReset) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.confirmfullreset", false); - - tab->addToggle("level.confirmfullreset") - ->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Confirm Full Reset"; } - }; - - class $hack(ConfirmPractice) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.confirmpractice", false); - config::setIfEmpty("level.confirmpractice.confirmexitpractice", true); - - tab->addToggle("level.confirmpractice") - ->handleKeybinds()->setDescription() - ->addOptions([](auto options) { - options->addToggle("level.confirmpractice.confirmexitpractice")->setDescription(); - }); - } - - [[nodiscard]] const char* getId() const override { return "Confirm Practice"; } - }; - - REGISTER_HACK(ConfirmRestart) - REGISTER_HACK(ConfirmFullReset) - REGISTER_HACK(ConfirmPractice) - - class $modify(ConfirmRestartPauseLayerHook, PauseLayer) { - ADD_HOOKS_DELEGATE("level.confirmrestart") - - struct Fields { - bool m_isPopupVisible = false; - }; - - void onRestart(cocos2d::CCObject* sender) { - if (m_fields->m_isPopupVisible) { - PauseLayer::onRestart(sender); - return; - } - - geode::createQuickPopup( - "Restart Level", // title - "Are you sure you want to restart?", // content - "Cancel", "Restart", // buttons - [this, sender](auto, bool btn2) { - if (btn2) { - m_fields->m_isPopupVisible = true; - PauseLayer::onRestart(sender); - m_fields->m_isPopupVisible = false; - } - } - ); - } - }; - - class $modify(ConfirmPracticePauseLayerHook, PauseLayer) { - ADD_HOOKS_DELEGATE("level.confirmpractice") - - struct Fields { - bool m_isEnterPopupVisible = false; - bool m_isExitPopupVisible = false; - }; - - void onPracticeMode(cocos2d::CCObject * sender) { - if (m_fields->m_isEnterPopupVisible) { - PauseLayer::onPracticeMode(sender); - return; - } - - geode::createQuickPopup( - "Enter Practice", // title - "Are you sure you want to\nenter Practice Mode?", // content - "Cancel", "Enter", // buttons - [this, sender](auto, bool btn2) { - if (btn2) { - m_fields->m_isEnterPopupVisible = true; - PauseLayer::onPracticeMode(sender); - m_fields->m_isEnterPopupVisible = false; - } - } - ); - } - - void onNormalMode(cocos2d::CCObject * sender) { - if (m_fields->m_isExitPopupVisible || - !config::get("level.confirmpractice.confirmexitpractice", false)) { - PauseLayer::onNormalMode(sender); - return; - } - - geode::createQuickPopup( - "Exit Practice", // title - "Are you sure you want to\nexit Practice Mode?", // content - "Cancel", "Exit", // buttons - [this, sender](auto, bool btn2) { - if (btn2) { - m_fields->m_isExitPopupVisible = true; - PauseLayer::onNormalMode(sender); - m_fields->m_isExitPopupVisible = false; - } - } - ); - } - }; - - class $modify(ConfirmFullResetPauseLayerHook, PauseLayer) { - ADD_HOOKS_DELEGATE("level.confirmfullreset") - - struct Fields { - bool m_isPopupVisible = false; - }; - - void onRestartFull(cocos2d::CCObject * sender) { - if (m_fields->m_isPopupVisible) { - PauseLayer::onRestartFull(sender); - return; - } - - geode::createQuickPopup( - "Reset Progress", // title - "Are you sure you want to fully reset current progress?", // content - "Cancel", "Reset", // buttons - [this, sender](auto, bool btn2) { - if (btn2) { - m_fields->m_isPopupVisible = true; - PauseLayer::onRestartFull(sender); - m_fields->m_isPopupVisible = false; - } - } - ); - } - }; -} diff --git a/src/hacks/Level/ForcePlatformer.cpp b/src/hacks/Level/ForcePlatformer.cpp deleted file mode 100644 index f9771b13..00000000 --- a/src/hacks/Level/ForcePlatformer.cpp +++ /dev/null @@ -1,47 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Level { - class $hack(ForcePlatformer) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.forceplatformer")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"level.forceplatformer", bool>(); } - [[nodiscard]] const char* getId() const override { return "Force Platformer"; } - }; - - REGISTER_HACK(ForcePlatformer) - - class $modify(ForcePlatformerGJBLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("level.forceplatformer") - - void loadLevelSettings() { - if (!utils::get() || m_levelSettings->m_platformerMode) - return GJBaseGameLayer::loadLevelSettings(); - - //length is changed by loadLevelSettings - m_levelSettings->m_platformerMode = true; - int originalLength = m_levelSettings->m_level->m_levelLength; - GJBaseGameLayer::loadLevelSettings(); - m_levelSettings->m_level->m_levelLength = originalLength; - m_levelSettings->m_platformerMode = false; - } - }; - - class $modify(ForcePlatformerPLHook, PlayLayer) { - void resetLevel() { - auto val = config::get("level.forceplatformer", false); - if (val != m_isPlatformer) { - this->loadLevelSettings(); - } - PlayLayer::resetLevel(); - } - }; -}; diff --git a/src/hacks/Level/FreezeAttempts.cpp b/src/hacks/Level/FreezeAttempts.cpp deleted file mode 100644 index 2d4f1e27..00000000 --- a/src/hacks/Level/FreezeAttempts.cpp +++ /dev/null @@ -1,52 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(FreezeAttempts) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.freeze_attempts")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Freeze Attempts"; } - }; - - REGISTER_HACK(FreezeAttempts) - - class $modify(FreezeAttemptsPLHook, PlayLayer) { - struct Fields { - std::uint32_t totalAttempts; - }; - - static void onModify(auto& self) { - HOOKS_TOGGLE( - "level.freeze_attempts", PlayLayer, - "updateAttempts", "resetLevel", "onQuit" - ); - } - - bool init(GJGameLevel* level, bool useReplay, bool dontCreateObjects) { - auto* GSM = utils::get(); - - m_fields->totalAttempts = GSM->getStat("2"); - - return PlayLayer::init(level, useReplay, dontCreateObjects); - } - - void updateAttempts() {} - - void resetLevel() { - this->m_level->m_attempts = this->m_level->m_attempts - 1; - PlayLayer::resetLevel(); - } - - void onQuit() { - utils::get()->setStat("2", m_fields->totalAttempts); - PlayLayer::onQuit(); - } - }; -} diff --git a/src/hacks/Level/HideLevelCompleteVFX.cpp b/src/hacks/Level/HideLevelCompleteVFX.cpp deleted file mode 100644 index 1a59b687..00000000 --- a/src/hacks/Level/HideLevelCompleteVFX.cpp +++ /dev/null @@ -1,105 +0,0 @@ -#include -#include -#include -#include - -#include -#include -#include -#include - -namespace eclipse::hacks::Level { - class $hack(HideLevelCompleteVFX) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.hidelevelcomplete")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Hide Level Complete VFX"; } - }; - - REGISTER_HACK(HideLevelCompleteVFX) - - class $modify(HideLevelCompleteVFXCCCWHook, CCCircleWave) { - ADD_HOOKS_DELEGATE("level.hidelevelcomplete") - - void setPosition(cocos2d::CCPoint const& p0) { - CCCircleWave::setPosition(p0); - - PlayLayer* pl = utils::get(); - - if (!pl) return; - - /* - CCCircleWaves sometimes get added - as child of CurrencyRewardLayer when completing rated levels - so i had to change hooks to CCCircleWave::draw(); - - this doesnt affect CCCircleWaves when playlayer is active - thanks to the m_levelEndAnimationStarted member variable - */ - if (pl->m_levelEndAnimationStarted && !geode::cast::typeinfo_cast(this->getParent())) - this->setVisible(false); - } - }; - - class $modify(HideLevelCompleteVFXCCLFHook, CCLightFlash) { - ADD_HOOKS_DELEGATE("level.hidelevelcomplete") - - // i cant believe i need to hook this function with TWENTY params to get things working what the heck :despair: - void playEffect( - cocos2d::CCPoint point, cocos2d::ccColor3B color, float p2, float p3, float p4, float p5, float p6, - float p7, float p8, float p9, float p10, float p11, float p12, float p13, float p14, float p15, int p16, - bool p17, bool p18, float p19 - ) { - CCLightFlash::playEffect( - point, color, p2, p3, p4, p5, p6, p7, p8, p9, p10, - p11, p12, p13, p14, p15, p16, p17, p18, p19 - ); - - PlayLayer* pl = utils::get(); - - if (!pl) return; - - if (pl->m_levelEndAnimationStarted) - this->setVisible(false); - } - }; - - // in case of setupVBO() emergency, comment the below out - // nvm it hooks but draw() is finicky and create() doesnt work - /* - class $modify(HideLevelCompleteVFXCCPSQHook, cocos2d::CCParticleSystemQuad) { - void initTexCoordsWithRect(cocos2d::CCRect const& p0) { - CCParticleSystemQuad::initTexCoordsWithRect(p0); - geode::log::info("help"); - if (!config::get("level.hidelevelcomplete", false)) return; - PlayLayer* pl = utils::get(); - if (!pl) return; - if (this->getParent() != pl) return; - - if (pl->m_levelEndAnimationStarted) - this->setVisible(false); - } - }; - */ - - // backup plan in case something goes terribly wrong with setupVBO() again --raydeeux - // nvm activate the backup plan NOW bc stuff won't hook - class $modify(HideLevelCompleteVFXCCPSHook, cocos2d::CCParticleSystem) { - ADD_HOOKS_DELEGATE("level.hidelevelcomplete") - - void initParticle(cocos2d::sCCParticle* p0) { - CCParticleSystem::initParticle(p0); - - PlayLayer* pl = utils::get(); - - if (!pl) return; - if (this->getParent() != pl) return; - if (!geode::cast::typeinfo_cast(this)) return; - - if (pl->m_levelEndAnimationStarted) - this->setVisible(false); - } - }; -} diff --git a/src/hacks/Level/HidePauseMenu.cpp b/src/hacks/Level/HidePauseMenu.cpp deleted file mode 100644 index 5f4214b0..00000000 --- a/src/hacks/Level/HidePauseMenu.cpp +++ /dev/null @@ -1,40 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(HidePause) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.hidepause")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Hide Pause Menu"; } - }; - - REGISTER_HACK(HidePause) - - class $modify(HPMPauseLayerHook, PauseLayer) { - void customSetup() override { - this->createHideScheduler(this); - PauseLayer::customSetup(); - } - - static void createHideScheduler(PauseLayer* pauseLayer) { - pauseLayer->schedule(schedule_selector(HPMPauseLayerHook::updatePauseMenu)); - pauseLayer->setVisible(!config::get<"level.hidepause", bool>(false)); - } - - void updatePauseMenu(float dt) { - static bool const hasZoomMod = geode::Loader::get()->isModLoaded("bobby_shmurner.zoom"); - - auto hidePause = config::get<"level.hidepause", bool>(false); - if (hidePause == this->isVisible() && (hasZoomMod ? gui::Engine::get().isToggled() : true)) { - this->setVisible(!hidePause); - } - } - }; -} diff --git a/src/hacks/Level/HitboxMultiplier.cpp b/src/hacks/Level/HitboxMultiplier.cpp deleted file mode 100644 index e7fa104c..00000000 --- a/src/hacks/Level/HitboxMultiplier.cpp +++ /dev/null @@ -1,138 +0,0 @@ -#include -#include -#include -#include - -#include -#include -#include -#include - -namespace eclipse::hacks::Level { - static GameObject* s_rotatedGameObject = nullptr; - static std::deque s_affectedGameObjects; - - float getMultiplier(GameObject* gameObject) { - if (!utils::get()) - return 1.f; - - if ((gameObject == utils::get()->m_player1 || gameObject == utils::get()->m_player2)) - return config::get("level.hitbox_multiplier.player", 1.f); - if (gameObject->m_objectType == GameObjectType::Hazard || gameObject->m_objectType == GameObjectType::AnimatedHazard) - return config::get("level.hitbox_multiplier.hazard", 1.f); - if (gameObject->m_objectType == GameObjectType::Solid || gameObject->m_objectType == GameObjectType::Slope) - return config::get("level.hitbox_multiplier.solid", 1.f); - - return 1.f; - } - - class $modify(HitboxGameObject, GameObject) { - struct Fields { - float m_originalRadius = -1.f; - }; - - ADD_HOOKS_DELEGATE("level.hitbox_multiplier") - - cocos2d::CCRect getObjectRect(float x, float y) { - s_affectedGameObjects.push_back(this); - - if (m_fields->m_originalRadius < 0) - m_fields->m_originalRadius = m_objectRadius; - - float multiplier = getMultiplier(this); - m_objectRadius = m_fields->m_originalRadius * getMultiplier(this); - return GameObject::getObjectRect(x * multiplier, y * multiplier); - } - - void updateOrientedBox() { - s_rotatedGameObject = this; - GameObject::updateOrientedBox(); - } - }; - - void forceHitboxRecalculation() { - for (GameObject* gameObject : s_affectedGameObjects) { - gameObject->setObjectRectDirty(true); - gameObject->setOrientedRectDirty(true); - gameObject->m_objectRadius = static_cast(gameObject)->m_fields->m_originalRadius; - } - - s_affectedGameObjects.clear(); - } - - void reset() { - s_affectedGameObjects.clear(); - s_rotatedGameObject = nullptr; - } - - class $hack(HitboxMultiplier) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.hitbox_multiplier", false); - config::setIfEmpty("level.hitbox_multiplier.player", 1.f); - config::setIfEmpty("level.hitbox_multiplier.solid", 1.f); - config::setIfEmpty("level.hitbox_multiplier.hazard", 1.f); - - tab->addToggle("level.hitbox_multiplier")->handleKeybinds()->setDescription() - ->callback([](bool) { forceHitboxRecalculation(); }) - ->addOptions([](auto options) { - options->addInputFloat("level.hitbox_multiplier.player", 0.f, 10.f, "%.2fx"); - options->addInputFloat("level.hitbox_multiplier.solid", 0.f, 10.f, "%.2fx"); - options->addInputFloat("level.hitbox_multiplier.hazard", 0.f, 10.f, "%.2fx"); - }); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"level.hitbox_multiplier", bool>(); } - [[nodiscard]] const char* getId() const override { return "Hitbox Multiplier"; } - }; - - REGISTER_HACK(HitboxMultiplier) - - class $modify(HitboxMultiplierPLHook, PlayLayer) { - bool init(GJGameLevel* level, bool unk, bool dontCreateObjects) { - reset(); - return PlayLayer::init(level, unk, dontCreateObjects); - } - - void resetLevel() { - forceHitboxRecalculation(); - PlayLayer::resetLevel(); - } - - void onQuit() { - reset(); - PlayLayer::onQuit(); - } - }; - - class $modify(HitboxMultiplierLELHook, LevelEditorLayer) { - bool init(GJGameLevel* level, bool unk) { - reset(); - bool res = LevelEditorLayer::init(level, unk); - reset(); - return res; - } - - void onPlaytest() { - forceHitboxRecalculation(); - LevelEditorLayer::onPlaytest(); - } - }; - - class $modify(HitboxMultiplierOBB2DHook, OBB2D) { - void calculateWithCenter(cocos2d::CCPoint center, float width, float heigth, float rotation) { - if (!s_rotatedGameObject || !utils::get() || !config::get("level.hitbox_multiplier", false)) { - s_rotatedGameObject = nullptr; - return OBB2D::calculateWithCenter(center, width, heigth, rotation); - } - - s_affectedGameObjects.push_back(s_rotatedGameObject); - - float multiplier = getMultiplier(s_rotatedGameObject); - OBB2D::calculateWithCenter(center, width * multiplier, heigth * multiplier, rotation); - - s_rotatedGameObject = nullptr; - } - }; -}; diff --git a/src/hacks/Level/InstantMirror.cpp b/src/hacks/Level/InstantMirror.cpp deleted file mode 100644 index 1f2d290e..00000000 --- a/src/hacks/Level/InstantMirror.cpp +++ /dev/null @@ -1,27 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(InstantMirror) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.instantmirror")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Instant Mirror"; } - }; - - REGISTER_HACK(InstantMirror) - - class $modify(InstantMirrorGJBGLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("level.instantmirror") - - void toggleFlipped(bool p0, bool p1) { - GJBaseGameLayer::toggleFlipped(p0, true); - } - }; -} diff --git a/src/hacks/Level/LayoutMode.cpp b/src/hacks/Level/LayoutMode.cpp deleted file mode 100644 index b0a9c495..00000000 --- a/src/hacks/Level/LayoutMode.cpp +++ /dev/null @@ -1,182 +0,0 @@ -#include -#include -#include -#include -#include - -#include -#include -#include - -namespace eclipse::hacks::Level { - - // thanks toby for permission! - // https://github.com/TobyAdd/GDH/blob/main/src/layoutMode.cpp - static std::unordered_set s_decoIDs = {5, 15, 16, 17, 18, 19, 20, 21, 41, 48, 49, 50, 51, 52, 53, 54, 60, 73, 80, 85, 86, 87, 97, 106, 107, 110, 113, 114, 115, 120, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 136, 137, 138, 139, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 180, 181, 182, 190, 211, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 245, 246, 259, 266, 273, 277, 278, 279, 280, 281, 282, 283, 284, 285, 296, 297, 324, 325, 358, 373, 374, 375, 376, 377, 378, 394, 395, 396, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 419, 420, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 460, 472, 473, 474, 476, 477, 478, 479, 480, 481, 482, 485, 486, 487, 488, 489, 490, 491, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 653, 654, 655, 656, 657, 658, 659, 668, 669, 670, 671, 672, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 713, 714, 715, 716, 719, 721, 722, 723, 724, 730, 731, 732, 733, 734, 735, 736, 738, 739, 752, 753, 754, 755, 756, 757, 758, 759, 762, 763, 764, 765, 766, 767, 769, 770, 771, 772, 773, 774, 775, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 841, 842, 843, 844, 845, 846, 847, 848, 850, 853, 854, 855, 856, 857, 859, 861, 862, 863, 867, 868, 869, 870, 871, 872, 873, 874, 877, 878, 880, 881, 882, 883, 884, 885, 888, 889, 890, 891, 893, 894, 895, 896, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 916, 917, 920, 921, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 980, 981, 982, 983, 984, 985, 986, 987, 988, 990, 992, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1120, 1122, 1123, 1124, 1125, 1126, 1127, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1205, 1206, 1207, 1223, 1224, 1225, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1261, 1263, 1265, 1266, 1267, 1269, 1270, 1271, 1272, 1273, 1274, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1322, 1325, 1326, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1471, 1472, 1473, 1496, 1507, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1586, 1588, 1590, 1591, 1592, 1593, 1596, 1597, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1617, 1618, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640, 1641, 1642, 1643, 1644, 1645, 1646, 1647, 1648, 1649, 1650, 1651, 1652, 1653, 1654, 1655, 1656, 1657, 1658, 1659, 1660, 1661, 1662, 1663, 1664, 1665, 1666, 1667, 1668, 1669, 1670, 1671, 1672, 1673, 1674, 1675, 1676, 1677, 1678, 1679, 1680, 1681, 1682, 1683, 1684, 1685, 1686, 1687, 1688, 1689, 1690, 1691, 1692, 1693, 1694, 1695, 1696, 1697, 1698, 1699, 1700, 1737, 1738, 1739, 1740, 1741, 1742, 1752, 1753, 1754, 1756, 1757, 1758, 1759, 1760, 1761, 1762, 1763, 1764, 1765, 1766, 1767, 1768, 1769, 1770, 1771, 1772, 1773, 1774, 1775, 1776, 1777, 1778, 1779, 1780, 1781, 1782, 1783, 1784, 1785, 1786, 1787, 1788, 1789, 1790, 1791, 1792, 1793, 1794, 1795, 1796, 1797, 1798, 1799, 1800, 1801, 1802, 1803, 1804, 1805, 1806, 1807, 1808, 1809, 1810, 1820, 1821, 1823, 1824, 1825, 1826, 1827, 1828, 1830, 1831, 1832, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 1841, 1842, 1843, 1844, 1845, 1846, 1847, 1848, 1849, 1850, 1851, 1852, 1853, 1854, 1855, 1856, 1857, 1858, 1860, 1861, 1862, 1863, 1864, 1865, 1866, 1867, 1868, 1869, 1870, 1871, 1872, 1873, 1874, 1875, 1876, 1877, 1878, 1879, 1880, 1881, 1882, 1883, 1884, 1885, 1886, 1887, 1888, 1889, 1890, 1891, 1892, 1893, 1894, 1895, 1896, 1897, 1898, 1899, 1900, 1901, 1902, 1908, 1909, 1919, 1920, 1921, 1922, 1923, 1924, 1925, 1926, 1927, 1928, 1936, 1937, 1938, 1939, 2020, 2021, 2022, 2023, 2024, 2025, 2026, 2027, 2028, 2029, 2030, 2031, 2032, 2033, 2034, 2035, 2036, 2037, 2038, 2039, 2040, 2041, 2042, 2043, 2044, 2045, 2046, 2047, 2048, 2049, 2050, 2051, 2052, 2053, 2054, 2055, 2064, 2065, 2070, 2071, 2072, 2073, 2074, 2075, 2076, 2077, 2078, 2079, 2080, 2081, 2082, 2083, 2084, 2085, 2086, 2087, 2088, 2089, 2090, 2091, 2092, 2093, 2094, 2095, 2096, 2097, 2098, 2099, 2100, 2101, 2102, 2103, 2104, 2105, 2106, 2107, 2108, 2109, 2110, 2111, 2112, 2113, 2114, 2115, 2116, 2117, 2118, 2119, 2120, 2121, 2122, 2123, 2124, 2125, 2126, 2127, 2128, 2129, 2130, 2131, 2132, 2133, 2134, 2135, 2136, 2137, 2138, 2139, 2140, 2141, 2142, 2143, 2144, 2145, 2146, 2147, 2148, 2149, 2150, 2151, 2152, 2153, 2154, 2155, 2156, 2157, 2158, 2159, 2160, 2161, 2162, 2163, 2164, 2165, 2166, 2167, 2168, 2169, 2170, 2171, 2172, 2173, 2174, 2175, 2176, 2177, 2178, 2179, 2180, 2181, 2182, 2183, 2184, 2185, 2186, 2187, 2188, 2189, 2190, 2191, 2192, 2193, 2194, 2195, 2196, 2197, 2198, 2199, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, 2216, 2217, 2218, 2219, 2220, 2221, 2222, 2223, 2224, 2225, 2226, 2227, 2228, 2229, 2230, 2231, 2232, 2233, 2234, 2235, 2236, 2237, 2238, 2239, 2240, 2241, 2242, 2243, 2244, 2245, 2246, 2247, 2248, 2249, 2250, 2251, 2252, 2253, 2254, 2255, 2256, 2257, 2258, 2259, 2260, 2261, 2262, 2263, 2264, 2265, 2266, 2267, 2268, 2269, 2270, 2271, 2272, 2273, 2274, 2275, 2276, 2277, 2278, 2279, 2280, 2281, 2282, 2283, 2284, 2285, 2286, 2287, 2288, 2289, 2290, 2291, 2292, 2293, 2294, 2295, 2296, 2297, 2298, 2299, 2300, 2301, 2302, 2303, 2304, 2305, 2306, 2307, 2308, 2309, 2310, 2311, 2312, 2313, 2314, 2315, 2316, 2317, 2318, 2319, 2320, 2321, 2322, 2323, 2324, 2325, 2326, 2327, 2328, 2329, 2330, 2331, 2332, 2333, 2334, 2335, 2336, 2337, 2338, 2339, 2340, 2341, 2342, 2343, 2344, 2345, 2346, 2347, 2348, 2349, 2350, 2351, 2352, 2353, 2354, 2355, 2356, 2357, 2358, 2359, 2360, 2361, 2362, 2363, 2364, 2365, 2366, 2367, 2368, 2369, 2370, 2371, 2372, 2373, 2374, 2375, 2376, 2377, 2378, 2379, 2380, 2381, 2382, 2383, 2384, 2385, 2386, 2387, 2388, 2389, 2390, 2391, 2392, 2393, 2394, 2395, 2396, 2397, 2398, 2399, 2400, 2401, 2402, 2403, 2404, 2405, 2406, 2407, 2408, 2409, 2410, 2411, 2412, 2413, 2414, 2415, 2416, 2417, 2418, 2419, 2420, 2421, 2422, 2423, 2424, 2425, 2426, 2427, 2428, 2429, 2430, 2431, 2432, 2433, 2434, 2435, 2436, 2437, 2438, 2439, 2440, 2441, 2442, 2443, 2444, 2445, 2446, 2447, 2448, 2449, 2450, 2451, 2452, 2453, 2454, 2455, 2456, 2457, 2458, 2459, 2460, 2461, 2462, 2463, 2464, 2465, 2466, 2467, 2468, 2469, 2470, 2471, 2472, 2473, 2474, 2475, 2476, 2477, 2478, 2479, 2480, 2481, 2482, 2483, 2484, 2485, 2486, 2487, 2488, 2489, 2490, 2491, 2492, 2493, 2494, 2495, 2496, 2497, 2498, 2499, 2500, 2501, 2502, 2503, 2504, 2505, 2506, 2507, 2508, 2509, 2510, 2511, 2512, 2513, 2514, 2515, 2516, 2517, 2518, 2519, 2520, 2521, 2522, 2523, 2524, 2525, 2526, 2527, 2528, 2529, 2530, 2531, 2532, 2533, 2534, 2535, 2536, 2537, 2538, 2539, 2540, 2541, 2542, 2543, 2544, 2545, 2546, 2547, 2548, 2549, 2550, 2551, 2552, 2553, 2554, 2555, 2556, 2557, 2558, 2559, 2560, 2561, 2562, 2563, 2564, 2565, 2566, 2567, 2568, 2569, 2570, 2571, 2572, 2573, 2574, 2575, 2576, 2577, 2578, 2579, 2580, 2581, 2582, 2583, 2584, 2585, 2586, 2587, 2588, 2589, 2590, 2591, 2592, 2593, 2594, 2595, 2596, 2597, 2598, 2599, 2600, 2601, 2602, 2603, 2604, 2605, 2606, 2607, 2608, 2609, 2610, 2611, 2612, 2613, 2614, 2615, 2616, 2617, 2618, 2619, 2620, 2621, 2622, 2623, 2624, 2625, 2626, 2627, 2628, 2629, 2630, 2631, 2632, 2633, 2634, 2635, 2636, 2637, 2638, 2639, 2640, 2641, 2642, 2643, 2644, 2645, 2646, 2647, 2648, 2649, 2650, 2651, 2652, 2653, 2654, 2655, 2656, 2657, 2658, 2659, 2660, 2661, 2662, 2663, 2664, 2665, 2666, 2667, 2668, 2669, 2670, 2671, 2672, 2673, 2674, 2675, 2676, 2677, 2678, 2679, 2680, 2681, 2682, 2683, 2684, 2685, 2686, 2687, 2688, 2689, 2690, 2691, 2692, 2693, 2694, 2695, 2696, 2697, 2698, 2699, 2700, 2703, 2704, 2708, 2709, 2710, 2711, 2712, 2713, 2714, 2715, 2716, 2717, 2718, 2719, 2720, 2721, 2722, 2723, 2724, 2725, 2726, 2727, 2728, 2729, 2730, 2731, 2732, 2733, 2734, 2735, 2736, 2737, 2738, 2739, 2740, 2741, 2742, 2743, 2744, 2745, 2746, 2747, 2748, 2749, 2750, 2751, 2752, 2753, 2754, 2755, 2756, 2757, 2758, 2759, 2760, 2761, 2762, 2763, 2764, 2765, 2766, 2767, 2768, 2769, 2770, 2773, 2776, 2777, 2778, 2779, 2780, 2781, 2782, 2783, 2784, 2785, 2786, 2787, 2788, 2789, 2790, 2791, 2792, 2793, 2794, 2795, 2796, 2797, 2798, 2799, 2800, 2801, 2802, 2803, 2804, 2805, 2806, 2807, 2838, 2839, 2840, 2841, 2842, 2843, 2844, 2845, 2846, 2847, 2848, 2849, 2850, 2851, 2852, 2853, 2854, 2855, 2856, 2857, 2858, 2859, 2860, 2861, 2862, 2863, 2864, 2865, 2867, 2868, 2869, 2870, 2871, 2872, 2873, 2874, 2875, 2876, 2877, 2878, 2879, 2880, 2881, 2882, 2883, 2884, 2885, 2886, 2887, 2888, 2889, 2890, 2891, 2892, 2893, 2894, 2895, 2896, 2897, 2927, 2928, 2929, 2930, 2931, 2932, 2933, 2934, 2935, 2936, 2937, 2938, 2939, 2940, 2941, 2942, 2943, 2944, 2945, 2946, 2947, 2948, 2949, 2950, 2951, 2952, 2953, 2954, 2955, 2956, 2957, 2958, 2959, 2960, 2961, 2962, 2963, 2964, 2965, 2966, 2967, 2968, 2969, 2970, 2971, 2972, 2973, 2974, 2975, 2976, 2977, 2978, 2979, 2980, 2981, 2982, 2983, 2984, 2985, 2986, 2987, 2988, 2989, 2990, 2991, 2992, 2993, 2994, 2995, 2996, 2997, 2998, 3000, 3001, 3002, 3032, 3038, 3039, 3040, 3041, 3042, 3043, 3044, 3045, 3046, 3047, 3048, 3049, 3050, 3051, 3052, 3053, 3054, 3055, 3056, 3057, 3058, 3059, 3060, 3061, 3062, 3063, 3064, 3065, 3066, 3067, 3068, 3069, 3070, 3071, 3072, 3073, 3074, 3075, 3076, 3077, 3078, 3079, 3080, 3081, 3082, 3083, 3084, 3085, 3086, 3087, 3088, 3089, 3090, 3091, 3092, 3093, 3094, 3095, 3096, 3097, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3139, 3140, 3141, 3142, 3143, 3144, 3145, 3146, 3147, 3148, 3149, 3150, 3151, 3152, 3153, 3154, 3155, 3156, 3157, 3158, 3159, 3160, 3161, 3162, 3163, 3164, 3165, 3166, 3167, 3168, 3169, 3170, 3171, 3172, 3173, 3174, 3175, 3176, 3177, 3178, 3179, 3180, 3181, 3182, 3183, 3184, 3185, 3186, 3187, 3188, 3189, 3190, 3191, 3192, 3193, 3194, 3195, 3196, 3197, 3198, 3199, 3200, 3201, 3202, 3203, 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 3216, 3217, 3218, 3219, 3220, 3221, 3222, 3223, 3224, 3225, 3226, 3227, 3228, 3229, 3230, 3231, 3232, 3233, 3234, 3235, 3236, 3237, 3238, 3239, 3240, 3241, 3242, 3243, 3244, 3245, 3246, 3247, 3248, 3249, 3250, 3251, 3252, 3253, 3254, 3255, 3256, 3257, 3258, 3259, 3260, 3261, 3262, 3263, 3264, 3265, 3266, 3267, 3268, 3269, 3270, 3271, 3272, 3273, 3274, 3275, 3276, 3277, 3278, 3279, 3280, 3281, 3282, 3283, 3284, 3285, 3286, 3287, 3288, 3289, 3290, 3291, 3292, 3293, 3294, 3295, 3296, 3297, 3298, 3299, 3300, 3301, 3302, 3303, 3304, 3305, 3306, 3307, 3308, 3309, 3310, 3311, 3312, 3313, 3314, 3315, 3316, 3317, 3318, 3319, 3320, 3321, 3322, 3323, 3324, 3325, 3326, 3327, 3328, 3329, 3330, 3331, 3332, 3333, 3334, 3335, 3336, 3337, 3338, 3339, 3340, 3341, 3342, 3343, 3344, 3345, 3346, 3347, 3348, 3349, 3350, 3351, 3352, 3353, 3354, 3355, 3356, 3357, 3358, 3359, 3360, 3361, 3362, 3363, 3364, 3365, 3366, 3367, 3368, 3369, 3370, 3371, 3372, 3373, 3374, 3375, 3376, 3377, 3378, 3379, 3380, 3381, 3382, 3383, 3384, 3385, 3386, 3387, 3388, 3389, 3390, 3391, 3392, 3393, 3394, 3395, 3396, 3397, 3398, 3399, 3400, 3401, 3402, 3403, 3404, 3405, 3406, 3407, 3408, 3409, 3410, 3411, 3412, 3413, 3414, 3415, 3416, 3417, 3418, 3419, 3420, 3421, 3422, 3423, 3424, 3425, 3426, 3427, 3428, 3429, 3430, 3431, 3432, 3433, 3434, 3435, 3436, 3437, 3438, 3439, 3440, 3441, 3442, 3443, 3444, 3445, 3446, 3447, 3448, 3449, 3450, 3451, 3452, 3453, 3454, 3455, 3456, 3457, 3458, 3459, 3460, 3461, 3462, 3463, 3464, 3465, 3466, 3467, 3468, 3469, 3470, 3471, 3472, 3473, 3474, 3475, 3476, 3477, 3478, 3479, 3480, 3481, 3482, 3483, 3484, 3485, 3486, 3487, 3488, 3489, 3490, 3491, 3492, 3493, 3494, 3495, 3496, 3497, 3498, 3499, 3500, 3501, 3502, 3503, 3504, 3505, 3506, 3507, 3508, 3509, 3510, 3511, 3512, 3513, 3514, 3515, 3516, 3517, 3518, 3519, 3520, 3521, 3522, 3523, 3524, 3525, 3526, 3527, 3528, 3529, 3530, 3531, 3532, 3533, 3534, 3535, 3536, 3537, 3538, 3539, 3540, 3541, 3542, 3543, 3544, 3545, 3546, 3547, 3548, 3549, 3550, 3551, 3552, 3553, 3554, 3555, 3556, 3557, 3558, 3559, 3560, 3561, 3562, 3563, 3564, 3565, 3566, 3567, 3568, 3569, 3570, 3571, 3572, 3573, 3574, 3575, 3576, 3577, 3578, 3579, 3580, 3581, 3582, 3583, 3584, 3585, 3586, 3587, 3588, 3589, 3590, 3591, 3592, 3593, 3594, 3595, 3596, 3597, 3598, 3599, 3621, 3622, 3623, 3624, 3625, 3626, 3627, 3628, 3629, 3630, 3631, 3632, 3633, 3634, 3635, 3636, 3637, 3638, 3639, 3646, 3647, 3648, 3649, 3650, 3651, 3652, 3653, 3654, 3656, 3657, 3658, 3659, 3700, 3701, 3702, 3703, 3704, 3705, 3706, 3707, 3708, 3709, 3710, 3711, 3712, 3713, 3714, 3715, 3716, 3717, 3718, 3719, 3720, 3721, 3722, 3723, 3724, 3725, 3726, 3727, 3728, 3729, 3730, 3731, 3732, 3733, 3734, 3735, 3736, 3737, 3738, 3739, 3740, 3741, 3742, 3743, 3744, 3745, 3746, 3747, 3748, 3749, 3750, 3751, 3752, 3753, 3754, 3755, 3756, 3757, 3758, 3759, 3760, 3761, 3762, 3763, 3764, 3765, 3766, 3767, 3768, 3769, 3770, 3771, 3772, 3773, 3774, 3775, 3776, 3777, 3778, 3779, 3780, 3781, 3782, 3783, 3784, 3785, 3786, 3787, 3788, 3789, 3790, 3791, 3792, 3793, 3794, 3795, 3796, 3797, 3798, 3799, 3801, 3802, 3803, 3804, 3805, 3806, 3807, 3808, 3809, 3810, 3811, 3812, 3813, 3814, 3815, 3816, 3817, 3818, 3819, 3820, 3821, 3822, 3823, 3824, 3825, 3826, 3827, 3828, 3829, 3830, 3831, 3832, 3833, 3834, 3835, 3836, 3837, 3838, 3839, 3840, 3841, 3842, 3843, 3844, 3845, 3846, 3847, 3848, 3849, 3850, 3851, 3852, 3853, 3854, 3855, 3856, 3857, 3858, 3859, 3860, 3861, 3862, 3863, 3864, 3865, 3866, 3867, 3868, 3869, 3870, 3871, 3872, 3873, 3874, 3875, 3876, 3877, 3878, 3879, 3880, 3881, 3882, 3883, 3884, 3885, 3886, 3887, 3888, 3889, 3890, 3891, 3892, 3893, 3894, 3895, 3896, 3897, 3898, 3899, 3900, 3901, 3902, 3903, 3904, 3905, 3906, 3907, 3908, 3909, 3910, 3911, 3912, 3913, 3914, 3915, 3916, 3917, 3918, 3919, 3920, 3921, 3922, 3923, 3924, 3925, 3926, 3927, 3928, 3929, 3930, 3931, 3932, 3933, 3934, 3935, 3936, 3937, 3938, 3939, 3940, 3941, 3942, 3943, 3944, 3945, 3946, 3947, 3948, 3949, 3950, 3951, 3952, 3953, 3954, 3955, 3956, 3957, 3958, 3959, 3960, 3961, 3962, 3963, 3964, 3965, 3966, 3967, 3968, 3969, 3970, 3971, 3972, 3973, 3974, 3975, 3976, 3977, 3978, 3979, 3980, 3981, 3982, 3983, 3984, 3985, 3986, 3987, 3988, 3989, 3990, 3991, 3992, 3993, 3994, 3995, 3996, 3997, 3998, 3999, 4000, 4001, 4002, 4003, 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4035, 4036, 4037, 4038, 4039, 4040, 4041, 4042, 4043, 4044, 4045, 4046, 4047, 4048, 4049, 4050, 4051, 4052, 4053, 4054, 4055, 4056, 4057, 4058, 4059, 4060, 4061, 4062, 4063, 4064, 4065, 4066, 4067, 4068, 4069, 4070, 4071, 4072, 4073, 4074, 4075, 4076, 4077, 4078, 4079, 4080, 4081, 4082, 4083, 4084, 4085, 4086, 4087, 4088, 4089, 4090, 4091, 4092, 4093, 4094, 4095, 4096, 4097, 4098, 4099, 4100, 4101, 4102, 4103, 4104, 4105, 4106, 4107, 4108, 4109, 4110, 4111, 4112, 4113, 4114, 4115, 4116, 4117, 4118, 4119, 4120, 4121, 4122, 4123, 4124, 4125, 4126, 4127, 4128, 4129, 4130, 4131, 4132, 4133, 4134, 4135, 4136, 4137, 4138, 4139, 4140, 4141, 4142, 4143, 4144, 4145, 4146, 4147, 4148, 4149, 4150, 4151, 4152, 4153, 4154, 4155, 4156, 4157, 4158, 4159, 4160, 4161, 4162, 4163, 4164, 4165, 4166, 4167, 4168, 4169, 4170, 4171, 4172, 4173, 4174, 4175, 4176, 4177, 4178, 4179, 4180, 4181, 4182, 4183, 4184, 4185, 4186, 4187, 4188, 4189, 4190, 4191, 4192, 4193, 4194, 4195, 4196, 4197, 4198, 4199, 4200, 4201, 4202, 4203, 4204, 4205, 4206, 4207, 4208, 4209, 4210, 4211, 4212, 4213, 4214, 4215, 4216, 4217, 4218, 4219, 4220, 4221, 4222, 4223, 4224, 4225, 4226, 4227, 4228, 4229, 4230, 4231, 4232, 4233, 4234, 4235, 4236, 4237, 4238, 4239, 4240, 4241, 4242, 4243, 4244, 4245, 4246, 4247, 4248, 4249, 4250, 4251, 4252, 4253, 4254, 4255, 4256, 4257, 4258, 4259, 4260, 4261, 4262, 4263, 4264, 4265, 4266, 4267, 4268, 4269, 4270, 4271, 4272, 4273, 4274, 4275, 4276, 4277, 4278, 4279, 4280, 4281, 4282, 4283, 4284, 4285, 4286, 4287, 4288, 4289, 4290, 4291, 4292, 4293, 4294, 4295, 4296, 4297, 4298, 4299, 4300, 4301, 4302, 4303, 4304, 4305, 4306, 4307, 4308, 4309, 4310, 4311, 4312, 4313, 4314, 4315, 4316, 4317, 4318, 4319, 4320, 4321, 4322, 4323, 4324, 4325, 4326, 4327, 4328, 4329, 4330, 4331, 4332, 4333, 4334, 4335, 4336, 4337, 4338, 4339, 4340, 4341, 4342, 4343, 4344, 4345, 4346, 4347, 4348, 4349, 4350, 4351, 4352, 4353, 4354, 4355, 4356, 4357, 4358, 4359, 4360, 4361, 4362, 4363, 4364, 4365, 4366, 4367, 4368, 4369, 4370, 4371, 4372, 4373, 4374, 4375, 4376, 4377, 4378, 4379, 4380, 4381, 4382, 4383, 4384, 4385}; - static std::unordered_set s_objectFilter = { 16, 17, 221, 743, 744, 899, 900, 915, 1006, 32, 33, 899, 900, 29, 30, 104, 105, 717, 718, 1007, 1520, 2903, 3029, 3030, 3031, 2999, 3606, 3612, 3009, 3010, 3014, 3015, 3021, 3020, 1818, 1819, 32, 33, 1612, 1613, 3608}; - - class $modify(LayoutModePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.layoutmode") - - struct Fields { - bool m_hasLayoutMode = false; - }; - - void processCreateObjectsFromSetup() { - m_fields->m_hasLayoutMode = true; - PlayLayer::processCreateObjectsFromSetup(); - } - - void addObject(GameObject* obj) { - if (s_objectFilter.contains(obj->m_objectID)) { - obj->m_isHide = true; - return; - } - - obj->m_hasNoGlow = true; - obj->m_activeMainColorID = -1; - obj->m_activeDetailColorID = -1; - obj->m_detailUsesHSV = false; - obj->m_baseUsesHSV = false; - obj->m_isHide = false; - obj->setOpacity(255); - PlayLayer::addObject(obj); - } - }; - - class $hack(LayoutMode) { - void init() override { - config::setIfEmpty("level.layoutmode.background", gui::Color::fromCCColor3B({ 40, 125, 255 })); - config::setIfEmpty("level.layoutmode.ground1", gui::Color::fromCCColor3B({ 0, 102, 255 })); - config::setIfEmpty("level.layoutmode.ground2", gui::Color::fromCCColor3B({ 0, 102, 255 })); - config::setIfEmpty("level.layoutmode.line", gui::Color::fromCCColor3B({ 255, 255, 255 })); - config::setIfEmpty("level.layoutmode.middleground1", gui::Color::fromCCColor3B({ 40, 125, 255 })); - config::setIfEmpty("level.layoutmode.middleground2", gui::Color::fromCCColor3B({ 40, 125, 255 })); - config::setIfEmpty("level.layoutmode.override-bg", true); - config::setIfEmpty("level.layoutmode.override-ground1", true); - config::setIfEmpty("level.layoutmode.override-ground2", true); - config::setIfEmpty("level.layoutmode.override-line", true); - config::setIfEmpty("level.layoutmode.override-mg1", true); - config::setIfEmpty("level.layoutmode.override-mg2", true); - - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.layoutmode") - ->handleKeybinds() - ->setDescription() - ->addOptions([](auto options) { - options->addToggle("level.layoutmode.override-bg"); - options->addColorComponent("level.layoutmode.background"); - options->addToggle("level.layoutmode.override-ground1"); - options->addColorComponent("level.layoutmode.ground1"); - options->addToggle("level.layoutmode.override-ground2"); - options->addColorComponent("level.layoutmode.ground2"); - options->addToggle("level.layoutmode.override-line"); - options->addColorComponent("level.layoutmode.line"); - options->addToggle("level.layoutmode.override-mg1"); - options->addColorComponent("level.layoutmode.middleground1"); - options->addToggle("level.layoutmode.override-mg2"); - options->addColorComponent("level.layoutmode.middleground2"); - }); - } - - [[nodiscard]] bool isCheating() const override { - if (config::get<"level.layoutmode", bool>(false)) { - return true; - } - - if (auto pl = utils::get()) { - return static_cast(pl)->m_fields->m_hasLayoutMode; - } - - return false; - } - - [[nodiscard]] const char* getId() const override { return "Layout Mode"; } - }; - - REGISTER_HACK(LayoutMode) - - class $modify(LayoutModeGOHook, GameObject) { - ADD_HOOKS_DELEGATE("level.layoutmode") - - void addGlow(gd::string p0) { - GameObject::addGlow(std::move(p0)); - if (!utils::get()) return; // don't modify in editor - - if ((m_objectType == GameObjectType::Decoration && m_objectID != 44 && m_objectID != 38 && m_objectID != 749 && m_objectID != 747) || m_isNoTouch || s_decoIDs.contains(m_objectID)) { // 44 being practice mode checkpoint, because thats a "decoration" - m_isHide = true; - } else { - m_isHide = false; - } - } - }; - - class $modify(LayoutModeGJBGLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("level.layoutmode") - - void updateColor( - cocos2d::ccColor3B& color, - float fadeTime, - int colorID, - bool blending, - float opacity, - cocos2d::ccHSVValue& copyHSV, - int colorIDToCopy, - bool copyOpacity, - EffectGameObject* callerObject, - int unk1, - int unk2 - ) override { - if (!m_isEditor) { - switch (colorID) { - case 1000: { // BG - if (!config::get("level.layoutmode.override-bg", false)) break; - color = config::get("level.layoutmode.background", gui::Colors::BLUE).toCCColor3B(); - break; - } - case 1001: { // G1 - if (!config::get("level.layoutmode.override-ground1", false)) break; - color = config::get("level.layoutmode.ground1", gui::Colors::BLUE).toCCColor3B(); - break; - } - case 1002: { // Line - if (!config::get("level.layoutmode.override-line", false)) break; - color = config::get("level.layoutmode.line", gui::Colors::BLUE).toCCColor3B(); - break; - } - case 1009: { // G2 - if (!config::get("level.layoutmode.override-ground2", false)) break; - color = config::get("level.layoutmode.ground2", gui::Colors::BLUE).toCCColor3B(); - break; - } - case 1013: { // MG1 - if (!config::get("level.layoutmode.override-mg1", false)) break; - color = config::get("level.layoutmode.middleground1", gui::Colors::BLUE).toCCColor3B(); - break; - } - case 1014: { // MG2 - if (!config::get("level.layoutmode.override-mg2", false)) break; - color = config::get("level.layoutmode.middleground2", gui::Colors::BLUE).toCCColor3B(); - break; - } - default: break; - } - } - - GJBaseGameLayer::updateColor( - color, - fadeTime, - colorID, - blending, - opacity, - copyHSV, - colorIDToCopy, - copyOpacity, - callerObject, - unk1, - unk2 - ); - } - }; - -} diff --git a/src/hacks/Level/LegacyPulse.cpp b/src/hacks/Level/LegacyPulse.cpp deleted file mode 100644 index 8af01953..00000000 --- a/src/hacks/Level/LegacyPulse.cpp +++ /dev/null @@ -1,106 +0,0 @@ -#include -#include -#include -#include - -#include - - -namespace eclipse::hacks::Level { - class $hack(LegacyPulse) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.legacypulse", false); - config::setIfEmpty("level.legacypulse.force_fps", false); - config::setIfEmpty("level.legacypulse.fps", 60.f); - - tab->addToggle("level.legacypulse") - ->handleKeybinds() - ->setDescription("Restore the pulse effect from older versions.") - ->addOptions([](auto options) { - options->addToggle("level.legacypulse.force_fps") - ->setDescription("Enable fixed FPS for legacy pulse simulation") - ->addOptions([](auto fpsOptions) { - fpsOptions->addInputFloat("level.legacypulse.fps", 1.f, FLT_MAX, "%.0f FPS"); - }); - }); - } - - [[nodiscard]] const char* getId() const override { return "Legacy Pulse"; } - }; - - void updarePulseOldLogic(FMODAudioEngine* self) { - self->m_system->update(); - - if (self->m_metering != false) { - FMOD_DSP_METERING_INFO meteringInfo = {}; - self->m_mainDSP->getMeteringInfo(0x0, &meteringInfo); - - if (meteringInfo.numchannels == 2) { - float baseVolume = self->m_musicVolume; - float leftChannelLevel = meteringInfo.peaklevel[0]; - float rightChannelLevel = meteringInfo.peaklevel[1]; - - if (baseVolume > 0.0f) { - leftChannelLevel /= baseVolume; - rightChannelLevel /= baseVolume; - } - - float averageLevel = (leftChannelLevel + rightChannelLevel) * 0.5f + 0.1f; - self->m_pulse1 = averageLevel; - - int* pulseCounter = &self->m_pulseCounter; - float* previousAverageLevel = &self->m_pulse3; - float* previousPulseLevel = &self->m_pulse2; - - if ((*pulseCounter < 3) || - (averageLevel < *previousPulseLevel * 1.1f) || - (averageLevel < *previousAverageLevel * 0.95f && *previousAverageLevel * 0.2f < *previousPulseLevel)) { - - self->m_pulse1 = *previousPulseLevel * 0.93f; - } - else { - *previousAverageLevel = averageLevel; - *pulseCounter = 0; - self->m_pulse1 = averageLevel * 1.1f; - } - - if (self->m_pulse1 <= 0.1f) { - *previousAverageLevel = 0.0f; - } - - (*pulseCounter)++; - *previousPulseLevel = self->m_pulse1; - } - } - } - - REGISTER_HACK(LegacyPulse) - - class $modify(LegacyPulseFMODHook, FMODAudioEngine) { - ADD_HOOKS_DELEGATE("level.legacypulse"); - - void update(float deltaTime) { - static float accumulatedTime = 0.0f; - - FMODAudioEngine::update(deltaTime); - - bool forceFPS = config::get<"level.legacypulse.force_fps", bool>(); - - if (forceFPS) { - float fixedTimestep = 1.0f / config::get("level.legacypulse.fps", 60.f); - - accumulatedTime += deltaTime; - while (accumulatedTime >= fixedTimestep) { - updarePulseOldLogic(this); - accumulatedTime -= fixedTimestep; - } - } - else { - updarePulseOldLogic(this); - accumulatedTime = 0.0f; - } - } - }; -} \ No newline at end of file diff --git a/src/hacks/Level/LegacyReversePhysics.cpp b/src/hacks/Level/LegacyReversePhysics.cpp deleted file mode 100644 index 202b1b06..00000000 --- a/src/hacks/Level/LegacyReversePhysics.cpp +++ /dev/null @@ -1,55 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Level { - class $modify(LegacyPhysicsPlayLayer, PlayLayer) { - struct Fields { - bool originalFixGravityVal = false; - }; - - void toggleFixGravityBugState(bool newState) { - m_levelSettings->m_fixGravityBug = newState ? false : m_fields->originalFixGravityVal; - } - - bool init(GJGameLevel* level, bool useReplay, bool dontCreateObjects) { - if (!PlayLayer::init(level, useReplay, dontCreateObjects)) return false; - m_fields->originalFixGravityVal = m_levelSettings->m_fixGravityBug; - if (config::get("level.legacyreversephysics", false)) - m_levelSettings->m_fixGravityBug = false; - return true; - } - }; - - class $hack(LegacyReversePhysics) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - tab->addToggle("level.legacyreversephysics")->handleKeybinds()->setDescription() - ->callback([](bool newState) { - if (auto pl = utils::get()) { - static_cast(pl)->toggleFixGravityBugState(newState); - } - }); - } - - //player would be cheating only if level is new physics and legacy physics is active - //otherwise the hack being on doesn't matter - [[nodiscard]] bool isCheating() const override { - auto legacyPhysics = config::get<"level.legacyreversephysics", bool>(); - if (!legacyPhysics) return false; - auto pl = utils::get(); - if (!pl) return false; - - return static_cast(pl)->m_fields->originalFixGravityVal; - } - - [[nodiscard]] const char* getId() const override { return "Legacy Reverse Physics"; } - }; - - REGISTER_HACK(LegacyReversePhysics) -} diff --git a/src/hacks/Level/LegacyTrail.cpp b/src/hacks/Level/LegacyTrail.cpp deleted file mode 100644 index 222ba9b2..00000000 --- a/src/hacks/Level/LegacyTrail.cpp +++ /dev/null @@ -1,75 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(LegacyTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.legacytrail", false); - config::setIfEmpty("level.legacytrail.force_max_points", false); - config::setIfEmpty("level.legacytrail.max_points", 15); // New config entry - - tab->addToggle("level.legacytrail") - ->handleKeybinds() - ->setDescription("Restore the trail effect from older versions.") - ->addOptions([](auto options) { - options->addIntToggle("level.legacytrail.max_points", 10, 20); - }); - } - - [[nodiscard]] const char* getId() const override { return "Legacy Trail"; } - }; - - REGISTER_HACK(LegacyTrail) - - class $modify(LegacyTrailCCMSHook, cocos2d::CCMotionStreak) { - ADD_HOOKS_DELEGATE("level.legacytrail"); - - bool initWithFade(float fade, float minSeg, float stroke, const cocos2d::ccColor3B& color, cocos2d::CCTexture2D* texture) { - this->setPosition({ .0f, .0f}); - this->setAnchorPoint({ .0f, .0f}); - this->ignoreAnchorPointForPosition(true); - m_bStartingPositionInitialized = false; - - m_tPositionR = cocos2d::CCPoint{ .0f, .0f }; - m_bFastMode = true; - m_fMinSeg = (minSeg == -1.f) ? stroke / 5.0f : minSeg; - m_fMinSeg *= m_fMinSeg; - - m_fStroke = stroke; - m_fFadeDelta = 1.0f / fade; - - float maxPoints = config::get<"level.legacytrail.max_points", double>(); - m_uMaxPoints = static_cast(maxPoints); - - m_uNuPoints = 0; - - m_pPointState = std::allocator().allocate(sizeof(float) * m_uMaxPoints); - m_pPointVertexes = std::allocator().allocate(sizeof(cocos2d::CCPoint) * m_uMaxPoints); - - m_pVertices = std::allocator().allocate(sizeof(cocos2d::ccVertex2F) * m_uMaxPoints * 2); - m_pTexCoords = std::allocator().allocate(sizeof(cocos2d::ccTex2F) * m_uMaxPoints * 2); - m_pColorPointer = std::allocator().allocate(sizeof(GLubyte) * m_uMaxPoints * 2 * 4); - - m_tBlendFunc.src = GL_SRC_ALPHA; - m_tBlendFunc.dst = GL_ONE_MINUS_SRC_ALPHA; - - auto program = eclipse::utils::get()->programForKey( - kCCShader_PositionTextureColor - ); - this->setShaderProgram(program); - - this->setTexture(texture); - this->setColor(color); - - this->scheduleUpdate(); - - return true; - } - }; - } diff --git a/src/hacks/Level/MatchLabelFonts.cpp b/src/hacks/Level/MatchLabelFonts.cpp deleted file mode 100644 index 1a52a6da..00000000 --- a/src/hacks/Level/MatchLabelFonts.cpp +++ /dev/null @@ -1,45 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(MatchLabelFonts) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.matchlabelfonts")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Match Percent/Time Fonts"; } - }; - - REGISTER_HACK(MatchLabelFonts) - - static const std::string s_bigFontName = "bigFont.fnt"; - - class $modify(MatchLabelFontsPLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.matchlabelfonts") - - bool shouldMatchLabelFonts() const { - return m_attemptLabel && m_percentageLabel && - m_percentageLabel->getFntFile() == s_bigFontName && - m_attemptLabel->getFntFile() != s_bigFontName; - } - - void updateProgressbar() { - PlayLayer::updateProgressbar(); - - if (shouldMatchLabelFonts()) - m_percentageLabel->setFntFile(m_attemptLabel->getFntFile()); - } - - void levelComplete() { - PlayLayer::levelComplete(); - - if (shouldMatchLabelFonts()) - m_percentageLabel->setFntFile(m_attemptLabel->getFntFile()); - } - }; -} diff --git a/src/hacks/Level/MuteLevelSFX.cpp b/src/hacks/Level/MuteLevelSFX.cpp deleted file mode 100644 index a7fb51a7..00000000 --- a/src/hacks/Level/MuteLevelSFX.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(MuteLevelSFX) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.mutelevelsfx")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Mute Level SFX"; } - }; - - REGISTER_HACK(MuteLevelSFX) - - class $modify(MuteLevelSFXEGOHook, EffectGameObject) { - ADD_HOOKS_DELEGATE("level.mutelevelsfx") - - void triggerObject(GJBaseGameLayer* gjbgl, int p1, gd::vector const* p2) override { - if (!utils::get() || (this->m_objectID != 3602 && this->m_objectID != 3603)) - return EffectGameObject::triggerObject(gjbgl, p1, p2); - } - }; -} diff --git a/src/hacks/Level/NoDoNotFlip.cpp b/src/hacks/Level/NoDoNotFlip.cpp deleted file mode 100644 index 19d774d7..00000000 --- a/src/hacks/Level/NoDoNotFlip.cpp +++ /dev/null @@ -1,48 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Level { - class $hack(NoDoNotFlip) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.nodonotflip")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Do Not Flip"; } - }; - - REGISTER_HACK(NoDoNotFlip) - - class $modify(NoDoNotFlipPLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.nodonotflip") - - void setupHasCompleted() { - PlayLayer::setupHasCompleted(); - - if (m_doNot) - m_attemptLabel->setScaleY(1.0); - } - }; - - class $modify(NoDoNotFlipELLHook, EndLevelLayer) { - ADD_HOOKS_DELEGATE("level.nodonotflip") - - void customSetup() { - EndLevelLayer::customSetup(); - - if (m_playLayer->m_doNot) { - cocos2d::CCSprite *levelCompleteText = m_mainLayer->getChildByType(2); - - if (levelCompleteText) - levelCompleteText->setFlipX(false); - else - geode::log::warn("Failed to find level-complete-text."); - } - } - }; -} diff --git a/src/hacks/Level/NoEndShake.cpp b/src/hacks/Level/NoEndShake.cpp deleted file mode 100644 index 3ee60074..00000000 --- a/src/hacks/Level/NoEndShake.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(NoEndShake) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.noendshake")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No End Shake"; } - }; - - REGISTER_HACK(NoEndShake) - - class $modify(NoEndShakePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.noendshake") - - void showCompleteEffect() { - auto unkUint64_1 = m_gameState.m_unkUint64_1; - auto cameraShakeFactor = m_gameState.m_cameraShakeFactor; - auto unkPoint34 = m_gameState.m_unkPoint34; - auto unkUint16 = m_gameState.m_unkUint16; - auto unkUint15 = m_gameState.m_unkUint15; - PlayLayer::showCompleteEffect(); - m_gameState.m_unkUint64_1 = unkUint64_1; - m_gameState.m_cameraShakeFactor = cameraShakeFactor; - m_gameState.m_unkPoint34 = unkPoint34; - m_gameState.m_unkUint16 = unkUint16; - m_gameState.m_unkUint15 = unkUint15; - } - }; -} diff --git a/src/hacks/Level/NoGlow.cpp b/src/hacks/Level/NoGlow.cpp deleted file mode 100644 index e884a5c2..00000000 --- a/src/hacks/Level/NoGlow.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(NoGlow) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.noglow")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "No Object Glow"; } - }; - - REGISTER_HACK(NoGlow) - - class $modify(NoGlowPLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.noglow") - - void addObject(GameObject* obj) { - obj->m_hasNoGlow = true; - PlayLayer::addObject(obj); - } - }; -} diff --git a/src/hacks/Level/NoMirror.cpp b/src/hacks/Level/NoMirror.cpp deleted file mode 100644 index ed403ffa..00000000 --- a/src/hacks/Level/NoMirror.cpp +++ /dev/null @@ -1,26 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - - class $hack(NoMirror) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.nomirror")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Mirror"; } - }; - - REGISTER_HACK(NoMirror) - - class $modify(NoMirrorGJBGLHook, GJBaseGameLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("level.nomirror") - - void toggleFlipped(bool, bool) {} - }; -} \ No newline at end of file diff --git a/src/hacks/Level/NoMusicFadeOut.cpp b/src/hacks/Level/NoMusicFadeOut.cpp deleted file mode 100644 index 0c2056ba..00000000 --- a/src/hacks/Level/NoMusicFadeOut.cpp +++ /dev/null @@ -1,25 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(NoMusicFadeOut) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.nomusicfadeout")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "No Music Fade Out"; } - }; - - REGISTER_HACK(NoMusicFadeOut) - - class $modify(NoMusicFadeOutFMODAEHook, FMODAudioEngine) { - ALL_DELEGATES_AND_SAFE_PRIO("level.nomusicfadeout") - - void fadeOutMusic(float duration, int channel) {} - }; -} diff --git a/src/hacks/Level/NoParticles.cpp b/src/hacks/Level/NoParticles.cpp deleted file mode 100644 index cb6464f3..00000000 --- a/src/hacks/Level/NoParticles.cpp +++ /dev/null @@ -1,121 +0,0 @@ -#include -#include -#include -#include - -#include -#ifdef GEODE_IS_WINDOWS -#include -#endif - -namespace eclipse::hacks::Level { - void onHideParticles(bool state) { - if (!state) return; - - bool customParticlesEnabled = !config::get("level.noparticles.nocustomparticles", false); - bool miscParticlesEnabled = !config::get("level.noparticles.nomiscparticles", false); - - if (customParticlesEnabled && miscParticlesEnabled) - config::set("level.noparticles", false); - - auto* gjbgl = utils::get(); - - if (!gjbgl) return; - - // ambient particles visible after entering a portal - if (gjbgl->m_glitterParticles) - gjbgl->m_glitterParticles->setVisible(miscParticlesEnabled); - - for (const auto& [name, array] : geode::cocos::CCDictionaryExt{gjbgl->m_particlesDict}) { - for (const auto& particle : geode::cocos::CCArrayExt{array}) { - particle->setVisible(miscParticlesEnabled); - } - } - - for (const auto& [name, array] : geode::cocos::CCDictionaryExt{gjbgl->m_claimedParticles}) { - for (const auto& particle : geode::cocos::CCArrayExt{array}) { - particle->setVisible(customParticlesEnabled); - } - } - - for (const auto& particle : geode::cocos::CCArrayExt{gjbgl->m_unclaimedParticles}) { - particle->setVisible(customParticlesEnabled); - } - - for (const auto& [name, array] : geode::cocos::CCDictionaryExt{gjbgl->m_customParticles}) { - for (const auto& particle : geode::cocos::CCArrayExt{array}) { - particle->setVisible(customParticlesEnabled); - } - } - } - - class $hack(NoParticles) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.noparticles", false); - config::setIfEmpty("level.noparticles.nomiscparticles", true); - config::setIfEmpty("level.noparticles.nocustomparticles", false); - - tab->addToggle("level.noparticles")->handleKeybinds()->setDescription() - ->callback(onHideParticles) - ->addOptions([](auto options) { - options->addToggle("level.noparticles.nomiscparticles")->setDescription(); - options->addToggle("level.noparticles.nocustomparticles")->setDescription(); - }); - } - - void update() override { - onHideParticles(config::get("level.noparticles", false)); - } - - [[nodiscard]] const char* getId() const override { return "No Particles"; } - }; - - REGISTER_HACK(NoParticles) - - class $modify(NoParticlesBGLHook, GJBaseGameLayer) { - ENABLE_SAFE_HOOKS_ALL() - - cocos2d::CCParticleSystemQuad* spawnParticle(char const* plist, int zOrder, cocos2d::tCCPositionType positionType, cocos2d::CCPoint position) { - if (config::get("level.noparticles", false) && - config::get("level.noparticles.nomiscparticles", false)) - return nullptr; - - return GJBaseGameLayer::spawnParticle(plist, zOrder, positionType, position); - } - -#ifndef GEODE_IS_WINDOWS - void playSpeedParticle(float speed) { - auto gm = eclipse::utils::get(); - - bool noMiscParticles = config::get("level.noparticles", false) && - config::get("level.noparticles.nomiscparticles", false); - bool original = gm->m_performanceMode; - - gm->m_performanceMode = noMiscParticles || original; - GJBaseGameLayer::playSpeedParticle(speed); - gm->m_performanceMode = original; - } -#endif - }; - -#ifdef GEODE_IS_WINDOWS - // GJBaseGameLayer::playSpeedParticle is inlined on windows :broken_heart: - class $modify(NoParticlesPOHook, PlayerObject) { - ENABLE_SAFE_HOOKS_ALL() - - void updateTimeMod(float p0, bool p1) { - auto gm = eclipse::utils::get(); - - bool noMiscParticles = config::get("level.noparticles", false) && - config::get("level.noparticles.nomiscparticles", false); - bool original = gm->m_performanceMode; - - gm->m_performanceMode = noMiscParticles || original; - PlayerObject::updateTimeMod(p0, p1); - gm->m_performanceMode = original; - } - }; -#endif -} diff --git a/src/hacks/Level/NoPortalLightning.cpp b/src/hacks/Level/NoPortalLightning.cpp deleted file mode 100644 index edebd272..00000000 --- a/src/hacks/Level/NoPortalLightning.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(NoPortalLightning) { - void init() override { - gui::MenuTab::find("tab.level") - ->addToggle("level.noportallightning") - ->setDescription() - ->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Portal Lightning"; } - }; - - REGISTER_HACK(NoPortalLightning) - - class $modify(NoPortalLightningGJBGLHook, GJBaseGameLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("level.noportallightning") - - void lightningFlash( - cocos2d::CCPoint from, cocos2d::CCPoint to, cocos2d::ccColor3B color, float lineWidth, float duration, - int displacement, bool flash, float opacity - ) { - auto* gm = utils::get(); - auto perfMode = gm->m_performanceMode; - gm->m_performanceMode = true; - flash = false; - GJBaseGameLayer::lightningFlash(from, to, color, lineWidth, duration, displacement, flash, opacity); - gm->m_performanceMode = perfMode; - } - }; -} diff --git a/src/hacks/Level/NoShader.cpp b/src/hacks/Level/NoShader.cpp deleted file mode 100644 index 1634f3be..00000000 --- a/src/hacks/Level/NoShader.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(NoShader) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.noshader")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"level.noshader", bool>(); } - [[nodiscard]] const char* getId() const override { return "No Shaders"; } - }; - - REGISTER_HACK(NoShader) - - class $modify(NoShaderSLHook, ShaderLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("level.noshader") - - void performCalculations() { - m_state.m_usesShaders = false; - } - }; -} diff --git a/src/hacks/Level/PauseCountdown.cpp b/src/hacks/Level/PauseCountdown.cpp deleted file mode 100644 index cf54c9aa..00000000 --- a/src/hacks/Level/PauseCountdown.cpp +++ /dev/null @@ -1,99 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -using namespace geode::prelude; - -namespace eclipse::hacks::Level { - class $hack(PauseCount) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.pausecount.time", 3.f); - - tab->addToggle("level.pausecount")->handleKeybinds()->setDescription() - ->addOptions([](auto options) { - options->addInputFloat("level.pausecount.time", 0.1f, 15.f, "%.2fs"); - }); - } - - [[nodiscard]] const char* getId() const override { return "Pause Countdown"; } - }; - - REGISTER_HACK(PauseCount) - - class PauseCountdown : public CCLayerColor { - public: - static PauseCountdown* create() { - auto ret = new PauseCountdown; - if (ret && ret->init()) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - protected: - CCLabelBMFont* m_countdown = nullptr; - float m_totaldt = 3.f; - - bool init() override { - if (!CCLayerColor::initWithColor(ccc4(50, 50, 50, 100))) return false; - m_totaldt = config::get("level.pausecount.time", 3.f); - m_countdown = CCLabelBMFont::create(fmt::to_string(static_cast(m_totaldt)).c_str(), "goldFont.fnt"); - m_countdown->setScale(1.5); - m_countdown->setPosition(utils::get()->getWinSize() / 2); - addChild(m_countdown, 100); - - this->schedule(schedule_selector(PauseCountdown::updateTimer)); - - return true; - } - - void updateTimer(float dt) { - m_totaldt -= dt; - if (m_totaldt <= 0.5f) this->removeFromParent(); - m_countdown->setString(fmt::to_string(static_cast(m_totaldt) + 1).c_str()); - } - }; - - class $modify(PauseBGLHook, GJBaseGameLayer) { - struct Fields { - float pausedt = 0.f; - }; - - void update(float dt) { - if (!utils::get()) return GJBaseGameLayer::update(dt); - - if (m_fields->pausedt > 0.f) m_fields->pausedt -= dt; - if (m_fields->pausedt <= 0.01f || !config::get("level.pausecount", false)) - GJBaseGameLayer::update(dt); - } - }; - - class $modify(PauseCountdownPlayLHook, PlayLayer) { - void pauseGame(bool paused) { - if (paused) { - if (static_cast(utils::get())->m_fields->pausedt < 0.01f - || !config::get("level.pausecount", false)) - PlayLayer::pauseGame(paused); - } else { - PlayLayer::pauseGame(paused); - auto* bg = static_cast(utils::get()); - - if (!utils::get() || !bg) return; - if (bg->m_gameState.m_currentProgress == 0) return; - - bg->m_fields->pausedt = config::get("level.pausecount.time", 3.f); - - if (config::get("level.pausecount", false)) - bg->addChild(PauseCountdown::create()); - } - } - }; -} diff --git a/src/hacks/Level/PauseDuringComplete.cpp b/src/hacks/Level/PauseDuringComplete.cpp deleted file mode 100644 index bdb25dfb..00000000 --- a/src/hacks/Level/PauseDuringComplete.cpp +++ /dev/null @@ -1,48 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(PauseDuringComplete) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.pauseduringcomplete")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Pause During Complete"; } - }; - - REGISTER_HACK(PauseDuringComplete) - - class $modify(PauseDuringCompletePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.pauseduringcomplete") - - void pauseGame(bool p0) { - bool original = m_levelEndAnimationStarted; - m_levelEndAnimationStarted = false; - PlayLayer::pauseGame(p0); - m_levelEndAnimationStarted = original; - } - - void resetLevel() { - if (m_levelEndAnimationStarted) { - m_player1->stopAllActions(); - m_player2->stopAllActions(); - } - PlayLayer::resetLevel(); - } - - void activatePlatformerEndTrigger(EndTriggerGameObject* p0, gd::vector const& p1) { - PlayLayer::activatePlatformerEndTrigger(p0, p1); - m_uiLayer->m_pauseBtn->setEnabled(true); - } - - void checkForEnd() { - PlayLayer::checkForEnd(); - m_uiLayer->m_pauseBtn->setEnabled(true); - } - }; -} diff --git a/src/hacks/Level/PlatGamemodes.cpp b/src/hacks/Level/PlatGamemodes.cpp deleted file mode 100644 index 515eb6dd..00000000 --- a/src/hacks/Level/PlatGamemodes.cpp +++ /dev/null @@ -1,71 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(PlatGamemodes) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.platgamemodes")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "All Modes in Platformer"; } - }; - - REGISTER_HACK(PlatGamemodes) - - class $modify(PlatGamemodesBGLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("level.platgamemodes") - - void collisionCheckObjects(PlayerObject* player, gd::vector* sectionObjects, int objectCount, float dt) { - if (!m_isPlatformer) - return GJBaseGameLayer::collisionCheckObjects(player, sectionObjects, objectCount, dt); - - auto playerRect = player->getObjectRect(); - for (int i = 0; i < objectCount; i++) { - auto obj = sectionObjects->at(i); - - // check if the object is a coin - if (obj->m_objectType != GameObjectType::WavePortal && obj->m_objectType != GameObjectType::SwingPortal) - continue; - - // check if the player is colliding with the object - auto objectRect = obj->getObjectRect(); - if (!playerRect.intersectsRect(objectRect)) - continue; - - // reconstruction of the original code - if (!this->canBeActivatedByPlayer(player, static_cast(obj))) - continue; - - GJBaseGameLayer::playerWillSwitchMode(player, obj); - player->switchedToMode(obj->m_objectType); - - player->m_lastPortalPos = obj->getPosition(); - player->m_lastActivatedPortal = obj; - auto* portalObj = obj; - if (m_gameState.m_isDualMode && m_gameState.m_lastActivatedPortal2) - portalObj = m_gameState.m_lastActivatedPortal2; - m_gameState.m_lastActivatedPortal1 = portalObj; - - if (obj->m_objectType == GameObjectType::WavePortal) - player->toggleDartMode(true, portalObj->m_hasNoEffects); - else if (obj->m_objectType == GameObjectType::SwingPortal) - player->toggleSwingMode(true, portalObj->m_hasNoEffects); - - if (auto* pl = geode::cast::typeinfo_cast(this)) - pl->PlayLayer::toggleGlitter(true); - obj->playShineEffect(); - - // FIXME: find bindings - // if (auto* enh = geode::cast::typeinfo_cast(obj)) - // enh->EnhancedGameObject::hasBeenActivatedByPlayer(player); - } - - GJBaseGameLayer::collisionCheckObjects(player, sectionObjects, objectCount, dt); - } - }; -} diff --git a/src/hacks/Level/PracticeCoins.cpp b/src/hacks/Level/PracticeCoins.cpp deleted file mode 100644 index e380c36a..00000000 --- a/src/hacks/Level/PracticeCoins.cpp +++ /dev/null @@ -1,59 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(PracticeCoins) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.practicecoins")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Practice Coins"; } - }; - - REGISTER_HACK(PracticeCoins) - - class $modify(PracticeCoinsBGLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("level.practicecoins") - - void collisionCheckObjects(PlayerObject* player, gd::vector* sectionObjects, int objectCount, float dt) { - if (!m_isPracticeMode) - return GJBaseGameLayer::collisionCheckObjects(player, sectionObjects, objectCount, dt); - - auto playerRect = player->getObjectRect(); - for (int i = 0; i < objectCount; i++) { - auto* obj = sectionObjects->at(i); - - // check if the object is a coin - if (obj->m_objectType != GameObjectType::SecretCoin && obj->m_objectType != GameObjectType::UserCoin) - continue; - - auto* effectSprite = geode::cast::typeinfo_cast(obj); - if (!effectSprite) // weird, but just in case - continue; - - // check if the coin was already collected - if (effectSprite->getOpacity() == 0) - continue; - - // check if the player is colliding with the object - auto objectRect = effectSprite->getObjectRect(); - if (!playerRect.intersectsRect(objectRect)) - continue; - - // reconstruction of the original code - effectSprite->EffectGameObject::triggerObject(this, player->m_uniqueID, nullptr); // not sure if needed - GJBaseGameLayer::destroyObject(effectSprite); // plays the coin collect animation - // if (!GJBaseGameLayer::hasUniqueCoin(effectSprite)) - // GJBaseGameLayer::pickupItem(effectSprite); // not required, because the coin is not saved anyway - GJBaseGameLayer::gameEventTriggered(GJGameEvent::UserCoin, 0, 0); // event triggers - } - - GJBaseGameLayer::collisionCheckObjects(player, sectionObjects, objectCount, dt); - } - }; -} diff --git a/src/hacks/Level/PracticeFix.cpp b/src/hacks/Level/PracticeFix.cpp deleted file mode 100644 index 1c1bf6e1..00000000 --- a/src/hacks/Level/PracticeFix.cpp +++ /dev/null @@ -1,125 +0,0 @@ -#include -#include -#include -#include -#include - -#include - -using namespace geode::prelude; - -namespace eclipse::Hacks::Level { - class $hack(PracticeFix) { - static bool shouldEnable() { - bool isRightMode = config::get("bot.practice-fix-mode", 0) == 0; - bool isBotRecording = config::get("bot.state", 0) == 1; - bool hasFix = config::get("bot.practicefix", false); - if(isBotRecording) return isRightMode; - return hasFix; - } - - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("bot.practicefix")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Practice Fix"; } - }; - - REGISTER_HACK(PracticeFix) - - class CheckpointData { - public: - CheckpointData() = default; - - CheckpointData(PlayerObject* player1, PlayerObject* player2, PlayLayer* playLayer) { - m_checkpointPlayLayer = utils::FixPlayLayerCheckpoint(playLayer); - m_checkpointPlayer1 = utils::FixPlayerCheckpoint(player1); - if (player2) - m_checkpointPlayer2 = utils::FixPlayerCheckpoint(player2); - } - - void apply(PlayerObject* player1, PlayerObject* player2, PlayLayer* playLayer) { - m_checkpointPlayLayer.apply(playLayer); - m_checkpointPlayer1.apply(player1); - if (player2) - m_checkpointPlayer2.apply(player2); - } - - private: - utils::FixPlayerCheckpoint m_checkpointPlayer1; - utils::FixPlayerCheckpoint m_checkpointPlayer2; - utils::FixPlayLayerCheckpoint m_checkpointPlayLayer; - }; - - class $modify(FixPlayLayer, PlayLayer) { - struct Fields { - std::unordered_map m_checkpoints; - }; - - void resetLevel() { - if (m_checkpointArray->count() <= 0) - m_fields->m_checkpoints.clear(); - - PlayLayer::resetLevel(); - } - - void loadFromCheckpoint(CheckpointObject* checkpoint) { - if (PracticeFix::shouldEnable()) { - auto fields = m_fields.self(); - if (fields->m_checkpoints.contains(checkpoint)) { - PlayLayer::loadFromCheckpoint(checkpoint); - - CheckpointData& data = fields->m_checkpoints[checkpoint]; - data.apply(m_player1, m_gameState.m_isDualMode ? m_player2 : nullptr, this); - - return; - } - } - - PlayLayer::loadFromCheckpoint(checkpoint); - } - - CheckpointObject* createCheckpoint() { - auto checkpoint = PlayLayer::createCheckpoint(); - if (!checkpoint || !PracticeFix::shouldEnable()) - return checkpoint; - - if (m_gameState.m_currentProgress > 0) { - CheckpointData data(m_player1, m_gameState.m_isDualMode ? m_player2 : nullptr, this); - m_fields->m_checkpoints[checkpoint] = std::move(data); - } - - return checkpoint; - } - - void removeCheckpoint(bool first) { - // remove the checkpoint from the map first - CheckpointObject* checkpoint = nullptr; - if (m_checkpointArray->count()) { - if (first) checkpoint = static_cast(m_checkpointArray->objectAtIndex(0)); - else checkpoint = static_cast(m_checkpointArray->lastObject()); - } - - auto fields = m_fields.self(); - if (checkpoint && fields->m_checkpoints.contains(checkpoint)) { - fields->m_checkpoints.erase(checkpoint); - } - - PlayLayer::removeCheckpoint(first); - } - - #ifdef GEODE_IS_DESKTOP - void storeCheckpoint(CheckpointObject* checkpoint) { - auto oldCheckpoint = static_cast(m_checkpointArray->objectAtIndex(0)); - - PlayLayer::storeCheckpoint(checkpoint); - - auto fields = m_fields.self(); - if (!m_checkpointArray->containsObject(oldCheckpoint) && fields->m_checkpoints.contains(oldCheckpoint)) { - fields->m_checkpoints.erase(oldCheckpoint); - } - } - #endif - }; -} diff --git a/src/hacks/Level/RandomSeed.cpp b/src/hacks/Level/RandomSeed.cpp deleted file mode 100644 index ce60075d..00000000 --- a/src/hacks/Level/RandomSeed.cpp +++ /dev/null @@ -1,100 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Level { - class $hack(RandomSeed) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - - config::setIfEmpty("level.randomseed.seed", 1); - - tab->addToggle("level.randomseed") - ->handleKeybinds() - ->setDescription() - ->addOptions([](auto options) { - options->addToggle("level.randomseed.constantseed")->setDescription(); - options->addInputInt("level.randomseed.seed"); - }); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"level.randomseed", bool>(); } - [[nodiscard]] char const* getId() const override { return "Random Seed"; } - }; - - REGISTER_HACK(RandomSeed) - - class $modify(RandomSeedGJBGLHook, GJBaseGameLayer) { - inline static geode::Hook* s_hook = nullptr; - static void handleToggle() { - bool value = config::get("level.randomseed", false); - bool constantSeed = config::get("level.randomseed.constantseed", false); - if (s_hook) { - (void) s_hook->toggle(value && constantSeed); - } - } - - static void onModify(auto& self) { - SAFE_HOOKS_ALL(); - - #ifndef GEODE_IS_MACOS - s_hook = self.getHook("GJBaseGameLayer::processCommands").unwrapOrDefault(); - #else - s_hook = self.getHook("GJBaseGameLayer::processQueuedButtons").unwrapOrDefault(); - #endif - - if (!s_hook) return; - - auto value = config::get("level.randomseed", false); - s_hook->setAutoEnable(value); - - config::addDelegate("level.randomseed", handleToggle, true); - config::addDelegate("level.randomseed.constantseed", handleToggle, true); - } - - #ifndef GEODE_IS_MACOS - void processCommands(float dt, bool isHalfTick, bool isLastTick) { - GameToolbox::fast_srand(config::get<"level.randomseed.seed", int>(1)); - GJBaseGameLayer::processCommands(dt, isHalfTick, isLastTick); - } - #else - void processQueuedButtons(float dt, bool clearInputQueue) { - GameToolbox::fast_srand(config::get<"level.randomseed.seed", int>(1)); - GJBaseGameLayer::processQueuedButtons(dt, clearInputQueue); - } - #endif - }; - - class $modify(RandomSeedPLHook, PlayLayer) { - inline static geode::Hook* s_hook = nullptr; - static void handleToggle() { - bool value = config::get("level.randomseed", false); - bool constantSeed = config::get("level.randomseed.constantseed", false); - if (s_hook) { - (void) s_hook->toggle(value && !constantSeed); - } - } - - static void onModify(auto& self) { - SAFE_HOOKS_ALL(); - - s_hook = self.getHook("PlayLayer::resetLevel").unwrapOrDefault(); - if (!s_hook) return; - - auto value = config::get("level.randomseed", false); - s_hook->setAutoEnable(value); - - config::addDelegate("level.randomseed", handleToggle, true); - config::addDelegate("level.randomseed.constantseed", handleToggle, true); - } - - void resetLevel() { - PlayLayer::resetLevel(); - GameToolbox::fast_srand(config::get<"level.randomseed.seed", int>(1)); - } - }; -} diff --git a/src/hacks/Level/ShowHitboxes.cpp b/src/hacks/Level/ShowHitboxes.cpp deleted file mode 100644 index 08288838..00000000 --- a/src/hacks/Level/ShowHitboxes.cpp +++ /dev/null @@ -1,510 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include - -namespace eclipse::hacks::Level { - static bool s_isDead = false; - static GameObject* s_collisionObject = nullptr; - - struct PlayerTrailEntry { - cocos2d::CCPoint hitboxPos; - float hitboxSize; - cocos2d::CCPoint innerHitboxPos; - float innerHitboxSize; - bool isSubtick; - }; - - static RingBuffer s_playerTrail1(100), s_playerTrail2(100); - - static void forEachObject(GJBaseGameLayer const* game, auto&& callback) { - int count = game->m_sections.empty() ? -1 : game->m_sections.size(); - for (int i = game->m_leftSectionIndex; i <= game->m_rightSectionIndex && i < count; ++i) { - auto leftSection = game->m_sections[i]; - if (!leftSection) continue; - - auto leftSectionSize = leftSection->size(); - for (int j = game->m_bottomSectionIndex; j <= game->m_topSectionIndex && j < leftSectionSize; ++j) { - auto section = leftSection->at(j); - if (!section) continue; - - auto sectionSize = game->m_sectionSizes[i]->at(j); - for (int k = 0; k < sectionSize; ++k) { - auto obj = section->at(k); - if (!obj) continue; - - callback(obj); - } - } - } - } - - inline void drawRect( - cocos2d::CCDrawNode* node, cocos2d::CCRect const& rect, cocos2d::ccColor4F const& color, - float borderWidth, cocos2d::ccColor4F const& borderColor - ) { - std::array vertices = { - cocos2d::CCPoint{rect.getMinX(), rect.getMinY()}, - cocos2d::CCPoint{rect.getMinX(), rect.getMaxY()}, - cocos2d::CCPoint{rect.getMaxX(), rect.getMaxY()}, - cocos2d::CCPoint{rect.getMaxX(), rect.getMinY()} - }; - node->drawPolygon(vertices.data(), vertices.size(), color, borderWidth, borderColor); - } - - inline float getObjectRadius(GameObject const* obj) { - return std::max(obj->m_scaleX, obj->m_scaleY) * obj->m_objectRadius; - } - - class $modify(ShowHitboxesGJBGLHook, GJBaseGameLayer) { - struct Fields { - cocos2d::CCDrawNode* m_drawNode; - }; - - static ShowHitboxesGJBGLHook* get() { - return static_cast(utils::get()); - } - - void createDrawNode() { - auto* parent = m_debugDrawNode->getParent(); - if (!parent) return; - - s_isDead = false; - s_collisionObject = nullptr; - - auto* drawNode = cocos2d::CCDrawNode::create(); - drawNode->setBlendFunc({GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA}); - drawNode->setID("hitboxes"_spr); - drawNode->m_bUseArea = false; - parent->addChild(drawNode, 1402); - - m_fields->m_drawNode = drawNode; - } - - cocos2d::CCDrawNode* getDrawNode() { - return m_fields->m_drawNode; - } - - static bool shouldShowHitboxes() { - return config::get<"level.showhitboxes", bool>() - || (s_isDead && config::get<"level.showhitboxes.ondeath", bool>()); - } - - void visitHitboxes() { - auto* drawNode = m_fields->m_drawNode; - if (!drawNode) return; - - drawNode->clear(); - - if (!shouldShowHitboxes() || (m_isEditor && !config::get<"level.showhitboxes.editor", bool>(true))) - return; - - auto solidColor = config::get<"level.showhitboxes.solid_color", gui::Color>(gui::Color(0, 0.247, 1)); - auto dangerColor = config::get<"level.showhitboxes.danger_color", gui::Color>(gui::Color(1, 0, 0)); - auto passableColor = config::get<"level.showhitboxes.passable_color", gui::Color>(gui::Color(0, 1, 1)); - auto otherColor = config::get<"level.showhitboxes.other_color", gui::Color>(gui::Color(0, 1, 0)); - auto triggersColor = config::get<"level.showhitboxes.triggers_color", gui::Color>(gui::Color(1, 0, 0.9f)); - auto playerColor = config::get<"level.showhitboxes.player_color", gui::Color>(gui::Color(1, 1, 0)); - auto playerColorInner = config::get<"level.showhitboxes.player_color_inner", gui::Color>(gui::Color(0, 1, 0.2f)); - auto playerColorRotated = config::get<"level.showhitboxes.player_color_rotated", gui::Color>(gui::Color(1, 1, 0)); - - auto fillAlpha = config::get<"level.showhitboxes.fillalpha", double>(0.25f); - auto fillAlphaToggle = config::get<"level.showhitboxes.fillalpha.toggle", bool>(true); - auto borderSize = config::get<"level.showhitboxes.bordersize", double>(0.25f); - auto renderTriggers = config::get<"level.showhitboxes.showtriggers", bool>(false); - - auto solidColorFill = gui::Color(solidColor, fillAlphaToggle ? fillAlpha : 0.f); - auto dangerColorFill = gui::Color(dangerColor, fillAlphaToggle ? fillAlpha : 0.f); - auto passableColorFill = gui::Color(passableColor, fillAlphaToggle ? fillAlpha : 0.f); - auto otherColorFill = gui::Color(otherColor, fillAlphaToggle ? fillAlpha : 0.f); - auto triggersColorFill = gui::Color(triggersColor, fillAlphaToggle ? fillAlpha : 0.f); - auto playerColorFill = gui::Color(playerColor, fillAlphaToggle ? fillAlpha : 0.f); - auto playerColorInnerFill = gui::Color(playerColorInner, fillAlphaToggle ? fillAlpha : 0.f); - auto playerColorRotatedFill = gui::Color(playerColorRotated, fillAlphaToggle ? fillAlpha : 0.f); - - auto const visitObject = [&](GameObject* obj) { - // skip objects that don't have a hitbox or are not activated - if (obj->m_objectType == GameObjectType::Decoration || !obj->m_isActivated || obj->m_isGroupDisabled) - return; - - switch (obj->m_objectType) { - default: { // pretty much everything (portals, orbs, etc.) - auto drawFunc = [this]( - cocos2d::CCDrawNode* node, GameObject* obj, - cocos2d::ccColor4F const& colorFill, float borderWidth, - cocos2d::ccColor4F const& color - ) { - if (auto orientedBox = m_isEditor ? obj->getOrientedBox() : obj->m_orientedBox) { - node->drawPolygon( - orientedBox->m_corners.data(), 4, - colorFill, borderWidth, color - ); - } else { - auto isObjectRectDirty = obj->m_isObjectRectDirty; - auto boxOffsetCalculated = obj->m_boxOffsetCalculated; - drawRect(node, obj->getObjectRect(), colorFill, borderWidth, color); - obj->m_isObjectRectDirty = isObjectRectDirty; - obj->m_boxOffsetCalculated = boxOffsetCalculated; - } - }; - - auto isSpeedPortal = obj->m_objectID == 200 || obj->m_objectID == 201 || - obj->m_objectID == 202 || obj->m_objectID == 203 || - obj->m_objectID == 1334; - - if (obj->m_objectType == GameObjectType::Modifier && !isSpeedPortal) { - if (!renderTriggers || !static_cast(obj)->m_isTouchTriggered) return; - return drawFunc( - drawNode, obj, - triggersColorFill, borderSize, - triggersColor - ); - } - - if (obj == m_player1 || obj == m_player2) { - return; - } - - drawFunc( - drawNode, obj, - otherColorFill, borderSize, - otherColor - ); - break; - } - case GameObjectType::Solid: { - auto& objColor = obj->m_isPassable ? passableColor : solidColor; - auto& objColorFill = obj->m_isPassable ? passableColorFill : solidColorFill; - drawRect( - drawNode, obj->getObjectRect(), - objColorFill, borderSize, - objColor - ); - break; - } - case GameObjectType::Slope: { - auto rect = obj->getObjectRect(); - std::array vertices = { - cocos2d::CCPoint{rect.getMinX(), rect.getMinY()}, // Bottom left - cocos2d::CCPoint{rect.getMinX(), rect.getMaxY()}, // Top left - cocos2d::CCPoint{rect.getMaxX(), rect.getMinY()}, // Bottom right - }; - - cocos2d::CCPoint topRight{rect.getMaxX(), rect.getMaxY()}; - switch (obj->m_slopeDirection) { - case 0: case 7: - vertices[1] = topRight; - break; - case 1: case 5: - vertices[0] = topRight; - break; - case 3: case 6: - vertices[2] = topRight; - break; - default: break; - } - - drawNode->drawPolygon( - vertices.data(), vertices.size(), - obj->m_isPassable ? passableColorFill : solidColorFill, - borderSize, obj->m_isPassable ? passableColor : solidColor - ); - break; - } - case GameObjectType::AnimatedHazard: - case GameObjectType::Hazard: { - if (!obj->m_isActivated || obj == m_anticheatSpike) break; - if (auto radius = getObjectRadius(obj); radius > 0) { - drawNode->drawCircle( - obj->getPosition(), radius, - dangerColorFill, borderSize, - dangerColor, 16 - ); - } else if (auto orientedBox = m_isEditor ? obj->getOrientedBox() : obj->m_orientedBox) { - drawNode->drawPolygon( - orientedBox->m_corners.data(), 4, - dangerColorFill, borderSize, dangerColor - ); - } else { - auto isObjectRectDirty = obj->m_isObjectRectDirty; - auto boxOffsetCalculated = obj->m_boxOffsetCalculated; - drawRect(drawNode, obj->getObjectRect(), dangerColorFill, borderSize, dangerColor); - obj->m_isObjectRectDirty = isObjectRectDirty; - obj->m_boxOffsetCalculated = boxOffsetCalculated; - } - break; - } - case GameObjectType::CollisionObject: break; - } - }; - - if ( - config::get<"level.showhitboxes.ondeath", bool>(false) && s_isDead && - config::get<"level.showhitboxes.ondeath.player", bool>(false) && s_collisionObject - ) { - visitObject(s_collisionObject); - } else { - forEachObject(this, visitObject); - } - - // draw player trails - if (config::get<"level.showhitboxes.traillength.toggle", bool>(false)) { - auto ligherPlayerColorFill = playerColorFill.lighten(0.5f); - auto ligherPlayerColorInnerFill = playerColorInnerFill.lighten(0.5f); - - // P1 trail - for (auto const& entry : s_playerTrail1) drawRect( - drawNode, cocos2d::CCRect{entry.hitboxPos, {entry.hitboxSize, entry.hitboxSize}}, - entry.isSubtick ? ligherPlayerColorFill : playerColorFill, - borderSize, - playerColor - ); - - // P2 trail - for (auto const& entry : s_playerTrail1) drawRect( - drawNode, cocos2d::CCRect{entry.innerHitboxPos, {entry.innerHitboxSize, entry.innerHitboxSize}}, - entry.isSubtick ? ligherPlayerColorFill : playerColorInnerFill, - borderSize, - playerColorInner - ); - - // P1 inner trail - for (auto const& entry : s_playerTrail2) drawRect( - drawNode, cocos2d::CCRect{entry.hitboxPos, {entry.hitboxSize, entry.hitboxSize}}, - entry.isSubtick ? ligherPlayerColorFill : playerColorFill, - borderSize, - playerColor - ); - - // P2 inner trail - for (auto const& entry : s_playerTrail2) drawRect( - drawNode, cocos2d::CCRect{entry.innerHitboxPos, {entry.innerHitboxSize, entry.innerHitboxSize}}, - entry.isSubtick ? ligherPlayerColorInnerFill : playerColorInnerFill, - borderSize, - playerColorInner - ); - } - - // draw player hitboxes - auto const drawPlayer = [&](PlayerObject* player) { - if (!player) return; - - auto rect1 = player->getObjectRect(); - auto rect2 = player->getObjectRect(0.3f, 0.3f); - - if (auto ob = player->m_orientedBox) { - drawNode->drawPolygon(ob->m_corners.data(), 4, playerColorRotatedFill, borderSize, playerColorRotated); - } - - drawRect(drawNode, rect1, playerColorFill, borderSize, playerColor); - drawRect(drawNode, rect2, playerColorInnerFill, borderSize, playerColorInner); - }; - - drawPlayer(m_player1); - if (m_gameState.m_isDualMode) { - drawPlayer(m_player2); - } - } - - void updateHitboxes(bool isHalfTick) { - if (s_isDead || !config::get<"level.showhitboxes.traillength.toggle", bool>(false)) - return; - - auto p1Rect = m_player1->getObjectRect(); - auto p1InnerRect = m_player1->getObjectRect(0.3f, 0.3f); - - s_playerTrail1.emplace_back( - p1Rect.origin, - p1Rect.size.width, - p1InnerRect.origin, - p1InnerRect.size.width, - isHalfTick - ); - - if (m_gameState.m_isDualMode) { - auto p2Rect = m_player2->getObjectRect(); - auto p2InnerRect = m_player2->getObjectRect(0.3f, 0.3f); - - s_playerTrail2.emplace_back( - p2Rect.origin, - p2Rect.size.width, - p2InnerRect.origin, - p2InnerRect.size.width, - isHalfTick - ); - } - } - - #ifndef GEODE_IS_MACOS - void processCommands(float dt, bool isHalfTick, bool isLastTick) { - GJBaseGameLayer::processCommands(dt, isHalfTick, isLastTick); - this->updateHitboxes(isHalfTick); - } - #else - void processQueuedButtons(float dt, bool clearInputQueue) { - GJBaseGameLayer::processQueuedButtons(dt, clearInputQueue); - this->updateHitboxes(m_isBetweenSteps); - } - #endif - }; - - #define $hitbox static_cast(static_cast(this)) - - class $modify(ShowHitboxesPLHook, PlayLayer) { - void createObjectsFromSetupFinished() { - PlayLayer::createObjectsFromSetupFinished(); - $hitbox->createDrawNode(); - } - - void updateVisibility(float dt) override { - PlayLayer::updateVisibility(dt); - s_isDead = m_player1->m_isDead; - $hitbox->visitHitboxes(); - } - - void resetLevel() override { - PlayLayer::resetLevel(); - - s_isDead = false; - s_collisionObject = nullptr; - - s_playerTrail1.clear(); - s_playerTrail2.clear(); - } - - void destroyPlayer(PlayerObject* player, GameObject* object) override { - PlayLayer::destroyPlayer(player, object); - if (m_anticheatSpike == object) return; - if (object != nullptr) - s_collisionObject = object; - } - }; - - class $modify(ShowHitboxesPOHook, PlayerObject) { - ENABLE_FIRST_HOOKS_ALL() - - void playerDestroyed(bool p0) { - if (auto* pl = utils::get()) - s_isDead = this == pl->m_player1 || this == pl->m_player2; - PlayerObject::playerDestroyed(p0); - } - - void collidedWithObject(float p0, GameObject* p1, cocos2d::CCRect p2, bool p3) { - PlayerObject::collidedWithObject(p0, p1, p2, p3); - if (auto* pl = utils::get()) - if (this == pl->m_player1 || this == pl->m_player2) - s_collisionObject = p1; - } - }; - - class $modify(ShowHitboxesLELHook, LevelEditorLayer) { - bool init(GJGameLevel* level, bool unk) { - if (!LevelEditorLayer::init(level, unk)) - return false; - - $hitbox->createDrawNode(); - return true; - } - - void updateVisibility(float dt) override { - LevelEditorLayer::updateVisibility(dt); - $hitbox->visitHitboxes(); - } - }; - - class $modify(ShowHitboxesEditorHook, EditorUI) { - void onPlaytest(CCObject* sender) { - EditorUI::onPlaytest(sender); - - s_isDead = false; - s_collisionObject = nullptr; - - s_playerTrail1.clear(); - s_playerTrail2.clear(); - } - }; - - class $hack(ShowHitboxes) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - auto toggle = tab->addToggle("level.showhitboxes")->handleKeybinds()->setDescription(); - - config::setIfEmpty("level.showhitboxes.editor", true); - config::setIfEmpty("level.showhitboxes.bordersize", 0.25f); - config::setIfEmpty("level.showhitboxes.fillalpha", 0.25f); - config::setIfEmpty("level.showhitboxes.traillength", 240.0f); - config::setIfEmpty("level.showhitboxes.fillalpha.toggle", true); - config::setIfEmpty("level.showhitboxes.solid_color", gui::Color(0, 0.247, 1)); - config::setIfEmpty("level.showhitboxes.danger_color", gui::Colors::RED); - config::setIfEmpty("level.showhitboxes.player_color", gui::Colors::RED); - config::setIfEmpty("level.showhitboxes.player_color_inner", gui::Color(0, 1, 0.2f)); - config::setIfEmpty("level.showhitboxes.player_color_rotated", gui::Colors::YELLOW); - config::setIfEmpty("level.showhitboxes.other_color", gui::Colors::GREEN); - config::setIfEmpty("level.showhitboxes.passable_color", gui::Color(0, 1, 1)); - config::setIfEmpty("level.showhitboxes.triggers_color", gui::Color(1, 0, 0.9f)); - - size_t size = static_cast(config::get<"level.showhitboxes.traillength", double>(240.0)); - s_playerTrail1.resize(size); - s_playerTrail2.resize(size); - - toggle->addOptions([](auto options) { - options->addToggle("level.showhitboxes.editor"); - options->addToggle("level.showhitboxes.hideplayer"); - options->addToggle("level.showhitboxes.showtriggers"); - options->addToggle("level.showhitboxes.customcolors")->addOptions([](auto optionsColor) { - optionsColor->addColorComponent("level.showhitboxes.solid_color"); - optionsColor->addColorComponent("level.showhitboxes.danger_color"); - optionsColor->addColorComponent("level.showhitboxes.other_color"); - optionsColor->addColorComponent("level.showhitboxes.passable_color"); - optionsColor->addColorComponent("level.showhitboxes.triggers_color"); - optionsColor->addColorComponent("level.showhitboxes.player_color"); - optionsColor->addColorComponent("level.showhitboxes.player_color_inner"); - optionsColor->addColorComponent("level.showhitboxes.player_color_rotated"); - }); - options->addInputFloat("level.showhitboxes.bordersize", 0.f, 10.f, "%.2f"); - options->addFloatToggle("level.showhitboxes.fillalpha", 0.f, 1.f); - options->addFloatToggle("level.showhitboxes.traillength", 1.f, 65535.f, "%.0f") - ->valueCallback([](float value) { - size_t size = value; - s_playerTrail1.resize(size); - s_playerTrail2.resize(size); - }); - }); - - tab->addToggle("level.showhitboxes.ondeath")->handleKeybinds()->addOptions([](auto optionsOnDeath) { - optionsOnDeath->addToggle("level.showhitboxes.ondeath.player"); - }); - - config::addDelegate("level.showhitboxes", []() { - if (auto hitbox = ShowHitboxesGJBGLHook::get()) { - hitbox->visitHitboxes(); - } - }); - } - - [[nodiscard]] bool isCheating() const override { - if (config::get<"level.showhitboxes", bool>()) { - if (auto* pl = utils::get()) { - // if not in practice with enabled hitboxes - return !pl->m_isPracticeMode; - } - } - - return false; - } - - [[nodiscard]] const char* getId() const override { return "Show Hitboxes"; } - }; - - REGISTER_HACK(ShowHitboxes) -} diff --git a/src/hacks/Level/ShowTriggers.cpp b/src/hacks/Level/ShowTriggers.cpp deleted file mode 100644 index ef6afbcd..00000000 --- a/src/hacks/Level/ShowTriggers.cpp +++ /dev/null @@ -1,96 +0,0 @@ -#include -#include -#include -#include - -#include -#include -#include - -namespace eclipse::hacks::Level { - class $hack(ShowTriggers) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.showtriggers")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"level.showtriggers", bool>(); } - [[nodiscard]] const char* getId() const override { return "Show Triggers"; } - }; - - REGISTER_HACK(ShowTriggers) - - // :( - // GameObject->m_objectType is set during GameObject::customSetup() - // so we have to check the object ID manually instead - static const std::unordered_set triggerIds = { - 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 55, 56, - 57, 58, 59, 105, 744, 899, 900, 901, 915, 1006, 1007, - 1049, 1268, 1346, 1347, 1520, 1585, 1595, 1611, 1612, 1613, - 1616, 1811, 1812, 1814, 1815, 1817, 1818, 1819, 1912, 1913, - 1914, 1915, 1916, 1917, 1931, 1932, 1934, 1935, 2015, 2016, - 2062, 2066, 2067, 2068, 2899, 2900, 2901, 2904, 2905, 2907, - 2909, 2910, 2911, 2912, 2913, 2914, 2915, 2916, 2917, 2919, - 2920, 2921, 2922, 2923, 2924, 2925, 2999, 3016, 3017, 3018, - 3019, 3020, 3021, 3022, 3023, 3024, 3029, 3030, 3031, 3033, - 3600, 3602, 3603, 3604, 3605, 3606, 3607, 3608, 3609, 3612, - 3613, 3614, 3615, 3617, 3618, 3619, 3620, 3640, 3641, 3642, - 3655, 3660, 3661, 3662, 3643, 3006, 3007, 3008, 3009, 3010, - 3011, 3012, 3013, 3014, 3015, 2903 - }; - - class $modify(GameObject) { - ADD_HOOKS_DELEGATE("level.showtriggers") - - void customSetup() override { - bool editorEnabled = this->m_editorEnabled; - int id = this->m_objectID; - this->m_editorEnabled = editorEnabled || triggerIds.contains(id); - - GameObject::customSetup(); - this->m_editorEnabled = editorEnabled; - } - }; - - static GameObject* s_lastEditedTrigger; - static int s_originalSectionIndex; - - class $modify(PlayLayer) { - void addObject(GameObject* obj) { - if (!obj) return PlayLayer::addObject(obj); - - /* - * // original code - * if (m_objectID == 3613 || m_objectID == 3662 - * || obj->getType(obj) == Modifier && (obj->m_unk4D0 != 1 || !obj->m_isTouchTriggered) && obj->m_objectID != 2063) { - * obj->m_outerSectionIndex = -1; - * } else { - * this->addToSection(this, obj); - * } - */ - bool isTrigger = obj->m_objectType == GameObjectType::Modifier; - bool idsCheck = obj->m_objectID == 3613 || obj->m_objectID == 3662; - if (isTrigger && !idsCheck && config::get("level.showtriggers", false)) { - if ((obj->m_classType != GameObjectClassType::Effect || !static_cast(obj)->m_isTouchTriggered) && obj->m_objectID != 2063) { - s_lastEditedTrigger = obj; // this will queue the trigger to be added to the section - s_originalSectionIndex = obj->m_outerSectionIndex; - } - } - - PlayLayer::addObject(obj); - } - }; - - class $modify(GJBaseGameLayer) { - // this function appears just after that if statement in PlayLayer::addObject - void addToGroups(GameObject* obj, bool p1) { - // manually add the trigger to section and restore the original section index - if (obj == s_lastEditedTrigger) { - obj->m_outerSectionIndex = s_originalSectionIndex; - GJBaseGameLayer::addToSection(obj); - s_lastEditedTrigger = nullptr; - } - GJBaseGameLayer::addToGroups(obj, p1); - } - }; -} diff --git a/src/hacks/Level/SmartStartPos.cpp b/src/hacks/Level/SmartStartPos.cpp deleted file mode 100644 index d1ddf892..00000000 --- a/src/hacks/Level/SmartStartPos.cpp +++ /dev/null @@ -1,161 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(SmartStartPos) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.smartstartpos")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "Smart StartPos"; } - }; - - REGISTER_HACK(SmartStartPos) - - class $modify(SmartStartPosPLHook, PlayLayer) { - struct Fields { - std::vector m_startPositions; - std::vector m_dualPortals, m_gamemodePortals, m_miniPortals, m_speedChanges, m_mirrorPortals; - }; - - static GameObject* getClosestObject(std::vector& vec, StartPosObject* startPos) { - GameObject* closest = nullptr; - - std::ranges::sort(vec, [](GameObject* a, GameObject* b) { - return a->getPositionX() < b->getPositionX(); - }); - - for (auto obj : vec) { - if (obj->getPositionX() - 10 > startPos->getPositionX()) - break; - if (obj->getPositionX() - 10 < startPos->getPositionX()) - closest = obj; - } - - return closest; - } - - void setupStartPos(StartPosObject* startPos) { - LevelSettingsObject* startPosSettings = startPos->m_startSettings; - LevelSettingsObject* levelSettings = utils::get()->m_levelSettings; - - startPosSettings->m_startDual = levelSettings->m_startDual; - startPosSettings->m_startMode = levelSettings->m_startMode; - startPosSettings->m_startMini = levelSettings->m_startMini; - startPosSettings->m_startSpeed = levelSettings->m_startSpeed; - - GameObject* obj = getClosestObject(m_fields->m_dualPortals, startPos); - if (obj) - startPosSettings->m_startDual = obj->m_objectID == 286; - - obj = getClosestObject(m_fields->m_gamemodePortals, startPos); - - if (obj) { - switch (obj->m_objectID) { - case 12: startPosSettings->m_startMode = 0; - break; - case 13: startPosSettings->m_startMode = 1; - break; - case 47: startPosSettings->m_startMode = 2; - break; - case 111: startPosSettings->m_startMode = 3; - break; - case 660: startPosSettings->m_startMode = 4; - break; - case 745: startPosSettings->m_startMode = 5; - break; - case 1331: startPosSettings->m_startMode = 6; - break; - case 1933: startPosSettings->m_startMode = 7; - break; - default: break; - } - } - - auto fields = m_fields.self(); - - obj = getClosestObject(fields->m_miniPortals, startPos); - - if (obj) - startPosSettings->m_startMini = obj->m_objectID == 101; - - obj = getClosestObject(fields->m_speedChanges, startPos); - if (obj) { - switch (obj->m_objectID) { - case 200: startPosSettings->m_startSpeed = Speed::Slow; - break; - case 201: startPosSettings->m_startSpeed = Speed::Normal; - break; - case 202: startPosSettings->m_startSpeed = Speed::Fast; - break; - case 203: startPosSettings->m_startSpeed = Speed::Faster; - break; - case 1334: startPosSettings->m_startSpeed = Speed::Fastest; - break; - default: break; - } - } - } - - bool init(GJGameLevel* level, bool unk1, bool unk2) { - auto fields = m_fields.self(); - fields->m_dualPortals.clear(); - fields->m_gamemodePortals.clear(); - fields->m_miniPortals.clear(); - fields->m_miniPortals.clear(); - fields->m_speedChanges.clear(); - fields->m_mirrorPortals.clear(); - fields->m_startPositions.clear(); - - return PlayLayer::init(level, unk1, unk2); - } - - void resetLevel() { - if (config::get("level.smartstartpos", false)) { - for (StartPosObject* obj : m_fields->m_startPositions) - setupStartPos(obj); - } - - PlayLayer::resetLevel(); - } - - void addObject(GameObject* obj) { - PlayLayer::addObject(obj); - - switch (obj->m_objectID) { - case 31: m_fields->m_startPositions.push_back(static_cast(obj)); - break; - case 12: - case 13: - case 47: - case 111: - case 660: - case 745: - case 1331: - case 1933: m_fields->m_gamemodePortals.push_back(obj); - break; - case 45: - case 46: m_fields->m_mirrorPortals.push_back(obj); - break; - case 99: - case 101: m_fields->m_miniPortals.push_back(obj); - break; - case 286: - case 287: m_fields->m_dualPortals.push_back(obj); - break; - case 200: - case 201: - case 202: - case 203: - case 1334: m_fields->m_speedChanges.push_back(obj); - break; - default: break; - } - } - }; -} diff --git a/src/hacks/Level/StartPosSwitcher.cpp b/src/hacks/Level/StartPosSwitcher.cpp deleted file mode 100644 index 099c8046..00000000 --- a/src/hacks/Level/StartPosSwitcher.cpp +++ /dev/null @@ -1,293 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include - -namespace eclipse::hacks::Level { - static std::vector startPosObjects; - static bool levelFinishedLoading = false; - static int32_t currentStartPosIndex = 0; - static cocos2d::CCSequence* startPosSwitcherSequence = nullptr; - - class $hack(StartPosSwitcher) { - public: - void init() override { - config::setIfEmpty("level.startpos_switcher", false); - config::setIfEmpty("level.startpos_switcher.reset_camera", false); - config::setIfEmpty("level.startpos_switcher.previous", keybinds::Keys::Q); - config::setIfEmpty("level.startpos_switcher.next", keybinds::Keys::E); - config::setIfEmpty("level.startpos_switcher.label", true); - config::setIfEmpty("label.startpos_switcher.scale", 0.7f); - config::setIfEmpty("label.startpos_switcher.buttons", true); - config::setIfEmpty("label.startpos_switcher.color", gui::Color(1.f, 1.f, 1.f, 0.6f)); - config::setIfEmpty("label.startpos_switcher.alpha_mod", 0.4f); - - auto tab = gui::MenuTab::find("tab.level"); - - tab->addToggle("level.startpos_switcher") - ->handleKeybinds()->setDescription() - ->addOptions([](auto options) { - options->addKeybind("level.startpos_switcher.previous", "level.startpos_switcher.previous") - ->setInternal()->setDefaultKey(keybinds::Keys::Q); - options->addKeybind("level.startpos_switcher.next", "level.startpos_switcher.next") - ->setInternal()->setDefaultKey(keybinds::Keys::E); - options->addToggle("level.startpos_switcher.reset_camera"); - options->addInputFloat("level.startpos_switcher.delay", 0.f, 10.f, "%.2fs"); - options->addToggle("level.startpos_switcher.label") - ->addOptions([](auto options) { - options->addInputFloat("label.startpos_switcher.scale", 0.1f, 2.f, "%.2fx"); - options->addInputFloat("label.startpos_switcher.alpha_mod", 0.f, 1.f); - options->addColorComponent("label.startpos_switcher.color", true); - options->addToggle("label.startpos_switcher.buttons")->setDescription(); - }); - }); - - auto manager = keybinds::Manager::get(); - manager->addListener("level.startpos_switcher.previous", [](auto evt) { - if (!evt.down) return; - auto* playLayer = utils::get(); - if (!playLayer) return; - if (!config::get("level.startpos_switcher", false)) return; - pickStartPos(playLayer, currentStartPosIndex - 1); - }); - manager->addListener("level.startpos_switcher.next", [](auto evt) { - if (!evt.down) return; - auto* playLayer = utils::get(); - if (!playLayer) return; - if (!config::get("level.startpos_switcher", false)) return; - pickStartPos(playLayer, currentStartPosIndex + 1); - }); - } - - static void pickStartPos(PlayLayer* playLayer, int32_t index) { - if (startPosObjects.empty() || !levelFinishedLoading) return; - - auto count = static_cast(startPosObjects.size()); - if (index >= count) - index = -1; - else if (index < -1) - index = count - 1; - - currentStartPosIndex = index; - auto func = [index] { - startPosSwitcherSequence = nullptr; - PlayLayer* playLayer = utils::get(); - playLayer->m_currentCheckpoint = nullptr; - - auto* startPos = index >= 0 ? startPosObjects[index] : nullptr; - playLayer->setStartPosObject(startPos); - playLayer->m_isTestMode = index >= 0; - - if (playLayer->m_isPracticeMode) - playLayer->resetLevelFromStart(); - else - playLayer->resetLevel(); - - playLayer->startMusic(); - playLayer->updateTestModeLabel(); - }; - - float delay = config::get("level.startpos_switcher.delay", 0.f); - if(delay <= 0.f) return func(); - - if(startPosSwitcherSequence) playLayer->stopAction(startPosSwitcherSequence); - - startPosSwitcherSequence = cocos2d::CCSequence::createWithTwoActions( - cocos2d::CCDelayTime::create(delay), - geode::cocos::CallFuncExt::create(func) - ); - playLayer->runAction(startPosSwitcherSequence); - } - - [[nodiscard]] const char* getId() const override { return "StartPos Switcher"; } - }; - - REGISTER_HACK(StartPosSwitcher) - - class StartposSwitcherNode : public cocos2d::CCMenu { - public: - static StartposSwitcherNode* create(PlayLayer* playLayer) { - auto* ret = new StartposSwitcherNode; - if (ret->init(playLayer)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - bool init(PlayLayer* playLayer) { - if (!CCMenu::init()) return false; - - m_playLayer = playLayer; - - m_previous = CCMenuItemSpriteExtra::create( - cocos2d::CCSprite::createWithSpriteFrameName("GJ_arrow_02_001.png"), - this, menu_selector(StartposSwitcherNode::onPrevious) - ); - m_previous->setID("arrow-previous"); - - auto* sprite = cocos2d::CCSprite::createWithSpriteFrameName("GJ_arrow_02_001.png"); - m_next = CCMenuItemSpriteExtra::create(sprite, this, menu_selector(StartposSwitcherNode::onNext)); - sprite->setFlipX(true); - m_next->setID("arrow-next"); - - m_labelText = fmt::format("{}/{}", currentStartPosIndex + 1, startPosObjects.size()); - m_label = cocos2d::CCLabelBMFont::create(m_labelText.c_str(), "bigFont.fnt"); - m_label->setID("label"); - - m_previous->setPosition(-65.0f, 0.0f); - m_next->setPosition(65.0f, 0.0f); - m_label->setPosition(0.0f, 0.0f); - - auto scale = config::get("label.startpos_switcher.scale", 0.7f); - auto winSize = utils::get()->getWinSize(); - this->setPosition(winSize.width / 2.f, 30.f * scale); - this->setAnchorPoint({0.f, 0.f}); - - this->addChild(m_previous); - this->addChild(m_next); - this->addChild(m_label); - - auto color = config::get("label.startpos_switcher.color", gui::Color(1.f, 1.f, 1.f, 0.6f)); - auto buttons = config::get("label.startpos_switcher.buttons", true); - - this->setScale(scale); - m_label->setColor(color.toCCColor3B()); - this->setOpacity(color.a * 255); - m_previous->setVisible(buttons); - m_next->setVisible(buttons); - - this->schedule(schedule_selector(StartposSwitcherNode::update), 0.f); - - return true; - } - - void onPrevious(CCObject* sender) { - StartPosSwitcher::pickStartPos(m_playLayer, currentStartPosIndex - 1); - } - - void onNext(CCObject* sender) { - StartPosSwitcher::pickStartPos(m_playLayer, currentStartPosIndex + 1); - } - - void setVisibility(bool visible) { - m_label->setVisible(visible); - bool buttons = !visible ? false : config::get("label.startpos_switcher.buttons", true); - m_previous->setVisible(buttons); - m_next->setVisible(buttons); - } - - void update(float dt) override { - if (!config::get<"level.startpos_switcher", bool>() || - !config::get<"level.startpos_switcher.label", bool>(true)) { - setVisibility(false); - m_timeSinceAction = 0.f; - return; - } - - setVisibility(true); - m_timeSinceAction += dt; - - // Update scale and color - auto scale = config::get<"label.startpos_switcher.scale", double>(0.7f); - auto color = config::get<"label.startpos_switcher.color", gui::Color>(gui::Color(1.f, 1.f, 1.f, 0.6f)); - this->setScale(scale); - m_label->setColor(color.toCCColor3B()); - - - constexpr float animationTime = 0.5f; - if (m_timeSinceAction < 3.f) { - this->setOpacity(color.a * 255); - } else { - auto opacityMod = 1.f - config::get<"label.startpos_switcher.alpha_mod", double>(0.4f); - auto clampedTime = std::clamp(m_timeSinceAction - 3.f, 0.f, animationTime) / animationTime; - auto modifier = 1.f - (clampedTime * opacityMod); - this->setOpacity(color.a * 255 * modifier); - } - - // Center the node on the screen (center bottom) - auto winSize = utils::get()->getWinSize(); - this->setPosition(winSize.width / 2.f, 30.f * scale); - - auto label = fmt::format("{}/{}", currentStartPosIndex + 1, startPosObjects.size()); - if (label != m_labelText) { - m_labelText = label; - m_label->setCString(m_labelText.c_str()); - m_timeSinceAction = 0.f; - } - } - - private: - CCMenuItemSpriteExtra* m_previous{}; - CCMenuItemSpriteExtra* m_next{}; - cocos2d::CCLabelBMFont* m_label{}; - PlayLayer* m_playLayer{}; - std::string m_labelText; - float m_timeSinceAction = 0.f; - }; - - class $modify(StartPosSwitcherPLHook, PlayLayer) { - bool init(GJGameLevel* level, bool useReplay, bool dontCreateObjects) { - levelFinishedLoading = false; - startPosObjects.clear(); - - return PlayLayer::init(level, useReplay, dontCreateObjects); - } - - void resetLevel() { - if (!config::get<"level.startpos_switcher", bool>() || !config::get<"level.startpos_switcher.reset_camera", bool>()) { - PlayLayer::resetLevel(); - return; - } - - for (auto* obj : startPosObjects) - obj->m_startSettings->m_resetCamera = true; - - PlayLayer::resetLevel(); - } - - void addObject(GameObject* object) { - PlayLayer::addObject(object); - - if (object->m_objectID == 31) - startPosObjects.push_back(static_cast(object)); - } - - void createObjectsFromSetupFinished() { - PlayLayer::createObjectsFromSetupFinished(); - if (startPosObjects.empty()) return; - - std::ranges::sort(startPosObjects, [](GameObject* a, GameObject* b) { - return a->getPositionX() < b->getPositionX(); - }); - - currentStartPosIndex = -1; - if (m_startPosObject) { - auto it = std::ranges::find(startPosObjects, m_startPosObject); - if (it != startPosObjects.end()) - currentStartPosIndex = static_cast(std::distance(startPosObjects.begin(), it)); - } - - levelFinishedLoading = true; - - auto* switcher = StartposSwitcherNode::create(this); - if (!switcher) return; - switcher->setID("startpos-switcher"_spr); - if (auto uiMenu = utils::getEclipseUILayer()) { - uiMenu->addChild(switcher, 1000); - } else { // fallback - m_uiLayer->addChild(switcher, 1000); - } - } - }; -} diff --git a/src/hacks/Level/StopTriggersOnDeath.cpp b/src/hacks/Level/StopTriggersOnDeath.cpp deleted file mode 100644 index 8b82687a..00000000 --- a/src/hacks/Level/StopTriggersOnDeath.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(StopTriggersOnDeath) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - config::setIfEmpty("level.stoptrigondeath.platformer", false); - tab->addToggle("level.stoptrigondeath")->setDescription()->handleKeybinds()->addOptions([](auto options) { - options->addToggle("level.stoptrigondeath.platformer")->setDescription()->handleKeybinds(); - }); - } - - [[nodiscard]] const char* getId() const override { return "Stop Triggers On Death"; } - }; - - REGISTER_HACK(StopTriggersOnDeath) - - class $modify(StopTriggersOnDeathGJBGLHook, GJBaseGameLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("level.stoptrigondeath") - - void update(float dt) { - if (!utils::get()) return GJBaseGameLayer::update(dt); - - auto pl = utils::get(); - if (pl->m_level && pl->m_level->isPlatformer() && !config::get<"level.stoptrigondeath.platformer", bool>(false)) return GJBaseGameLayer::update(dt); - - if ((m_player1 && m_player1->m_isDead) || (m_player2 && m_player2->m_isDead)) return; - - GJBaseGameLayer::update(dt); - } - }; -} diff --git a/src/hacks/Level/ZeroPercentPractice.cpp b/src/hacks/Level/ZeroPercentPractice.cpp deleted file mode 100644 index 48ef044f..00000000 --- a/src/hacks/Level/ZeroPercentPractice.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Level { - class $hack(ZeroPercentPractice) { - void init() override { - auto tab = gui::MenuTab::find("tab.level"); - tab->addToggle("level.zeropercentpractice")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "0% Practice Completion"; } - }; - - REGISTER_HACK(ZeroPercentPractice) - - class $modify(ZeroPercentPracticePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("level.zeropercentpractice") - - struct Fields { - bool fromZero = true; - }; - - void resetLevel() { - m_fields->fromZero = m_gameState.m_currentProgress == 0; - PlayLayer::resetLevel(); - } - - void levelComplete() { - if (m_fields->fromZero && m_isPracticeMode) m_isPracticeMode = false; - PlayLayer::levelComplete(); - } - }; -} diff --git a/src/hacks/Player/AutoKill.cpp b/src/hacks/Player/AutoKill.cpp deleted file mode 100644 index f528aa81..00000000 --- a/src/hacks/Player/AutoKill.cpp +++ /dev/null @@ -1,66 +0,0 @@ -#include -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - class $hack(AutoKill) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - - config::setIfEmpty("player.autokill.percentage.toggle", true); - config::setIfEmpty("player.autokill.percentage", 50.0f); - config::setIfEmpty("player.autokill.time", 90.0f); - - tab->addToggle("player.autokill")->handleKeybinds()->setDescription() - ->addOptions([](auto options) { - options->addFloatToggle("player.autokill.percentage", 0.f, 100.f, "%.2f%%") - ->handleKeybinds()->setDescription(); - options->addFloatToggle("player.autokill.time", 0.f, FLT_MAX, "%.2f s.") - ->handleKeybinds()->setDescription(); - }); - } - - [[nodiscard]] const char* getId() const override { return "Auto Kill"; } - }; - - REGISTER_HACK(AutoKill) - - class $modify(AutoKillBGLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("player.autokill") - - void killPlayer() { - auto* playLayer = utils::get(); - if (!playLayer) return; - - bool noclipEnabled = config::get("player.noclip", false); - config::set("player.noclip", false); - if (m_player1 && !m_player1->m_isDead) - playLayer->PlayLayer::destroyPlayer(m_player1, m_player1); - config::set("player.noclip", noclipEnabled); - } - - void update(float p0) override { - GJBaseGameLayer::update(p0); - - auto* playLayer = utils::get(); - if (!playLayer) return; - - auto percentageEnabled = config::get("player.autokill.percentage.toggle", true); - auto percentage = config::get("player.autokill.percentage", 50.0f); - auto timeEnabled = config::get("player.autokill.time.toggle", false); - auto time = config::get("player.autokill.time", 90.0f); - - bool shouldKill = false; - shouldKill |= percentageEnabled && playLayer->getCurrentPercent() >= percentage; - shouldKill |= timeEnabled && m_gameState.m_levelTime >= time; - - if (shouldKill) - killPlayer(); - } - }; -} diff --git a/src/hacks/Player/Autoclicker.cpp b/src/hacks/Player/Autoclicker.cpp deleted file mode 100644 index d9483616..00000000 --- a/src/hacks/Player/Autoclicker.cpp +++ /dev/null @@ -1,68 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(AutoClicker) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - - config::setIfEmpty("player.autoclick.p1", true); - config::setIfEmpty("player.autoclick.p2", true); - config::setIfEmpty("player.autoclick.intervalrelease", 1); - - tab->addToggle("player.autoclick") - ->handleKeybinds() - ->setDescription() - ->addOptions([](auto options) { - options->addToggle("player.autoclick.p1"); - options->addToggle("player.autoclick.p2"); - options->addInputInt("player.autoclick.intervalhold", 1, 1000); - options->addInputInt("player.autoclick.intervalrelease", 1, 1000); - }); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"player.autoclick", bool>(); } - [[nodiscard]] const char* getId() const override { return "Auto Clicker"; } - }; - - REGISTER_HACK(AutoClicker) - - class $modify(AutoClickerBGLHook, GJBaseGameLayer) { - struct Fields { - int timer = 0; - bool clicking = false; - }; - - ADD_HOOKS_DELEGATE("player.autoclick") - - void updateAutoClicker() { - auto clickInterval = config::get<"player.autoclick.intervalhold", int>(1); - auto releaseInterval = config::get<"player.autoclick.intervalrelease", int>(1); - auto fields = m_fields.self(); - - fields->timer++; - if ((fields->timer >= clickInterval && !fields->clicking) || (fields->timer >= releaseInterval && fields->clicking)) { - fields->clicking = !fields->clicking; - if (config::get<"player.autoclick.p1", bool>(false)) this->handleButton(fields->clicking, 1, true); - if (config::get<"player.autoclick.p2", bool>(false)) this->handleButton(fields->clicking, 1, false); - fields->timer = 0.f; - } - } - - #ifndef GEODE_IS_MACOS - void processCommands(float dt, bool isHalfTick, bool isLastTick) { - GJBaseGameLayer::processCommands(dt, isHalfTick, isLastTick); - this->updateAutoClicker(); - } - #else - void processQueuedButtons(float dt, bool clearInputQueue) { - GJBaseGameLayer::processQueuedButtons(dt, clearInputQueue); - this->updateAutoClicker(); - } - #endif - }; -} diff --git a/src/hacks/Player/BallRotation.cpp b/src/hacks/Player/BallRotation.cpp deleted file mode 100644 index 3bddad65..00000000 --- a/src/hacks/Player/BallRotation.cpp +++ /dev/null @@ -1,166 +0,0 @@ -#include -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(BallRotation) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - - tab->addToggle("player.ballrotation") - ->handleKeybinds() - ->setDescription() - ->addOptions([](auto options) { - options->addToggle("player.ballrotation.variation")->setDescription(); - }); - } - - [[nodiscard]] const char* getId() const override { return "Ball Rotation Bug"; } - }; - - REGISTER_HACK(BallRotation) - - class BallRotationAction : public cocos2d::CCAction { - public: - static BallRotationAction* create(cocos2d::CCActionInterval* action) { - auto ret = new BallRotationAction(); - ret->m_innerAction = action; - action->retain(); - ret->autorelease(); - return ret; - } - - void step(float dt) override { - m_innerAction->step(dt); - - if (m_innerAction->isDone()) { - if (m_extraNode && m_madeExtraTurn) { - m_extraNode->setRotation(m_originalRotation); - return; - } - if (!m_madeExtraTurn) { - // restart the action - float diff = m_innerAction->getElapsed() - m_innerAction->getDuration(); - m_innerAction->startWithTarget(m_pTarget); - m_innerAction->step(0.0f); - m_innerAction->step(diff); - m_madeExtraTurn = m_extraNode != nullptr; - } - } - - if (m_extraNode) { - m_extraNode->setRotation(m_pTarget->getRotation()); - } - } - - bool isDone() override { - return m_innerAction->isDone() && m_extraNode; - } - - void beginExtraAction(cocos2d::CCNode* node) { - m_extraNode = node; - m_originalRotation = node->getRotation(); - m_madeExtraTurn = false; - } - - protected: - cocos2d::CCActionInterval* m_innerAction; - cocos2d::CCNode* m_extraNode = nullptr; - float m_originalRotation = 0; - bool m_madeExtraTurn = false; - }; - - class $modify(BallRotationPOHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.ballrotation") - - struct Fields { - BallRotationAction* m_spinAction = nullptr; - geode::Ref m_spinNode; - - Fields() { - m_spinNode = CCNode::create(); - m_spinNode->onEnter(); // enables scheduler for the dummy node - } - }; - - void switchedToMode(GameObjectType p0) { // probably the closest i'll get :sob: - bool prevBall = m_isBall; - PlayerObject::switchedToMode(p0); - - if (p0 == GameObjectType::CubePortal || p0 == GameObjectType::RobotPortal) { - return; - } - - if (p0 != GameObjectType::BallPortal && prevBall) { - if (config::get("player.ballrotation.variation", false)) { - auto fields = m_fields.self(); - if (fields->m_spinAction) { - fields->m_spinAction->beginExtraAction(m_mainLayer); - fields->m_spinAction = nullptr; - } - } else { - float fullRot = -360 - this->getRotation(); - m_mainLayer->runAction(cocos2d::CCSequence::create( - cocos2d::CCDelayTime::create(0.05f), - cocos2d::CCRotateBy::create(0.85f, fullRot * 0.7f), - cocos2d::CCEaseExponentialOut::create(cocos2d::CCRotateBy::create( - 0.1f, fullRot * 0.3f - )), - nullptr - )); - } - } - } - - void prepareForRotation(float mult) { - if (!config::get("player.ballrotation.variation", false)) { - return; - } - - auto flipMod = m_isUpsideDown ? -1 : 1; - auto reverseMod = m_isGoingLeft ? -1 : 1; - auto sidewaysMod = m_isSideways ? -1 : 1; - - auto numerator = 120 * flipMod * reverseMod * sidewaysMod; - auto denom = numerator / m_rotationSpeed; - - auto fields = m_fields.self(); - - // calling action->stop() is apparently not safe - if (fields->m_spinAction) { - fields->m_spinAction->getTarget()->stopAction(fields->m_spinAction); - } - - fields->m_spinAction = BallRotationAction::create( - cocos2d::CCRotateBy::create(denom, numerator * mult) - ); - - fields->m_spinNode->setRotation(m_mainLayer->getRotation()); - fields->m_spinNode->runAction(fields->m_spinAction); - } - - /* Sometimes you just gotta love macOS for the amount of inlines it has */ - #ifdef GEODE_IS_MACOS - void runRotateAction(bool p0, int p1) { - bool willRun = !this->m_isLocked && !this->m_isDashing && this->m_isBall; - PlayerObject::runRotateAction(p0, p1); - if (willRun) this->prepareForRotation(1.f); - } - - void stopDashing() { - bool willRun = this->m_isDashing && this->m_isBall; - PlayerObject::stopDashing(); - if (willRun) this->prepareForRotation(1.f); - } - #else - void runBallRotation(float p0) { - PlayerObject::runBallRotation(p0); - this->prepareForRotation(p0); - } - #endif - }; -} diff --git a/src/hacks/Player/ClickTeleport.cpp b/src/hacks/Player/ClickTeleport.cpp deleted file mode 100644 index e3ffb145..00000000 --- a/src/hacks/Player/ClickTeleport.cpp +++ /dev/null @@ -1,89 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include - -#ifndef GEODE_IS_MOBILE - -namespace eclipse::hacks::Player { - constexpr double degToRad(double degrees) { - return degrees * std::numbers::pi / 180; - } - - static cocos2d::CCPoint rotateVector(cocos2d::CCPoint const& vector, double angle) { - auto x = vector.x * cos(angle) - vector.y * sin(angle); - auto y = vector.x * sin(angle) + vector.y * cos(angle); - return ccp(x, y); - } - - static cocos2d::CCPoint screenToGame(cocos2d::CCPoint const & screenPos, PlayLayer* playLayer) { - auto cameraPos = playLayer->m_gameState.m_cameraPosition; - auto cameraScale = playLayer->m_gameState.m_cameraZoom; - auto cameraAngle = playLayer->m_gameState.m_cameraAngle; - - // Rotate the position around the camera angle - auto angle = degToRad(cameraAngle); - auto rotatedPos = rotateVector(screenPos, angle); - - // Scale the position - auto scaledPos = ccp(rotatedPos.x / cameraScale, rotatedPos.y / cameraScale); - - // Add the camera position - auto point = ccp(cameraPos.x + scaledPos.x, cameraPos.y + scaledPos.y); - - return point; - } - - static cocos2d::CCPoint screenToFrame(ImVec2 const& pos) { - auto* director = utils::get(); - auto frameSize = director->getOpenGLView()->getFrameSize(); - auto winSize = director->getWinSize(); - - return { - pos.x / frameSize.width * winSize.width, - (1.f - pos.y / frameSize.height) * winSize.height - }; - } - - class $hack(ClickTeleport) { - void init() override { - config::setIfEmpty("player.clicktp.key", keybinds::Keys::MouseRight); - - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.clicktp")->setDescription()->handleKeybinds() - ->addOptions([](auto options) { - options->addKeybind("player.clicktp.key", "player.clicktp.key") - ->setInternal() - ->setDefaultKey(keybinds::Keys::MouseRight); - }); - - keybinds::Manager::get()->addListener("player.clicktp.key", [](auto evt) { - if (!evt.down) return; - if (!config::get<"player.clicktp", bool>(false)) return; - - auto* playLayer = utils::get(); - if (!playLayer) return; - - playLayer->m_player1->m_position = screenToGame(geode::cocos::getMousePos(), playLayer); - }); - } - - void update() override { - if (!config::get<"player.clicktp", bool>(false)) return; - - // Force the cursor to be visible - PlatformToolbox::showCursor(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"player.clicktp", bool>(); } - [[nodiscard]] const char* getId() const override { return "Click Teleport"; } - }; - - REGISTER_HACK(ClickTeleport) -} - -#endif diff --git a/src/hacks/Player/CustomWaveTrail.cpp b/src/hacks/Player/CustomWaveTrail.cpp deleted file mode 100644 index 95046d29..00000000 --- a/src/hacks/Player/CustomWaveTrail.cpp +++ /dev/null @@ -1,170 +0,0 @@ -#include -#include -#include -#include -#include -#include - -#include -#include -#include - -using namespace geode::prelude; - -namespace eclipse::hacks::Player { - - static cocos2d::CCDrawNode* s_currentStreak = nullptr; - static cocos2d::CCDrawNode* s_currentStreak2 = nullptr; - - class $hack(CustomWaveTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - - config::setIfEmpty("player.customwavetrail.pulse", true); - config::setIfEmpty("player.customwavetrail.scale", 1.f); - config::setIfEmpty("player.customwavetrail.speed", 0.5f); - config::setIfEmpty("player.customwavetrail.saturation", 100.f); - config::setIfEmpty("player.customwavetrail.value", 100.f); - config::setIfEmpty("player.customwavetrail.color", gui::Colors::WHITE); - config::setIfEmpty("player.customwavetrail.outline.color", gui::Colors::BLACK); - config::setIfEmpty("player.customwavetrail.outline.stroke", 2.f); - config::setIfEmpty("player.customwavetrail.outline.blur", 0); - - tab->addToggle("player.customwavetrail")->handleKeybinds()->setDescription() - ->addOptions([](auto options) { - options->addToggle("player.customwavetrail.pulse"); - options->addInputFloat("player.customwavetrail.scale", 0.f, 25.f, "%.2f"); - options->addToggle("player.customwavetrail.rainbow")->addOptions([](auto opt) { - opt->addInputFloat("player.customwavetrail.speed", 0.f, FLT_MAX, "%.2f"); - opt->addInputFloat("player.customwavetrail.saturation", 0.f, 100.f, "%.2f"); - opt->addInputFloat("player.customwavetrail.value", 0.f, 100.f, "%.2f"); - }); - options->addToggle("player.customwavetrail.customcolor")->addOptions([](auto opt) { - opt->addColorComponent("player.customwavetrail.color"); - }); - options->addToggle("player.customwavetrail.outline")->addOptions([](auto opt) { - opt->addInputFloat("player.customwavetrail.outline.stroke", 0.f, 10.f, "%.2f"); - opt->addInputInt("player.customwavetrail.outline.blur", 0, 32); - opt->addColorComponent("player.customwavetrail.outline.color"); - }); - }); - } - - [[nodiscard]] const char* getId() const override { return "Custom Wave Trail"; } - }; - - REGISTER_HACK(CustomWaveTrail) - - class $modify(WaveTrailSizePLHook, PlayLayer) { - ADD_HOOKS_DELEGATE("player.customwavetrail.outline") - void resetLevel() { - s_currentStreak = nullptr; - s_currentStreak2 = nullptr; - PlayLayer::resetLevel(); - } - }; - - class $modify(WaveTrailSizeHSHook, HardStreak) { - ADD_HOOKS_DELEGATE("player.customwavetrail") - - struct Fields { - float m_oldPulseSize = 0.f; - }; - - void updateStroke(float dt) { - if (config::get<"player.customwavetrail.rainbow", bool>(false)) { - auto speed = config::get<"player.customwavetrail.speed", double>(0.5f); - auto saturation = config::get<"player.customwavetrail.saturation", double>(100.f); - auto value = config::get<"player.customwavetrail.value", double>(100.f); - this->setColor(utils::getRainbowColor(speed / 10.f, saturation / 100.f, value / 100.f).toCCColor3B()); - } else if (config::get<"player.customwavetrail.customcolor", bool>(false)) { - auto color = config::get<"player.customwavetrail.color", gui::Color>(gui::Colors::WHITE); - this->setColor(color.toCCColor3B()); - } - - auto pulse = config::get<"player.customwavetrail.pulse", bool>(true); - auto scale = config::get<"player.customwavetrail.scale", double>(1.f); - - if (pulse) { - auto& [oldPulseSize] = *m_fields.self(); - if (oldPulseSize != m_pulseSize) { - m_pulseSize *= scale; - oldPulseSize = m_pulseSize; - } - } else { - m_pulseSize = scale; - } - - if (s_currentStreak == nullptr || s_currentStreak2 == nullptr) { - if (auto PL = utils::get()) { - if (PL->m_player1 && s_currentStreak == nullptr) { - if (this == PL->m_player1->m_waveTrail) { - s_currentStreak = this; - PL->m_player1->m_waveTrail->updateStroke(dt); - } - } - if (PL->m_player2 && s_currentStreak2 == nullptr) { - if (this == PL->m_player2->m_waveTrail) { - s_currentStreak2 = this; - PL->m_player2->m_waveTrail->updateStroke(dt); - } - } - } - } - - HardStreak::updateStroke(dt); - } - }; - - class $modify(WaveTrailStrokeHSHook, cocos2d::CCDrawNode) { - ADD_HOOKS_DELEGATE("player.customwavetrail.outline") - bool drawPolygon(cocos2d::CCPoint *verts, unsigned int count, const cocos2d::ccColor4F &fillColor, float borderWidth, const cocos2d::ccColor4F &borderColor, cocos2d::BorderAlignment alignment) { - if ((fillColor.r == 1.F && fillColor.g == 1.F && fillColor.b == 1.F && fillColor.a != 1.F) || ((s_currentStreak != this) && (s_currentStreak2 != this))) - return CCDrawNode::drawPolygon(verts, count, fillColor, borderWidth, borderColor, alignment); - - auto color = config::get<"player.customwavetrail.outline.color", gui::Color>(gui::Colors::BLACK); - auto width = config::get<"player.customwavetrail.outline.stroke", double>(2.F); - - this->setBlendFunc(cocos2d::CCSprite::create()->getBlendFunc()); - this->setZOrder(-1); - - const int glowLayers = config::get<"player.customwavetrail.outline.blur", int>(0); - if (glowLayers == 0) { - std::vector newVerts(count); - for (unsigned int i = 0; i < count; i++) { - newVerts[i] = verts[i]; - } - float offset = width + (width / count); - newVerts[0].y -= offset; - newVerts[3].y -= offset; - newVerts[1].y += offset; - newVerts[2].y += offset; - this->drawSegment(newVerts[0], newVerts[3], width, color); - this->drawSegment(newVerts[1], newVerts[2], width, color); - return CCDrawNode::drawPolygon(verts, count, fillColor, borderWidth, borderColor, alignment); - } - //width = width / glowLayers; - for (int i = 0; i < glowLayers; i++) { - float layerWidth = width * (1.0f + (i * 0.8f)); - float opacity = std::max({0.05f, 0.8f * (float)std::pow(0.7f, i)}); - auto glowColor = color; - glowColor.a *= opacity; - - std::vector newVerts(count); - for (unsigned int j = 0; j < count; j++) { - newVerts[j] = verts[j]; - } - - float offset = layerWidth + (layerWidth / count); - newVerts[0].y -= offset; - newVerts[3].y -= offset; - newVerts[1].y += offset; - newVerts[2].y += offset; - - this->drawSegment(newVerts[0], newVerts[3], layerWidth, glowColor); - this->drawSegment(newVerts[1], newVerts[2], layerWidth, glowColor); - } - return CCDrawNode::drawPolygon(verts, count, fillColor, borderWidth, borderColor, alignment); - } - }; -} diff --git a/src/hacks/Player/FrameStepper.cpp b/src/hacks/Player/FrameStepper.cpp deleted file mode 100644 index dbd92eb9..00000000 --- a/src/hacks/Player/FrameStepper.cpp +++ /dev/null @@ -1,206 +0,0 @@ -#include -#include -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - // for on-screen UI - static bool s_frameStepperPressed = false; - static bool s_frameStepperDown = false; - - class $hack(FrameStepper) { - static bool isPressed() { - auto stepKey = config::get<"player.framestepper.step_key", keybinds::KeybindProps>(keybinds::Keys::C); - return s_frameStepperPressed || keybinds::isKeyPressed(stepKey); - } - - static bool isDown() { - auto stepKey = config::get<"player.framestepper.step_key", keybinds::KeybindProps>(keybinds::Keys::C); - return s_frameStepperDown || keybinds::isKeyDown(stepKey); - } - - void init() override { - config::setIfEmpty("player.framestepper", false); - config::setIfEmpty("player.framestepper.step_key", keybinds::Keys::C); - config::setIfEmpty("player.framestepper.hold", true); - config::setIfEmpty("player.framestepper.hold_delay", 0.25f); - config::setIfEmpty("player.framestepper.hold_speed", 5); - - auto tab = gui::MenuTab::find("tab.player"); - - tab->addToggle("player.framestepper") - ->setDescription() - ->handleKeybinds() - ->addOptions([](auto options) { - options->addKeybind("player.framestepper.step_key", "player.framestepper.step_key") - ->setDefaultKey(keybinds::Keys::C); - options->addToggle("player.framestepper.hold"); - options->addInputFloat("player.framestepper.hold_delay", 0.0f, FLT_MAX, "%.2f"); - options->addInputInt("player.framestepper.hold_speed", 0); - }); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"player.framestepper", bool>(); } - [[nodiscard]] const char* getId() const override { return "Frame Stepper"; } - }; - - REGISTER_HACK(FrameStepper) - - static double s_holdDelayTimer = 0; - static uint32_t s_holdAdvanceTimer = 0; - - class $modify(FrameStepperSchedulerHook, GJBaseGameLayer) { - static void onModify(auto& self) { - FIRST_PRIORITY("cocos2d::CCScheduler::update"); // required to avoid conflict with speedhack - HOOKS_TOGGLE_ALL("player.framestepper"); - } - - void update(float dt) override { - // for playlayer, check if the level is not paused/finished (maybe add loading check later?) - bool usable = false; - if (auto playLayer = utils::get()) - usable = !playLayer->m_isPaused && !playLayer->m_hasCompletedLevel && playLayer->m_started && !playLayer->m_player1->m_isDead; - - // for level editor, check if it's in playback mode - else if (auto editor = utils::get()) - usable = editor->m_playbackMode == PlaybackMode::Playing; - - if (!usable) - return GJBaseGameLayer::update(dt); - - auto step = utils::getTPS(); - - auto holdSpeed = config::get("player.framestepper.hold_speed", 5); - bool shouldStep = false; - if (config::get("player.framestepper.hold", false)) { - s_holdDelayTimer += dt; - bool firstPress = FrameStepper::isPressed(); - - if (firstPress) - s_holdDelayTimer = 0; - - // Add a grace period after the first press to allow for holding - auto delay = config::get("player.framestepper.hold_delay", 0.25f); - if (FrameStepper::isDown()) { - shouldStep = firstPress; - s_holdAdvanceTimer++; - if (!shouldStep && s_holdAdvanceTimer >= holdSpeed) { - s_holdAdvanceTimer = 0; - shouldStep = s_holdDelayTimer >= delay; - } - } else { - s_holdAdvanceTimer = 0; - } - } else { - shouldStep = FrameStepper::isPressed(); - } - - s_frameStepperPressed = false; - dt = shouldStep ? 1.f / step : 0.f; - GJBaseGameLayer::update(dt); - } - }; - - /// @brief A button with callbacks for holding and releasing - class HoldingMenuItem : public CCMenuItemSpriteExtra { - public: - static HoldingMenuItem* create(cocos2d::CCSprite* sprite, Function&& onHold, Function&& onRelease) { - auto ret = new HoldingMenuItem(); - if (ret->init(sprite, std::move(onHold), std::move(onRelease))) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - bool init(cocos2d::CCSprite* sprite, Function&& onHold, Function&& onRelease) { - if (!CCMenuItemSpriteExtra::init(sprite, nullptr, nullptr, nullptr)) - return false; - - m_onHold = std::move(onHold); - m_onRelease = std::move(onRelease); - - return true; - } - - void selected() override { - CCMenuItemSpriteExtra::selected(); - m_onHold(); - } - - void unselected() override { - CCMenuItemSpriteExtra::unselected(); - m_onRelease(); - } - - private: - Function m_onHold; - Function m_onRelease; - }; - - class FrameStepControl : public cocos2d::CCMenu { - bool init() override { - if (!CCMenu::init()) - return false; - - this->setPosition(0, 0); - this->setVisible(config::get<"player.framestepper", bool>()); - - auto winSize = utils::get()->getWinSize(); - auto sprite = cocos2d::CCSprite::createWithSpriteFrameName("GJ_arrow_01_001.png"); - sprite->setFlipX(true); - m_stepForward = HoldingMenuItem::create( - sprite, [] { - s_frameStepperPressed = true; - s_frameStepperDown = true; - }, - [] { s_frameStepperDown = false; } - ); - m_stepForward->setPosition(winSize.width - 50, winSize.height / 2); - this->addChild(m_stepForward); - - this->schedule(schedule_selector(FrameStepControl::update), 0.f); - - return true; - } - - void update(float dt) override { - this->setVisible(config::get<"player.framestepper", bool>()); - } - - public: - static FrameStepControl* create() { - auto ret = new FrameStepControl(); - if (ret->init()) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - private: - HoldingMenuItem* m_stepForward = nullptr; - }; - - // Desktop users don't need the on-screen UI - #ifndef GEODE_IS_DESKTOP - class $modify(FrameSFrameStepperUILHook, UILayer) { - bool init(GJBaseGameLayer* bgl) { - if (!UILayer::init(bgl)) - return false; - - auto btn = FrameStepControl::create(); - btn->setID("frame-stepper"_spr); - this->addChild(btn, 1000); - return true; - } - }; - #endif -} diff --git a/src/hacks/Player/GhostTrailSettings.cpp b/src/hacks/Player/GhostTrailSettings.cpp deleted file mode 100644 index 08a72692..00000000 --- a/src/hacks/Player/GhostTrailSettings.cpp +++ /dev/null @@ -1,78 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $modify(PlayerObjectGTHook, PlayerObject){ - struct Fields { - GhostType m_curGhostType = GhostType::Disabled; - }; - - void toggleGhostEffect(GhostType p0) { - m_fields->m_curGhostType = p0; - PlayerObject::toggleGhostEffect(p0); - } - }; - - class $hack(ForceGhostTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.forceghosttrail")->setDescription()->handleKeybinds() - ->callback([](bool v) { - config::set("player.noghosttrail", false); - auto* pl = utils::get(); - if (!pl) return; - - auto p1 = static_cast(pl->m_player1); - auto p2 = static_cast(pl->m_player2); - p1->toggleGhostEffect(p1->m_fields->m_curGhostType); - if (pl->m_gameState.m_isDualMode) p2->toggleGhostEffect(p2->m_fields->m_curGhostType); - }); - } - - [[nodiscard]] const char* getId() const override { return "Force Ghost Trail"; } - }; - - class $hack(NoGhostTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.noghosttrail")->setDescription()->handleKeybinds() - ->callback([](bool v) { - config::set("player.forceghosttrail", false); - auto* pl = utils::get(); - if (!pl) return; - - auto p1 = static_cast(pl->m_player1); - auto p2 = static_cast(pl->m_player2); - p1->toggleGhostEffect(p1->m_fields->m_curGhostType); - if (pl->m_gameState.m_isDualMode) p2->toggleGhostEffect(p2->m_fields->m_curGhostType); - }); - } - - [[nodiscard]] const char* getId() const override { return "No Ghost Trail"; } - }; - - REGISTER_HACK(ForceGhostTrail) - REGISTER_HACK(NoGhostTrail) - - class $modify(PlayerObjectFGTHookImpl, PlayerObject){ - ADD_HOOKS_DELEGATE("player.forceghosttrail"); - - void toggleGhostEffect(GhostType p0) { - if (!this->m_isDead && utils::get()) p0 = GhostType::Enabled; - PlayerObject::toggleGhostEffect(p0); - } - }; - - class $modify(PlayerObjectNGTHookImpl, PlayerObject){ - ADD_HOOKS_DELEGATE("player.noghosttrail"); - - void toggleGhostEffect(GhostType p0) { - p0 = GhostType::Disabled; - PlayerObject::toggleGhostEffect(p0); - } - }; -} diff --git a/src/hacks/Player/HideOrShowPlayer.cpp b/src/hacks/Player/HideOrShowPlayer.cpp deleted file mode 100644 index 0b2fb5df..00000000 --- a/src/hacks/Player/HideOrShowPlayer.cpp +++ /dev/null @@ -1,78 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $modify(PlayerObjectTVHook, PlayerObject){ - struct Fields { - bool m_isPlayerInvis = false; - }; - - void toggleVisibility(bool p0) { - m_fields->m_isPlayerInvis = p0; - PlayerObject::toggleVisibility(p0); - } - }; - - class $hack(HidePlayer) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.hideplayer")->setDescription()->handleKeybinds() - ->callback([](bool v) { - config::set("player.nohidetrigger", false); - auto* gjbgl = utils::get(); - if (!gjbgl) return; - - auto p1 = static_cast(gjbgl->m_player1); - auto p2 = static_cast(gjbgl->m_player2); - p1->toggleVisibility(p1->m_fields->m_isPlayerInvis); - if (gjbgl->m_gameState.m_isDualMode) p2->toggleVisibility(p2->m_fields->m_isPlayerInvis); - }); - } - - [[nodiscard]] const char* getId() const override { return "Hide Player"; } - }; - - class $hack(NoHideTrigger) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.nohidetrigger")->setDescription()->handleKeybinds() - ->callback([](bool v) { - config::set("player.hideplayer", false); - auto* gjbgl = utils::get(); - if (!gjbgl) return; - - auto p1 = static_cast(gjbgl->m_player1); - auto p2 = static_cast(gjbgl->m_player2); - p1->toggleVisibility(p1->m_fields->m_isPlayerInvis); - if (gjbgl->m_gameState.m_isDualMode) p2->toggleVisibility(p2->m_fields->m_isPlayerInvis); - }); - } - [[nodiscard]] bool isCheating() const override { - return config::get<"player.nohidetrigger", bool>(); - } - [[nodiscard]] const char* getId() const override { return "No Hide Trigger"; } - }; - - REGISTER_HACK(HidePlayer) - REGISTER_HACK(NoHideTrigger) - - class $modify(PlayerObjectHPHookImpl, PlayerObject){ - ADD_HOOKS_DELEGATE("player.hideplayer"); - - void toggleVisibility(bool p0) { - PlayerObject::toggleVisibility(false); - } - }; - - class $modify(PlayerObjectNHTHookImpl, PlayerObject){ - ADD_HOOKS_DELEGATE("player.nohidetrigger"); - - void toggleVisibility(bool p0) { - PlayerObject::toggleVisibility(true); - } - }; -} diff --git a/src/hacks/Player/JumpHack.cpp b/src/hacks/Player/JumpHack.cpp deleted file mode 100644 index 8d16a923..00000000 --- a/src/hacks/Player/JumpHack.cpp +++ /dev/null @@ -1,51 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - class $hack(JumpHack) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.jumphack")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"player.jumphack", bool>(); } - [[nodiscard]] const char* getId() const override { return "Jump Hack"; } - }; - - REGISTER_HACK(JumpHack) - - bool jump = false; - - class $modify(JumpHackBGLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("player.jumphack") - - void update(float dt) { - if (jump) { - if (m_player1) m_player1->m_isOnGround = true; - if (m_player2) m_player2->m_isOnGround = true; - } - - GJBaseGameLayer::update(dt); - - if (jump) { - if (m_player1) m_player1->m_isOnGround = true; - if (m_player2) m_player2->m_isOnGround = true; - jump = false; - } - } - }; - - class $modify(JumpHackPOHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.jumphack") - - bool pushButton(PlayerButton p0) { - jump = true; - return PlayerObject::pushButton(p0); - } - }; -} diff --git a/src/hacks/Player/MuteLevelAudioOnDeath.cpp b/src/hacks/Player/MuteLevelAudioOnDeath.cpp deleted file mode 100644 index e134e6fd..00000000 --- a/src/hacks/Player/MuteLevelAudioOnDeath.cpp +++ /dev/null @@ -1,108 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - class $hack(MuteLevelAudioOnDeath) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.mutelevelaudioondeath")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Mute Level Audio On Death"; } - }; - - REGISTER_HACK(MuteLevelAudioOnDeath) - - class $modify(MuteLevelAudioOnDeathPOHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.mutelevelaudioondeath") - - /* - originally from erysedits by raydeeux. - adapted by raydeeux, and improved using 2.206's bindings. - -- raydeeux - */ - void playerDestroyed(bool p0) { - PlayLayer* pl = utils::get(); - - // do nothing if playlayer is nullptr - if (!pl) return PlayerObject::playerDestroyed(p0); - - // avoid accidental sfx muting with deaths from others in globed - if (this != pl->m_player1 && this != pl->m_player2) - return PlayerObject::playerDestroyed(p0); - - // do nothing if in practice mode BUT practice sync disabled - if (pl->m_isPracticeMode && !pl->m_practiceMusicSync) - return PlayerObject::playerDestroyed(p0); - - const auto fmod = utils::get(); - - /* - stopAllMusic(), while not inlined, does not represent - accurate behavior, and forces music to restart - in platformer levels. - gd handles restarting music in classic levels. - */ - /* - as of october 14, 2024, and as a direct result of the - absolute sin of a death effect in level ID 110961285, - i am bringing back the stopAllMusic() call. - */ - if (pl->m_isPlatformer) fmod->pauseAllMusic(true); - else fmod->stopAllMusic(true); - - if (this == pl->m_player2 && pl->m_level->m_twoPlayerMode) - /* - avoid stopping sfx twice -- thank you clicksounds. - this is here in case adam729 ports death sound randomizer, - but more importantly because we want to hear player death sfx. - */ - return PlayerObject::playerDestroyed(p0); - - /* - originally the function call was stopAllEffects() - which should've sufficed for 90% of SFX, - but accuracy > getting the job done in case there's - SFX that lasts far, FAR longer. - */ - /* - as of august 2nd, 2024, it is probably better - to call stopAllEffects to get the death SFX playing. - */ - fmod->stopAllEffects(); - - PlayerObject::playerDestroyed(p0); - } - }; - - class $modify(MuteLevelAudioOnDeathEGOHook, EffectGameObject) { - ADD_HOOKS_DELEGATE("player.mutelevelaudioondeath") - - /* - as of october 14, 2024, and as a direct result of the - absolute sin of a death effect in level ID 110961285, - i am bringing his new hook. this hook disables music/sfx - from spawn triggers. - */ - void triggerObject(GJBaseGameLayer* p0, int p1, gd::vector const* p2) { - PlayLayer* pl = utils::get(); - - // do nothing if playlayer is nullptr - if (!pl) return EffectGameObject::triggerObject(p0, p1, p2); - - PlayerObject* player = pl->m_player1; - - // do nothing if player is nullptr - if (!player || !player->m_isDead) return EffectGameObject::triggerObject(p0, p1, p2); - - int id = this->m_objectID; - - if (player->m_isDead && id != 3602 && id != 1934) return EffectGameObject::triggerObject(p0, p1, p2); - } - }; -} diff --git a/src/hacks/Player/MuteRewardsSFX.cpp b/src/hacks/Player/MuteRewardsSFX.cpp deleted file mode 100644 index bf3f8129..00000000 --- a/src/hacks/Player/MuteRewardsSFX.cpp +++ /dev/null @@ -1,44 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(MuteRewardsSFX) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.muterewardssfx")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "Mute Rewards SFX on Death"; } - }; - - REGISTER_HACK(MuteRewardsSFX) - - constexpr std::array badSFX = { - "achievement_01.ogg", "magicExplosion.ogg", "gold02.ogg", "secretKey.ogg" - }; - - class $modify(MuteRewardsSFXFMODAEHook, FMODAudioEngine) { - static void onModify(auto& self) { - FIRST_PRIORITY("FMODAudioEngine::playEffect"); - // change to FIRST_PRIORITY so ControlVanillaSFX (also by RayDeeUx) doesnt bork - HOOKS_TOGGLE_ALL("player.muterewardssfx"); - } - - int playEffect(gd::string path, float speed, float p2, float volume) { - auto* pl = utils::get(); - - // play sfx if not in playlayer - if (!pl || !pl->m_player1->m_isDead || pl->m_isPaused) - return FMODAudioEngine::playEffect(path, speed, p2, volume); - - if (std::ranges::find(badSFX, std::string_view(path)) == badSFX.end()) - return FMODAudioEngine::playEffect(path, speed, p2, volume); - - return 0; - } - }; -} diff --git a/src/hacks/Player/NoDeathEffect.cpp b/src/hacks/Player/NoDeathEffect.cpp deleted file mode 100644 index b2236140..00000000 --- a/src/hacks/Player/NoDeathEffect.cpp +++ /dev/null @@ -1,26 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - - class $hack(NoDeathEffect) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.nodeatheffect")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Death Effect"; } - }; - - REGISTER_HACK(NoDeathEffect) - - class $modify(NoDeathEffectPOHook, PlayerObject) { - ALL_DELEGATES_AND_SAFE_PRIO("player.nodeatheffect") - void playDeathEffect() {} - }; - -} diff --git a/src/hacks/Player/NoPlatformerJumpSquish.cpp b/src/hacks/Player/NoPlatformerJumpSquish.cpp deleted file mode 100644 index 2c7dfdc2..00000000 --- a/src/hacks/Player/NoPlatformerJumpSquish.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(NoPlatformerJumpSquish) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.noplatformersquish")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Platformer Jump Anim"; } - }; - - REGISTER_HACK(NoPlatformerJumpSquish) - - class $modify(NoPlatformerJumpSquishPOHook, PlayerObject) { - ALL_DELEGATES_AND_SAFE_PRIO("player.noplatformersquish") - void animatePlatformerJump(float) {} - }; -} diff --git a/src/hacks/Player/NoRespawnFlash.cpp b/src/hacks/Player/NoRespawnFlash.cpp deleted file mode 100644 index b8077abd..00000000 --- a/src/hacks/Player/NoRespawnFlash.cpp +++ /dev/null @@ -1,24 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(NoRespawnFlash) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.norespawnflash")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Respawn Flash"; } - }; - - REGISTER_HACK(NoRespawnFlash) - - class $modify(NoRespawnFlashPOHook, PlayerObject) { - ALL_DELEGATES_AND_SAFE_PRIO("player.norespawnflash") - void playSpawnEffect() {} - }; -} diff --git a/src/hacks/Player/NoRobotFire.cpp b/src/hacks/Player/NoRobotFire.cpp deleted file mode 100644 index 62036ee4..00000000 --- a/src/hacks/Player/NoRobotFire.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(NoRobotFire) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.norobotfire")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Robot Fire"; } - }; - - REGISTER_HACK(NoRobotFire) - - class $modify(NoRobotFirePOHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.norobotfire") - - void update(float dt) override { - PlayerObject::update(dt); - m_robotFire->setVisible(false); - m_robotBurstParticles->setVisible(false); - } - }; -} diff --git a/src/hacks/Player/NoSpiderDash.cpp b/src/hacks/Player/NoSpiderDash.cpp deleted file mode 100644 index 53b114b8..00000000 --- a/src/hacks/Player/NoSpiderDash.cpp +++ /dev/null @@ -1,30 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(NoSpiderDash) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.nospiderdash")->setDescription()->handleKeybinds(); - } - - [[nodiscard]] const char* getId() const override { return "No Spider Dash"; } - }; - - REGISTER_HACK(NoSpiderDash) - - class $modify(NoSpiderDashPOHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.nospiderdash") - - void playSpiderDashEffect(cocos2d::CCPoint from, cocos2d::CCPoint to) { - bool playEffects = m_playEffects; - m_playEffects = false; - PlayerObject::playSpiderDashEffect(from, to); - m_playEffects = playEffects; - } - }; -} diff --git a/src/hacks/Player/NoTrail.cpp b/src/hacks/Player/NoTrail.cpp deleted file mode 100644 index 3885ea59..00000000 --- a/src/hacks/Player/NoTrail.cpp +++ /dev/null @@ -1,130 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -#if defined(GEODE_IS_ANDROID) || defined(GEODE_IS_ARM_MAC) || defined(GEODE_IS_IOS) -#define GEODE_IS_ARM 1 -#endif - -namespace eclipse::hacks::Player { - // CCMotionStreak functions are too small to be hooked on ARM - #ifdef GEODE_IS_ARM - class $modify(NoTrailPOHook, PlayerObject) { - static void onModify(auto& self) { - SAFE_HOOKS_ALL(); - HOOKS_TOGGLE("player.notrail", PlayerObject, "activateStreak"); - HOOKS_TOGGLE("player.alwaystrail", PlayerObject, "deactivateStreak"); - } - - void deactivateStreak(bool stop) { - // if (m_alwaysShowStreak <= stop) m_regularTrail->stopStroke(); - if (!this->m_fadeOutStreak) return; - this->m_fadeOutStreak = false; - this->fadeOutStreak2(this->m_playEffects ? 0.2f : 0.6f); - } - - void activateStreak() { - if (this->levelFlipping()) return; - if (utils::get()->m_editorEnabled) return; - if (this->m_isHidden) return; - - this->m_fadeOutStreak = true; - // m_regularTrail->resumeStroke(); - if (this->m_isDart) { - auto pos = this->getPosition(); - this->m_waveTrail->m_currentPoint = pos; - this->m_waveTrail->stopAllActions(); - this->m_waveTrail->setOpacity(255); - this->m_waveTrail->resumeStroke(); - } - } - }; - #else - // and on windows PlayerObject::deactivateStreak is inlined - class $modify(NoTrailCCMSHook, cocos2d::CCMotionStreak) { - static void onModify(auto& self) { - SAFE_HOOKS_ALL(); - HOOKS_TOGGLE("player.notrail", cocos2d::CCMotionStreak, "resumeStroke"); - HOOKS_TOGGLE("player.alwaystrail", cocos2d::CCMotionStreak, "stopStroke"); - } - - void resumeStroke() {} - void stopStroke() {} - }; - #endif - - class $modify(NoWaveTrailBehindPOHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.nowavetrailbehind") - void toggleDartMode(bool p0, bool p1) { - PlayerObject::toggleDartMode(p0,p1); - if (this->m_isDart && this->m_regularTrail) { - this->m_regularTrail->stopStroke(); - } - } - - void activateStreak() { - if (!this->m_isDart) return PlayerObject::activateStreak(); - if (this->levelFlipping()) return; - if (utils::get()->m_editorEnabled) return; - if (this->m_isHidden) return; - - this->m_fadeOutStreak = true; - if (this->m_isDart) { - auto pos = this->getPosition(); - this->m_waveTrail->m_currentPoint = pos; - this->m_waveTrail->stopAllActions(); - this->m_waveTrail->setOpacity(255); - this->m_waveTrail->resumeStroke(); - } - } - }; - - class $hack(NoTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.notrail")->handleKeybinds()->setDescription()->callback([](bool enabled) { - if (!enabled) return; - if (auto pl = utils::get()) { - pl->m_player1->m_regularTrail->stopStroke(); - pl->m_player2->m_regularTrail->stopStroke(); - } - }); - } - - [[nodiscard]] const char* getId() const override { return "No Trail"; } - }; - - REGISTER_HACK(NoTrail) - - class $hack(AlwaysTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.alwaystrail")->handleKeybinds()->setDescription()->callback([](bool enabled) { - if (!enabled) return; - if (auto pl = utils::get()) { - pl->m_player1->m_regularTrail->resumeStroke(); - pl->m_player2->m_regularTrail->resumeStroke(); - } - }); - } - - [[nodiscard]] const char* getId() const override { return "Always Show Trail"; } - }; - - REGISTER_HACK(AlwaysTrail) - - class $hack(NoWaveTrailBehind) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.nowavetrailbehind")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] const char* getId() const override { return "No Wave Trail Behind"; } - }; - - REGISTER_HACK(NoWaveTrailBehind) -} diff --git a/src/hacks/Player/NoVehicleParticles.cpp b/src/hacks/Player/NoVehicleParticles.cpp deleted file mode 100644 index 5af98d9f..00000000 --- a/src/hacks/Player/NoVehicleParticles.cpp +++ /dev/null @@ -1,54 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - void onHideParticles(bool state) { - auto change_particles_state = [](PlayerObject* player, bool toggle) { - player->m_playerGroundParticles->setVisible(toggle); - player->m_ufoClickParticles->setVisible(toggle); - player->m_dashParticles->setVisible(toggle); - player->m_robotBurstParticles->setVisible(toggle); - player->m_trailingParticles->setVisible(toggle); - player->m_shipClickParticles->setVisible(toggle); - player->m_vehicleGroundParticles->setVisible(toggle); - player->m_landParticles0->setVisible(toggle); - player->m_landParticles1->setVisible(toggle); - player->m_swingBurstParticles1->setVisible(toggle); - player->m_swingBurstParticles2->setVisible(toggle); - }; - - auto* bgl = utils::get(); - - if (!bgl) return; - - change_particles_state(bgl->m_player1, !state); - change_particles_state(bgl->m_player2, !state); - } - - class $hack(NoParticles) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - - tab->addToggle("player.novehicleparticles") - ->handleKeybinds() - ->setDescription() - ->callback(onHideParticles); - } - - [[nodiscard]] const char* getId() const override { return "No Vehicle Particles"; } - }; - - REGISTER_HACK(NoParticles) - - class $modify(NoParticlesBGLHook, GJBaseGameLayer) { - void createPlayer() { - GJBaseGameLayer::createPlayer(); - - onHideParticles(config::get("player.novehicleparticles", false)); - } - }; -} diff --git a/src/hacks/Player/Noclip.cpp b/src/hacks/Player/Noclip.cpp deleted file mode 100644 index 99b06b63..00000000 --- a/src/hacks/Player/Noclip.cpp +++ /dev/null @@ -1,225 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - class $hack(Noclip) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - - config::setIfEmpty("player.noclip.p1", true); - config::setIfEmpty("player.noclip.p2", true); - config::setIfEmpty("player.noclip.opacity", 90.f); - config::setIfEmpty("player.noclip.time", 0.f); - config::setIfEmpty("player.noclip.color", gui::Colors::RED); - config::setIfEmpty("player.noclip.acclimit", 95.f); - config::setIfEmpty("player.noclip.deathlimit", 2); - - tab->addToggle("player.noclip") - ->setDescription() - ->handleKeybinds() - ->addOptions([](auto options) { - options->addToggle("player.noclip.p1"); - options->addToggle("player.noclip.p2"); - options->addFloatToggle("player.noclip.acclimit", 0.01f, 100.f, "%.2f")->handleKeybinds(); - options->addIntToggle("player.noclip.deathlimit", 1, 100)->handleKeybinds(); - options->addToggle("player.noclip.tint"); - options->addColorComponent("player.noclip.color"); - options->addInputFloat("player.noclip.opacity", 0.f, 100.f, "%.0f%"); - options->addInputFloat("player.noclip.time", 0.f, 5.f, "%.2fs")->setDescription(); - }); - } - - [[nodiscard]] bool isCheating() const override { - return config::get<"player.noclip", bool>() && - config::getTemp("noclipDeaths", 0) > 0; - } - [[nodiscard]] const char* getId() const override { return "Noclip"; } - }; - - REGISTER_HACK(Noclip) - - class $modify(NoClipPLHook, PlayLayer) { - struct Fields { - cocos2d::CCLayerColor* m_noclipTint = nullptr; - bool m_wouldDie = false; - bool m_wouldDieFrame = false; - bool m_deadLastFrame = false; - float m_tintTimer = 0.f; - float m_tintOpacity = 0.f; - size_t m_deadFrames = 0; - }; - - ENABLE_SAFE_HOOKS_ALL() - - void destroyPlayer(PlayerObject* player, GameObject* object) override { - if (object == m_anticheatSpike) - return PlayLayer::destroyPlayer(player, object); - - if (config::get("player.noclip.acclimit.toggle", false)) { - auto acc = config::getTemp("noclipAccuracy", 100.0); - auto limit = config::get("player.noclip.acclimit", 95.0); - if (acc < limit) - return PlayLayer::destroyPlayer(player, object); - } - if (config::get("player.noclip.deathlimit.toggle", false)) { - auto deaths = config::getTemp("noclipDeaths", 0); - auto limit = config::get("player.noclip.deathlimit", 2); - if (deaths >= limit) - return PlayLayer::destroyPlayer(player, object); - } - - auto fields = m_fields.self(); - - if (!fields->m_noclipTint && config::get("player.noclip.tint", false)) { - auto color = config::get("player.noclip.color", gui::Colors::RED).toCCColor3B(); - fields->m_noclipTint = cocos2d::CCLayerColor::create( - cocos2d::_ccColor4B{color.r, color.g, color.b, 0} - ); - fields->m_noclipTint->setZOrder(1000); - fields->m_noclipTint->setID("nocliptint"_spr); - if (auto uiMenu = utils::getEclipseUILayer()) { - uiMenu->addChild(fields->m_noclipTint); - } else { // fallback - m_uiLayer->addChild(fields->m_noclipTint); - } - } - - bool noclipActive = config::get("player.noclip", false); - if (!noclipActive) return PlayLayer::destroyPlayer(player, object); - - bool player1 = config::get("player.noclip.p1", true) && player == m_player1; - bool player2 = config::get("player.noclip.p2", true) && player == m_player2; - if (player1 || player2) { - fields->m_wouldDieFrame = true; - fields->m_wouldDie = true; - fields->m_tintTimer = 0.f; - } else { - PlayLayer::destroyPlayer(player, object); - } - } - - void postUpdate(float dt) override { - auto fields = m_fields.self(); - config::setTemp("noclipDying", fields->m_wouldDieFrame || fields->m_deadLastFrame); - - if (config::get("player.noclip.tint", false) && fields->m_noclipTint && !m_hasCompletedLevel && !m_player1->m_isDead) { - float time = config::get("player.noclip.time", 0.f); - if (time == 0.f) { // this doesnt really work but ok ninx - if (fields->m_wouldDie) { - if (fields->m_tintOpacity < 1.f) { - fields->m_tintOpacity += 0.25f; - fields->m_noclipTint->setOpacity( - fields->m_tintOpacity * config::get("player.noclip.opacity", 90.f) - ); - } - fields->m_wouldDie = false; - } else { - if (fields->m_tintOpacity > 0.f) { - fields->m_tintOpacity -= 0.25f; - fields->m_noclipTint->setOpacity( - fields->m_tintOpacity * config::get("player.noclip.opacity", 90.f) - ); - } - } - } else { - if (fields->m_wouldDie) { - fields->m_tintTimer += dt; - float progress = fields->m_tintTimer / time; - if (progress >= 1.0f) { - fields->m_noclipTint->setOpacity(0); - fields->m_wouldDie = false; - fields->m_tintTimer = 0.F; - fields->m_tintOpacity = 0.f; - } else { - auto startOpacity = config::get("player.noclip.opacity", 90.f); - fields->m_tintOpacity = (255.F * (startOpacity / 100.F)) * (1.f - progress); - } - if (fields->m_tintOpacity <= 0.0F) - fields->m_tintOpacity = 0.0F; - fields->m_noclipTint->setOpacity(m_fields->m_tintOpacity); - } - } - } - - PlayLayer::postUpdate(dt); - } - - void resetLevel() override { - PlayLayer::resetLevel(); - auto fields = m_fields.self(); - fields->m_wouldDie = false; - fields->m_wouldDieFrame = false; - fields->m_deadFrames = 0; - if (fields->m_noclipTint != nullptr) { - fields->m_noclipTint->setOpacity(0); - fields->m_tintTimer = 0.F; - fields->m_tintOpacity = 0.f; - } - config::setTemp("noclipDeaths", 0); - } - }; - - class $modify(NoClipGJBGLHook, GJBaseGameLayer) { - void processNoclipDeaths() { - if (!utils::get()) { - config::setTemp("noclipDeaths", 0); - config::setTemp("noclipAccuracy", 100.0); - return; - } - - auto pl = reinterpret_cast(this); - if (pl->m_hasCompletedLevel || pl->m_levelEndAnimationStarted) return; - - auto fields = pl->m_fields.self(); - if (fields->m_wouldDieFrame) { - fields->m_deadFrames++; - if (!fields->m_deadLastFrame) { - auto deaths = config::getTemp("noclipDeaths", 0); - config::setTemp("noclipDeaths", deaths + 1); - if (config::get("player.noclip.deathlimit.toggle", false) && deaths + 1 >= config::get("player.noclip.deathlimit", 0)) - utils::get()->destroyPlayer(m_player1, nullptr); - } - } - - fields->m_deadLastFrame = fields->m_wouldDieFrame; - fields->m_wouldDieFrame = false; - - auto frame = m_gameState.m_currentProgress; - if (frame > 0) { - double acc = static_cast(frame - fields->m_deadFrames) * 100.0 / frame; - config::setTemp("noclipAccuracy", acc); - bool dead = (m_player1 && m_player1->m_isDead) || (m_player2 && m_player2->m_isDead); - //if (config::get("player.noclip.acclimit.toggle", false) && acc <= config::get("player.noclip.acclimit", 95.f) && !dead) - //utils::get()->destroyPlayer(m_player1, (GameObject*)((int*)1)); - } - } - - #ifndef GEODE_IS_MACOS - void processCommands(float dt, bool isHalfTick, bool isLastTick) { - GJBaseGameLayer::processCommands(dt, isHalfTick, isLastTick); - this->processNoclipDeaths(); - } - #else - void processQueuedButtons(float dt, bool clearInputQueue) { - GJBaseGameLayer::processQueuedButtons(dt, clearInputQueue); - this->processNoclipDeaths(); - } - #endif - }; -} - -/* -if (config::get("player.noclip.acclimit.toggle", false) && acc < config::get("player.noclip.acclimit", 95.f)) { - utils::get()->destroyPlayer(m_player1, nullptr); - config::setTemp("noclipAccuracy", config::get("player.noclip.acclimit", 95.f)); - }*/ diff --git a/src/hacks/Player/RespawnDelay.cpp b/src/hacks/Player/RespawnDelay.cpp deleted file mode 100644 index 8c8c2fa0..00000000 --- a/src/hacks/Player/RespawnDelay.cpp +++ /dev/null @@ -1,46 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - class $hack(RespawnDelay) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - - config::setIfEmpty("player.respawndelay.toggle", false); - config::setIfEmpty("player.respawndelay", 1.f); - - tab->addFloatToggle("player.respawndelay", 0.f, 120.f, "%.2f s.")->handleKeybinds(); - } - - [[nodiscard]] int32_t getPriority() const override { return 1; } - [[nodiscard]] const char* getId() const override { return "Respawn Delay"; } - }; - - REGISTER_HACK(RespawnDelay) - - class $modify(RespawnDelayPLHook, PlayLayer) { - ALL_DELEGATES_AND_SAFE_PRIO("player.respawndelay.toggle") - - void destroyPlayer(PlayerObject* player, GameObject* object) override { - PlayLayer::destroyPlayer(player, object); - - auto delay = config::get("player.respawndelay", 1.f); - if (auto* respawnSequence = this->getActionByTag(0x10)) { - // Recreate the sequence with the new delay - this->stopAction(respawnSequence); - auto* newSequence = cocos2d::CCSequence::create( - cocos2d::CCDelayTime::create(delay), - cocos2d::CCCallFunc::create(this, callfunc_selector(PlayLayer::delayedResetLevel)), - nullptr - ); - newSequence->setTag(0x10); - this->runAction(newSequence); - } - } - }; -} diff --git a/src/hacks/Player/Shipcopter.cpp b/src/hacks/Player/Shipcopter.cpp deleted file mode 100644 index d7b8a8a5..00000000 --- a/src/hacks/Player/Shipcopter.cpp +++ /dev/null @@ -1,58 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - class $hack(Shipcopter) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.shipcopter")->handleKeybinds()->setDescription(); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"player.shipcopter", bool>(); } - [[nodiscard]] const char* getId() const override { return "Shipcopter"; } - }; - - REGISTER_HACK(Shipcopter) - - class $modify(SCPlayerObjectHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.shipcopter") - - struct Fields { - bool m_doReleaseFlip = true; - }; - - bool pushButton(PlayerButton p0) { - if (!m_gameLayer) return PlayerObject::pushButton(p0); - - bool ret = PlayerObject::pushButton(p0); - if (ret && m_isSwing) { - if (m_touchedRing && !m_isDashing) { - m_fields->m_doReleaseFlip = false; - } else { - this->flipGravity(m_isUpsideDown, true); - } - } - - return ret; - } - - bool releaseButton(PlayerButton p0) { - if (!m_gameLayer) return PlayerObject::releaseButton(p0); - - bool ret = PlayerObject::releaseButton(p0); - if (ret && m_isSwing) { - if (m_fields->m_doReleaseFlip) { - this->flipGravity(!m_isUpsideDown, true); - } else { - m_fields->m_doReleaseFlip = true; - } - } - - return ret; - } - }; -} \ No newline at end of file diff --git a/src/hacks/Player/ShowTrajectory.cpp b/src/hacks/Player/ShowTrajectory.cpp deleted file mode 100644 index d885b467..00000000 --- a/src/hacks/Player/ShowTrajectory.cpp +++ /dev/null @@ -1,413 +0,0 @@ -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include - -namespace eclipse::hacks::Player { - class TrajectorySimulation { - private: - PlayerObject* m_player1{}; - PlayerObject* m_player2{}; - - bool m_simulating = false; - bool m_simulationDead = false; - bool m_player1Pressed = false; - bool m_player2Pressed = false; - - float m_frameDt = 0.f; - - public: - cocos2d::CCDrawNode* getDrawNode() const { - class TrajectoryDrawNode : public cocos2d::CCDrawNode { - public: - static TrajectoryDrawNode* create() { - auto ret = new TrajectoryDrawNode(); - if (ret->init()) { - ret->autorelease(); - ret->m_bUseArea = false; - return ret; - } - delete ret; - return nullptr; - } - }; - - static TrajectoryDrawNode* instance = nullptr; - - if (!instance) { - instance = TrajectoryDrawNode::create(); - instance->retain(); - instance->setID("show-trajectory-draw-node"_spr); - } - - return instance; - } - - private: - void drawRectangleHitbox(const cocos2d::CCRect& rect, const gui::Color& color, const gui::Color& borderColor) const { - std::array vertices = { - cocos2d::CCPoint{rect.getMinX(), rect.getMinY()}, - cocos2d::CCPoint{rect.getMinX(), rect.getMaxY()}, - cocos2d::CCPoint{rect.getMaxX(), rect.getMaxY()}, - cocos2d::CCPoint{rect.getMaxX(), rect.getMinY()} - }; - - getDrawNode()->drawPolygon( - vertices.data(), vertices.size(), - {color.r, color.g, color.b, 0}, - 0.25f, borderColor - ); - } - - void drawForPlayer(PlayerObject* player) const { - cocos2d::CCRect rect1 = player->getObjectRect(); - cocos2d::CCRect rect2 = player->getObjectRect(0.25f, 0.25f); - - auto color = config::get("level.showhitboxes.player_color", {1.f, 0, 0, 1.f}); - auto colorInner = config::get("level.showhitboxes.player_color_inner", {0, 1.f, 0, 1.f}); - - drawRectangleHitbox(rect1, color, color); - drawRectangleHitbox(rect2, colorInner, colorInner); - } - - void resetCollisionLog(PlayerObject* self) const { - self->m_collisionLogTop->removeAllObjects(); - self->m_collisionLogBottom->removeAllObjects(); - self->m_collisionLogLeft->removeAllObjects(); - self->m_collisionLogRight->removeAllObjects(); - } - - void iterateForPlayer(PlayerObject* player, bool down, bool isPlayer2) { - player->setVisible(false); - m_simulationDead = false; - - bool iterationActionDone = false; - - const size_t iterations = config::get("player.showtrajectory.iterations", 300); - auto pl = utils::get(); - - for (size_t i = 0; i < iterations; i++) { - cocos2d::CCPoint initialPlayerPosition = player->getPosition(); - resetCollisionLog(player); - - pl->checkCollisions(player, m_frameDt, false); - - // ReSharper disable once CppDFAConstantConditions - if (m_simulationDead) - break; - - if (!iterationActionDone && (!isPlayer2 && !m_player1Pressed || isPlayer2 && !m_player2Pressed)) { - iterationActionDone = true; - down ? player->pushButton(PlayerButton::Jump) : player->releaseButton(PlayerButton::Jump); - } - - player->update(m_frameDt); - //player->updateSpecial(m_frameDt); - //player->updateRotation(m_frameDt); - - getDrawNode()->drawSegment( - initialPlayerPosition, - player->getPosition(), 0.65f, - down ? cocos2d::ccColor4F{0.f, 1.f, 0.1f, 1.f} : cocos2d::ccColor4F{1.f, 0.f, 0.1f, 1.f} - ); - } - - drawForPlayer(player); - } - - void buttonForPlayer(PlayerObject* player, PlayerObject* playerBase, bool down) { - if (!player || !playerBase) return; - - bool isPlayer2 = playerBase == utils::get()->m_player2; - - player->copyAttributes(playerBase); - player->m_gravityMod = playerBase->m_gravityMod; - - if ((isPlayer2 && m_player2Pressed) || (!isPlayer2 && m_player1Pressed)) { - down ? player->pushButton(PlayerButton::Jump) : player->releaseButton(PlayerButton::Jump); - } - - player->m_isOnGround = playerBase->m_isOnGround; - - iterateForPlayer(player, down, isPlayer2); - } - - void simulateForPlayer(PlayerObject* player, PlayerObject* player2, PlayerObject* playerBase) { - buttonForPlayer(player, playerBase, true); - buttonForPlayer(player2, playerBase, false); - } - - PlayerObject* createTrajectoryPlayer() const { - PlayLayer* pl = utils::get(); - - PlayerObject* player = PlayerObject::create(1, 1, pl, pl, true); - // player->retain(); - player->setPosition({0, 105}); - player->setVisible(false); - player->setID("show-trajectory-player"_spr); - pl->m_objectLayer->addChild(player); - - return player; - } - - public: - void init() { - PlayLayer* pl = utils::get(); - - m_player1 = createTrajectoryPlayer(); - m_player2 = createTrajectoryPlayer(); - - pl->m_debugDrawNode->getParent()->addChild(getDrawNode()); - getDrawNode()->setZOrder(pl->m_debugDrawNode->getZOrder()); - } - - void quit() { - m_player1 = nullptr; - m_player2 = nullptr; - } - - bool isSimulating() const { - return m_simulating; - } - - bool isSimulationDead(PlayerObject* player) { - if (m_simulating && (player == m_player1 || player == m_player2)) { - m_simulationDead = true; - return true; - } - - return false; - } - - void handleButton(bool down, bool player1) { - if (player1) - m_player1Pressed = down; - else - m_player2Pressed = down; - } - - void simulate() { - PlayLayer* pl = utils::get(); - - if (!pl) return; - - m_simulating = true; - - getDrawNode()->clear(); - - simulateForPlayer(m_player1, m_player2, pl->m_player1); - - if (pl->m_gameState.m_isDualMode) - simulateForPlayer(m_player2, m_player1, pl->m_player2); - - m_simulating = false; - } - - void hide() const { - getDrawNode()->setVisible(false); - } - - void setFrameDelta(float dt) { - PlayLayer* pl = utils::get(); - m_frameDt = dt / pl->m_gameState.m_timeWarp; - } - }; - - static TrajectorySimulation s_simulation; - - class $hack(ShowTrajectory) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - auto toggle = tab->addToggle("player.showtrajectory")->setDescription()->handleKeybinds(); - - config::setIfEmpty("player.showtrajectory.iterations", 300); - - toggle->addOptions([](auto options) { - options->addInputInt("player.showtrajectory.iterations", 1, 1000); - }); - - config::addDelegate("player.showtrajectory", [] { - auto value = config::get("player.showtrajectory", false); - s_simulation.getDrawNode()->clear(); - s_simulation.getDrawNode()->setVisible(value); - }); - } - - [[nodiscard]] bool isCheating() const override { return config::get<"player.showtrajectory", bool>(); } - [[nodiscard]] const char* getId() const override { return "Show Trajectory"; } - }; - - REGISTER_HACK(ShowTrajectory) - - class $modify(ShowTrajectoryPLHook, PlayLayer) { - static void onModify(auto& self) { - HOOKS_TOGGLE( - "player.showtrajectory", PlayLayer, - "destroyPlayer", - "playEndAnimationToPos" - ); - } - - bool init(GJGameLevel* level, bool useReplay, bool dontCreateObjects) { - if (!PlayLayer::init(level, useReplay, dontCreateObjects)) return false; - - s_simulation.init(); - - return true; - } - - void destroyPlayer(PlayerObject* player, GameObject* gameObject) override { - if (gameObject != m_anticheatSpike && s_simulation.isSimulationDead(player)) return; - - PlayLayer::destroyPlayer(player, gameObject); - } - - void playEndAnimationToPos(cocos2d::CCPoint p0) { - if (s_simulation.isSimulating()) return; - - PlayLayer::playEndAnimationToPos(p0); - } - - void onQuit() { - PlayLayer::onQuit(); - s_simulation.quit(); - } - }; - - class $modify(ShowTrajectoryLELHook, LevelEditorLayer) { - bool init(GJGameLevel* level, bool unk) { - bool result = LevelEditorLayer::init(level, unk); - s_simulation.quit(); - return result; - } - }; - - class $modify(ShowTrajectoryHSHook, HardStreak) { - ADD_HOOKS_DELEGATE("player.showtrajectory") - - void addPoint(cocos2d::CCPoint p0) { - if (s_simulation.isSimulating()) return; - - HardStreak::addPoint(p0); - } - }; - - class $modify(ShowTrajectoryEGOHook, EffectGameObject) { - ADD_HOOKS_DELEGATE("player.showtrajectory") - - void triggerObject(GJBaseGameLayer* p0, int p1, const gd::vector* p2) override { - if (s_simulation.isSimulating()) return; - - return EffectGameObject::triggerObject(p0, p1, p2); - } - }; - - class $modify(ShowTrajectoryGOHook, GameObject) { - ADD_HOOKS_DELEGATE("player.showtrajectory") - - void playShineEffect() { - if (s_simulation.isSimulating()) return; - - GameObject::playShineEffect(); - } - }; - - class $modify(ShowTrajectoryPOHook, PlayerObject) { - ADD_HOOKS_DELEGATE("player.showtrajectory") - - void playSpiderDashEffect(cocos2d::CCPoint from, cocos2d::CCPoint to) { - if (s_simulation.isSimulating()) return; - - PlayerObject::playSpiderDashEffect(from, to); - } - - void incrementJumps() { - if (s_simulation.isSimulating()) return; - - PlayerObject::incrementJumps(); - } - - void update(float dt) override { - PlayerObject::update(dt); - - if (utils::get() && !s_simulation.isSimulating()) - s_simulation.setFrameDelta(dt); - } - - void ringJump(RingObject* p0, bool p1) { - if (s_simulation.isSimulating()) return; - - PlayerObject::ringJump(p0, p1); - } - }; - - class $modify(ShowTrajectoryBGLHook, GJBaseGameLayer) { - ADD_HOOKS_DELEGATE("player.showtrajectory") - - bool canBeActivatedByPlayer(PlayerObject* p0, EffectGameObject* p1) { - if (s_simulation.isSimulating()) - return false; - - return GJBaseGameLayer::canBeActivatedByPlayer(p0, p1); - } - - void handleButton(bool down, int button, bool isPlayer1) { - if (button == 1) - s_simulation.handleButton(down, isPlayer1); - - GJBaseGameLayer::handleButton(down, button, isPlayer1); - } - - void flipGravity(PlayerObject* p0, bool p1, bool p2) { - if (s_simulation.isSimulating()) return; - - GJBaseGameLayer::flipGravity(p0, p1, p2); - } - - //don't trigger objects early - void collisionCheckObjects(PlayerObject* player, gd::vector* vec, int objectsCount, float dt) { - if (s_simulation.isSimulating()) { - gd::vector extra; - #ifndef GEODE_IS_ANDROID // vector::reserve is not available on Android - extra.reserve(objectsCount); - #endif - for (int i = 0; i < objectsCount; i++) { - GameObject* obj = vec->at(i); - if (obj->m_objectType == GameObjectType::Solid || - obj->m_objectType == GameObjectType::Hazard || - obj->m_objectType == GameObjectType::AnimatedHazard || - obj->m_objectType == GameObjectType::Slope) { - extra.push_back(obj); - } - } - - GJBaseGameLayer::collisionCheckObjects(player, &extra, extra.size(), dt); - return; - } - - GJBaseGameLayer::collisionCheckObjects(player, vec, objectsCount, dt); - } - - void playerTouchedRing(PlayerObject* player, RingObject* ring) { - if (s_simulation.isSimulating()) return; - - GJBaseGameLayer::playerTouchedRing(player, ring); - } - - void updateCamera(float dt) { - s_simulation.simulate(); - - GJBaseGameLayer::updateCamera(dt); - } - }; -} diff --git a/src/hacks/Player/SolidWaveTrail.cpp b/src/hacks/Player/SolidWaveTrail.cpp deleted file mode 100644 index ee2a9072..00000000 --- a/src/hacks/Player/SolidWaveTrail.cpp +++ /dev/null @@ -1,65 +0,0 @@ -#include -#include -#include -#include - -#include -#include - -namespace eclipse::hacks::Player { - class $modify(SolidWaveTrailPOHook, PlayerObject) { - ALL_DELEGATES_AND_SAFE_PRIO("player.solidwavetrail") - - struct Fields { - std::optional m_wasSolidOriginally = std::nullopt; - }; - - void toggle(bool enable) { - auto* fields = m_fields.self(); - if (!fields->m_wasSolidOriginally.has_value()) { - fields->m_wasSolidOriginally = m_waveTrail->m_isSolid; - } - - m_waveTrail->m_isSolid = enable || *fields->m_wasSolidOriginally; - m_waveTrail->setBlendFunc( - enable ? cocos2d::ccBlendFunc{GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA} - : cocos2d::ccBlendFunc{GL_SRC_ALPHA, GL_ONE} - ); - } - - void setupStreak() { - PlayerObject::setupStreak(); - this->toggle(true); - } - - void updateStreakBlend(bool blend) { - PlayerObject::updateStreakBlend(blend); - this->toggle(true); - } - }; - - class $hack(SolidWaveTrail) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.solidwavetrail")->setDescription()->handleKeybinds(); - config::addDelegate("player.solidwavetrail", []() { - auto enabled = config::get<"player.solidwavetrail", bool>(false); - if (auto* gjbgl = utils::get()) { - static_cast(gjbgl->m_player1)->toggle(enabled); - static_cast(gjbgl->m_player2)->toggle(enabled); - } else if (auto* ml = utils::get()) { - using namespace geode::prelude; - for (auto node : CCArrayExt(ml->m_menuGameLayer->getChildren())) { - if (auto player = typeinfo_cast(node)) { - static_cast(player)->toggle(enabled); - } - } - } - }); - } - - [[nodiscard]] const char* getId() const override { return "Solid Wave Trail"; } - }; - - REGISTER_HACK(SolidWaveTrail) -} diff --git a/src/hacks/Player/WaveTrailOnDeath.cpp b/src/hacks/Player/WaveTrailOnDeath.cpp deleted file mode 100644 index 7452b549..00000000 --- a/src/hacks/Player/WaveTrailOnDeath.cpp +++ /dev/null @@ -1,53 +0,0 @@ -#include -#include -#include -#include - -#include - -namespace eclipse::hacks::Player { - static bool s_isDead = false; - class $hack(WaveTrailOnDeath) { - void init() override { - auto tab = gui::MenuTab::find("tab.player"); - tab->addToggle("player.wavetrailondeath")->setDescription()->handleKeybinds()->addOptions([](auto options) { - options->addToggle("player.wavetrailondeath.persist-trail")->setDescription()->handleKeybinds(); - }); - } - [[nodiscard]] const char* getId() const override { return "Wave Trail on Death"; } - }; - - REGISTER_HACK(WaveTrailOnDeath) - - class $modify(WaveTrailOnDeathPOHook, PlayerObject) { - ALL_DELEGATES_AND_SAFE_PRIO("player.wavetrailondeath") - - void playerDestroyed(bool p0) { - if (auto* gjbgl = m_gameLayer) - s_isDead = this == gjbgl->m_player1 || this == gjbgl->m_player2; - - PlayerObject::playerDestroyed(p0); - m_waveTrail->stopActionByTag(8); - - s_isDead = false; - } - - #ifdef GEODE_IS_MACOS - void deactivateStreak(bool stop) { - PlayerObject::deactivateStreak(stop); - if (s_isDead || config::get<"player.wavetrailondeath.persist-trail", bool>(false)) return; - m_waveTrail->stopActionByTag(8); - } - #endif - - void fadeOutStreak2(float duration) { - if (s_isDead || config::get<"player.wavetrailondeath.persist-trail", bool>(false)) return; - PlayerObject::fadeOutStreak2(duration); - } - - void createFadeOutDartStreak() { - if (s_isDead || config::get<"player.wavetrailondeath.persist-trail", bool>(false)) return; - PlayerObject::createFadeOutDartStreak(); - } - }; -} diff --git a/src/hacks/Recorder/Recorder.cpp b/src/hacks/Recorder/Recorder.cpp deleted file mode 100644 index 4451c749..00000000 --- a/src/hacks/Recorder/Recorder.cpp +++ /dev/null @@ -1,379 +0,0 @@ -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include - -#include -#include - -// android uses custom gd::string class -#ifdef GEODE_IS_ANDROID -#define STR(x) std::string(x) -#else -#define STR(x) x -#endif - -namespace eclipse::hacks::Recorder { - static recorder::Recorder s_recorder; - - bool levelDone = false; - bool popupShown = false; - bool capturing = false; - - float totalTime = 0.f; - float afterEndTimer = 0.f; - - float extraTime = 0.f; - float lastFrameTime = 0.f; - - cocos2d::CCSize oldDesignResolution; - cocos2d::CCSize newDesignResolution; - cocos2d::CCSize originalScreenScale; - cocos2d::CCSize newScreenScale; - - void callback(std::string const& error) { - geode::queueInMainThread([error] { - Popup::create(i18n::get_("common.error"), error); - }); - } - - void endPopup() { - Popup::create( - i18n::get_("common.info"), - i18n::format("recorder.finished", s_recorder.getRecordingDuration()), - i18n::get_("common.ok"), - i18n::get_("recorder.open-folder"), - [](bool result) { - if (result) return; - - geode::utils::file::openFolder(geode::Mod::get()->getSaveDir() / "renders"); - } - ); - } - - void applyWinSize() { - if (newDesignResolution.width != 0 && newDesignResolution.height != 0) { - auto view = utils::get(); - - utils::get()->m_obWinSizeInPoints = newDesignResolution; - view->setDesignResolutionSize( - newDesignResolution.width, newDesignResolution.height, ResolutionPolicy::kResolutionExactFit - ); - view->m_fScaleX = newScreenScale.width; - view->m_fScaleY = newScreenScale.height; - } - } - - void restoreWinSize() { - if (oldDesignResolution.width != 0 && oldDesignResolution.height != 0) { - auto view = utils::get(); - - utils::get()->m_obWinSizeInPoints = oldDesignResolution; - view->setDesignResolutionSize( - oldDesignResolution.width, oldDesignResolution.height, ResolutionPolicy::kResolutionExactFit - ); - view->m_fScaleX = originalScreenScale.width; - view->m_fScaleY = originalScreenScale.height; - } - } - - // UI trigger will offset some objects, which may cause issues if we record in a different resolution - // this function will first revert the objects to their original position, then call positionUIObjects again - // to update the positions according to the new resolution - void fixUIObjects() { - auto pl = utils::get(); - - // reset ui object start positions - for (auto obj : geode::cocos::CCArrayExt(pl->m_objects)) { - auto it = pl->m_uiObjectPositions.find(obj->m_uniqueID); - if (it == pl->m_uiObjectPositions.end()) continue; - - // revert the object to its original position - obj->setStartPos(it->second); - } - - // refresh the ui objects - pl->positionUIObjects(); - } - - inline void trimString(std::string& str) { - str.erase(std::ranges::unique(str, [](char a, char b) { - return std::isspace(a) && std::isspace(b); - }).begin(), str.end()); - } - - void start() { - if (!utils::get()) return; - - levelDone = false; - popupShown = false; - totalTime = 0.f; - extraTime = 0.f; - lastFrameTime = 0.f; - afterEndTimer = 0.f; - - GJGameLevel* lvl = utils::get()->m_level; - - std::string trimmedLevelName = lvl->m_levelName; - std::erase(trimmedLevelName, '/'); - std::erase(trimmedLevelName, '\\'); - trimString(trimmedLevelName); - - std::filesystem::path renderDirectory = geode::Mod::get()->getSaveDir() / "renders" / STR(trimmedLevelName); - - std::error_code ec; - if (!std::filesystem::exists(renderDirectory, ec)) { - std::filesystem::create_directories(renderDirectory, ec); - if (ec) { - return Popup::create( - i18n::get_("common.error"), - ec.message() - ); - } - } - - s_recorder.m_renderSettings.m_bitrate = static_cast(config::get("recorder.bitrate", 30.f)) * 1000000; - s_recorder.m_renderSettings.m_fps = static_cast(config::get("recorder.fps", 60.f)); - s_recorder.m_renderSettings.m_width = config::get("recorder.resolution.x", 1920); - s_recorder.m_renderSettings.m_height = config::get("recorder.resolution.y", 1080); - s_recorder.m_renderSettings.m_codec = config::get("recorder.codecString", "libx264"); - s_recorder.m_renderSettings.m_outputFile = renderDirectory / (fmt::format("{} - {}.mp4", trimmedLevelName, lvl->m_levelID.value())); - s_recorder.m_renderSettings.m_hardwareAccelerationType = static_cast(config::get("recorder.hwType", 0)); - s_recorder.m_renderSettings.m_colorspaceFilters = config::get("recorder.colorspace", ""); - s_recorder.m_renderSettings.m_doVerticalFlip = false; - - auto view = utils::get(); - - oldDesignResolution = view->getDesignResolutionSize(); - float aspectRatio = static_cast(s_recorder.m_renderSettings.m_width) / static_cast(s_recorder.m_renderSettings.m_height); - newDesignResolution = cocos2d::CCSize(roundf(320.f * aspectRatio), 320.f); - - originalScreenScale = cocos2d::CCSize(view->m_fScaleX, view->m_fScaleY); - auto retinaRatio = geode::utils::getDisplayFactor(); - newScreenScale = cocos2d::CCSize( - static_cast(s_recorder.m_renderSettings.m_width) / newDesignResolution.width / retinaRatio, - static_cast(s_recorder.m_renderSettings.m_height) / newDesignResolution.height / retinaRatio - ); - - if(oldDesignResolution != newDesignResolution) { - applyWinSize(); - fixUIObjects(); - } - - s_recorder.start(); - } - - void stop() { - s_recorder.stop(); - } - - class $hack(InternalRecorder) { - void init() override {} - - void lateInit() override { - auto ffmpeg = geode::Loader::get()->getLoadedMod("eclipse.ffmpeg-api"); - if (!ffmpeg) return; - - // check if ffmpeg-api is 1.2.0 or higher - if (ffmpeg->getVersion() < geode::VersionInfo(1, 2, 0)) { - geode::log::warn("Internal Recorder requires ffmpeg-api 1.2.0 or higher. (Current: {})", ffmpeg->getVersion()); - return; - } - - s_recorder.setCallback(callback); - - auto tab = gui::MenuTab::find("tab.recorder"); - - tab->addButton("recorder.start")->callback(start); - tab->addButton("recorder.stop")->callback([] { - if (s_recorder.isRecording()) - stop(); - }); - - config::setIfEmpty("recorder.fps", 60.f); - config::setIfEmpty("recorder.endscreen", 3.4f); - config::setIfEmpty("recorder.bitrate", 30.f); - config::setIfEmpty("recorder.resolution.x", 1920.f); - config::setIfEmpty("recorder.resolution.y", 1080.f); - config::setIfEmpty("recorder.hwType", 0); - config::setIfEmpty("recorder.colorspace", ""); - - m_codecs = recorder::Recorder::getAvailableCodecs(); - - std::ranges::sort(m_codecs); - - int codecIdx = static_cast(std::distance(m_codecs.begin(), std::ranges::find(m_codecs, "libx264"))); - - tab->addInputFloat("recorder.framerate", "recorder.fps", 1.f, 360.f, "%.0f FPS"); - tab->addInputFloat("recorder.endscreen-duration", "recorder.endscreen", 0.f, 30.f, "%.2fs."); - tab->addInputFloat("recorder.bitrate", 1.f, 1000.f, "%.0fmbps"); - tab->addInputInt("recorder.res-x", "recorder.resolution.x", 1, 15360); - tab->addInputInt("recorder.res-y", "recorder.resolution.y", 1, 8640); - tab->addToggle("recorder.hide-preview")->setDescription(); - - config::setIfEmpty("recorder.codecIdx", codecIdx); - - tab->addCombo("recorder.codec", "recorder.codecIdx", m_codecs, codecIdx)->callback([&](int index) { - config::set("recorder.codecString", m_codecs[index]); - }); - - //i honestly dont think hw is working rn, will remove this for now - // tab->addCombo("HW Type", "recorder.hwIdx", {"None", "CUDA (Nvidia)", "D3D11 (All)"}, 0)->callback([&](int index) { - // switch(index) { - // case 0: - // default: - // config::set("recorder.hwType", static_cast(ffmpeg::HardwareAccelerationType::NONE)); - // break; - // case 1: - // config::set("recorder.hwType", static_cast(ffmpeg::HardwareAccelerationType::CUDA)); - // break; - // case 2: - // config::set("recorder.hwType", static_cast(ffmpeg::HardwareAccelerationType::D3D11VA)); - // break; - // } - // }); - - tab->addInputText("recorder.colorspace-args", "recorder.colorspace"); - - #ifdef GEODE_IS_DESKTOP - tab->addLabel("recorder.presets"); - tab->addButton("recorder.preset.cpu")->callback([] { - config::set("recorder.codecString", "libx264"); - }); - - tab->addButton("recorder.preset.nvidia")->callback([] { - config::set("recorder.codecString", "h264_nvenc"); - config::set("recorder.hwType", static_cast(ffmpeg::HardwareAccelerationType::CUDA)); - }); - - tab->addButton("recorder.preset.amd")->callback([] { - config::set("recorder.codecString", "h264_amf"); - config::set("recorder.hwType", static_cast(ffmpeg::HardwareAccelerationType::D3D11VA)); - }); - #endif - } - - [[nodiscard]] const char* getId() const override { return "Internal Recorder"; } - - std::vector m_codecs; - }; - - REGISTER_HACK(InternalRecorder) - - class $modify(InternalRecorderSLHook, ShaderLayer) { - void visit() { - if (s_recorder.isRecording()) { - setScaleY(-1); - ShaderLayer::visit(); - return setScaleY(1); - } - - ShaderLayer::visit(); - } - }; - - class $modify(InternalRecorderSchedulerHook, cocos2d::CCScheduler) { - ENABLE_SAFE_HOOKS_ALL() - - void update(float dt) { - if (s_recorder.isRecording()) { - float framerate = config::get<"recorder.fps", double>(60.f); - - if (framerate < 1) - framerate = 1; - - double tps = utils::getTPS(); - - dt = 1.f / framerate; - dt *= framerate / tps; - - applyWinSize(); - CCScheduler::update(dt); - restoreWinSize(); - - return; - } - - CCScheduler::update(dt); - } - }; - - class $modify(InternalRecorderBGLHook, GJBaseGameLayer) { - static void onModify(auto& self) { - SAFE_SET_PRIO("GJBaseGameLayer::update", SAFE_HOOK_PRIORITY + 1); - HOOKS_TOGGLE("recorder.hide-preview", GJBaseGameLayer, "visit"); - } - - void update(float dt) override { - if (!s_recorder.isRecording() || m_gameState.m_currentProgress <= 0) return GJBaseGameLayer::update(dt); - - float endscreen = config::get<"recorder.endscreen", double>(5.f); - eclipse::config::set("global.tpsbypass.toggle", true); - - if (levelDone) { - if (afterEndTimer > endscreen && s_recorder.isRecording() && !popupShown) { - popupShown = true; - stop(); - endPopup(); - return GJBaseGameLayer::update(dt); - } - afterEndTimer += dt; - } - - if (!s_recorder.isRecording()) - return GJBaseGameLayer::update(dt); - - float fps = config::get<"recorder.fps", double>(60.f); - float timewarp = m_gameState.m_timeWarp; - - totalTime += dt; - - float frameDt = 1. / fps * timewarp; - float time = totalTime + extraTime - lastFrameTime; - - DSPRecorder::get()->tryUnpause(totalTime); - - if (time >= frameDt) { - extraTime = time - frameDt; - lastFrameTime = totalTime; - - capturing = true; - s_recorder.captureFrame(); - capturing = false; - } - - GJBaseGameLayer::update(dt); - } - - void visit() override { - if (s_recorder.isRecording() && !capturing) return; - GJBaseGameLayer::visit(); - } - }; - - class $modify(InternalRecorderPLHook, PlayLayer) { - void onQuit() { - if (s_recorder.isRecording()) stop(); - PlayLayer::onQuit(); - } - - void levelComplete() { - PlayLayer::levelComplete(); - levelDone = true; - } - - void resetLevel() { - levelDone = false; - popupShown = false; - PlayLayer::resetLevel(); - } - }; -}; diff --git a/src/hacks/Shortcuts/Shortcuts.cpp b/src/hacks/Shortcuts/Shortcuts.cpp deleted file mode 100644 index 457c2342..00000000 --- a/src/hacks/Shortcuts/Shortcuts.cpp +++ /dev/null @@ -1,414 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include - -struct ToggleDevToolsEvent : geode::Event { - using Event::Event; -}; - -namespace eclipse::hacks::Shortcuts { - class $hack(Shortcuts) { - using FileEvent = geode::Task>; - - static void openSettings() { - if (auto* options = OptionsLayer::create()) { - auto scene = utils::get(); - if (!scene) return; - auto zOrder = scene->getHighestChildZ(); - scene->addChild(options, zOrder + 1); - options->showLayer(false); - } - } - - static void openGraphicSettings() { - #ifndef GEODE_IS_MACOS - if (auto* options = VideoOptionsLayer::create()) { - options->show(); - } - #endif - } - - // recreation since im not sure if i can even use fmt::format in bindings - static std::string getLevelKey(int levelID, bool isOnline, bool isDaily, bool isGauntlet, bool isEvent) { - /* - gauntlet - g_{} - online - c_{} - daily - d_{} - other - n_{} - event - e_{} - */ - if (isOnline) return fmt::format("c_{}", levelID); - if (isDaily) return fmt::format("d_{}", levelID); - if (isGauntlet) return fmt::format("g_{}", levelID); - if (isEvent) return fmt::format("e_{}", levelID); - return fmt::format("n_{}", levelID); - } - - static void uncompleteLevel() { - auto scene = utils::get(); - if (!scene) return; // sometimes people frget CCScene can sometimes be nullptr for no reason - GJGameLevel* level = nullptr; - - // try to find it from either PlayLayer or LevelInfoLayer - if (auto* pl = utils::get()) { - level = pl->m_level; - } else if (auto* lil = scene->getChildByType(0)) { - level = lil->m_level; - } - - if (!level) - return Popup::create( - i18n::get_("common.error"), - i18n::get_("shortcuts.uncomplete-level.error") - ); - - if (level->m_levelType != GJLevelType::Saved) - return Popup::create( - i18n::get_("common.error"), - i18n::get_("shortcuts.uncomplete-level.error") - ); - - Popup::create( - i18n::get_("shortcuts.uncomplete-level.title"), - i18n::format("shortcuts.uncomplete-level.msg", level->m_levelName), - i18n::get_("common.yes"), i18n::get_("common.no"), - [level](bool yes) { - if (!yes) return; - auto gsm = utils::get(); - auto glm = utils::get(); - // if level had been completed, ensure that their stars are also removed if the said level was rated - if (level->m_normalPercent >= 100 && gsm->hasCompletedLevel(level)) { - int levelid = level->m_levelID.value(); - // Delete completion - gsm->setStat("4", gsm->getStat("4") - 1); // completed levels - auto levelKey = getLevelKey(level->m_levelID, level->m_levelType != GJLevelType::Main, level->m_dailyID > 0, level->m_gauntletLevel, level->m_dailyID > 200000); - geode::log::debug("Deleting level key {} from completed levels", levelKey); - gsm->m_completedLevels->removeObjectForKey(levelKey); - if (level->m_stars > 0) { - //GSM->m_completedLevels->removeObjectForKey(fmt::format("unique_{}", levelid)); - gsm->m_completedLevels->removeObjectForKey(fmt::format("{}", gsm->getStarLevelKey(level))); // star_{} - gsm->m_completedLevels->removeObjectForKey(fmt::format("demon_{}", levelid)); - if (level->isPlatformer()) { - gsm->setStat("28", gsm->getStat("28") - level->m_stars); // moons - } else { - gsm->setStat("6", gsm->getStat("6") - level->m_stars); // stars - } - if (level->m_demon > 0) { - gsm->setStat("5", gsm->getStat("5") - 1); // demons - } - for (auto i = 0; i < level->m_coins; i++) { - auto key = level->getCoinKey(i + 1); - if (gsm->hasUserCoin(key) && level->m_coinsVerified.value() > 0) { - gsm->setStat("12", gsm->getStat("12") - 1); - } - } - } - - // Remove coins - auto coinDict = gsm->m_verifiedUserCoins; - for (auto i = 0; i < level->m_coins; i++) { - auto key = level->getCoinKey(i + 1); - if (level->m_coinsVerified.value() > 0 && gsm->hasUserCoin(key)) { - gsm->m_verifiedUserCoins->removeObjectForKey(key); - } else if (gsm->hasPendingUserCoin(key)) { - gsm->m_pendingUserCoins->removeObjectForKey(key); - } - } - - } - - // Clear progress - level->m_practicePercent = 0; - level->m_normalPercent = 0; - level->m_newNormalPercent2 = 0; - level->m_orbCompletion = 0; - // TODO: v5 geode - // level->m_54 = 0; - level->m_platformerSeed = 0; - level->m_bestPoints = 0; - level->m_bestTime = 0; - - /* // unsure if this is needed - level->m_isChkValid = 0; - level->m_chk = 0; - level->m_coinsVerified = 0; - */ - - // Save the level - glm->saveLevel(level); - } - ); - } - - static void restartLevel() { - if (auto* pl = utils::get()) - pl->resetLevel(); - } - - static void togglePracticeMode() { - if (auto* pl = utils::get()) - pl->togglePracticeMode(!pl->m_isPracticeMode); - } - - static void placeCheckpoint() { - if (auto* pl = utils::get()) { - if (pl->m_isPracticeMode) - pl->markCheckpoint(); - } - } - - static void removeCheckpoint() { - if (auto* pl = utils::get()) { - if (pl->m_isPracticeMode) - pl->removeCheckpoint(false); - } - } - - #ifdef GEODE_IS_WINDOWS - static void injectDll() { - geode::utils::file::FilePickOptions::Filter filter; - filter.description = "Dynamic Link Library (*.dll)"; - filter.files.insert("*.dll"); - - geode::async::spawn( - geode::utils::file::pick( - geode::utils::file::PickMode::OpenFile, - {geode::dirs::getGameDir(), {filter}} - ), - [](geode::Result> res) { - auto path = std::move(res).unwrapOrDefault().value_or(""); - std::error_code ec; - if (path.empty() || !std::filesystem::exists(path, ec)) - return; - - geode::log::warn("Injecting DLL: {}", path); - HMODULE module = LoadLibraryW(path.native().c_str()); - if (!module) return geode::log::error("Failed to inject DLL: {}", path); - - // Call DLLMain with DLL_PROCESS_ATTACH - bool success = module > (HMODULE) HINSTANCE_ERROR; - if (success) { - using DllMain = BOOL(WINAPI*)(HINSTANCE, DWORD, LPVOID); - auto dllMain = reinterpret_cast(GetProcAddress(module, "DllMain")); - if (dllMain) - dllMain(static_cast(module), DLL_PROCESS_ATTACH, nullptr); - } else { - FreeLibrary(module); - geode::log::error("Failed to inject DLL: {}", path); - } - } - ); - } - #endif - - static void openSaveFolder() { - auto path = geode::Mod::get()->getSaveDir(); - geode::utils::file::openFolder(path); - } - static void resetBGVolume() { - auto fmod = FMODAudioEngine::sharedEngine(); - fmod->setBackgroundMusicVolume(1.F); - auto backgroundVolume = fmod->getBackgroundMusicVolume(); - fmod->setBackgroundMusicVolume(1.F); - if (backgroundVolume <= 0.0) { - if (auto GM = GameManager::sharedState()) { - GM->playMenuMusic(); - } - } - } - static void resetSFXVolume() { - FMODAudioEngine::sharedEngine()->setEffectsVolume(1.F); - } - - static void openDevtools() { - // OLD: - // simple hack that will call onMoreGames, which should open devtools - // calling it on CCScene just to make sure hook will not actually crash on nullptr in case someone else hooked it - // reinterpret_cast(utils::get())->onMoreGames(nullptr); - - // DevTools now has an event to open it - ToggleDevToolsEvent().send(); - } - - static int getSecretCoinsRange(int min, int max) { - auto glm = utils::get(); - auto gsm = utils::get(); - int secretCoins = 0; - for (size_t i = min; i < max; i++) { - auto level = glm->getMainLevel(i, true); - if (gsm->hasCompletedMainLevel(i)) { - for (auto ix = 0; ix < 3; ix++) { - if (gsm->hasSecretCoin(level->getCoinKey(ix + 1))) { - secretCoins++; - } - } - } - } - return secretCoins; - } - static void recountSecretCoins() { - auto am = AchievementManager::sharedState(); - auto glm = utils::get(); - auto gsm = utils::get(); - int newSecretCoins = 0; - //gsm->hasCompletedMainLevel(1); - //https://wyliemaster.github.io/gddocs/#/resources/client/gamesave/GS_Value - auto mapPacks = gsm->getCompletedMapPacks(); - //std::unordered_set demonPacks = {19,20,21,22,26,27,28,29,30,31,46,47,48,49,50,64,65,66}; - // official levels - newSecretCoins += getSecretCoinsRange(1, 23); - newSecretCoins += getSecretCoinsRange(5001, 5005); - // map packs - for (size_t i = 0; i < mapPacks->count(); i++) { - // so mr robert doesnt have a dict for coins, but for stars!? this is rigged! - // looking at GameManager::verifyCoinUnlocks, robert simply has a huge CCString CCArray of map packs to parse from to get the secret coins, that sounds very inefficient! - int key = mapPacks->stringAtIndex(i)->intValue(); - //if (demonPacks.find(key) != demonPacks.end()) { - // newSecretCoins += 2; - //} else { - // newSecretCoins += 1; - //} - - // anyway, most (actually all) demon map packs offer 2 secret coins, sooo... - if (gsm->m_completedMappacks->valueForKey(fmt::format("pack_{}", key))->intValue() == 10) { - newSecretCoins += 2; - } else { - newSecretCoins += 1; - } - } - if (gsm->hasSecretCoin("secret04")) { - newSecretCoins++; - } - if (gsm->hasSecretCoin("secret06")) { - newSecretCoins++; - } - if (gsm->hasSecretCoin("secretB03")) { - newSecretCoins++; - } - if (gsm->getStat("8") == newSecretCoins) return Popup::create(i18n::get_("common.info"), i18n::get_("shortcuts.recount-secret-coins.nochange")); - if (gsm->getStat("8") > newSecretCoins) return Popup::create(i18n::get_("common.error"), i18n::format("shortcuts.recount-secret-coins.error", gsm->getStat("8"), newSecretCoins)); - Popup::create( - i18n::get_("shortcuts.recount-secret-coins.title"), - i18n::format("shortcuts.recount-secret-coins.msg", gsm->getStat("8"), newSecretCoins), - i18n::get_("common.yes"), i18n::get_("common.no"), - [newSecretCoins, gsm](bool yes) { - if (!yes) return; - if (gsm->getStat("8") > newSecretCoins) return; - gsm->setStat("8", newSecretCoins); - } - ); - } - - static void showLevelPassword() { - auto scene = utils::get(); - if (!scene) return; // sometimes people frget CCScene can sometimes be nullptr for no reason - GJGameLevel* level = nullptr; - - // try to find it from either PlayLayer or LevelInfoLayer - if (auto* pl = utils::get()) { - level = pl->m_level; - } else if (auto* lil = scene->getChildByType(0)) { - level = lil->m_level; - } - if (!level) - return Popup::create( - i18n::get_("common.error"), - i18n::get_("shortcuts.uncomplete-level.error") - ); - if (level->m_password.value() == 0 || level->m_password.value() == 1) { - Popup::create(i18n::get_("common.error"), i18n::get_("shortcuts.show-level-password.error")); - } else { - auto parsedPass = std::to_string(level->m_password.value()); - parsedPass.erase(0, 1); - Popup::create( - i18n::get_("common.info"), - i18n::format("shortcuts.show-level-password.msg", parsedPass) - ); - } - } - - constexpr static bool isJumpKey(keybinds::KeybindProps key) { - return key == keybinds::Keys::Space || key == keybinds::Keys::Up || - key == keybinds::Keys::W || key == keybinds::Keys::MouseLeft; - } - - void init() override { - config::setIfEmpty("shortcut.p1jump", keybinds::Keys::None); - config::setIfEmpty("shortcut.p2jump", keybinds::Keys::None); - - auto tab = gui::MenuTab::find("tab.shortcuts"); - #ifdef GEODE_IS_DESKTOP - if (isJumpKey(config::get("shortcut.p1jump", keybinds::Keys::None))) - config::set("shortcut.p1jump", keybinds::Keys::None); - if (isJumpKey(config::get("shortcut.p2jump", keybinds::Keys::None))) - config::set("shortcut.p2jump", keybinds::Keys::None); - tab->addKeybind("shortcuts.p1jump", "shortcut.p1jump", true)->setInternal()->callback([](auto key) { - if (isJumpKey(key)) config::set("shortcut.p1jump", keybinds::Keys::None); - }); - tab->addKeybind("shortcuts.p2jump", "shortcut.p2jump", true)->setInternal()->callback([](auto key) { - if (isJumpKey(key)) config::set("shortcut.p2jump", keybinds::Keys::None); - }); - #endif - - tab->addButton("shortcuts.clipsy")->setDescription()->callback([] { - auto scene = utils::get(); - if (!scene) return; - - if (!scene->getChildByType(0)) { - auto popup = ai::ChatboxPopup::create(); - if (!popup) return; - popup->show(); - } - })->handleKeybinds(); - - tab->addButton("shortcuts.options")->setDescription()->callback(openSettings)->handleKeybinds(); - tab->addButton("shortcuts.uncomplete-level")->setDescription()->callback(uncompleteLevel)->handleKeybinds(); - tab->addButton("shortcuts.restart-level")->setDescription()->callback(restartLevel)->handleKeybinds(); - tab->addButton("shortcuts.toggle-practice")->setDescription()->callback(togglePracticeMode)->handleKeybinds(); - tab->addButton("shortcuts.place-checkpoint")->setDescription()->callback(placeCheckpoint)->handleKeybinds(); - tab->addButton("shortcuts.remove-checkpoint")->setDescription()->callback(removeCheckpoint)->handleKeybinds(); - GEODE_WINDOWS( - tab->addButton("shortcuts.inject-dll")->setDescription()->callback(injectDll)->handleKeybinds(); - ) - tab->addButton("shortcuts.save-folder")->setDescription()->callback(openSaveFolder)->handleKeybinds(); - tab->addButton("shortcuts.reset-bg-volume")->setDescription()->callback(resetBGVolume)->handleKeybinds(); - tab->addButton("shortcuts.reset-sfx-volume")->setDescription()->callback(resetSFXVolume)->handleKeybinds(); - tab->addButton("shortcuts.recount-secret-coins")->setDescription()->callback(recountSecretCoins)->handleKeybinds(); - tab->addButton("shortcuts.show-level-password")->setDescription()->callback(showLevelPassword)->handleKeybinds(); - #ifndef GEODE_IS_MACOS - tab->addButton("shortcuts.show-graphic-settings")->setDescription()->callback(openGraphicSettings)->handleKeybinds(); - #endif - - auto manager = keybinds::Manager::get(); - manager->addListener("shortcut.p1jump", [](auto evt) { - auto gameLayer = utils::get(); - if (!gameLayer) return; - gameLayer->queueButton(1, evt.down, false, evt.timestamp); - }); - manager->addListener("shortcut.p2jump", [](auto evt) { - auto gameLayer = utils::get(); - if (!gameLayer) return; - gameLayer->queueButton(1, evt.down, true, evt.timestamp); - }); - } - - void lateInit() override { - auto devtools = geode::Loader::get()->getLoadedMod("geode.devtools"); - if (devtools) { - gui::MenuTab::find("tab.shortcuts") - ->addButton("shortcuts.devtools") - ->setDescription() - ->callback(openDevtools) - ->handleKeybinds(); - } - } - - [[nodiscard]] const char* getId() const override { return "Shortcuts"; } - }; - - REGISTER_HACK(Shortcuts) -} diff --git a/src/main.cpp b/src/main.cpp deleted file mode 100644 index 049a7f97..00000000 --- a/src/main.cpp +++ /dev/null @@ -1,359 +0,0 @@ -#include -#include -#include -#include - -#include -#include -#include -#include - -#include -#include - -#include -#include -#include - -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include - -using namespace eclipse; - -static bool s_isInitialized = false; - -static void toggleMenu(keybinds::KeyEvent evt = {}) { - gui::Engine::get().toggle(); - config::save(); - gui::ThemeManager::get()->saveTheme(); -} - -class $modify(ClearCacheGMHook, GameManager) { - void reloadAllStep5() { - GameManager::reloadAllStep5(); - utils::purgeAllSingletons(); - gui::blur::cleanup(); - #ifdef ECLIPSE_USE_FLOATING_BUTTON - gui::FloatingButton::get()->reloadSprite(); - #endif - } -}; - -class $modify(EclipseButtonMLHook, MenuLayer) { - bool init() override { - if (!MenuLayer::init()) return false; - - // #ifdef ECLIPSE_DEBUG_BUILD - // { - // auto menu = this->getChildByID("bottom-menu"); - // auto rendererSwitchButton = CCMenuItemSpriteExtra::create( - // cocos2d::CCSprite::createWithSpriteFrameName("GJ_editModeBtn_001.png"), - // this, menu_selector(EclipseButtonMLHook::onToggleRenderer) - // ); - // rendererSwitchButton->setID("render-switch"_spr); - // menu->addChild(rendererSwitchButton); - // menu->updateLayout(); - // } - // #endif - - if (s_isInitialized) return true; - - // Compile blur shader - gui::blur::init(); - - // Initialize the GUI engine. - gui::Engine::get().init(); - - #ifdef ECLIPSE_USE_FLOATING_BUTTON - // This will create the floating button and keep it across scenes - gui::FloatingButton::get()->setCallback([]{ toggleMenu(); }); - #endif - - // Register the keybind - auto& key = keybinds::Manager::get()->registerKeybind("menu.toggle", "Toggle UI", toggleMenu); - config::setIfEmpty("menu.toggleKey", keybinds::Keys::Tab); - key.setKey(config::get("menu.toggleKey", keybinds::Keys::Tab)); - key.setInitialized(true); - hack::lateInitializeHacks(); - - s_isInitialized = true; - - return true; - } - - // void onToggleRenderer(CCObject* sender) { - // auto type = gui::Engine::getRendererType() == gui::RendererType::ImGui - // ? gui::RendererType::Cocos2d - // : gui::RendererType::ImGui; - // gui::ThemeManager::get()->setRenderer(type); - // } -}; - -class HackUpdater : public cocos2d::CCObject { -public: - static HackUpdater* create() { - auto ret = new HackUpdater(); - ret->autorelease(); - return ret; - } - - void update(float dt) override { - for (const auto& hack : hack::getUpdatedHacks()) - hack->update(); - - keybinds::Manager::get()->update(); - gui::blur::update(dt); - } -}; - -$on_mod(Loaded) { - // Allow user to change disable VBO (resolves issues on older hardware) - auto* mod = geode::Mod::get(); - ImGuiCocos::get().setForceLegacy(mod->getSettingValue("legacy-render")); - geode::listenForSettingChanges("legacy-render", [](bool value) { - ImGuiCocos::get().setForceLegacy(value); - }); - - // Load the configuration file. - config::load(); - - // Load language files - i18n::init(); - - // Initialize the hacks. - hack::initializeHacks(); - - // Load keybinds - keybinds::Manager::get()->init(); - - gui::ThemeManager::get(); - - // Add bitmap fonts to texture search path - auto bmfontPath = geode::Mod::get()->getConfigDir() / "bmfonts"; - std::error_code ec; - std::filesystem::create_directories(bmfontPath / GEODE_MOD_ID, ec); - if (ec) { - geode::log::warn("Failed to create bitmap fonts directory {}: {}", bmfontPath, ec.message()); - } - - utils::get()->addSearchPath(geode::utils::string::pathToString(bmfontPath).c_str()); - geode::log::info("Added bitmap fonts to search path: {}", bmfontPath); - - // Add "Interface" tab to edit theme settings - { - using namespace gui; - auto tab = MenuTab::find("tab.interface"); - std::vector themeNames = {}; - for (auto const& theme : ThemeManager::listAvailableThemes()) { - themeNames.push_back(theme.name); - } - if (!themeNames.empty()) { - auto themeCombo = tab->addCombo("interface.theme", "themeIndex", themeNames, 0); - themeCombo->callback([](int value) { - ThemeManager::get()->loadTheme(ThemeManager::listAvailableThemes()[value].path); - ThemeManager::get()->setUIScale(config::getTemp("uiScale", 1.f)); - }); - } - tab->addInputFloat("interface.ui-scale", "uiScale", 0.75f, 2.f, "x%.3f") - ->callback([](float value) { - ThemeManager::get()->setUIScale(value); - })->disableSaving()->setFlags(ComponentFlags::DisableCocos); - config::setIfEmpty("interface.dpi-scaling", true); - tab->addToggle("interface.dpi-scaling") - ->setDescription() - ->setFlags(ComponentFlags::DisableCocos); - - auto fontCombo = tab->addCombo("interface.font", "fontIndex", ThemeManager::getFontNames(), 0); - fontCombo->callback([](int value) { - ThemeManager::get()->setSelectedFont(value); - })->disableSaving()->setFlags(ComponentFlags::DisableCocos); - tab->addInputFloat("interface.font-size", "fontSize", 10.f, 64.f) - ->callback([](float value) { - if (value >= 10.f) ThemeManager::get()->setFontSize(value); - })->disableSaving()->setFlags(ComponentFlags::DisableCocos); - tab->addButton("interface.reload-fonts")->callback([fontCombo] { - ImGuiCocos::get().reload(); - fontCombo->setItems(ThemeManager::getFontNames()); - })->setFlags(ComponentFlags::DisableCocos); - - tab->addCombo("interface.layout-type", "layout", {"Tabbed", "Panel", "Sidebar"}, 0) - ->callback([](int value) { - ThemeManager::get()->setLayoutMode(static_cast(value)); - })->disableSaving()->setFlags(ComponentFlags::DisableCocos); - - tab->addCombo("interface.style", "style", imgui::THEME_NAMES, 0) - ->callback([](int value) { - ThemeManager::get()->setComponentTheme(static_cast(value)); - })->disableSaving()->setFlags(ComponentFlags::DisableCocos); - - auto blurToggle = tab->addToggle("interface.enable-blur", "blurEnabled") - ->callback([](bool value) { ThemeManager::get()->setBlurEnabled(value); }); - blurToggle->addOptions([](auto opt) { - opt->addInputFloat("interface.blur-speed", "blurSpeed", 0.f, 10.f, "%.3f s") - ->callback([](float value) { ThemeManager::get()->setBlurSpeed(value); }) - ->disableSaving(); - }); - blurToggle->disableSaving(); - blurToggle->setFlags(ComponentFlags::DisableCocos); - - config::setIfEmpty("menu.animateWindows", true); - config::setIfEmpty("menu.animationDuration", 0.3); - config::setIfEmpty("menu.animationEasingType", animation::Easing::Quadratic); - config::setIfEmpty("menu.animationEasingMode", animation::EasingMode::EaseInOut); - auto animateToggle = tab->addToggle("menu.animateWindows")->setDescription(); - animateToggle->addOptions([](auto opt) { - opt->addInputFloat("menu.animationDuration", 0.f, 10.f, "%.3f s"); - opt->addCombo("menu.animationEasingType", { - i18n::get_("menu.animationEasingType.0"), - i18n::get_("menu.animationEasingType.1"), - i18n::get_("menu.animationEasingType.2"), - i18n::get_("menu.animationEasingType.3"), - i18n::get_("menu.animationEasingType.4"), - i18n::get_("menu.animationEasingType.5"), - i18n::get_("menu.animationEasingType.6"), - i18n::get_("menu.animationEasingType.7"), - i18n::get_("menu.animationEasingType.8"), - i18n::get_("menu.animationEasingType.9"), - i18n::get_("menu.animationEasingType.10"), - }, 2); - opt->addCombo("menu.animationEasingMode", { - i18n::get_("menu.animationEasingMode.0"), - i18n::get_("menu.animationEasingMode.1"), - i18n::get_("menu.animationEasingMode.2"), - }, 2); - }); - animateToggle->setFlags(ComponentFlags::OnlyTabbed); - - config::setIfEmpty("menu.horizontallyCenter", true); - tab->addToggle("menu.horizontallyCenter")->setFlags(ComponentFlags::OnlyTabbed); - - #ifdef ECLIPSE_USE_FLOATING_BUTTON - - config::setIfEmpty("float-btn.max-opacity", 1.f); - config::setIfEmpty("float-btn.min-opacity", 0.5f); - config::setIfEmpty("float-btn.show-in-level", false); - config::setIfEmpty("float-btn.show-in-editor", true); - config::setIfEmpty("float-btn.scale", 0.25f); - tab->addLabel("float-btn.title")->setFlags(ComponentFlags::DisableImGui); - tab->addInputFloat("float-btn.max-opacity", 0.1f, 1.f)->setFlags(ComponentFlags::DisableImGui); - tab->addInputFloat("float-btn.min-opacity", 0.1f, 1.f)->setFlags(ComponentFlags::DisableImGui); - tab->addToggle("float-btn.show-in-level")->setFlags(ComponentFlags::DisableImGui); - tab->addToggle("float-btn.show-in-editor")->setFlags(ComponentFlags::DisableImGui); - tab->addInputFloat("float-btn.scale", 0.15f, 1.f)->setFlags(ComponentFlags::DisableImGui); - - #endif - - auto accentColor = tab->addColorComponent("interface.accent-color", "accent", true); - accentColor->callback([](const Color& color) { - ThemeManager::get()->applyAccentColor(color); - })->disableSaving(); - - auto backgroundColor = tab->addColorComponent("interface.background-color", "background", true); - backgroundColor->callback([](const Color& color) { - ThemeManager::get()->applyBackgroundColor(color); - })->disableSaving(); - - auto languageCombo = tab->addCombo( - "interface.language", "language.index", - i18n::getAvailableLanguages(), i18n::getLanguageIndex() - ); - languageCombo->callback([languageCombo](int value) { - if (Engine::getRendererType() == RendererType::Cocos2d) { - auto meta = i18n::fetchAvailableLanguages()[value]; - if (i18n::hasBitmapFont(meta.charset)) { - i18n::setLanguage(i18n::fetchAvailableLanguages()[value].code); - config::set("language", i18n::getCurrentLanguage()); - languageCombo->setItems(i18n::getAvailableLanguages()); - } else { - auto oldIndex = i18n::getLanguageIndex(); - config::setTemp("language.index", oldIndex); - Popup::create( - i18n::get_("common.warning"), - i18n::get_("interface.font-not-found"), - i18n::get_("common.yes"), - i18n::get_("common.no"), - [charset = std::move(meta.charset)](bool yes) { - if (!yes) return; - i18n::DownloadPopup::create(charset)->show(); - } - ); - } - } else { - i18n::setLanguage(i18n::fetchAvailableLanguages()[value].code); - config::set("language", i18n::getCurrentLanguage()); - - languageCombo->setItems(i18n::getAvailableLanguages()); - - // Reload fonts if in ImGui mode - ImGuiCocos::get().reload(); - } - })->disableSaving(); - - auto autoFocus = config::get("interface.search-auto-focus", false); - auto searchInput = tab->addInputText("interface.search", "search"); - searchInput->callback([](std::string input) { - static bool hasSearched = false; - - if (input.empty()) { - if (hasSearched) { - for (auto& tab : Engine::get().getTabs()) { - tab.setSearchedFor(false); - - for (auto& component : tab.getComponents()) - component->removeFlag(ComponentFlags::SearchedFor); - } - - hasSearched = false; - } - } else { - hasSearched = true; - - for (auto& tab : Engine::get().getTabs()) { - bool hasFoundComponent = false; - - for (auto& component : tab.getComponents()) { - if (utils::matchesStringFuzzy(i18n::get(component->getTitle()), input)) { - component->addFlag(ComponentFlags::SearchedFor); - hasFoundComponent = true; - } else component->removeFlag(ComponentFlags::SearchedFor); - } - - tab.setSearchedFor(hasFoundComponent); - } - } - })->disableSaving() - ->setFlags( - autoFocus ? ComponentFlags::DisableCocos | ComponentFlags::StartWithKeyboardFocus - : ComponentFlags::DisableCocos - ); - tab->addToggle("interface.search-auto-focus") - ->setDescription()->callback([searchInput](bool value) { - searchInput->setFlags( - value ? ComponentFlags::DisableCocos | ComponentFlags::StartWithKeyboardFocus - : ComponentFlags::DisableCocos - ); - }) - ->setFlags(ComponentFlags::DisableCocos); - } - - // Schedule hack updates - cocos2d::CCScheduler::get()->scheduleSelector( - schedule_selector(HackUpdater::update), - HackUpdater::create(), 0.f, false - ); - - geode::listenForSettingChanges("menu-style", [](std::string const& style) { - gui::Engine::get().setRenderer( - style == "ImGui" ? gui::RendererType::ImGui : gui::RendererType::Cocos2d - ); - }); -} diff --git a/src/modules/api/events.cpp b/src/modules/api/events.cpp deleted file mode 100644 index 671713fd..00000000 --- a/src/modules/api/events.cpp +++ /dev/null @@ -1,186 +0,0 @@ -#define ECLIPSE_DONT_DEFINE_IMPLS -#include -#include -#include -#include - -#include -#include -#include -#include - -#include -#include -#include - -#include "mods.hpp" - -namespace eclipse::hacks { - namespace Bot { bot::Bot& getBot(); } - namespace Global { std::map const& getAttemptCheats(); } -} - -namespace eclipse::api { -using namespace geode::prelude; - -StringMap> g_cheats; -StringMap>& getCheats() { return g_cheats; } - -std::string formatRiftString(std::string_view source) { - auto res = rift::format(source, labels::VariableManager::get().getVariables()); - if (res.isErr()) { - return std::string(res.unwrapErr().message()); - } - return std::move(res).unwrap(); -} - -template -void setRiftVariable(std::string name, T value) { - if constexpr (std::same_as) { - labels::VariableManager::get().removeVariable(std::move(name)); - } else { - labels::VariableManager::get().setVariable(std::move(name), std::move(value)); - } -} - -template -geode::Result getRiftVariable(std::string_view name) { - auto val = labels::VariableManager::get().getVariable(std::string(name)); - - #define HANDLE_CASE(type) \ - if (val.is##type()) { return geode::Ok(val.get##type()); } \ - else { return geode::Err("Value is not of type " #type); } - - if constexpr (std::same_as) { - HANDLE_CASE(String) - } else if constexpr (std::same_as) { - HANDLE_CASE(Boolean) - } else if constexpr (std::same_as) { - HANDLE_CASE(Integer) - } else if constexpr (std::same_as) { - HANDLE_CASE(Float) - } else if constexpr (std::same_as) { - if (val.isNull()) return Ok(std::nullptr_t{}); - return Err("Value is not null"); - } else if constexpr (std::same_as) { - return Ok(val.toJson()); - } else { - return Err("Unsupported type"); - } - - #undef HANDLE_CASE -} - -$execute { - __internal__::FetchVTableEvent().listen([](__internal__::VTable& vtable, size_t version) { - // version is unused for now - (void) version; - - // config - vtable.Config_getBool = &config::getTemp; - vtable.Config_getInt = &config::getTemp; - vtable.Config_getDouble = &config::getTemp; - vtable.Config_getString = &config::getTemp; - vtable.Config_getStringView = &config::getTemp; - vtable.Config_getBoolInternal = &config::get; - vtable.Config_getIntInternal = &config::get; - vtable.Config_getDoubleInternal = &config::get; - vtable.Config_getStringInternal = &config::get; - vtable.Config_getStringViewInternal = &config::get; - vtable.Config_setBool = &config::setTemp; - vtable.Config_setInt = &config::setTemp; - vtable.Config_setDouble = &config::setTemp; - vtable.Config_setString = &config::setTemp; - vtable.Config_setStringView = &config::setTemp; - vtable.Config_setBoolInternal = &config::set; - vtable.Config_setIntInternal = &config::set; - vtable.Config_setDoubleInternal = &config::set; - vtable.Config_setStringInternal = &config::set; - vtable.Config_setStringViewInternal = &config::set; - - // label - vtable.FormatRiftString = &formatRiftString; - vtable.GetRiftVariableNull = &getRiftVariable; - vtable.GetRiftVariableBool = &getRiftVariable; - vtable.GetRiftVariableInt = &getRiftVariable; - vtable.GetRiftVariableDouble = &getRiftVariable; - vtable.GetRiftVariableString = &getRiftVariable; - vtable.GetRiftVariableObject = &getRiftVariable; - vtable.SetRiftVariableNull = &setRiftVariable; - vtable.SetRiftVariableBool = &setRiftVariable; - vtable.SetRiftVariableInt = &setRiftVariable; - vtable.SetRiftVariableDouble = &setRiftVariable; - vtable.SetRiftVariableString = &setRiftVariable; - vtable.SetRiftVariableObject = &setRiftVariable; - - // modules - vtable.RegisterCheat = +[](std::string name, Function callback) { g_cheats[std::move(name)] = std::move(callback); }; - vtable.LoadReplay = +[](std::filesystem::path const& path) { return hacks::Bot::getBot().load(path); }; - vtable.LoadReplayFromData = +[](std::span data) { return hacks::Bot::getBot().load(data); }; - vtable.CheckCheatsEnabled = +[] { return config::getTemp<"hasCheats", bool>(false); }; - vtable.CheckCheatedInAttempt = +[] { return config::getTemp<"trippedSafeMode", bool>(false); }; - vtable.GetHackingModules = +[] { - return hacks::Global::getAttemptCheats() | std::views::transform([](auto& pair) { - return HackingModule { - .name = pair.first, - .state = pair.second ? HackingModule::State::Enabled : HackingModule::State::Tripped - }; - }) | std::ranges::to(); - }; - - // components - vtable.CreateMenuTab = +[](std::string_view name) { gui::MenuTab::find(name); }; - vtable.CreateLabel = +[](std::string_view tabName, std::string title) -> size_t { - auto tab = gui::MenuTab::find(tabName); - if (!tab) return 0; - auto label = tab->addLabel(std::move(title)); - return label->getUID(); - }; - vtable.CreateToggle = +[](std::string_view tabName, std::string id, std::string title, Function callback) -> size_t { - auto tab = gui::MenuTab::find(tabName); - if (!tab) return 0; - return tab->addToggle(std::move(title), std::move(id)) - ->callback(std::move(callback)) - ->handleKeybinds() - ->disableSaving() - ->getUID(); - }; - vtable.CreateInputFloat = +[](std::string_view tabName, std::string title, std::string id, Function callback) -> size_t { - auto tab = gui::MenuTab::find(tabName); - if (!tab) return 0; - return tab->addInputFloat(std::move(title), std::move(id)) - ->callback(std::move(callback)) - ->disableSaving() - ->getUID(); - }; - vtable.CreateButton = +[](std::string_view tabName, std::string title, Function callback) -> size_t { - auto tab = gui::MenuTab::find(tabName); - if (!tab) return 0; - return tab->addButton(std::move(title)) - ->callback(std::move(callback)) - ->getUID(); - }; - vtable.SetComponentDescription = +[](size_t id, std::string description) { - auto component = gui::Component::find(id); - if (!component) return; - component->setDescription(std::move(description)); - }; - vtable.SetLabelText = +[](size_t id, std::string text) { - auto component = gui::Component::find(id); - if (!component || component->getType() != gui::ComponentType::Label) return; - static_cast(component)->setText(std::move(text)); - }; - vtable.SetInputFloatParams = +[](size_t id, std::optional min, std::optional max, std::optional format) { - auto component = gui::Component::find(id); - if (!component || component->getType() != gui::ComponentType::InputFloat) return; - auto inputFloat = static_cast(component); - if (min) inputFloat->setMin(min.value()); - if (max) inputFloat->setMax(max.value()); - if (format) inputFloat->setFormat(std::move(format).value()); - }; - - return ListenerResult::Stop; - }).leak(); -} - -} diff --git a/src/modules/api/mods.hpp b/src/modules/api/mods.hpp deleted file mode 100644 index 17d442e4..00000000 --- a/src/modules/api/mods.hpp +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once -#include -#include -#include - -namespace eclipse::api { - geode::utils::StringMap>& getCheats(); -} diff --git a/src/modules/bot/bot.cpp b/src/modules/bot/bot.cpp deleted file mode 100644 index 1ced0dd2..00000000 --- a/src/modules/bot/bot.cpp +++ /dev/null @@ -1,98 +0,0 @@ -#include -#include -#include -#include - -#include "bot.hpp" - -using namespace geode::prelude; - -namespace eclipse::bot { - - void Bot::setState(State state) { - m_state = state; - } - - void Bot::clearInputs() { - m_replay.inputs.clear(); - } - - void Bot::restart() { - m_inputIndex = 0; - } - - void Bot::removeInputsAfter(int frame) { - std::erase_if(m_replay.inputs, [&](gdr::Input<> const& input) -> bool { return input.frame > frame; }); - } - - void Bot::recordInput(int frame, PlayerButton button, bool player2, bool pressed) { - m_replay.inputs.emplace_back(frame, static_cast(button), player2, pressed); - } - - std::optional> Bot::poll(int frame) { - if (m_inputIndex >= m_replay.inputs.size()) - return std::nullopt; - - if (m_replay.inputs[m_inputIndex].frame <= frame) - return m_replay.inputs[m_inputIndex++]; - - return std::nullopt; - } - - std::optional> Bot::getPrevious(bool player1) { - for (int i = m_inputIndex - 2; i >= 0; i--) { - if (m_replay.inputs[i].player2 == !player1) - return m_replay.inputs[i]; - } - - return std::nullopt; - } - - void Bot::setLevelInfo(gdr::Level const& levelInfo) { - m_replay.levelInfo = levelInfo; - } - - void Bot::setPlatformer(bool platformer) { - m_replay.platformer = platformer; - } - - Result<> Bot::save(std::filesystem::path const& path) { - m_replay.author = utils::get()->m_username; - m_replay.duration = !m_replay.inputs.empty() ? m_replay.inputs[m_replay.inputs.size() - 1].frame / m_replay.framerate : 0; - - auto res = m_replay.exportData(); - - if(res.isErr()) - return Err(std::move(res).unwrapErr()); - - auto data = std::move(res).unwrap(); - return file::writeBinarySafe(path, data); - } - - Result<> Bot::load(std::filesystem::path const& path) { - auto res = file::readBinary(path); - if (res.isErr()) - return Err(std::move(res).unwrapErr()); - - auto fileData = std::move(res).unwrap(); - return load(fileData); - } - - Result<> Bot::load(std::span data) { - if (data.size() < 3) - return Err("Data is too small to be a valid replay"); - - gdr::Result res = gdr::Err(""); - if(std::equal(data.begin(), data.begin() + 3, "GDR")) - res = BotReplay::importData(data); - else - res = gdr::convert>(data); - - if (res.isErr()) - return Err(std::move(res).unwrapErr()); - - m_replay = std::move(res).unwrap(); - - return Ok(); - } -} diff --git a/src/modules/bot/bot.hpp b/src/modules/bot/bot.hpp deleted file mode 100644 index 79e5ffb5..00000000 --- a/src/modules/bot/bot.hpp +++ /dev/null @@ -1,79 +0,0 @@ -#pragma once - -#include - -namespace eclipse::bot { - - enum class State { - DISABLED, - RECORD, - PLAYBACK - }; - - struct BotReplay : gdr::Replay> { - BotReplay() : Replay("EclipseBot", 1) {} - }; - - class Bot { - public: - - /// @brief Set the current state of the bot. - /// @param state State of the bot. - void setState(State state); - - /// @brief Get the current state of the bot. - [[nodiscard]] State getState() const { return m_state; } - - [[nodiscard]] size_t getInputCount() const { return m_replay.inputs.size(); } - - [[nodiscard]] float getFramerate() const { return m_replay.framerate; } - - void setFramerate(float framerate) { m_replay.framerate = framerate; } - - /// @brief Removes all inputs from the currently loaded replay. - void clearInputs(); - - /// @brief Restarts the replay from the beginning. - void restart(); - - /// @brief Removes all inputs from the currently loaded replay, up to the given frame. - /// @param frame Frame to stop at. - void removeInputsAfter(int frame); - - /// @brief Add an input to the currently loaded replay. - void recordInput(int frame, PlayerButton button, bool player2, bool pressed); - - /// @brief Get the next available input from the currently loaded replay. - /// @param frame The current frame of the playback. - /// @return The next input from the currently loaded replay, if available. - [[nodiscard]] std::optional> poll(int frame); - - /// @brief Saves the current replay. - /// @param path Path to save the replay to. - geode::Result<> save(std::filesystem::path const& path); - - /// @brief Loads a replay from the given path. - /// @param path Path to load the replay from. - geode::Result<> load(std::filesystem::path const& path); - - /// @brief Loads a replay from a data buffer. - /// @param data Data to load the replay from. - geode::Result<> load(std::span data); - - /// @brief Sets the level info. - /// @param levelInfo The level info. - void setLevelInfo(gdr::Level const& levelInfo); - - /// @brief Sets platformer. - /// @param platformer Platformer. - void setPlatformer(bool platformer); - - [[nodiscard]] std::optional> getPrevious(bool player1); - - protected: - State m_state = State::DISABLED; - BotReplay m_replay; - uint32_t m_inputIndex = 0; - }; - -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Chatbot.cpp b/src/modules/chatbot/ai/Chatbot.cpp deleted file mode 100644 index 1e74feb2..00000000 --- a/src/modules/chatbot/ai/Chatbot.cpp +++ /dev/null @@ -1,495 +0,0 @@ -#include "Chatbot.hpp" - -#include -#include -#include -#include - -namespace eclipse::ai { - Chatbot::Chatbot() : m_slotFiller(m_slotRegistry) {} - - static geode::Result entityTypeFromString(std::string_view value) { - if (value == "NUMBER") return geode::Ok(EntityType::NUMBER); - if (value == "MATH_EXPRESSION") return geode::Ok(EntityType::MATH_EXPRESSION); - if (value == "SETTING_NAME") return geode::Ok(EntityType::SETTING_NAME); - if (value == "QUOTED_STRING") return geode::Ok(EntityType::QUOTED_STRING); - if (value == "GENERIC_TERM") return geode::Ok(EntityType::GENERIC_TERM); - return geode::Err(fmt::format("Unknown entity_type '{}'", value)); - } - - static std::optional resolveSettingID( - EntityMap const& slots, - geode::utils::StringMap const& settingNameMap - ) { - auto it = slots.find("setting"); - if (it == slots.end()) { - return std::nullopt; - } - - std::string setting = it->second.raw; - auto value = std::get_if(&it->second.value); - if (value && !value->empty()) { - setting = *value; - } - - auto mapIt = settingNameMap.find(setting); - if (mapIt == settingNameMap.end()) { - return std::nullopt; - } - - return mapIt->second; - } - - geode::Result<> Chatbot::loadConfig(std::filesystem::path const& path) { - GEODE_UNWRAP_INTO(auto json, geode::utils::file::readJson(path)); - - // == Bot == // - if (!json["bot"].isNull()) { - GEODE_UNWRAP_INTO(auto baseline, json["bot"]["vad_baseline"].as()); - GEODE_UNWRAP_INTO(auto decay, json["bot"]["vad_decay"].as()); - m_emotionModel.setBaseline(baseline); - m_emotionDecay = decay; - } - - // == Emotions == // - m_emotionRegistry.clear(); - m_emotionModel.clear(); - for (auto const& emotion : json["emotions"]) { - GEODE_UNWRAP_INTO(auto name, emotion["name"].as()); - GEODE_UNWRAP_INTO(auto vad, emotion["centroid"].as()); - m_emotionModel.addEmotionCentroid(m_emotionRegistry.intern(name), vad); - } - - // == Intents == // - m_intentRegistry.clear(); - m_intentEngine.clear(); - for (auto const& intent : json["intents"]) { - GEODE_UNWRAP_INTO(auto name, intent["name"].as()); - GEODE_UNWRAP_INTO(auto vad, intent["vad"].as()); - - std::vector keywordEntries; - for (auto const& kw : intent["keywords"]) { - GEODE_UNWRAP_INTO(auto phrases, kw["phrase"].as>()); - GEODE_UNWRAP_INTO(auto weight, kw["weight"].as()); - keywordEntries.emplace_back(std::move(phrases), weight); - } - - auto intentID = m_intentRegistry.intern(name); - m_intentEngine.addIntent(intentID, std::move(keywordEntries)); - m_emotionModel.setIntentVAD(intentID, vad); - - if (name == "MATH_QUERY") m_mathQueryIntent = intentID; - else if (name == "ENABLE_SETTING") m_enableSettingIntent = intentID; - else if (name == "DISABLE_SETTING") m_disableSettingIntent = intentID; - else if (name == "CHECK_SETTING_STATE") m_checkSettingStateIntent = intentID; - else if (name == "COMPLAINT") m_complaintIntent = intentID; - } - - // == Slot Schemas == // - m_slotFiller.reset(); - m_slotRegistry.clear(); - for (auto const& schemaJson : json["slot_schemas"]) { - GEODE_UNWRAP_INTO(auto intentName, schemaJson["intent"].as()); - GEODE_UNWRAP_INTO(auto slots, schemaJson["slots"].as>()); - - SlotSchema schema; - schema.intent = m_intentRegistry.intern(intentName); - - for (auto const& slotJson : slots) { - GEODE_UNWRAP_INTO(auto slotName, slotJson["name"].as()); - GEODE_UNWRAP_INTO(auto entityTypeName, slotJson["entity_type"].as()); - GEODE_UNWRAP_INTO(auto required, slotJson["required"].as>()); - GEODE_UNWRAP_INTO(auto expectedType, entityTypeFromString(entityTypeName)); - - std::vector prompts; - auto promptValue = slotJson["prompt"]; - if (promptValue.isString()) { - GEODE_UNWRAP_INTO(auto prompt, promptValue.as()); - prompts.push_back(std::move(prompt)); - } else if (promptValue.isArray()) { - GEODE_UNWRAP_INTO(prompts, promptValue.as>()); - } else { - return geode::Err(fmt::format( - "Slot schema for intent '{}' slot '{}' has invalid prompt type", - intentName, - slotName - )); - } - - if (prompts.empty()) { - prompts.push_back(fmt::format("Could you provide '{}' ?", slotName)); - } - - schema.slots.push_back({ - .name = std::move(slotName), - .prompts = std::move(prompts), - .expectedType = expectedType, - .required = required.value_or(true), - }); - } - - m_slotRegistry.registerSchema(std::move(schema)); - } - - // == Repetition == // - if (!json["repetition"].isNull()) { - GEODE_UNWRAP_INTO(auto decay, json["repetition"]["decay"].as()); - GEODE_UNWRAP_INTO(auto historyLength, json["repetition"]["history_length"].as()); - m_fatigueTracker = FatigueTracker(decay, historyLength); - } - - // == Combos == // - m_comboDetector.clear(); - for (auto const& combo : json["combos"]) { - GEODE_UNWRAP_INTO(auto intents, combo["intents"].as>()); - GEODE_UNWRAP_INTO(auto vadOverride, combo["vad_override"].as>()); - auto tag = fmt::format("{}", fmt::join(intents, "+")); - - std::vector intentIDs; - for (auto const& intentName : intents) { - intentIDs.push_back(m_intentRegistry.intern(intentName)); - } - - m_comboDetector.registerCombo({ - .key = { .intents = std::move(intentIDs) }, - .templateTag = std::move(tag), - .vadOverride = vadOverride ? std::make_optional(m_intentRegistry.intern(*vadOverride)) : std::nullopt - }); - } - - // == Templates == // - m_templateEngine.clear(); - for (auto const& [key, slot] : json["slots"]) { - SlotPool pool; - - for (auto const& entry : slot) { - GEODE_UNWRAP_INTO(auto emotion, entry["emotion"].as()); - GEODE_UNWRAP_INTO(auto fatigue, entry["fatigue"].as()); - GEODE_UNWRAP_INTO(auto words, entry["words"].as>()); - - auto emotionID = emotion == "*" ? Emotion(Emotion::INVALID) : m_emotionRegistry.intern(emotion); - if (fatigue == "*") { - pool.add(emotionID, std::move(words)); - } else { - auto fatigueLevel = fatigueFromString(fatigue); - pool.add(emotionID, fatigueLevel, std::move(words)); - } - } - - m_templateEngine.addSlot(key, std::move(pool)); - } - - for (auto const& [key, tmplt] : json["templates"]) { - auto intent = m_intentRegistry.intern(key); - for (auto const& entry : tmplt) { - GEODE_UNWRAP_INTO(auto emotion, entry["emotion"].as()); - GEODE_UNWRAP_INTO(auto fatigue, entry["fatigue"].as()); - GEODE_UNWRAP_INTO(auto templates, entry["templates"].as>()); - - auto emotionID = emotion == "*" ? Emotion(Emotion::INVALID) : m_emotionRegistry.intern(emotion); - if (fatigue == "*") { - m_templateEngine.addTemplate(intent, emotionID, std::move(templates)); - } else { - auto fatigueLevel = fatigueFromString(fatigue); - m_templateEngine.addTemplate(intent, emotionID, fatigueLevel, std::move(templates)); - } - } - } - - for (auto const& [key, tmplt] : json["combo_templates"]) { - for (auto const& entry : tmplt) { - GEODE_UNWRAP_INTO(auto fatigue, entry["fatigue"].as()); - GEODE_UNWRAP_INTO(auto templates, entry["templates"].as>()); - - auto fatigueLevel = fatigueFromString(fatigue); - m_templateEngine.addComboTemplate(key, fatigueLevel, std::move(templates)); - } - } - - // == Settings == // - auto addSettingAlias = [this](std::string alias, std::string id) { - m_entityExtractor.addSetting(alias); - m_settingNameMap.insert_or_assign(std::move(alias), std::move(id)); - }; - - for (auto const& [name, value] : json["known_settings"]) { - if (value.isString()) { - GEODE_UNWRAP_INTO(auto id, value.as()); - addSettingAlias(name, std::move(id)); - continue; - } - - if (value.isArray()) { - GEODE_UNWRAP_INTO(auto aliases, value.as>()); - for (auto const& alias : aliases) { - addSettingAlias(alias, name); - } - continue; - } - - return geode::Err(fmt::format("Invalid setting entry for '{}'", name)); - } - - GEODE_UNWRAP_INTO(m_settingActualNames, json["setting_names"].as>()); - - this->setupActions(); - - return geode::Ok(); - } - - static bool looksLikeStateCheck(std::string_view input) { - std::string lower(input); - std::ranges::transform(lower, lower.begin(), [](unsigned char c) { - return static_cast(std::tolower(c)); - }); - - bool queryLike = lower.find('?') != std::string::npos || - lower.rfind("is ", 0) == 0 || - lower.rfind("are ", 0) == 0 || - lower.find(" status") != std::string::npos || - lower.find(" state") != std::string::npos || - lower.find("currently") != std::string::npos; - - bool stateTerm = lower.find("enabled") != std::string::npos || - lower.find("disabled") != std::string::npos || - lower.find(" on") != std::string::npos || - lower.find(" off") != std::string::npos || - lower.find("status") != std::string::npos || - lower.find("state") != std::string::npos; - - return queryLike && stateTerm; - } - - std::string Chatbot::process(std::string const& input) { - auto entities = m_entityExtractor.extract(input); - - auto results = m_intentEngine.classify(input); - Intent intent = Intent::INVALID; - float conf = 0.f; - if (!results.empty()) { - intent = results[0].intent; - conf = results[0].confidence; - } - - for (auto const& e : entities) { - if (e.type == EntityType::MATH_EXPRESSION) { - intent = m_mathQueryIntent; - conf = std::max(conf, 0.85f); - break; - } - } - - if ( - m_checkSettingStateIntent && - looksLikeStateCheck(input) && - std::ranges::any_of(entities, [](Entity const& e) { - return e.type == EntityType::SETTING_NAME; - }) - ) { - intent = m_checkSettingStateIntent; - conf = std::max(conf, 0.9f); - } - - intent = this->resolveIntent(intent, entities); - - auto hasSettingEntity = [&entities]() { - return std::ranges::any_of(entities, [](Entity const& e) { - return e.type == EntityType::SETTING_NAME; - }); - }; - - auto isSettingIntent = [this](Intent i) { - return i == m_enableSettingIntent || - i == m_disableSettingIntent || - i == m_checkSettingStateIntent; - }; - - if (isSettingIntent(intent) && !hasSettingEntity()) { - if (auto recent = m_context.findRecentEntity(EntityType::SETTING_NAME, 4)) { - entities.push_back(*recent); - } - } - - auto fatigueLevel = m_fatigueTracker.record(intent, input); - - m_emotionModel.applyIntent(intent, conf); - auto vadDelta = FatigueTracker::fatigueVadDelta(fatigueLevel); - m_emotionModel.nudge(vadDelta); - Emotion emotion = m_emotionModel.currentEmotion(); - - SlotFillResult fillResult; - if (m_slotFiller.isActive() && intent && intent != m_slotFiller.activeIntent()) { - fillResult = m_slotFiller.begin(intent, entities); - } else if (m_slotFiller.isActive()) { - fillResult = m_slotFiller.continueFill(entities); - } else { - fillResult = m_slotFiller.begin(intent, entities); - } - - std::string reply; - - if (auto combo = m_comboDetector.detect(results, 0.15f)) { - if (combo->get().vadOverride) { - m_emotionModel.applyIntent(*combo->get().vadOverride, 1.0f); - } - reply = m_templateEngine.generateCombo(combo->get().templateTag, emotion, fatigueLevel); - } else if (fillResult.status == SlotFillStatus::AWAITING_SLOT) { - reply = fillResult.nextPrompt; - } else if (fillResult.status == SlotFillStatus::COMPLETE) { - m_slotFiller.reset(); - - if (auto actionResult = m_actionRegistry.dispatch(fillResult.intent, fillResult.filled)) { - reply = actionResult->response; - if (!actionResult->success) { - m_emotionModel.applyIntent(m_complaintIntent, 0.5f); - } - } else { - reply = m_templateEngine.generate(intent, emotion, fatigueLevel); - } - } - - m_context.addEntry({ input, entities, intent }); - m_emotionModel.decay(m_emotionDecay); - m_fatigueTracker.decay(); - - if (reply.empty()) { - reply = m_templateEngine.generate(Intent::INVALID, emotion, fatigueLevel); - } - - return reply; - } - - void Chatbot::setupActions() { - if (m_mathQueryIntent) { - m_actionRegistry.registerAction(m_mathQueryIntent, [](EntityMap const& slots) -> ActionResult { - auto it = slots.find("expression"); - if (it == slots.end()) { - return { "I still need the expression to evaluate.", false }; - } - - auto res = rift::evaluate(it->second.raw); - if (!res) { - return { "Sorry, I'm bad at math", false }; - } - - return { fmt::format("The answer is {}.", *res), true }; - }); - } - - if (m_enableSettingIntent) { - m_actionRegistry.registerAction( - m_enableSettingIntent, - [this](EntityMap const& slots) -> ActionResult { - auto setting = resolveSettingID(slots, m_settingNameMap); - if (!setting) { - return { "What setting would you like to enable?", false }; - } - - auto actualIt = m_settingActualNames.find(*setting); - std::string actualName = actualIt != m_settingActualNames.end() ? actualIt->second : *setting; - - if (config::get(*setting, false)) { - return { fmt::format("{} is already enabled.", actualName), true }; - } - - config::set(*setting, true); - - return { fmt::format("{} enabled.", actualName), true }; - } - ); - } - - if (m_disableSettingIntent) { - m_actionRegistry.registerAction( - m_disableSettingIntent, - [this](EntityMap const& slots) -> ActionResult { - auto setting = resolveSettingID(slots, m_settingNameMap); - if (!setting) { - return { "What setting would you like to disable?", false }; - } - - auto actualIt = m_settingActualNames.find(*setting); - std::string actualName = actualIt != m_settingActualNames.end() ? actualIt->second : *setting; - - if (!config::get(*setting, false)) { - return { fmt::format("{} is already disabled.", actualName), true }; - } - - config::set(*setting, false); - - return { fmt::format("{} disabled.", actualName), true }; - } - ); - } - - if (m_checkSettingStateIntent) { - m_actionRegistry.registerAction( - m_checkSettingStateIntent, - [this](EntityMap const& slots) -> ActionResult { - auto setting = resolveSettingID(slots, m_settingNameMap); - if (!setting) { - return { "Which setting's state would you like to check?", false }; - } - - auto actualIt = m_settingActualNames.find(*setting); - std::string actualName = actualIt != m_settingActualNames.end() ? actualIt->second : *setting; - - bool enabled = config::get(*setting, false); - return { fmt::format("{} is currently {}.", actualName, enabled ? "enabled" : "disabled"), true }; - } - ); - } - } - - Intent Chatbot::resolveIntent(Intent intent, std::span entities) const { - if ( - m_mathQueryIntent == Intent::INVALID && - m_enableSettingIntent == Intent::INVALID && - m_disableSettingIntent == Intent::INVALID && - m_checkSettingStateIntent == Intent::INVALID - ) { - return intent; - } - - if (intent) { - return intent; - } - - auto hasEntityType = [entities](EntityType type) { - return std::ranges::any_of(entities, [type](Entity const& e) { - return e.type == type; - }); - }; - - bool hasMathExpression = hasEntityType(EntityType::MATH_EXPRESSION); - bool hasSettingName = hasEntityType(EntityType::SETTING_NAME); - - auto resolveSettingFromRecentIntent = [this, hasSettingName](Intent intent) -> Intent { - if (!hasSettingName || !intent || !m_context.containsIntent(intent, 2)) { - return Intent::INVALID; - } - if (m_checkSettingStateIntent) { - return m_checkSettingStateIntent; - } - return intent; - }; - - if (m_mathQueryIntent && hasMathExpression && m_context.containsIntent(m_mathQueryIntent, 2)) { - return m_mathQueryIntent; - } - - if (Intent resolvedEnable = resolveSettingFromRecentIntent(m_enableSettingIntent)) { - return resolvedEnable; - } - - if (Intent resolvedDisable = resolveSettingFromRecentIntent(m_disableSettingIntent)) { - return resolvedDisable; - } - - if (m_checkSettingStateIntent && hasSettingName) { - return m_checkSettingStateIntent; - } - - return intent; - } -} diff --git a/src/modules/chatbot/ai/Chatbot.hpp b/src/modules/chatbot/ai/Chatbot.hpp deleted file mode 100644 index 37f95a08..00000000 --- a/src/modules/chatbot/ai/Chatbot.hpp +++ /dev/null @@ -1,55 +0,0 @@ -#pragma once - -#include -#include -#include - -#include "Context.hpp" -#include "Emotions.hpp" -#include "Entities.hpp" -#include "Fatigue.hpp" -#include "Intents.hpp" -#include "Slots.hpp" -#include "Templates.hpp" - -namespace eclipse::ai { - class Chatbot { - public: - Chatbot(); - - geode::Result<> loadConfig(std::filesystem::path const& path); - std::string process(std::string const& input); - - void setupActions(); - - private: - [[nodiscard]] Intent resolveIntent(Intent intent, std::span entities) const; - - private: - IntentRegistry m_intentRegistry; - IntentEngine m_intentEngine; - - EmotionRegistry m_emotionRegistry; - EmotionModel m_emotionModel; - - Context m_context; - EntityExtractor m_entityExtractor; - ActionRegistry m_actionRegistry; - FatigueTracker m_fatigueTracker; - TemplateEngine m_templateEngine; - ComboDetector m_comboDetector; - - SlotRegistry m_slotRegistry; - SlotFiller m_slotFiller; - - geode::utils::StringMap m_settingNameMap; - geode::utils::StringMap m_settingActualNames; - - float m_emotionDecay = 0.05f; - Intent m_mathQueryIntent = Intent::INVALID; - Intent m_enableSettingIntent = Intent::INVALID; - Intent m_disableSettingIntent = Intent::INVALID; - Intent m_checkSettingStateIntent = Intent::INVALID; - Intent m_complaintIntent = Intent::INVALID; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Context.cpp b/src/modules/chatbot/ai/Context.cpp deleted file mode 100644 index f731d7f8..00000000 --- a/src/modules/chatbot/ai/Context.cpp +++ /dev/null @@ -1,46 +0,0 @@ -#include "Context.hpp" - -namespace eclipse::ai { - void Context::addEntry(ContextEntry entry) { - if (m_entries.size() >= m_maxEntries) { - m_entries.pop_front(); - } - m_entries.push_back(std::move(entry)); - } - - std::optional> Context::last() const { - if (m_entries.empty()) { - return std::nullopt; - } - return m_entries.back(); - } - - std::optional Context::lastIntent() const { - if (m_entries.empty()) { - return std::nullopt; - } - return m_entries.back().intent; - } - - std::optional Context::findRecentEntity(EntityType type, size_t lookback) const { - size_t count = 0; - for (auto it = m_entries.rbegin(); it != m_entries.rend() && count < lookback; ++it, ++count) { - for (auto const& entity : it->entities) { - if (entity.type == type) { - return entity; - } - } - } - return std::nullopt; - } - - bool Context::containsIntent(Intent intent, size_t lookback) const { - size_t count = 0; - for (auto it = m_entries.rbegin(); it != m_entries.rend() && count < lookback; ++it, ++count) { - if (it->intent == intent) { - return true; - } - } - return false; - } -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Context.hpp b/src/modules/chatbot/ai/Context.hpp deleted file mode 100644 index 14e68ba4..00000000 --- a/src/modules/chatbot/ai/Context.hpp +++ /dev/null @@ -1,42 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -#include "Entities.hpp" -#include "Intents.hpp" - -namespace eclipse::ai { - struct ContextEntry { - std::string rawText; - std::vector entities; - Intent intent; - }; - - class Context { - public: - explicit Context(size_t maxEntries = 10) : m_maxEntries(maxEntries) {} - - void addEntry(ContextEntry entry); - - [[nodiscard]] std::optional> last() const; - [[nodiscard]] std::optional lastIntent() const; - - [[nodiscard]] std::optional findRecentEntity(EntityType type, size_t lookback = 3) const; - - [[nodiscard]] bool containsIntent(Intent intent, size_t lookback = 3) const; - - [[nodiscard]] size_t size() const { return m_entries.size(); } - [[nodiscard]] bool empty() const { return m_entries.empty(); } - void clear() { m_entries.clear(); } - - [[nodiscard]] auto begin() const { return m_entries.begin(); } - [[nodiscard]] auto end() const { return m_entries.end(); } - - private: - std::deque m_entries; - size_t m_maxEntries; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Emotions.cpp b/src/modules/chatbot/ai/Emotions.cpp deleted file mode 100644 index 9ffb91ef..00000000 --- a/src/modules/chatbot/ai/Emotions.cpp +++ /dev/null @@ -1,33 +0,0 @@ -#include "Emotions.hpp" - -namespace eclipse::ai { - EmotionModel::EmotionModel() = default; - - void EmotionModel::applyIntent(Intent intent, float confidence) { - auto it = m_intentVADs.find(intent); - if (it != m_intentVADs.end()) { - m_state = (m_state + it->second * confidence).clamp(); - } - } - - void EmotionModel::decay(float rate) { - m_state.valence += (m_baseline.valence - m_state.valence) * rate; - m_state.arousal += (m_baseline.arousal - m_state.arousal) * rate; - m_state.dominance += (m_baseline.dominance - m_state.dominance) * rate; - } - - Emotion EmotionModel::currentEmotion() const { - auto closest = Emotion::INVALID; - float closestDist = std::numeric_limits::max(); - - for (auto const& [emotion, centroid] : m_centroids) { - float dist = m_state.distanceSq(centroid); - if (dist < closestDist) { - closestDist = dist; - closest = emotion; - } - } - - return closest; - } -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Emotions.hpp b/src/modules/chatbot/ai/Emotions.hpp deleted file mode 100644 index a68cb6a3..00000000 --- a/src/modules/chatbot/ai/Emotions.hpp +++ /dev/null @@ -1,107 +0,0 @@ -#pragma once - -#include -#include -#include -#include -#include - -#include "Handles.hpp" - -namespace eclipse::ai { - struct VAD { - float valence = 0.f; - float arousal = 0.f; - float dominance = 0.f; - - constexpr VAD operator+(VAD const& other) const { - return { valence + other.valence, arousal + other.arousal, dominance + other.dominance }; - } - - constexpr VAD& operator+=(VAD const& other) { - valence += other.valence; - arousal += other.arousal; - dominance += other.dominance; - return *this; - } - - constexpr VAD operator*(float scalar) const { - return { valence * scalar, arousal * scalar, dominance * scalar }; - } - - constexpr float distanceSq(VAD const& other) const { - float dv = valence - other.valence; - float da = arousal - other.arousal; - float dd = dominance - other.dominance; - return dv * dv + da * da + dd * dd; - } - - constexpr VAD clamp() const { - return { - std::clamp(valence, -1.f, 1.f), - std::clamp(arousal, -1.f, 1.f), - std::clamp(dominance, -1.f, 1.f) - }; - } - }; - - class EmotionModel { - public: - EmotionModel(); - - void applyIntent(Intent intent, float confidence); - - void decay(float rate = 0.05f); - void nudge(VAD const& delta) { m_state = (m_state + delta).clamp(); } - - Emotion currentEmotion() const; - VAD const& currentVAD() const { return m_state; } - - void setBaseline(VAD baseline) { m_baseline = baseline; } - void addEmotionCentroid(Emotion state, VAD vad) { m_centroids.push_back({state, vad}); } - void setIntentVAD(Intent intent, VAD vad) { m_intentVADs[intent] = std::move(vad); } - void clear() { - m_intentVADs.clear(); - m_centroids.clear(); - } - - private: - struct EmotionCentroid { - Emotion state; - VAD vad; - }; - - std::unordered_map m_intentVADs; - std::vector m_centroids; - - VAD m_state; - VAD m_baseline = {0.3, 0.1, 0.2}; - }; -} - -template <> -struct matjson::Serialize { - static geode::Result fromJson(Value const& value) { - if (!value.isArray() || value.size() != 3) { - return geode::Err("Expected array of 3 elements for VAD"); - } - - GEODE_UNWRAP_INTO(double valence, value[0].as()); - GEODE_UNWRAP_INTO(double arousal, value[1].as()); - GEODE_UNWRAP_INTO(double dominance, value[2].as()); - - return geode::Ok(eclipse::ai::VAD{ - static_cast(valence), - static_cast(arousal), - static_cast(dominance) - }); - } - - static Value toJson(eclipse::ai::VAD const& value) { - auto arr = Value::array(); - arr.push(value.valence); - arr.push(value.arousal); - arr.push(value.dominance); - return arr; - } -}; \ No newline at end of file diff --git a/src/modules/chatbot/ai/Entities.cpp b/src/modules/chatbot/ai/Entities.cpp deleted file mode 100644 index 57d74c6e..00000000 --- a/src/modules/chatbot/ai/Entities.cpp +++ /dev/null @@ -1,342 +0,0 @@ -#include "Entities.hpp" - -#include - -#include -#include -#include -#include -#include - -namespace eclipse::ai { - static bool isWordChar(char c) { - return std::isalnum(static_cast(c)) || c == '_'; - } - - static size_t skipSpaces(std::string const& input, size_t pos) { - while (pos < input.size() && std::isspace(static_cast(input[pos]))) { - ++pos; - } - return pos; - } - - static bool parseNumberToken(std::string const& input, size_t start, size_t& end) { - size_t pos = start; - if (pos >= input.size() || !std::isdigit(static_cast(input[pos]))) { - return false; - } - - while (pos < input.size() && std::isdigit(static_cast(input[pos]))) { - ++pos; - } - - if (pos < input.size() && input[pos] == '.') { - size_t fracStart = pos + 1; - size_t fracEnd = fracStart; - while (fracEnd < input.size() && std::isdigit(static_cast(input[fracEnd]))) { - ++fracEnd; - } - if (fracEnd > fracStart) { - pos = fracEnd; - } - } - - end = pos; - return true; - } - - static std::string_view numberPrefix(std::string_view input) { - if (input.empty() || !std::isdigit(static_cast(input.front()))) { - return {}; - } - - size_t end = 0; - while (end < input.size() && std::isdigit(static_cast(input[end]))) { - ++end; - } - - // include decimal part - if (end < input.size() && input[end] == '.') { - size_t fracStart = end + 1; - size_t fracEnd = fracStart; - while (fracEnd < input.size() && std::isdigit(static_cast(input[fracEnd]))) { - ++fracEnd; - } - if (fracEnd > fracStart) { - end = fracEnd; - } - } - - return input.substr(0, end); - } - - static bool parseBinaryMath(std::string const& input, size_t start, size_t& end) { - size_t pos = start; - if (!parseNumberToken(input, pos, pos)) { - return false; - } - - size_t afterFirst = skipSpaces(input, pos); - if (afterFirst >= input.size()) { - return false; - } - - auto isOp = [](char c) { - return c == '+' || c == '-' || c == '*' || c == '/' || c == '^'; - }; - - if (!isOp(input[afterFirst])) { - return false; - } - - pos = skipSpaces(input, afterFirst + 1); - if (!parseNumberToken(input, pos, pos)) { - return false; - } - - while (true) { - size_t maybeOp = skipSpaces(input, pos); - if (maybeOp >= input.size() || !isOp(input[maybeOp])) { - end = pos; - return true; - } - - size_t next = skipSpaces(input, maybeOp + 1); - if (!parseNumberToken(input, next, pos)) { - end = pos; - return true; - } - } - } - - static bool parseFunctionMath(std::string const& input, size_t start, size_t& end) { - static constexpr std::string_view kFunctions[] = { - "sqrt", "log", "abs", "sin", "cos", "tan" - }; - - size_t pos = start; - bool matched = false; - for (auto fn : kFunctions) { - if (input.compare(start, fn.size(), fn) == 0) { - pos = start + fn.size(); - matched = true; - break; - } - } - if (!matched || pos >= input.size()) { - return false; - } - - if (input[pos] != '(' && input[pos] != ' ') { - return false; - } - pos = skipSpaces(input, pos + 1); - - if (!parseNumberToken(input, pos, pos)) { - return false; - } - - pos = skipSpaces(input, pos); - if (pos < input.size() && (input[pos] == ')' || input[pos] == ' ')) { - ++pos; - } - - end = pos; - return true; - } - - EntityExtractor::EntityExtractor(std::vector settings) - : m_settings(std::move(settings)) {} - - std::vector EntityExtractor::extract(std::string const& input) const { - std::vector entities = extractQuoted(input); - auto math = extractMath(input); - auto numbers = extractNumbers(input); - auto settings = extractSettings(input); - - entities.reserve(entities.size() + math.size() + numbers.size() + settings.size()); - entities.insert(entities.end(), std::make_move_iterator(math.begin()), std::make_move_iterator(math.end())); - entities.insert(entities.end(), std::make_move_iterator(numbers.begin()), std::make_move_iterator(numbers.end())); - entities.insert(entities.end(), std::make_move_iterator(settings.begin()), std::make_move_iterator(settings.end())); - - return entities; - } - - void EntityExtractor::setSettings(std::vector settings) { - m_settings = std::move(settings); - } - - size_t EntityExtractor::levenshtein(std::string_view s1, std::string_view s2) { - if (s1.size() < s2.size()) { - std::swap(s1, s2); - } - - std::vector prev(s2.size() + 1), curr(s2.size() + 1); - std::iota(prev.begin(), prev.end(), 0); - - for (size_t i = 1; i <= s1.size(); ++i) { - curr[0] = i; - for (size_t j = 1; j <= s2.size(); ++j) { - size_t cost = (std::tolower(s1[i - 1]) == std::tolower(s2[j - 1])) ? 0 : 1; - curr[j] = std::min({ prev[j] + 1, curr[j - 1] + 1, prev[j - 1] + cost }); - } - std::swap(prev, curr); - } - - return prev[s2.size()]; - } - - float EntityExtractor::fuzzyScore(std::string_view haystack, std::string_view needle) { - size_t maxLen = std::max(haystack.size(), needle.size()); - if (maxLen == 0) return 1.0f; - size_t dist = levenshtein(haystack, needle); - return 1.0f - static_cast(dist) / maxLen; - } - - std::vector EntityExtractor::extractQuoted(std::string const& input) { - std::vector out; - size_t i = 0; - while (i < input.size()) { - char quote = input[i]; - if (quote != '\'' && quote != '"') { - ++i; - continue; - } - - size_t end = input.find(quote, i + 1); - if (end == std::string::npos || end == i + 1) { - ++i; - continue; - } - - auto raw = input.substr(i, end - i + 1); - auto val = raw.substr(1, raw.size() - 2); - out.push_back({ std::move(raw), std::move(val), 1.0f, EntityType::QUOTED_STRING }); - i = end + 1; - } - return out; - } - - std::vector EntityExtractor::extractMath(std::string const& input) { - std::vector out; - size_t i = 0; - while (i < input.size()) { - size_t end = i; - if (parseBinaryMath(input, i, end) || parseFunctionMath(input, i, end)) { - out.push_back({ input.substr(i, end - i), {}, 1.0f, EntityType::MATH_EXPRESSION }); - i = end; - continue; - } - ++i; - } - return out; - } - - std::vector EntityExtractor::extractNumbers(std::string const& input) { - std::vector out; - size_t i = 0; - while (i < input.size()) { - if (!std::isdigit(static_cast(input[i]))) { - ++i; - continue; - } - - if (i > 0 && isWordChar(input[i - 1])) { - ++i; - continue; - } - - size_t end = i; - if (!parseNumberToken(input, i, end)) { - ++i; - continue; - } - - if (end < input.size() && isWordChar(input[end])) { - i = end; - continue; - } - - auto raw = input.substr(i, end - i); - auto numericView = numberPrefix(raw); - auto parsed = geode::utils::numFromString(numericView); - if (!parsed) { - i = end; - continue; - } - out.push_back({ std::move(raw), parsed.unwrap(), 1.0f, EntityType::NUMBER }); - i = end; - } - return out; - } - - std::vector EntityExtractor::extractSettings(std::string const& input) const { - if (m_settings.empty()) return {}; - - std::vector tokens; - { - std::istringstream iss(input); - std::string token; - while (iss >> token) { - tokens.push_back(std::move(token)); - } - } - - std::vector out; - constexpr size_t MAX_WINDOW = 4; - - for (size_t start = 0; start < tokens.size(); ++start) { - for (size_t len = 1; len <= std::min(MAX_WINDOW, tokens.size() - start); ++len) { - std::string window; - for (size_t k = start; k < start + len; ++k) { - if (k > start) window.push_back(' '); - window.append(tokens[k]); - } - - for (auto const& setting : m_settings) { - float score = fuzzyScore(window, setting); - if (score >= FUZZY_THRESHOLD) { - out.push_back({ std::move(window), setting, score, EntityType::SETTING_NAME }); - } - } - } - } - - std::ranges::sort(out, [](Entity const& a, Entity const& b) { - return a.confidence > b.confidence; - }); - - std::unordered_set seen; - std::vector uniqueOut; - for (auto const& entity : out) { - auto& name = std::get(entity.value); - if (seen.insert(name).second) { - uniqueOut.push_back(std::move(entity)); - } - } - - return uniqueOut; - } - - ActionRegistry::ActionRegistry() = default; - - void ActionRegistry::registerAction(Intent intent, ActionHandler handler) { - m_actions.insert_or_assign(intent, std::move(handler)); - } - - std::optional ActionRegistry::dispatch(Intent intent, EntityMap const& slots) { - auto it = m_actions.find(intent); - if (it != m_actions.end()) { - return it->second(slots); - } - return std::nullopt; - } - - bool ActionRegistry::hasAction(Intent intent) const { - return m_actions.contains(intent); - } - - void ActionRegistry::clear() { - m_actions.clear(); - } -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Entities.hpp b/src/modules/chatbot/ai/Entities.hpp deleted file mode 100644 index 5ad28b8d..00000000 --- a/src/modules/chatbot/ai/Entities.hpp +++ /dev/null @@ -1,76 +0,0 @@ -#pragma once - -#include -#include -#include -#include -#include -#include - -#include "Intents.hpp" - -namespace eclipse::ai { - enum class EntityType : uint8_t { - NUMBER, - MATH_EXPRESSION, - SETTING_NAME, - QUOTED_STRING, - GENERIC_TERM - }; - - using EntityValue = std::variant; - - struct Entity { - std::string raw; - EntityValue value; - float confidence; - EntityType type; - }; - - using EntityMap = std::unordered_map; - - class EntityExtractor { - public: - explicit EntityExtractor(std::vector settings = {}); - - [[nodiscard]] std::vector extract(std::string const& input) const; - - void setSettings(std::vector settings); - void addSetting(std::string setting) { - m_settings.push_back(std::move(setting)); - } - - private: - static constexpr float FUZZY_THRESHOLD = 0.72f; - - static size_t levenshtein(std::string_view s1, std::string_view s2); - static float fuzzyScore(std::string_view haystack, std::string_view needle); - - static std::vector extractQuoted(std::string const& input); - static std::vector extractMath(std::string const& input); - static std::vector extractNumbers(std::string const& input); - [[nodiscard]] std::vector extractSettings(std::string const& input) const; - - std::vector m_settings; - }; - - struct ActionResult { - std::string response; - bool success = true; - }; - - using ActionHandler = geode::Function; - - class ActionRegistry { - public: - ActionRegistry(); - - void registerAction(Intent intent, ActionHandler handler); - std::optional dispatch(Intent intent, EntityMap const& slots); - [[nodiscard]] bool hasAction(Intent intent) const; - void clear(); - - private: - std::unordered_map m_actions; - }; -} diff --git a/src/modules/chatbot/ai/Fatigue.cpp b/src/modules/chatbot/ai/Fatigue.cpp deleted file mode 100644 index b8a7f93a..00000000 --- a/src/modules/chatbot/ai/Fatigue.cpp +++ /dev/null @@ -1,99 +0,0 @@ -#include "Fatigue.hpp" - -#include -#include - -namespace eclipse::ai { - FatigueLevel fatigueFromString(std::string_view fatigue) { - if (fatigue == "NONE") return FatigueLevel::NONE; - if (fatigue == "MILD") return FatigueLevel::MILD; - if (fatigue == "MODERATE") return FatigueLevel::MODERATE; - if (fatigue == "HIGH") return FatigueLevel::HIGH; - return FatigueLevel::NONE; - } - - FatigueTracker::FatigueTracker(float decayRate, size_t maxHistory) - : m_maxHistory(maxHistory), m_decayRate(decayRate) {} - - FatigueLevel FatigueTracker::record(Intent intent, std::string const& raw) { - auto hash = messageHash(raw); - - float hitWeight = isNearDuplicate(hash) ? 1.5f : 1.f; - - if (m_recentHashes.size() >= m_maxHistory) m_recentHashes.pop_front(); - m_recentHashes.push_back(hash); - - auto& rec = m_records[intent]; - rec.count++; - rec.weight += hitWeight; - - return weightToLevel(rec.weight); - } - - FatigueLevel FatigueTracker::currentLevel(Intent intent) const { - auto it = m_records.find(intent); - if (it == m_records.end()) return FatigueLevel::NONE; - return weightToLevel(it->second.weight); - } - - VAD FatigueTracker::fatigueVadDelta(FatigueLevel level) { - switch (level) { - case FatigueLevel::NONE: return { 0.00f, 0.00f, 0.00f }; - case FatigueLevel::MILD: return { -0.05f, -0.05f, 0.00f }; - case FatigueLevel::MODERATE: return { -0.15f, -0.10f, 0.10f }; - case FatigueLevel::HIGH: return { -0.30f, 0.20f, 0.35f }; - default: return { 0.00f, 0.00f, 0.00f }; - } - } - - void FatigueTracker::decay() { - for (auto& [count, weight] : m_records | std::views::values) { - weight *= 1.f - m_decayRate; - } - } - - void FatigueTracker::reset() { - m_records.clear(); - m_recentHashes.clear(); - } - - uint64_t FatigueTracker::messageHash(std::string const& raw) { - std::vector tokens; - std::istringstream ss(raw); - std::string tok; - while (ss >> tok) { - std::erase_if(tok, [](unsigned char c){ return !std::isalpha(c); }); - if (!tok.empty()) { - std::ranges::transform(tok, tok.begin(), ::tolower); - tokens.push_back(std::move(tok)); - } - } - std::ranges::sort(tokens); - - constexpr uint64_t FNV_BASIS = 14695981039346656037ULL; - constexpr uint64_t FNV_PRIME = 1099511628211ULL; - - uint64_t hash = FNV_BASIS; - for (auto const& t : tokens) { - for (unsigned char c : t) { - hash ^= c; - hash *= FNV_PRIME; - } - hash ^= 0x20; - hash *= FNV_PRIME; - } - - return hash; - } - - FatigueLevel FatigueTracker::weightToLevel(float weight) { - if (weight < 1.5f) return FatigueLevel::NONE; - if (weight < 2.8f) return FatigueLevel::MILD; - if (weight < 4.5f) return FatigueLevel::MODERATE; - return FatigueLevel::HIGH; - } - - bool FatigueTracker::isNearDuplicate(uint64_t hash) const { - return std::ranges::find(m_recentHashes, hash) != m_recentHashes.end(); - } -} diff --git a/src/modules/chatbot/ai/Fatigue.hpp b/src/modules/chatbot/ai/Fatigue.hpp deleted file mode 100644 index 163a275e..00000000 --- a/src/modules/chatbot/ai/Fatigue.hpp +++ /dev/null @@ -1,47 +0,0 @@ -#pragma once - -#include -#include -#include - -#include "Emotions.hpp" -#include "Intents.hpp" - -namespace eclipse::ai { - enum class FatigueLevel : uint8_t { - NONE, - MILD, - MODERATE, - HIGH - }; - - struct IntentRecord { - int count = 0; - float weight = 0.f; - }; - - FatigueLevel fatigueFromString(std::string_view fatigue); - - class FatigueTracker { - public: - explicit FatigueTracker(float decayRate = 0.25f, size_t maxHistory = 6); - - FatigueLevel record(Intent intent, std::string const& raw); - [[nodiscard]] FatigueLevel currentLevel(Intent intent) const; - - static VAD fatigueVadDelta(FatigueLevel level); - - void decay(); - void reset(); - - private: - static uint64_t messageHash(std::string const& raw); - static FatigueLevel weightToLevel(float weight); - [[nodiscard]] bool isNearDuplicate(uint64_t hash) const; - - std::unordered_map m_records; - std::deque m_recentHashes; - size_t m_maxHistory; - float m_decayRate; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Handles.hpp b/src/modules/chatbot/ai/Handles.hpp deleted file mode 100644 index aac393df..00000000 --- a/src/modules/chatbot/ai/Handles.hpp +++ /dev/null @@ -1,81 +0,0 @@ -#pragma once - -#include -#include -#include -#include -#include -#include -#include - -namespace eclipse::ai { - template - struct Handle { - using Number = N; - static constexpr N INVALID = std::numeric_limits::max(); - - N id; - - constexpr Handle() : id(INVALID) {} - constexpr Handle(N id) : id(id) {} - - constexpr bool operator==(Handle const& other) const { return id == other.id; } - constexpr bool operator==(N otherId) const { return id == otherId; } - - constexpr explicit operator bool() const { return id != INVALID; } - constexpr operator N() const { return id; } - }; - - template - class HandleRegistry { - public: - using ID = Handle; - - ID intern(std::string const& name) { - auto [it, inserted] = m_nameToId.emplace(name, static_cast(m_names.size())); - if (inserted) m_names.push_back(name); - return it->second; - } - - std::optional find(std::string_view name) const { - auto it = m_nameToId.find(name); - if (it == m_nameToId.end()) return std::nullopt; - return it->second; - } - - std::string const& name(ID id) const { - if (id.id >= m_names.size()) return INVALID_NAME; - return m_names[id.id]; - } - - [[nodiscard]] size_t size() const { return m_names.size(); } - [[nodiscard]] bool empty() const { return m_names.empty(); } - void clear() { - m_nameToId.clear(); - m_names.clear(); - } - - auto begin() const { return m_names.begin(); } - auto end() const { return m_names.end(); } - - private: - inline static std::string const INVALID_NAME = ""; - geode::utils::StringMap m_nameToId; - std::vector m_names; - }; - - struct IntentTag {}; - struct EmotionTag {}; - - using Intent = Handle; - using Emotion = Handle; - using IntentRegistry = HandleRegistry; - using EmotionRegistry = HandleRegistry; -} - -template -struct std::hash> { - size_t operator()(eclipse::ai::Handle const& handle) const noexcept { - return std::hash::Number>{}(handle.id); - } -}; \ No newline at end of file diff --git a/src/modules/chatbot/ai/Intents.cpp b/src/modules/chatbot/ai/Intents.cpp deleted file mode 100644 index 7243a0bb..00000000 --- a/src/modules/chatbot/ai/Intents.cpp +++ /dev/null @@ -1,237 +0,0 @@ -#include "Intents.hpp" - -#include -#include -#include - -#include "Stemmer.hpp" - -namespace eclipse::ai { - PhraseMatcher::PhraseMatcher(size_t windowSize) : m_windowSize(windowSize) {} - - void PhraseMatcher::annotate(PhraseMatch& match, std::span stemmed) const { - match.negationMult = this->scanNegation(stemmed, match.tokenStart); - match.modifierMult = this->scanModifier(stemmed, match.tokenStart); - } - - float PhraseMatcher::scanNegation(std::span stemmed, size_t matchStart) const { - size_t start = (matchStart >= m_windowSize) ? (matchStart - m_windowSize) : 0; - for (size_t i = start; i < matchStart; ++i) { - if (isNegator(stemmed[i])) { - return -1.f; - } - } - return 1.f; - } - - float PhraseMatcher::scanModifier(std::span stemmed, size_t matchStart) const { - float mult = 1.f; - size_t start = (matchStart >= m_windowSize) ? (matchStart - m_windowSize) : 0; - for (size_t i = start; i < matchStart; ++i) { - mult *= modifierValue(stemmed[i]); - } - return mult; - } - - bool PhraseMatcher::isNegator(std::string_view stem) { - static constexpr std::array negators = std::to_array( - { - "not", "never", "no", "dont", "wont", "cant", "isnt", "arent", - "without", "hardli", "bare", "neither", "nor", "nope", "noth", - "denot", "refus", "stop", "lack" - } - ); - - return std::ranges::any_of( - negators, [stem](auto const& neg) { - return neg == stem; - } - ); - } - - float PhraseMatcher::modifierValue(std::string_view stem) { - static constexpr std::array modifiers = std::to_array>( - { - // intensifiers - {"veri", 1.6f}, {"realli", 1.6f}, {"extrem", 1.8f}, - {"absolut", 1.7f}, {"complet", 1.7f}, {"total", 1.6f}, - {"incredibl", 1.5f}, {"incredi", 1.5f}, {"so", 1.3f}, - {"such", 1.2f}, {"super", 1.4f}, {"high", 1.3f}, - {"deep", 1.3f}, {"strongli", 1.5f}, {"utter", 1.7f}, - {"massiv", 1.5f}, {"pure", 1.4f}, - - // diminishers - {"kind", 0.5f}, {"sort", 0.5f}, {"somewhat", 0.6f}, - {"slight", 0.5f}, {"almost", 0.7f}, {"littl", 0.6f}, - {"bit", 0.6f}, {"rather", 0.7f}, {"fairli", 0.7f}, - {"mildli", 0.5f}, {"mayb", 0.6f}, {"perhap", 0.6f}, - {"half", 0.5f}, {"partial", 0.6f}, - } - ); - - auto it = std::ranges::find_if( - modifiers, - [stem](auto const& pair) { return pair.first == stem; } - ); - - return it != modifiers.end() ? it->second : 1.f; - } - - IntentEngine::IntentEngine() = default; - - std::vector IntentEngine::classify(std::string_view input, size_t topK) const { - auto stems = tokenize(input); - - std::vector results; - results.reserve(m_intentKeywords.size()); - - float total = 0.0f; - for (auto const& [intent, entries] : m_intentKeywords) { - IntentResult r; - r.intent = intent; - r.confidence = calculateScore(stems, entries, r.matches); - total += std::max(0.0f, r.confidence); - results.push_back(std::move(r)); - } - - if (total > 0.0f) for (auto& r : results) r.confidence /= total; - else for (auto& r : results) r.confidence = 0.0f; - - std::ranges::sort( - results, [](IntentResult const& a, IntentResult const& b) { - return a.confidence > b.confidence; - } - ); - - if (results[0].confidence == 0.0f) - results[0].intent = Intent::INVALID; - - results.resize(std::min(topK, results.size())); - return results; - } - - std::vector IntentEngine::tokenize(std::string_view input) { - std::vector stems; - std::istringstream ss{std::string(input)}; - std::string token; - while (ss >> token) { - std::erase_if(token, [](unsigned char c) { return !std::isalpha(c); }); - if (token.empty()) continue; - std::ranges::transform(token, token.begin(), ::tolower); - stems.push_back(PorterStemmer::stem(std::move(token))); - } - return stems; - } - - float IntentEngine::calculateScore( - std::span stems, - std::span keywords, - std::vector& outMatches - ) const { - float score = 0.0f; - for (auto const& keyword : keywords) { - for (auto& pm : matchPhrase(stems, keyword)) { - score += pm.effectiveWeight(); - outMatches.push_back(pm); - } - } - return score; - } - - std::vector IntentEngine::matchPhrase( - std::span tokens, - KeywordEntry const& entry - ) const { - std::vector matches; - auto const& phrase = entry.phrase; - size_t plen = phrase.size(); - if (plen > tokens.size()) return matches; - - for (size_t i = 0; i <= tokens.size() - plen; ++i) { - bool match = true; - for (size_t j = 0; j < plen; ++j) { - if (tokens[i + j] != phrase[j]) { - match = false; - break; - } - } - - if (match) { - PhraseMatch pm; - pm.tokenStart = i; - pm.tokenEnd = i + plen; - pm.rawWeight = entry.weight; - m_phraseMatcher.annotate(pm, tokens); - matches.push_back(pm); - } - } - - return matches; - } - - ComboDetector::ComboDetector() = default; - - std::optional> ComboDetector::detect( - std::span results, - float threshold - ) const { - std::vector active; - for (auto const& r : results) { - if (r.intent == Intent::INVALID) continue; - if (r.confidence < 0.f) continue; - if (r.confidence >= threshold) { - active.push_back(r.intent); - } - } - - if (active.size() < 2) return std::nullopt; - - std::ranges::sort(active); - active.erase( - std::ranges::unique(active).begin(), - active.end() - ); - - return findBestMatch(active); - } - - void ComboDetector::registerCombo(ComboEntry entry) { - std::ranges::sort(entry.key.intents); - entry.key.intents.erase( - std::ranges::unique(entry.key.intents).begin(), - entry.key.intents.end() - ); - m_entries[entry.key] = std::move(entry); - } - - std::optional> ComboDetector::findBestMatch(std::span intents) const { - auto n = static_cast(intents.size()); - if (n > 16) return std::nullopt; - - std::vector masks; - masks.reserve((1 << n) - n - 1); - for (uint32_t mask = 1; mask < (1 << n); ++mask) { - if (std::popcount(mask) < 2) continue; - masks.push_back(mask); - } - - std::ranges::stable_sort(masks, [](uint32_t a, uint32_t b) { - return std::popcount(a) > std::popcount(b); - }); - - for (uint32_t mask : masks) { - ComboKey key; - for (int i = 0; i < n; ++i) { - if (mask & (1 << i)) { - key.intents.push_back(intents[i]); - } - } - auto it = m_entries.find(key); - if (it != m_entries.end()) { - return std::ref(it->second); - } - } - - return std::nullopt; - } -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Intents.hpp b/src/modules/chatbot/ai/Intents.hpp deleted file mode 100644 index 2cd71e86..00000000 --- a/src/modules/chatbot/ai/Intents.hpp +++ /dev/null @@ -1,125 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -#include "Handles.hpp" - -namespace eclipse::ai { - struct PhraseMatch { - size_t tokenStart; - size_t tokenEnd; - float rawWeight; - - float negationMult = 1.f; - float modifierMult = 1.f; - - float effectiveWeight() const { - return rawWeight * modifierMult * negationMult; - } - }; - - class PhraseMatcher { - public: - explicit PhraseMatcher(size_t windowSize = 3); - void annotate(PhraseMatch& match, std::span stemmed) const; - - private: - float scanNegation(std::span stemmed, size_t matchStart) const; - float scanModifier(std::span stemmed, size_t matchStart) const; - - static bool isNegator(std::string_view stem); - static float modifierValue(std::string_view stem); - - private: - size_t m_windowSize; - }; - - struct IntentResult { - Intent intent; - float confidence; - std::vector matches; - }; - - struct KeywordEntry { - std::vector phrase; - float weight; - - static KeywordEntry unigram(std::string phrase, float weight) { - return { { std::move(phrase) }, weight }; - } - - static KeywordEntry phraseOf(std::vector stems, float weight) { - return { std::move(stems), weight }; - } - }; - - class IntentEngine { - public: - IntentEngine(); - - [[nodiscard]] std::vector classify(std::string_view input, size_t topK = 5) const; - void clear() { m_intentKeywords.clear(); } - - void addIntent(Intent intent, std::vector keywords) { - m_intentKeywords[intent] = std::move(keywords); - } - void addKeyword(Intent intent, KeywordEntry keyword) { - m_intentKeywords[intent].push_back(std::move(keyword)); - } - - private: - static std::vector tokenize(std::string_view input); - [[nodiscard]] float calculateScore(std::span stems, std::span keywords, std::vector& outMatches) const; - [[nodiscard]] std::vector matchPhrase(std::span tokens, KeywordEntry const& entry) const; - - private: - std::unordered_map> m_intentKeywords; - PhraseMatcher m_phraseMatcher; - }; - - struct ComboKey { - std::vector intents; - bool operator==(ComboKey const& other) const { - return intents == other.intents; - } - }; - - struct ComboKeyHash { - size_t operator()(ComboKey const& key) const { - size_t hash = 0; - for (auto const& intent : key.intents) { - hash ^= std::hash{}(intent) + 0x9e3779b9 + (hash << 6) + (hash >> 2); - } - return hash; - } - }; - - struct ComboEntry { - ComboKey key; - std::string templateTag; - std::optional vadOverride; - }; - - class ComboDetector { - public: - ComboDetector(); - - [[nodiscard]] std::optional> detect( - std::span results, - float threshold = 0.15 - ) const; - - void registerCombo(ComboEntry entry); - void clear() { m_entries.clear(); } - - private: - [[nodiscard]] std::optional> findBestMatch(std::span intents) const; - - private: - std::unordered_map m_entries; - }; -} - diff --git a/src/modules/chatbot/ai/Slots.cpp b/src/modules/chatbot/ai/Slots.cpp deleted file mode 100644 index 496612ff..00000000 --- a/src/modules/chatbot/ai/Slots.cpp +++ /dev/null @@ -1,117 +0,0 @@ -#include "Slots.hpp" - -namespace eclipse::ai { - SlotRegistry::SlotRegistry() = default; - - SlotSchema const* SlotRegistry::find(Intent name) const { - auto it = m_schemas.find(name); - return it != m_schemas.end() ? &it->second : nullptr; - } - - void SlotRegistry::registerSchema(SlotSchema schema) { - m_schemas.emplace(schema.intent, std::move(schema)); - } - - void SlotRegistry::clear() { - m_schemas.clear(); - } - - SlotFiller::SlotFiller(SlotRegistry const& registry) - : m_registry(registry) {} - - SlotFillResult SlotFiller::begin(Intent intent, std::span entities) { - this->reset(); - m_schema = m_registry.find(intent); - if (!m_schema) { - return { {}, {}, intent, SlotFillStatus::COMPLETE }; - } - - m_intent = intent; - this->absorb(entities); - return this->makeResult(); - } - - SlotFillResult SlotFiller::continueFill(std::span entities) { - if (!isActive()) { - return { {}, {}, Intent::INVALID, SlotFillStatus::IDLE }; - } - - this->absorb(entities); - return this->makeResult(); - } - - void SlotFiller::reset() { - m_filled.clear(); - m_intent = Intent::INVALID; - m_schema = nullptr; - m_status = SlotFillStatus::IDLE; - m_prevFilledCount = 0; - m_stalledTurns = 0; - m_lastMissingSlot.clear(); - m_promptCursor.clear(); - } - - void SlotFiller::absorb(std::span entities) { - if (!m_schema) return; - for (auto const& slot : m_schema->slots) { - if (m_filled.contains(slot.name)) continue; - for (auto const& entity : entities) { - if (entity.type == slot.expectedType) { - m_filled.emplace(slot.name, entity); - break; - } - } - } - } - - SlotDefinition const* SlotFiller::nextMissing() const { - if (!m_schema) return nullptr; - for (auto const& slot : m_schema->slots) { - if (slot.required && !m_filled.contains(slot.name)) { - return &slot; - } - } - return nullptr; - } - - std::string SlotFiller::pickPrompt(SlotDefinition const& slot) { - if (slot.prompts.empty()) return {}; - if (slot.prompts.size() == 1) return slot.prompts.front(); - - using geode::utils::random::generate; - - auto pick = generate(0, slot.prompts.size()); - if (auto it = m_promptCursor.find(slot.name); it != m_promptCursor.end() && pick == it->second) { - pick = (it->second + 1 + generate(0, slot.prompts.size() - 1)) % slot.prompts.size(); - } - - m_promptCursor[slot.name] = pick; - return slot.prompts[pick]; - } - - SlotFillResult SlotFiller::makeResult() { - if (auto missing = this->nextMissing()) { - if (m_lastMissingSlot == missing->name && m_filled.size() == m_prevFilledCount) { - ++m_stalledTurns; - } else { - m_stalledTurns = 0; - } - m_lastMissingSlot = missing->name; - m_prevFilledCount = m_filled.size(); - - if (m_stalledTurns >= 2) { - m_status = SlotFillStatus::COMPLETE; - return { {}, m_filled, m_intent, m_status }; - } - - m_status = SlotFillStatus::AWAITING_SLOT; - return { this->pickPrompt(*missing), {}, m_intent, m_status }; - } - - m_status = SlotFillStatus::COMPLETE; - m_prevFilledCount = m_filled.size(); - m_stalledTurns = 0; - m_lastMissingSlot.clear(); - return { {}, m_filled, m_intent, m_status }; - } -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Slots.hpp b/src/modules/chatbot/ai/Slots.hpp deleted file mode 100644 index 2b06eefb..00000000 --- a/src/modules/chatbot/ai/Slots.hpp +++ /dev/null @@ -1,74 +0,0 @@ -#pragma once - -#include -#include - -#include "Entities.hpp" -#include "Intents.hpp" - -namespace eclipse::ai { - struct SlotDefinition { - std::string name; - std::vector prompts; - EntityType expectedType; - bool required = true; - }; - - struct SlotSchema { - std::vector slots; - Intent intent; - }; - - class SlotRegistry { - public: - SlotRegistry(); - - [[nodiscard]] SlotSchema const* find(Intent name) const; - void registerSchema(SlotSchema schema); - void clear(); - - private: - std::unordered_map m_schemas; - }; - - enum class SlotFillStatus { - IDLE, - AWAITING_SLOT, - COMPLETE, - }; - - struct SlotFillResult { - std::string nextPrompt; - EntityMap filled; - Intent intent; - SlotFillStatus status; - }; - - class SlotFiller { - public: - SlotFiller(SlotRegistry const& registry); - - SlotFillResult begin(Intent intent, std::span entities); - SlotFillResult continueFill(std::span entities); - - [[nodiscard]] bool isActive() const { return m_status != SlotFillStatus::IDLE; } - [[nodiscard]] Intent activeIntent() const { return m_intent; } - void reset(); - - private: - void absorb(std::span entities); - [[nodiscard]] SlotDefinition const* nextMissing() const; - std::string pickPrompt(SlotDefinition const& slot); - SlotFillResult makeResult(); - - SlotRegistry const& m_registry; - EntityMap m_filled; - SlotSchema const* m_schema = nullptr; - Intent m_intent; - SlotFillStatus m_status = SlotFillStatus::IDLE; - size_t m_prevFilledCount = 0; - size_t m_stalledTurns = 0; - std::string m_lastMissingSlot; - geode::utils::StringMap m_promptCursor; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Stemmer.cpp b/src/modules/chatbot/ai/Stemmer.cpp deleted file mode 100644 index ad43ee7b..00000000 --- a/src/modules/chatbot/ai/Stemmer.cpp +++ /dev/null @@ -1,422 +0,0 @@ -#include "Stemmer.hpp" - -#include -#include - -namespace eclipse::ai { - std::string PorterStemmer::stem(std::string word) { - if (word.size() < 3) return word; - - Stemmer s{std::move(word)}; - if (s.exception1()) return std::move(s.word); - - s.prelude(); - s.markRegions(); - - s.step1a(); - - if (!s.exception2()) { - s.step1b(); - s.step1c(); - s.step2(); - s.step3(); - s.step4(); - s.step5(); - } - - s.postlude(); - - return std::move(s.word); - } - - bool PorterStemmer::Stemmer::exception1() { - static constexpr auto exceptions = std::to_array>({ - {"skies","sky"}, - {"dying","die"}, - {"lying","lie"}, - {"tying","tie"}, - {"idly","idl"}, - {"gently","gentl"}, - {"ugly","ugli"}, - {"early","earli"}, - {"only","onli"}, - {"singly","singl"}, - }); - - static constexpr auto exceptions2 = std::to_array({ - "sky", "news", "howe", "atlas", "cosmos", "bias", "andes" - }); - - for (auto const& [exc, rep] : exceptions) { - if (word == exc) { - this->word = rep; - return true; - } - } - - for (auto const& exc : exceptions2) { - if (word == exc) { - return true; - } - } - - return false; - } - - bool PorterStemmer::Stemmer::exception2() const { - static constexpr auto exceptions = std::to_array({ - "inning", "outing", "canning", "herring", "earring", "proceed", "exceed", "succeed" - }); - - for (auto const& exc : exceptions) { - if (word == exc) { - return true; - } - } - - return false; - } - - constexpr static bool isVowel(char c) { - switch (c) { - case 'a': case 'e': case 'i': case 'o': case 'u': case 'y': return true; - default: return false; - } - } - - constexpr static bool endsDouble(std::string_view word) { - auto n = word.size(); - return n >= 2 && word[n - 1] == word[n - 2] && - std::string_view("bdfgmnprt").find(word[n - 1]) != std::string_view::npos; - } - - constexpr static bool isShortSyllable(std::string_view word) { - auto n = word.size(); - if (n == 2) { - return isVowel(word[0]) && !isVowel(word[1]); - } - if (n >= 3) { - char a = word[n - 3]; - char b = word[n - 2]; - char c = word[n - 1]; - return !isVowel(a) && isVowel(b) && !isVowel(c) && c != 'w' && c != 'x' && c != 'Y'; - } - return false; - } - - void PorterStemmer::Stemmer::prelude() { - if (!word.empty() && word[0] == 'y') { - word[0] = 'Y'; - foundY = true; - } - - for (size_t i = 1; i < word.size(); ++i) { - if (word[i] == 'y' && isVowel(word[i - 1])) { - word[i] = 'Y'; - foundY = true; - } - } - } - - void PorterStemmer::Stemmer::postlude() { - if (!foundY) return; - for (char& c : word) { - if (c == 'Y') c = 'y'; - } - } - - void PorterStemmer::Stemmer::markRegions() { - P1 = P2 = word.size(); - - if (word.starts_with("gener")) P1 = 5; - else if (word.starts_with("commun")) P1 = 6; - else if (word.starts_with("arsen")) P1 = 5; - else { - for (size_t i = 1; i < word.size(); ++i) { - if (!isVowel(word[i]) && isVowel(word[i - 1])) { - P1 = i + 1; - break; - } - } - } - - for (size_t i = P1 + 1; i < word.size(); ++i) { - if (!isVowel(word[i]) && isVowel(word[i - 1])) { - P2 = i + 1; - break; - } - } - } - - void PorterStemmer::Stemmer::step1a() { - /* - define Step_1a as ( - try ( - [substring] among ( - '{'}' '{'}s' '{'}s{'}' - (delete) - ) - ) - [substring] among ( - 'sses' (<-'ss') - 'ied' 'ies' - ((hop 2 <-'i') or <-'ie') - 's' (next gopast v delete) - 'us' 'ss' - ) - ) - */ - - if (word.ends_with("sses")) { - word.erase(word.size() - 2); // replace with "ss" - } else if (word.ends_with("ies") || word.ends_with("ied")) { - if (word.size() > 4) { - word.replace(word.size() - 3, 3, "i"); - } else { - word.replace(word.size() - 3, 3, "ie"); - } - } else if (word.ends_with("s") && !word.ends_with("ss") && !word.ends_with("us")) { - auto stem = std::string_view(word).substr(0, word.size() - 1); - if (std::ranges::any_of(stem, isVowel)) { - word.pop_back(); // remove last 's' if not preceded by 's' or 'u' and contains a vowel - } - } - } - - void PorterStemmer::Stemmer::step1b() { - /* - define Step_1b as ( - [substring] among ( - 'eed' 'eedly' - (R1 <-'ee') - 'ed' 'edly' 'ing' 'ingly' - ( - test gopast v delete - test substring among( - 'at' 'bl' 'iz' - (<+ 'e') - 'bb' 'dd' 'ff' 'gg' 'mm' 'nn' 'pp' 'rr' 'tt' - // ignoring double c, h, j, k, q, v, w, and x - ([next] delete) - '' (atmark p1 test shortv <+ 'e') - ) - ) - ) - ) - */ - - if (word.ends_with("eedly") && word.size() - 5 >= P1) { - word.erase(word.size() - 3); // replace with "ee" - return; - } - - if (word.ends_with("eed") && word.size() - 3 >= P1) { - word.erase(word.size() - 1); // replace with "ee" - return; - } - - static constexpr auto suffixes = std::to_array({ - "ingly", "edly", "ing", "ed" - }); - - for (auto suf : suffixes) { - if (!word.ends_with(suf)) continue; - - auto stem = std::string_view(word).substr(0, word.size() - suf.size()); - if (!std::ranges::any_of(stem, isVowel)) return; - - word.erase(word.size() - suf.size()); - - if (word.ends_with("at") || word.ends_with("bl") || word.ends_with("iz")) { - word.push_back('e'); - } else if (endsDouble(word)) { - word.pop_back(); - } else if (word.size() >= P1 && isShortSyllable(word)) { - word.push_back('e'); - } - - return; - } - } - - void PorterStemmer::Stemmer::step1c() { - /* - define Step_1c as ( - ['y' or 'Y'] - non-v not atlimit - <-'i' - ) - */ - - if (word.size() >= 2 && (word.back() == 'y' || word.back() == 'Y') && !isVowel(word[word.size() - 2])) { - word.back() = 'i'; - } - } - - bool PorterStemmer::Stemmer::applyRules(std::span rules) { - for (auto const& rule : rules) { - if (!word.ends_with(rule.suffix)) continue; - - size_t pos = word.size() - rule.suffix.size(); - if (rule.region == Rule::Region::P1 && pos < P1) continue; - if (rule.region == Rule::Region::P2 && pos < P2) continue; - - word.replace(pos, rule.suffix.size(), rule.replacement); - return true; - } - return false; - } - - void PorterStemmer::Stemmer::step2() { - /* - define Step_2 as ( - [substring] R1 among ( - 'tional' (<-'tion') - 'enci' (<-'ence') - 'anci' (<-'ance') - 'abli' (<-'able') - 'entli' (<-'ent') - 'izer' 'ization' - (<-'ize') - 'ational' 'ation' 'ator' - (<-'ate') - 'alism' 'aliti' 'alli' - (<-'al') - 'fulness' (<-'ful') - 'ousli' 'ousness' - (<-'ous') - 'iveness' 'iviti' - (<-'ive') - 'biliti' 'bli' - (<-'ble') - 'ogi' ('l' <-'og') - 'fulli' (<-'ful') - 'lessli' (<-'less') - 'li' (valid_LI delete) - ) - ) - */ - static constexpr auto rules = std::to_array({ - {"ational", "ate", Rule::Region::P1}, - {"tional", "tion", Rule::Region::P1}, - {"enci", "ence", Rule::Region::P1}, - {"anci", "ance", Rule::Region::P1}, - {"abli", "able", Rule::Region::P1}, - {"entli", "ent", Rule::Region::P1}, - {"ization", "ize", Rule::Region::P1}, - {"izer", "ize", Rule::Region::P1}, - {"ation", "ate", Rule::Region::P1}, - {"ator", "ate", Rule::Region::P1}, - {"alism", "al", Rule::Region::P1}, - {"aliti", "al", Rule::Region::P1}, - {"alli", "al", Rule::Region::P1}, - {"fulness", "ful", Rule::Region::P1}, - {"ousli", "ous", Rule::Region::P1}, - {"ousness", "ous", Rule::Region::P1}, - {"iveness", "ive", Rule::Region::P1}, - {"iviti", "ive", Rule::Region::P1}, - {"biliti", "ble", Rule::Region::P1}, - {"fulli", "ful", Rule::Region::P1}, - {"lessli", "less", Rule::Region::P1}, - {"bli", "ble", Rule::Region::P1}, - }); - - if (this->applyRules(rules)) return; - - // handle 'ogi' and 'li' separately since they have special conditions - if (word.ends_with("ogi") && word.size() - 3 >= P1 && word[word.size() - 4] == 'l') { - word.replace(word.size() - 3, 3, "og"); - } else if (word.ends_with("li") && word.size() - 2 >= P1) { - char c = word[word.size() - 3]; - if (std::string_view("cdeghkmnrt").find(c) != std::string_view::npos) { - word.erase(word.size() - 2); - } - } - } - - void PorterStemmer::Stemmer::step3() { - /* - define Step_3 as ( - [substring] R1 among ( - 'tional' (<- 'tion') - 'ational' (<- 'ate') - 'alize' (<-'al') - 'icate' 'iciti' 'ical' - (<-'ic') - 'ful' 'ness' - (delete) - 'ative' - (R2 delete) // 'R2' added Dec 2001 - ) - ) - */ - - static constexpr auto rules = std::to_array({ - {"ational", "ate", Rule::Region::P1}, - {"tional", "tion", Rule::Region::P1}, - {"alize", "al", Rule::Region::P1}, - {"icate", "ic", Rule::Region::P1}, - {"iciti", "ic", Rule::Region::P1}, - {"ical", "ic", Rule::Region::P1}, - {"ful", "", Rule::Region::P1}, - {"ness", "", Rule::Region::P1}, - {"ative", "", Rule::Region::P2}, - }); - - this->applyRules(rules); - } - - void PorterStemmer::Stemmer::step4() { - /* - define Step_4 as ( - [substring] R2 among ( - 'al' 'ance' 'ence' 'er' 'ic' 'able' 'ible' 'ant' 'ement' - 'ment' 'ent' 'ism' 'ate' 'iti' 'ous' 'ive' 'ize' - (delete) - 'ion' ('s' or 't' delete) - ) - ) - */ - - static constexpr auto suffixes = std::to_array({ - "al", "ance", "ence", "er", "ic", "able", "ible", - "ant", "ement", "ment", "ent", "ism", "ate", - "iti", "ous", "ive", "ize" - }); - - for (auto suf : suffixes) { - if (word.ends_with(suf) && word.size() - suf.size() >= P2) { - word.erase(word.size() - suf.size()); - return; - } - } - - if (word.size() >= 4 && word.ends_with("ion") && word.size() - 3 >= P2) { - char c = word[word.size() - 4]; - if (c == 's' || c == 't') { - word.erase(word.size() - 3); - } - } - } - - void PorterStemmer::Stemmer::step5() { - /* - define Step_5 as ( - [substring] among ( - 'e' (R2 or (R1 not shortv) delete) - 'l' (R2 'l' delete) - ) - ) - */ - - if (word.ends_with("e")) { - if (word.size() - 1 >= P2) { - word.pop_back(); - } else if (word.size() - 1 >= P1 && !isShortSyllable(std::string_view(word).substr(0, word.size() - 1))) { - word.pop_back(); - } - } else if (word.ends_with("l") && word.size() - 1 >= P2 && word[word.size() - 2] == 'l') { - word.pop_back(); - } - } -} diff --git a/src/modules/chatbot/ai/Stemmer.hpp b/src/modules/chatbot/ai/Stemmer.hpp deleted file mode 100644 index 27125df7..00000000 --- a/src/modules/chatbot/ai/Stemmer.hpp +++ /dev/null @@ -1,47 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace eclipse::ai { - class PorterStemmer { - public: - static std::string stem(std::string word); - - private: - struct Stemmer { - std::string word; - size_t P1 = 0; - size_t P2 = 0; - bool foundY = false; - - Stemmer(std::string word) : word(std::move(word)) {} - - bool exception1(); - bool exception2() const; - - void prelude(); - void postlude(); - void markRegions(); - - void step1a(); - void step1b(); - void step1c(); - - struct Rule { - std::string_view suffix; - std::string_view replacement; - enum class Region { None, P1, P2 } region; - }; - - bool applyRules(std::span rules); - - void step2(); - void step3(); - void step4(); - void step5(); - }; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Templates.cpp b/src/modules/chatbot/ai/Templates.cpp deleted file mode 100644 index 74652fa6..00000000 --- a/src/modules/chatbot/ai/Templates.cpp +++ /dev/null @@ -1,246 +0,0 @@ -#include "Templates.hpp" - -namespace eclipse::ai { - static bool isSlotChar(char c) { - return std::isalnum(static_cast(c)) || c == '_'; - } - - static bool tryParseSlotToken(std::string_view text, size_t start, std::string_view& slotName, size_t& tokenLen) { - if (start + 4 > text.size() || text[start] != '{' || text[start + 1] != '{') { - return false; - } - - size_t nameStart = start + 2; - size_t pos = nameStart; - while (pos < text.size() && isSlotChar(text[pos])) { - ++pos; - } - if (pos == nameStart) { - return false; - } - if (pos + 1 >= text.size() || text[pos] != '}' || text[pos + 1] != '}') { - return false; - } - - slotName = text.substr(nameStart, pos - nameStart); - tokenLen = (pos + 2) - start; - return true; - } - - void SlotPool::add(Emotion emotion, FatigueLevel fatigue, std::vector words) { - m_pool[{emotion, fatigue}] = std::move(words); - } - - void SlotPool::add(Emotion emotion, std::vector words) { - m_pool[{emotion, FatigueLevel::NONE}] = words; - m_pool[{emotion, FatigueLevel::MILD}] = words; - m_pool[{emotion, FatigueLevel::MODERATE}] = words; - m_pool[{emotion, FatigueLevel::HIGH}] = std::move(words); - } - - void SlotPool::add(FatigueLevel fatigue, std::vector words) { - m_pool[{Emotion::INVALID, fatigue}] = std::move(words); - } - - void SlotPool::add(std::vector words) { - m_pool[{Emotion::INVALID, static_cast(0xFF)}] = std::move(words); - } - - std::vector const* SlotPool::resolve(Emotion e, FatigueLevel f) const { - // exact match - auto it = m_pool.find({e, f}); - if (it != m_pool.end()) return &it->second; - - // emotion match - it = m_pool.find({e, FatigueLevel::NONE}); - if (it != m_pool.end()) return &it->second; - - // fatigue match - it = m_pool.find({Emotion::INVALID, f}); - if (it != m_pool.end()) return &it->second; - - // default fallback - it = m_pool.find({Emotion::INVALID, static_cast(0xFF)}); - if (it != m_pool.end()) return &it->second; - - return nullptr; - } - - TemplateEngine::TemplateEngine() = default; - - std::string TemplateEngine::generate(Intent intent, Emotion emotion, FatigueLevel fatigue) const { - auto tmpls = resolveTemplate(intent, emotion, fatigue); - if (tmpls && !tmpls->empty()) { - return sanitizeExpanded(expand(pick(*tmpls), emotion, fatigue)); - } - return sanitizeExpanded(expand("{{fallback}}", emotion, fatigue)); - } - - std::string TemplateEngine::generateCombo( - std::string const& tag, Emotion emotion, FatigueLevel fatigue - ) const { - auto tagIt = m_comboTemplates.find(tag); - if (tagIt != m_comboTemplates.end()) { - auto fatigueIt = tagIt->second.find(fatigue); - if (fatigueIt == tagIt->second.end()) { - fatigueIt = tagIt->second.find(FatigueLevel::NONE); - } - if (fatigueIt != tagIt->second.end() && !fatigueIt->second.empty()) { - return sanitizeExpanded(expand(pick(fatigueIt->second), emotion, fatigue)); - } - } - return sanitizeExpanded(expand("{{fallback}}", emotion, fatigue)); - } - - void TemplateEngine::addSlot(std::string name, SlotPool pool) { - m_slots[std::move(name)] = std::move(pool); - } - - void TemplateEngine::addTemplate( - Intent intent, - Emotion emotion, - FatigueLevel fatigue, - std::vector templates - ) { - m_templates[intent][{emotion, fatigue}] = std::move(templates); - } - - void TemplateEngine::addTemplate(Intent intent, Emotion emotion, std::vector templates) { - m_templates[intent][{emotion, FatigueLevel::NONE}] = templates; - m_templates[intent][{emotion, FatigueLevel::MILD}] = templates; - m_templates[intent][{emotion, FatigueLevel::MODERATE}] = templates; - m_templates[intent][{emotion, FatigueLevel::HIGH}] = std::move(templates); - } - - void TemplateEngine::addComboTemplate( - std::string tag, - FatigueLevel fatigue, - std::vector templates - ) { - m_comboTemplates[std::move(tag)][fatigue] = std::move(templates); - } - - std::vector const* TemplateEngine::resolveTemplate( - Intent intent, - Emotion emotion, - FatigueLevel fatigue - ) const { - auto it = m_templates.find(intent); - if (it == m_templates.end()) return nullptr; - - auto ki = it->second.find({emotion, fatigue}); - if (ki != it->second.end()) return &ki->second; - - ki = it->second.find({emotion, FatigueLevel::NONE}); - if (ki != it->second.end()) return &ki->second; - - ki = it->second.find({Emotion::INVALID, fatigue}); - if (ki != it->second.end()) return &ki->second; - - ki = it->second.find({Emotion::INVALID, FatigueLevel::NONE}); - if (ki != it->second.end()) return &ki->second; - - if (!it->second.empty()) return &it->second.begin()->second; - - return nullptr; - } - - std::string TemplateEngine::expand( - std::string const& tmpl, - Emotion emotion, - FatigueLevel fatigue, - int depth - ) const { - if (depth > 10) return tmpl; // prevent infinite recursion - - std::string result; - result.reserve(tmpl.size() + 20); - - std::string_view text(tmpl); - size_t i = 0; - while (i < text.size()) { - std::string_view slotName; - size_t tokenLen = 0; - if (tryParseSlotToken(text, i, slotName, tokenLen)) { - auto poolIt = m_slots.find(std::string(slotName)); - if (poolIt == m_slots.end()) { - result.append("{{").append(slotName).append("}}"); - i += tokenLen; - continue; - } - - auto const* candidates = poolIt->second.resolve(emotion, fatigue); - if (candidates && !candidates->empty()) { - result.append(expand(pick(*candidates), emotion, fatigue, depth + 1)); - } - - i += tokenLen; - continue; - } - - result.push_back(text[i]); - ++i; - } - return result; - } - - std::string const& TemplateEngine::pick(std::span options) const { - if (options.size() == 1) { - return options[0]; - } - - using geode::utils::random::generate; - - size_t key = reinterpret_cast(options.data()) ^ (options.size() << 1); - size_t index = generate(0, options.size()); - if (auto it = m_lastPickByPool.find(key); it != m_lastPickByPool.end()) { - size_t attempts = 4; - while (attempts-- > 0 && index == it->second) { - index = generate(0, options.size()); - } - } - - m_lastPickByPool[key] = index; - return options[index]; - } - - std::string TemplateEngine::sanitizeExpanded(std::string const& text) { - std::string stripped; - stripped.reserve(text.size()); - - std::string_view view(text); - for (size_t i = 0; i < view.size();) { - std::string_view slotName; - size_t tokenLen = 0; - if (tryParseSlotToken(view, i, slotName, tokenLen)) { - i += tokenLen; - continue; - } - - stripped.push_back(view[i]); - ++i; - } - - std::string compact; - compact.reserve(stripped.size()); - - bool prevSpace = true; - for (char c : stripped) { - if (std::isspace(static_cast(c))) { - if (!prevSpace) { - compact.push_back(' '); - } - prevSpace = true; - } else { - compact.push_back(c); - prevSpace = false; - } - } - - if (!compact.empty() && compact.back() == ' ') { - compact.pop_back(); - } - - return compact; - } -} \ No newline at end of file diff --git a/src/modules/chatbot/ai/Templates.hpp b/src/modules/chatbot/ai/Templates.hpp deleted file mode 100644 index b5679c16..00000000 --- a/src/modules/chatbot/ai/Templates.hpp +++ /dev/null @@ -1,65 +0,0 @@ -#pragma once - -#include "Emotions.hpp" -#include "Fatigue.hpp" - -namespace eclipse::ai { -class SlotPool { - public: - void add(Emotion emotion, FatigueLevel fatigue, std::vector words); - void add(Emotion emotion, std::vector words); - void add(FatigueLevel fatigue, std::vector words); - void add(std::vector words); - - std::vector const* resolve(Emotion e, FatigueLevel f) const; - - struct Key { - Emotion emotion; - FatigueLevel fatigue; - - bool operator==(Key const& other) const { - return emotion == other.emotion && fatigue == other.fatigue; - } - }; - - struct KeyHash { - size_t operator()(Key const& k) const { - return static_cast(k.fatigue) << 8 | static_cast(k.emotion); - } - }; - - private: - std::unordered_map, KeyHash> m_pool; - }; - - class TemplateEngine { - public: - explicit TemplateEngine(); - - std::string generate(Intent intent, Emotion emotion, FatigueLevel fatigue) const; - std::string generateCombo(std::string const& tag, Emotion emotion, FatigueLevel fatigue) const; - - void addSlot(std::string name, SlotPool pool); - void addTemplate(Intent intent, Emotion emotion, FatigueLevel fatigue, std::vector templates); - void addTemplate(Intent intent, Emotion emotion, std::vector templates); - void addComboTemplate(std::string tag, FatigueLevel fatigue, std::vector templates); - - void clear() { - m_slots.clear(); - m_templates.clear(); - m_comboTemplates.clear(); - m_lastPickByPool.clear(); - } - - private: - std::vector const* resolveTemplate(Intent intent, Emotion emotion, FatigueLevel fatigue) const; - static std::string sanitizeExpanded(std::string const& text); - std::string expand(std::string const& tmpl, Emotion emotion, FatigueLevel fatigue, int depth = 0) const; - std::string const& pick(std::span options) const; - - geode::utils::StringMap m_slots; - std::unordered_map, SlotPool::KeyHash>> m_templates; - geode::utils::StringMap>> m_comboTemplates; - mutable std::unordered_map m_lastPickByPool; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/ui/ChatboxPopup.cpp b/src/modules/chatbot/ui/ChatboxPopup.cpp deleted file mode 100644 index 1619aea5..00000000 --- a/src/modules/chatbot/ui/ChatboxPopup.cpp +++ /dev/null @@ -1,157 +0,0 @@ -#include "ChatboxPopup.hpp" - -using namespace geode::prelude; - -namespace eclipse::ai { - ChatboxPopup* ChatboxPopup::create() { - auto ret = new ChatboxPopup(); - if (ret->init()) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void ChatboxPopup::addMessage(ZStringView text, bool isMine) { - auto bubble = MessageBubble::create(text, isMine); - m_messages.push_back(bubble); - - // wrap "mine" messages in a container to align them to the right - CCNode* node = bubble; - if (isMine) { - auto container = CCNode::create(); - container->addChild(bubble); - container->setContentHeight(bubble->getContentHeight()); - container->setContentWidth(170.f); - bubble->setAnchorPoint({1.f, 0.f}); - bubble->setPositionX(170.f); - node = container; - } - - m_chatHistory->m_contentLayer->addChild(node); - m_chatHistory->m_contentLayer->updateLayout(); - } - - bool ChatboxPopup::init() { - if (!Popup::init(200.f, 260.f, "geode.loader/GE_square03.png")) { - return false; - } - - this->setID("chatbox-popup"_spr); - - m_input = TextInput::create(150.f, "Type a message...", "chatFont.fnt"); - if (!m_input) return false; - - m_chatHistory = ScrollLayer::create({170.f, 205.f}); - if (!m_chatHistory) return false; - - m_scrollbar = Scrollbar::create(m_chatHistory); - if (!m_scrollbar) return false; - - auto sendButtonIcon = CCSprite::createWithSpriteFrameName("d_sign_img_02_001.png"); - if (!sendButtonIcon) return false; - - sendButtonIcon->setRotation(-90.f); - auto sendButtonBase = EditorButtonSprite::create(sendButtonIcon, EditorBaseColor::Green, EditorBaseSize::Normal); - if (!sendButtonBase) return false; - - sendButtonBase->setScale(0.8f); - sendButtonIcon->setScale(1.f); - - m_sendButton = Button::createWithNode(sendButtonBase, [this](Button*) { - this->submitMessage(m_input->getString()); - }); - if (!m_sendButton) return false; - - m_input->setCommonFilter(CommonFilter::Any); - this->addEventListener(KeyboardInputEvent(KEY_Enter), [this](KeyboardInputData& event) { - if (event.action == KeyboardInputData::Action::Release && m_input->getInputNode()->m_selected) { - this->submitMessage(m_input->getString()); - m_input->defocus(); - } - }); - - m_input->setAnchorPoint({0.f, 0.f}); - m_scrollbar->setAnchorPoint({1.f, 1.f}); - - m_thinkingIndicator = ThinkingIndicator::create(); - if (!m_thinkingIndicator) return false; - m_thinkingIndicator->setZOrder(10); - m_chatHistory->m_contentLayer->addChild(m_thinkingIndicator); - - m_chatHistory->m_contentLayer->setLayout( - SimpleAxisLayout::create(Axis::Column) - ->setGap(5.f) - ->ignoreInvisibleChildren(false) - ->setMainAxisAlignment(MainAxisAlignment::End) - ->setMainAxisScaling(AxisScaling::Grow) - ->setCrossAxisAlignment(CrossAxisAlignment::Start) - ); - - m_input->setID("input-box"); - m_chatHistory->setID("chat-history"); - m_scrollbar->setID("scrollbar"); - m_sendButton->setID("send-button"); - m_thinkingIndicator->setID("thinking-indicator"); - - m_mainLayer->addChildAtPosition(m_input, Anchor::BottomLeft, { 10.f, 10.f }); - m_mainLayer->addChildAtPosition(m_chatHistory, Anchor::BottomLeft, { 10.f, 45.f }); - m_mainLayer->addChildAtPosition(m_scrollbar, Anchor::TopRight, { -8.f, -10.f }); - m_mainLayer->addChildAtPosition(m_sendButton, Anchor::BottomRight, { -22.5f, 25.f }); - - auto res = m_chatbot.loadConfig(Mod::get()->getSaveDir() / "chatbot.json"); - if (!res) { - log::error("Failed to load chatbot config: {}", res.unwrapErr()); - return false; - } - - return true; - } - - void ChatboxPopup::submitMessage(ZStringView text) { - if (m_isGenerating || text.empty()) return; - - this->addMessage(text, true); - - this->lockUI(); - m_thinkingIndicator->setEnabled(true); - m_chatHistory->m_contentLayer->updateLayout(); - m_chatHistory->m_contentLayer->setPositionY(0.f); // scroll to bottom - - this->runAction(CCSequence::create( - CCDelayTime::create(random::generate(1.f, 2.f)), - CallFuncExt::create([this, msg = std::string(text)] mutable { - m_thinkingIndicator->setEnabled(false); - this->generateResponse(std::move(msg)); - }), - nullptr - )); - - m_input->setString(""); - } - - void ChatboxPopup::generateResponse(std::string prompt) { - auto reply = m_chatbot.process(prompt); - - auto bubble = MessageBubble::createAnimated(std::move(reply), false, [this] { - this->unlockUI(); - }); - - m_messages.push_back(bubble); - m_chatHistory->m_contentLayer->addChild(bubble); - m_chatHistory->m_contentLayer->updateLayout(); - } - - void ChatboxPopup::lockUI() { - m_isGenerating = true; - m_input->setEnabled(false); - m_sendButton->setEnabled(false); - } - - void ChatboxPopup::unlockUI() { - m_isGenerating = false; - m_input->setEnabled(true); - m_sendButton->setEnabled(true); - } -} \ No newline at end of file diff --git a/src/modules/chatbot/ui/ChatboxPopup.hpp b/src/modules/chatbot/ui/ChatboxPopup.hpp deleted file mode 100644 index 3d5024f1..00000000 --- a/src/modules/chatbot/ui/ChatboxPopup.hpp +++ /dev/null @@ -1,36 +0,0 @@ -#pragma once -#include - -#include "MessageBubble.hpp" -#include "ThinkingIndicator.hpp" -#include "../ai/Chatbot.hpp" - -namespace eclipse::ai { - class ChatboxPopup : public geode::Popup { - public: - static ChatboxPopup* create(); - - void addMessage(geode::ZStringView text, bool isMine); - - protected: - bool init() override; - void submitMessage(geode::ZStringView text); - void generateResponse(std::string prompt); - - void lockUI(); - void unlockUI(); - - private: - Chatbot m_chatbot; - - std::vector> m_messages; - - geode::TextInput* m_input = nullptr; - geode::Button* m_sendButton = nullptr; - geode::Scrollbar* m_scrollbar = nullptr; - geode::ScrollLayer* m_chatHistory = nullptr; - ThinkingIndicator* m_thinkingIndicator = nullptr; - - bool m_isGenerating = false; - }; -} diff --git a/src/modules/chatbot/ui/MessageBubble.cpp b/src/modules/chatbot/ui/MessageBubble.cpp deleted file mode 100644 index 81e2ccf2..00000000 --- a/src/modules/chatbot/ui/MessageBubble.cpp +++ /dev/null @@ -1,89 +0,0 @@ -#include "MessageBubble.hpp" - -using namespace geode::prelude; - -namespace eclipse::ai { - MessageBubble* MessageBubble::create(ZStringView text, bool isMine) { - auto ret = new MessageBubble(); - if (ret->init(text, isMine)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - MessageBubble* MessageBubble::createAnimated(std::string text, bool isMine, Function onComplete) { - auto bubble = create("", isMine); - if (!bubble) return nullptr; - - bubble->m_onComplete = std::move(onComplete); - bubble->m_text = std::move(text); - bubble->scheduleUpdate(); - - return bubble; - } - - void MessageBubble::setText(ZStringView text) { - m_label->setString(text); - m_label->limitLabelWidth(160.f, .7f, .1f); - auto size = m_label->getScaledContentSize() + CCSize{10.f, 10.f}; - this->setContentSize(size); - } - - bool MessageBubble::init(ZStringView text, bool isMine) { - auto color = isMine - ? ccc4(0, 105, 46, 255) - : ccc4(41, 55, 149, 255); - - m_label = gui::cocos::EmojiLabel::create(text, "chatFont.fnt"); - if (!m_label) return false; - - m_label->setWrapWidth(150.f); - m_label->setWrapEnabled(true); - - m_label->setAnchorPoint({0.f, 0.5}); - m_label->limitLabelWidth(160.f, .7f, .1f); - - auto size = m_label->getScaledContentSize() + CCSize{10.f, 10.f}; - auto radii = isMine - ? rock::Radii{10.f, 10.f, 3.f, 10.f} - : rock::Radii{10.f, 10.f, 10.f, 3.f}; - - if (!RoundedRect::init(color, radii, size)) { - return false; - } - - this->addChildAtPosition(m_label, Anchor::Left, {5.f, 0.f}); - - return true; - } - - void MessageBubble::update(float dt) { - if (m_currentChar >= m_text.length()) { - if (m_onComplete) { - m_onComplete(); - m_onComplete = nullptr; - } - this->unscheduleUpdate(); - return; - } - - auto prevChar = m_currentChar; - - m_nextCharTime -= dt; - while (m_nextCharTime <= 0.f && m_currentChar < m_text.length()) { - m_nextCharTime += random::generate(0.02f, 0.05f); - m_currentChar++; - } - - if (prevChar != m_currentChar) { - this->setText(m_text.substr(0, m_currentChar)); - this->updateLayout(); - - if (auto parent = this->getParent()) { - parent->updateLayout(); - } - } - } -} diff --git a/src/modules/chatbot/ui/MessageBubble.hpp b/src/modules/chatbot/ui/MessageBubble.hpp deleted file mode 100644 index 770c9020..00000000 --- a/src/modules/chatbot/ui/MessageBubble.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#pragma once -#include -#include - -namespace eclipse::ai { - class MessageBubble : public rock::RoundedRect { - public: - static MessageBubble* create(geode::ZStringView text, bool isMine); - static MessageBubble* createAnimated(std::string text, bool isMine, geode::Function onComplete = nullptr); - - void setText(geode::ZStringView text); - - protected: - bool init(geode::ZStringView text, bool isMine); - void update(float dt) override; - - private: - gui::cocos::EmojiLabel* m_label = nullptr; - geode::Function m_onComplete; - std::string m_text; - size_t m_currentChar = 0; - float m_nextCharTime = 0.f; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/ui/ThinkingIndicator.cpp b/src/modules/chatbot/ui/ThinkingIndicator.cpp deleted file mode 100644 index 1a6fc903..00000000 --- a/src/modules/chatbot/ui/ThinkingIndicator.cpp +++ /dev/null @@ -1,83 +0,0 @@ -#include "ThinkingIndicator.hpp" - -using namespace geode::prelude; - -namespace eclipse::ai { - ThinkingIndicator* ThinkingIndicator::create() { - auto ret = new ThinkingIndicator(); - if (ret->init()) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - CCSize const& ThinkingIndicator::getContentSize() const { - static constexpr CCSize zero{0.f, 0.f}; - if (!m_enabled) { - return zero; - } - return CCNode::getContentSize(); - } - - void ThinkingIndicator::setEnabled(bool enabled) { - m_enabled = enabled; - for (auto child : this->getChildrenExt()) { - child->setVisible(enabled); - } - } - - bool ThinkingIndicator::init() { - if (!CCNode::init()) { - return false; - } - - auto dot1 = CCSprite::createWithSpriteFrameName("darkblade_02_color_001.png"); - auto dot2 = CCSprite::createWithSpriteFrameName("darkblade_02_color_001.png"); - auto dot3 = CCSprite::createWithSpriteFrameName("darkblade_02_color_001.png"); - - if (!dot1 || !dot2 || !dot3) { - return false; - } - - this->setContentSize({25.f, 10.f}); - - auto setupDot = [](CCSprite* dot, float x, float t) { - dot->setScale(0.3f); - dot->setOpacity(180); - dot->setAnchorPoint({0.f, 0.f}); - dot->setPosition({x, 0.f}); - dot->runAction(CCSequence::create( - CCDelayTime::create(t), - CCRepeat::create(CCSequence::create( - CCEaseExponentialInOut::create(CCMoveTo::create(0.5f, {x, 5.f})), - CCEaseExponentialInOut::create(CCMoveTo::create(0.5f, {x, 0.f})), - nullptr - ), kCCRepeatForever), - nullptr - )); - }; - - setupDot(dot1, 2.f, 0.f); - setupDot(dot2, 10.f, 0.15f); - setupDot(dot3, 18.f, 0.3f); - - this->addChild(dot1); - this->addChild(dot2); - this->addChild(dot3); - - auto label = CCLabelBMFont::create("Thinking...", "chatFont.fnt"); - if (!label) return false; - - label->setAnchorPoint({0.f, 0.5f}); - label->setPosition({30.f, 5.f}); - label->setScale(0.5f); - - this->setContentWidth(label->getScaledContentSize().width + 30.f); - this->addChild(label); - this->setEnabled(false); - - return true; - } -} diff --git a/src/modules/chatbot/ui/ThinkingIndicator.hpp b/src/modules/chatbot/ui/ThinkingIndicator.hpp deleted file mode 100644 index b5efb8d1..00000000 --- a/src/modules/chatbot/ui/ThinkingIndicator.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once - -namespace eclipse::ai { - class ThinkingIndicator : public cocos2d::CCNode { - public: - static ThinkingIndicator* create(); - - cocos2d::CCSize const& getContentSize() const override; - - bool isEnabled() const { return m_enabled; } - void setEnabled(bool enabled); - - protected: - bool init() override; - - private: - cocos2d::CCLabelBMFont* m_label = nullptr; - bool m_enabled = false; - }; -} \ No newline at end of file diff --git a/src/modules/chatbot/updater.cpp b/src/modules/chatbot/updater.cpp deleted file mode 100644 index dd786183..00000000 --- a/src/modules/chatbot/updater.cpp +++ /dev/null @@ -1,36 +0,0 @@ -#include -#include - -using namespace geode::prelude; - -constexpr auto CHATBOT_CONFIG_URL = "https://eclipse.menu/chatbot.json"; -constexpr auto CHATBOT_UPDATE_INTERVAL = 60 * 60 * 4; - -$on_mod(Loaded) { - auto lastCheck = Mod::get()->getSavedValue("lastChatbotDownload", 0); - - auto now = asp::SystemTime::now(); - auto lastCheckTime = asp::SystemTime::fromUnix(lastCheck); - if (now - lastCheckTime < asp::Duration::fromSecs(CHATBOT_UPDATE_INTERVAL)) { - if (asp::fs::exists(Mod::get()->getSaveDir() / "chatbot.json")) - return; - } - - async::spawn( - web::WebRequest().get(CHATBOT_CONFIG_URL), - [](web::WebResponse response) { - if (!response.ok()) { - log::error("Failed to fetch chatbot config: {}", response.errorMessage()); - return; - } - - auto res = response.into(Mod::get()->getSaveDir() / "chatbot.json"); - if (!res) { - log::error("Failed to save chatbot config: {}", res.unwrapErr()); - return; - } - - Mod::get()->setSavedValue("lastChatbotDownload", asp::SystemTime::now().timeSinceEpoch().seconds()); - } - ); -} \ No newline at end of file diff --git a/src/modules/config/config.cpp b/src/modules/config/config.cpp deleted file mode 100644 index 7f0ba9fb..00000000 --- a/src/modules/config/config.cpp +++ /dev/null @@ -1,198 +0,0 @@ -#include "config.hpp" - -#include -#include -#include - -#include - -#include -#include -#include -#include - -namespace eclipse::config { - - using CallbackMap = std::unordered_map>>; - - CallbackMap& getCallbacks() { - static CallbackMap callbacks; - return callbacks; - } - - CallbackMap& getTempCallbacks() { - static CallbackMap tempCallbacks; - return tempCallbacks; - } - - matjson::Value& getStorage() { - static matjson::Value storage = [] { - auto res = geode::utils::file::readJson(geode::Mod::get()->getSaveDir() / "config.json"); - if (!res) { - geode::log::warn("Failed to read config file: {}, creating a new one.", res.unwrapErr()); - return matjson::Value::object(); - } - - geode::log::debug("Loaded config file"); - return std::move(res).unwrap(); - }(); - return storage; - } - - matjson::Value& getTempStorage() { - static matjson::Value tempStorage; - return tempStorage; - } - - /// @brief Load config file from path - /// @param path Path to the config file - /// @return True if the file was loaded successfully - bool loadFile(std::filesystem::path const& path) { - auto& storage = getStorage(); - auto res = geode::utils::file::readJson(path); - if (!res) { - geode::log::warn("Failed to read config file: {}, creating a new one.", res.unwrapErr()); - storage = matjson::Value::object(); - return false; - } - - geode::log::debug("Loaded config file"); - storage = std::move(res).unwrap(); - return true; - } - - void executeCallbacks(std::string_view name) { - auto& callbacks = getCallbacks(); - auto it = callbacks.find(name); - if (it == callbacks.end()) return; - for (auto& callback : it->second) { - callback(); - } - } - - void executeTempCallbacks(std::string_view name) { - auto& callbacks = getTempCallbacks(); - auto it = callbacks.find(name); - if (it == callbacks.end()) return; - for (auto& callback : it->second) { - callback(); - } - } - - void addDelegate(std::string_view key, Function&& callback, bool first) { - auto& callbacks = getCallbacks(); - auto& existingCallbacks = callbacks[key]; - first ? void(existingCallbacks.insert(existingCallbacks.begin(), std::move(callback))) : - void(existingCallbacks.push_back(std::move(callback))); - } - - void addTempDelegate(std::string_view key, Function&& callback, bool first) { - auto& callbacks = getTempCallbacks(); - auto& existingCallbacks = callbacks[key]; - first ? void(existingCallbacks.insert(existingCallbacks.begin(), std::move(callback))) : - void(existingCallbacks.push_back(std::move(callback))); - } - - bool hasTemp(std::string_view key) { - return getTempStorage().contains(key); - } - - void load() { - // Unused now - // auto path = geode::Mod::get()->getSaveDir() / "config.json"; - // if (!loadFile(path)) { - // geode::log::warn("Failed to load config file, creating a new one."); - // getStorage() = nlohmann::json::object(); - // } - } - - /// @brief Save config file to path - /// @param path Path to save the config file - void saveFile(std::filesystem::path const& path) { - auto data = getStorage().dump(); - auto res = geode::utils::file::writeStringSafe(path, data); - if (res.isErr()) { - geode::log::error("Failed to save config file: {}", res.unwrapErr()); - } - } - - void save() { - auto path = geode::Mod::get()->getSaveDir() / "config.json"; - saveFile(path); - } - - void saveProfile(std::string_view profile) { - auto profilesDir = geode::Mod::get()->getSaveDir() / "profiles"; - - std::error_code ec; - std::filesystem::create_directories(profilesDir, ec); - if (ec) { - geode::log::error("Failed to create profiles directory: {}", ec.message()); - return; - } - - auto path = profilesDir / fmt::format("{}.json", profile); - saveFile(path); - } - - void loadProfile(std::string_view profile) { - auto profilesDir = geode::Mod::get()->getSaveDir() / "profiles"; - auto path = profilesDir / fmt::format("{}.json", profile); - if (!loadFile(path)) { - geode::log::warn("Failed to load profile: {}", profile); - load(); // Load the default config - } - } - - void deleteProfile(std::string_view profile) { - auto profilesDir = geode::Mod::get()->getSaveDir() / "profiles"; - auto path = profilesDir / fmt::format("{}.json", profile); - - std::error_code ec; - if (std::filesystem::exists(path, ec)) { - std::filesystem::remove(path, ec); - if (ec) { - geode::log::error("Failed to delete profile {}: {}", profile, ec.message()); - } - } - } - - std::vector getProfiles() { - std::vector profiles; - auto profilesDir = geode::Mod::get()->getSaveDir() / "profiles"; - std::error_code ec; - if (!std::filesystem::exists(profilesDir, ec)) { - return profiles; - } - - if (ec) { - geode::log::error("Failed to access profiles directory: {}", ec.message()); - return profiles; - } - - for (auto& entry : std::filesystem::directory_iterator(profilesDir, ec)) { - if (entry.is_regular_file() && entry.path().extension() == ".json") { - profiles.push_back(geode::utils::string::pathToString(entry.path().stem())); - } - } - - if (ec) { - geode::log::error("Failed to list profiles: {}", ec.message()); - } - - return profiles; - } - - bool has(std::string_view key) { - return getStorage().contains(key); - } - - void erase(std::string_view key) { - getStorage().erase(key); - } - - matjson::Type getType(std::string_view key) { - if (!has(key)) return matjson::Type::Null; - return getStorage()[key].type(); - } -} diff --git a/src/modules/config/config.hpp b/src/modules/config/config.hpp deleted file mode 100644 index d8575e95..00000000 --- a/src/modules/config/config.hpp +++ /dev/null @@ -1,206 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace eclipse::config { - /// @brief Get the container for the configuration file. - matjson::Value& getStorage(); - - /// @brief Get the container for temporary storage. - matjson::Value& getTempStorage(); - - /// @brief Used internally to trigger callbacks for a value change - void executeCallbacks(std::string_view name); - - /// @brief Used internally to trigger callbacks for a value change in temporary storage - void executeTempCallbacks(std::string_view name); - - /// @brief Load the configuration file. - void load(); - - /// @brief Save the configuration file. - void save(); - - /// @brief Save the configuration file as a profile, to be loaded later. - /// @param profile Name of the profile to save. - void saveProfile(std::string_view profile); - - /// @brief Load a configuration profile from profile name. - /// @param profile Name of the profile to load. - void loadProfile(std::string_view profile); - - /// @brief Delete a configuration profile. - /// @param profile Name of the profile to delete. - void deleteProfile(std::string_view profile); - - /// @brief Get a list of all configuration profiles. - std::vector getProfiles(); - - /// @brief Check if a key exists in the configuration. - /// @param key Key to check. - /// @return True if the key exists in the configuration. - bool has(std::string_view key); - - /// @brief Get a value by key from the configuration. - /// @tparam T Type of the value to get. - /// @param key Key to get the value from. - /// @param defaultValue Default value to return if the key does not exist. - /// @return Value from the configuration or the default value if the key does not exist. - template - T get(std::string_view key, T const& defaultValue) { - auto res = getStorage().get(key); - if (!res) return defaultValue; - auto valueRes = res.unwrap().as(); - if (!valueRes) return defaultValue; - return std::move(valueRes).unwrap(); - } - - /// @brief Get a value by key from the configuration. - /// @note If the key does not exist, it will throw an exception. - /// @tparam T Type of the value to get. - /// @param key Key to get the value from. - /// @return Value from the configuration. - template - geode::Result get(std::string_view key) { - return getStorage()[key].as().mapErr([&] -> std::string { - return fmt::format("Failed to get key '{}'", key); - }); - } - - /// @brief Set a value by key in the configuration. - /// @tparam T Type of the value to set. - /// @param key Key to set the value to. - /// @param value Value to set. - template - void set(std::string_view key, T value) { - getStorage().set(key, std::move(value)); - executeCallbacks(key); - } - - /// @brief Erase a key from the configuration. - /// @param key Key to erase. - void erase(std::string_view key); - - /// @brief Get the type of value by key in the configuration. - /// @param key Key to get the type of. - /// @return Type of the value. - matjson::Type getType(std::string_view key); - - /// @brief Check if the value is of the specified type. - /// @tparam T Type to check. - /// @param key Key to check. - /// @return True if the value is of the specified type. - template - bool is(std::string_view key) { - if (!has(key)) - return false; - - auto type = getType(key); - if constexpr (std::is_same_v) { - return type == matjson::Type::String; - } else if constexpr (std::is_same_v) { - return type == matjson::Type::Bool; - } else if constexpr (std::is_same_v) { - return type == matjson::Type::Number; - } else if constexpr (std::is_same_v) { - return type == matjson::Type::Number; - } - - return false; - } - - /// @brief Set a value by key in the configuration if the key does not exist. - /// @tparam T Type of the value to set. - /// @param key Key to set the value to. - /// @param value Value to set. - template - void setIfEmpty(std::string_view key, T value) { - if (!has(key)) set(key, std::move(value)); - } - - /// @brief Registers a delegate which is called when a specific value in config is changed - /// @param key Key of the value which should have a delegate - /// @param callback Callback to call when value is changed - /// @param first If true, the delegate will be added to the front of the list - void addDelegate(std::string_view key, Function&& callback, bool first = false); - - /// @brief Registers a delegate which is called when a specific value in temp is changed - /// @param key Key of the value which should have a delegate - /// @param callback Callback to call when value is changed - /// @param first If true, the delegate will be added to the front of the list - void addTempDelegate(std::string_view key, Function&& callback, bool first = false); - - /// @brief Check if a key exists in the temporary storage. - /// @param key Key to check. - /// @return True if the key exists in the temporary storage. - inline bool hasTemp(std::string_view key); - - /// @brief Get a value by key from the temporary storage. - /// @tparam T Type of the value to get. - /// @param key Key to get the value from. - /// @param defaultValue Default value to return if the key does not exist. - /// @return Value from the temporary storage or the default value if the key does not exist. - template - T getTemp(std::string_view key, T const& defaultValue) { - auto res = getTempStorage().get(key); - if (!res) return defaultValue; - auto valueRes = res.unwrap().as(); - if (!valueRes) return defaultValue; - return std::move(valueRes).unwrap(); - } - - /// @brief Get a value by key from the temporary storage. - /// @note If the key does not exist, it will throw an exception. - /// @tparam T Type of the value to get. - /// @param key Key to get the value from. - /// @return Value from the temporary storage. - template - geode::Result getTemp(std::string_view key) { - return getTempStorage()[key].as().mapErr([&] -> std::string { - return fmt::format("Failed to get key '{}'", key); - }); - } - - /// @brief Set a value by key in the temporary storage. - /// @tparam T Type of the value to set. - /// @param key Key to set the value to. - /// @param value Value to set. - template - void setTemp(std::string_view key, T value) { - getTempStorage().set(key, std::move(value)); - executeTempCallbacks(key); - } - - namespace __impl { - template - struct Key { - char data[N]; - explicit(false) constexpr Key(char const* str) { std::copy_n(str, N, data); } - constexpr operator std::string_view() const { return {data, N}; } - }; - - template - Key(char const (&)[N]) -> Key; - } - - /// @brief Cached version of get function to avoid multiple lookups. - template <__impl::Key key, typename T> - T get(T const& defaultValue = T{}) { - static T value = (addDelegate(key, [] { - value = get(key, T{}); - }, true), get(key, defaultValue)); - return value; - } - - /// @brief Cached version of getTemp function to avoid multiple lookups. - template <__impl::Key key, typename T> - T getTemp(T const& defaultValue = T{}) { - static T value = (addTempDelegate(key, [] { - value = getTemp(key, T{}); - }, true), getTemp(key, defaultValue)); - return value; - } -} diff --git a/src/modules/debug/benchmark.cpp b/src/modules/debug/benchmark.cpp deleted file mode 100644 index 0c0435e2..00000000 --- a/src/modules/debug/benchmark.cpp +++ /dev/null @@ -1,56 +0,0 @@ -#include "benchmark.hpp" -#include - -namespace eclipse::debug { - std::unordered_map> g_times; - constexpr size_t MAX_TIMES = 10000; - - uint64_t Profiler::averageTimeFor(std::string_view name) { - std::string nameStr(name); - if (!g_times.contains(nameStr)) { - return 0; - } - uint64_t total = 0; - for (auto const& time : g_times[nameStr]) { - total += time; - } - return total / g_times[nameStr].size(); - } - - std::deque const& Profiler::allTimesFor(std::string_view name) { - std::string nameStr(name); - if (!g_times.contains(nameStr)) { - g_times[nameStr] = {}; - } - return g_times[nameStr]; - } - - void Profiler::clearTimesFor(std::string_view name) { - g_times.erase(std::string(name)); - } - - void Profiler::clearAllTimes() { - g_times.clear(); - } - - std::vector Profiler::allNames() { - std::vector names; - names.reserve(g_times.size()); - for (auto const& [name, _] : g_times) { - names.push_back(name); - } - return names; - } - - std::unordered_map> const& Profiler::getTimes() { - return g_times; - } - - void Profiler::registerTime(std::string_view name, uint64_t time) { - std::string nameStr(name); - g_times[nameStr].push_back(time); - if (g_times[nameStr].size() > MAX_TIMES) { - g_times[nameStr].pop_front(); - } - } -} diff --git a/src/modules/debug/benchmark.hpp b/src/modules/debug/benchmark.hpp deleted file mode 100644 index 57f7e1c7..00000000 --- a/src/modules/debug/benchmark.hpp +++ /dev/null @@ -1,103 +0,0 @@ -#pragma once -#include -#include - -#include "utils.hpp" - -namespace eclipse::debug { - /// @brief Timer class to measure time taken by a block of code. - /// Prints the time taken in nanoseconds to the console, or returns the value if a pointer is provided. - class Timer { - public: - explicit Timer(std::string_view name, uint64_t* result = nullptr) : m_name(name), m_result(result) { - m_start = std::chrono::high_resolution_clock::now(); - } - - ~Timer() { stop(); } - - void stop() { - auto end = std::chrono::high_resolution_clock::now(); - auto duration = std::chrono::duration_cast(end - m_start); - if (m_result) { - *m_result = duration.count(); - } else { - geode::log::info("{} took {}ns", m_name, duration.count()); - } - } - - private: - std::string_view m_name; - uint64_t* m_result; - std::chrono::time_point m_start; - }; - - /// @brief Measures the time taken by a block of code over time, and stores the average time taken. - class Profiler { - public: - explicit Profiler(std::string_view name) : m_timer(name, &m_time), m_name(name), m_time(0) {} - - ~Profiler() { - m_timer.stop(); - registerTime(m_name, m_time); - } - - static uint64_t averageTimeFor(std::string_view name); - static std::deque const& allTimesFor(std::string_view name); - static void clearTimesFor(std::string_view name); - static void clearAllTimes(); - static std::vector allNames(); - static std::unordered_map> const& getTimes(); - - private: - static void registerTime(std::string_view name, uint64_t time); - - private: - Timer m_timer; - std::string_view m_name; - uint64_t m_time; - }; - - /// @brief Benchmark class to get the average execution time of a function. - /// Can be limited by the number of iterations or the time taken, whichever comes first. - class Benchmark { - public: - Benchmark( - std::string_view name, - Function func, - uint64_t maxIterations = 1'000'000'000, // 1 billion - uint64_t maxTime = 10'000'000'000 // 10 seconds - ) : m_name(name), m_func(std::move(func)), m_maxIterations(maxIterations), m_maxTime(maxTime) { run(); } - - void run() { - size_t iterations = 0; - size_t totalTime = 0; - - do { - uint64_t time; - Timer timer(m_name, &time); - m_func(); - iterations++; - totalTime += time; - } while (iterations < m_maxIterations && totalTime < m_maxTime); - - auto averageTime = totalTime / iterations; - geode::log::info("{} took an average of {}ns ({} iterations)", m_name, averageTime, iterations); - } - - private: - std::string_view m_name; - Function m_func; - uint64_t m_maxIterations; - uint64_t m_maxTime; - }; -} - -#ifdef ECLIPSE_DEBUG_BUILD -#define PROFILER(name) eclipse::debug::Profiler GEODE_CONCAT(profiler, __LINE__)(name) -#define PROFILER_FUNC1(line) GET_FUNC_NAME(newName_##line); PROFILER(newName_##line) -#define PROFILER_FUNC2(line) PROFILER_FUNC1(line) -#define PROFILER_FUNC() PROFILER_FUNC2(__LINE__) -#else -#define PROFILER(name) -#define PROFILER_FUNC() -#endif diff --git a/src/modules/debug/trace.cpp b/src/modules/debug/trace.cpp deleted file mode 100644 index 1a6c0ec7..00000000 --- a/src/modules/debug/trace.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "trace.hpp" - -#include - -namespace eclipse::debug { - Trace::Trace(std::string_view name) { - m_name = name; - geode::log::debug(">>> {}", m_name); - geode::log::pushNest(); - } - - Trace::~Trace() { - geode::log::popNest(); - geode::log::debug("<<< {}", m_name); - } -} diff --git a/src/modules/debug/trace.hpp b/src/modules/debug/trace.hpp deleted file mode 100644 index 66bddcde..00000000 --- a/src/modules/debug/trace.hpp +++ /dev/null @@ -1,27 +0,0 @@ -#pragma once -#include -#include "utils.hpp" - -namespace eclipse::debug { - class Trace { - std::string_view m_name; - - public: - explicit Trace(std::string_view name); - ~Trace(); - }; -} - -#ifdef ECLIPSE_DEBUG_BUILD -#define TRACE_FUNC_LINE2(line) GET_FUNC_NAME(newName_##line); eclipse::debug::Trace trace_##line(newName_##line) -#define TRACE_FUNC_LINE1(line) TRACE_FUNC_LINE2(line) -#define TRACE_FUNCTION() TRACE_FUNC_LINE1(__LINE__) - -#define TRACE_SCOPE_LINE2(name, line) eclipse::debug::Trace trace_##line(name) -#define TRACE_SCOPE_LINE1(name, line) TRACE_SCOPE_LINE2(name, line) -#define TRACE_SCOPE_LINE0(name, line) TRACE_SCOPE_LINE1(name, line) -#define TRACE_SCOPE(name) TRACE_SCOPE_LINE1(name, __LINE__) -#else -#define TRACE_FUNCTION() -#define TRACE_SCOPE(name) -#endif diff --git a/src/modules/debug/utils.hpp b/src/modules/debug/utils.hpp deleted file mode 100644 index ad6cb315..00000000 --- a/src/modules/debug/utils.hpp +++ /dev/null @@ -1,110 +0,0 @@ -#pragma once -#include -#include - -// shared utils for debugging -namespace eclipse::debug::util { - template - struct StaticString { - char data[N]; - constexpr operator std::string_view() const { return std::string_view(data, N); } - }; - - consteval size_t getFunctionNameSize(const char* fileName, size_t line, const char* functionName) { - size_t size = 1; - constexpr char begin[] = "src/"; - size_t beginIndex = 0; - for (int i = 0; fileName[i]; i++) { - for (int j = 0; begin[j]; j++) { - if (fileName[i + j] != begin[j]) break; - if (begin[j + 1] == 0) { - beginIndex = i; - } - } - } - for (int i = beginIndex; fileName[i]; i++) { - size++; - } - size += 1; - while (line > 0) { - size++; - line /= 10; - } - size += 2; - for (int i = 0; functionName[i]; i++) { - size++; - } - return size; - } - - template - consteval auto getFunctionName(std::source_location loc) { - StaticString result = {}; - - // Strip absolute path to just the project path (src/...) - constexpr char begin[] = "src/"; - size_t beginIndex = 0; - for (int i = 0; loc.file_name()[i]; i++) { - for (int j = 0; begin[j]; j++) { - if (loc.file_name()[i + j] != begin[j]) break; - if (begin[j + 1] == 0) { - beginIndex = i; - } - } - } - - // Filename - size_t index = 0; - result.data[index++] = '('; - for (int i = beginIndex; loc.file_name()[i]; i++) { - result.data[index++] = loc.file_name()[i]; - } - - result.data[index++] = ':'; - - // Line number - size_t line = loc.line(); - size_t lineIndex = index; - do { - result.data[index++] = '0' + line % 10; - line /= 10; - } while (line > 0); - - // Reverse line number (it was written backwards) - std::reverse(result.data + lineIndex, result.data + index); - - result.data[index++] = ')'; - result.data[index++] = ' '; - - // Function name - for (int i = 0; loc.function_name()[i]; i++) { - result.data[index++] = loc.function_name()[i]; - } - - return result; - } - - template - constexpr auto removeFromString(const char (&expr)[N], const char (&remove)[K]) { - StaticString result = {}; - size_t srcIndex = 0; - size_t dstIndex = 0; - while (srcIndex < N) { - size_t matchIndex = 0; - while (matchIndex < K - 1 && srcIndex + matchIndex < N - 1 && expr[srcIndex + matchIndex] == remove[ - matchIndex]) - matchIndex++; - if (matchIndex == K - 1) - srcIndex += matchIndex; - result.data[dstIndex++] = expr[srcIndex] == '"' ? '\'' : expr[srcIndex]; - srcIndex++; - } - return result; - } -} - -#define GET_FUNC_NAME(targetName)\ -constexpr auto info_##targetName = std::source_location::current();\ -constexpr auto size_##targetName = eclipse::debug::util::getFunctionNameSize(info_##targetName.file_name(), info_##targetName.line(), info_##targetName.function_name());\ -constexpr auto func_##targetName = eclipse::debug::util::getFunctionName(info_##targetName);\ -constexpr auto targetName = eclipse::debug::util::removeFromString(func_##targetName.data, "__cdecl ")\ diff --git a/src/modules/gui/blur/blur.cpp b/src/modules/gui/blur/blur.cpp deleted file mode 100644 index 28d31eff..00000000 --- a/src/modules/gui/blur/blur.cpp +++ /dev/null @@ -1,382 +0,0 @@ -#include "blur.hpp" - -#include -#include - -// COMPLETELY stolen from cgytrus/SimplePatchLoader (with permission) - -#ifdef GEODE_IS_DESKTOP - -#include -#include -#include - -#include -#include -#include -#include -#include -#include - -namespace eclipse::gui::blur { - - RenderTexture ppRt0; - RenderTexture ppRt1; - GLuint ppVao = 0; - GLuint ppVbo = 0; - Shader ppShader; - GLint ppShaderFast = 0; - GLint ppShaderFirst = 0; - GLint ppShaderRadius = 0; - - float blurTimer = 0.f; - float blurProgress = 0.f; - - geode::Result Shader::compile(std::filesystem::path const& vertexPath, std::filesystem::path const& fragmentPath) { - auto vertexSource = geode::utils::file::readString(vertexPath); - - if (!vertexSource) - return geode::Err("failed to read vertex shader at path {}: {}", vertexPath, std::move(vertexSource).unwrapErr()); - - auto fragmentSource = geode::utils::file::readString(fragmentPath); - if (!fragmentSource) - return geode::Err("failed to read fragment shader at path {}: {}", fragmentPath, std::move(fragmentSource).unwrapErr()); - - auto getShaderLog = [](GLuint id) -> std::string { - GLint length, written; - glGetShaderiv(id, GL_INFO_LOG_LENGTH, &length); - - if (length <= 0) - return ""; - - auto stuff = std::make_unique(length + 1); - glGetShaderInfoLog(id, length, &written, stuff.get()); - std::string result(stuff.get()); - - return result; - }; - GLint res; - - vertex = glCreateShader(GL_VERTEX_SHADER); - auto oglSucks = vertexSource.unwrap(); - auto oglSucksP = oglSucks.c_str(); - glShaderSource(vertex, 1, &oglSucksP, nullptr); - glCompileShader(vertex); - auto vertexLog = getShaderLog(vertex); - - glGetShaderiv(vertex, GL_COMPILE_STATUS, &res); - if (!res) { - glDeleteShader(vertex); - vertex = 0; - return geode::Err("vertex shader compilation failed:\n{}", vertexLog); - } - - fragment = glCreateShader(GL_FRAGMENT_SHADER); - oglSucks = fragmentSource.unwrap(); - oglSucksP = oglSucks.c_str(); - glShaderSource(fragment, 1, &oglSucksP, nullptr); - glCompileShader(fragment); - auto fragmentLog = getShaderLog(fragment); - - glGetShaderiv(fragment, GL_COMPILE_STATUS, &res); - if (!res) { - glDeleteShader(vertex); - glDeleteShader(fragment); - vertex = 0; - fragment = 0; - return geode::Err("fragment shader compilation failed:\n{}", fragmentLog); - } - - program = glCreateProgram(); - glAttachShader(program, vertex); - glAttachShader(program, fragment); - - return geode::Ok(fmt::format( - "shader compilation successful. logs:\nvert:\n{}\nfrag:\n{}", - vertexLog, fragmentLog - )); - } - - geode::Result Shader::link() { - if (!vertex) - return geode::Err("vertex shader not compiled"); - if (!fragment) - return geode::Err("fragment shader not compiled"); - - auto getProgramLog = [](GLuint id) -> std::string { - GLint length, written; - glGetProgramiv(id, GL_INFO_LOG_LENGTH, &length); - - if (length <= 0) - return ""; - - auto stuff = std::make_unique(length + 1); - glGetProgramInfoLog(id, length, &written, stuff.get()); - std::string result(stuff.get()); - - return result; - }; - GLint res; - - glLinkProgram(program); - auto programLog = getProgramLog(program); - - glDeleteShader(vertex); - glDeleteShader(fragment); - vertex = 0; - fragment = 0; - - glGetProgramiv(program, GL_LINK_STATUS, &res); - if (!res) { - glDeleteProgram(program); - program = 0; - return geode::Err("shader link failed:\n{}", programLog); - } - - return geode::Ok(fmt::format("shader link successful. log:\n{}", programLog)); - } - - void Shader::cleanup() { - if (program) - glDeleteProgram(program); - - program = 0; - } - - void RenderTexture::setup(GLsizei width, GLsizei height) { - GLint drawFbo = 0; - GLint readFbo = 0; - glGetIntegerv(GL_DRAW_FRAMEBUFFER_BINDING, &drawFbo); - glGetIntegerv(GL_READ_FRAMEBUFFER_BINDING, &readFbo); - - glGenFramebuffers(1, &fbo); - glBindFramebuffer(GL_FRAMEBUFFER, fbo); - - glGenTextures(1, &tex); - glBindTexture(GL_TEXTURE_2D, tex); - glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, nullptr); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); - glBindTexture(GL_TEXTURE_2D, 0); - - glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tex, 0); - - glGenRenderbuffers(1, &rbo); - glBindRenderbuffer(GL_RENDERBUFFER, rbo); - glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, width, height); - glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, GL_RENDERBUFFER, rbo); - - if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) - geode::log::error("pp fbo not complete, uh oh! i guess i will have to cut off ur pp now"); - - glBindFramebuffer(GL_DRAW_FRAMEBUFFER, drawFbo); - glBindFramebuffer(GL_READ_FRAMEBUFFER, readFbo); - } - - void RenderTexture::resize(GLsizei width, GLsizei height) const { - glBindTexture(GL_TEXTURE_2D, tex); - glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, nullptr); - glBindTexture(GL_TEXTURE_2D, 0); - - glBindRenderbuffer(GL_RENDERBUFFER, rbo); - glRenderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, width, height); - } - - void RenderTexture::cleanup() { - if (fbo) glDeleteFramebuffers(1, &fbo); - if (tex) glDeleteTextures(1, &tex); - if (rbo) glDeleteRenderbuffers(1, &rbo); - fbo = 0; - tex = 0; - rbo = 0; - } - - void setupPostProcess() { - if (utils::shouldUseLegacyDraw()) return; - - auto size = utils::get()->getFrameSize() * geode::utils::getDisplayFactor(); - - ppRt0.setup((GLsizei)size.width, (GLsizei)size.height); - ppRt1.setup((GLsizei)size.width, (GLsizei)size.height); - - GLfloat ppVertices[] = { - // positions // texCoords - -1.0f, 1.0f, 0.0f, 1.0f, - -1.0f, -1.0f, 0.0f, 0.0f, - 1.0f, -1.0f, 1.0f, 0.0f, - - -1.0f, 1.0f, 0.0f, 1.0f, - 1.0f, -1.0f, 1.0f, 0.0f, - 1.0f, 1.0f, 1.0f, 1.0f - }; - glGenVertexArrays(1, &ppVao); - glGenBuffers(1, &ppVbo); - glBindVertexArray(ppVao); - glBindBuffer(GL_ARRAY_BUFFER, ppVbo); - glBufferData(GL_ARRAY_BUFFER, sizeof(ppVertices), &ppVertices, GL_STATIC_DRAW); - glEnableVertexAttribArray(0); - glVertexAttribPointer(0, 2, GL_FLOAT, GL_FALSE, 4 * sizeof(GLfloat), (void*)nullptr); - glEnableVertexAttribArray(1); - glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 4 * sizeof(GLfloat), (void*)(2 * sizeof(GLfloat))); - glBindVertexArray(0); - glBindBuffer(GL_ARRAY_BUFFER, 0); - - auto vertexPath = geode::Mod::get()->getResourcesDir() / "pp-vert.glsl"; - auto fragmentPath = geode::Mod::get()->getResourcesDir() / "pp-frag.glsl"; - - auto res = ppShader.compile(vertexPath, fragmentPath); - if (!res) return geode::log::error("Failed to compile shader: {}", res.unwrapErr()); - // log::info("{}", res.unwrap()); - - glBindAttribLocation(ppShader.program, 0, "aPosition"); - glBindAttribLocation(ppShader.program, 1, "aTexCoords"); - - auto res2 = ppShader.link(); - if (!res2) return geode::log::error("Failed to link shader: {}", res2.unwrapErr()); - // log::info("{}", res.unwrap()); - - cocos2d::ccGLUseProgram(ppShader.program); - glUniform1i(glGetUniformLocation(ppShader.program, "screen"), 0); - glUniform2f(glGetUniformLocation(ppShader.program, "screenSize"), size.width, size.height); - ppShaderFast = glGetUniformLocation(ppShader.program, "fast"); - ppShaderFirst = glGetUniformLocation(ppShader.program, "first"); - ppShaderRadius = glGetUniformLocation(ppShader.program, "radius"); - } - - void cleanupPostProcess() { - ppRt0.cleanup(); - ppRt1.cleanup(); - - if (ppVao) - glDeleteVertexArrays(1, &ppVao); - if (ppVbo) - glDeleteBuffers(1, &ppVbo); - ppVao = 0; - ppVbo = 0; - - ppShader.cleanup(); - ppShaderFast = 0; - ppShaderFirst = 0; - ppShaderRadius = 0; - } - - // hook time yippee - - void CCSceneVisit(auto& original, cocos2d::CCScene* self) { - if (ppShader.program == 0 || blurProgress == 0.f) - return original(self); - - float blur = 0.05f * (1.f - std::cos(static_cast(std::numbers::pi) * blurProgress)) * 0.5f; - if (blur == 0.f) - return original(self); - - GLint drawFbo = 0; - GLint readFbo = 0; - glGetIntegerv(GL_DRAW_FRAMEBUFFER_BINDING, &drawFbo); - glGetIntegerv(GL_READ_FRAMEBUFFER_BINDING, &readFbo); - - glBindFramebuffer(GL_FRAMEBUFFER, ppRt0.fbo); - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT); - - original(self); - - glBindVertexArray(ppVao); - cocos2d::ccGLUseProgram(ppShader.program); - glUniform1i(ppShaderFast, true); - glUniform1f(ppShaderRadius, blur); - - glBindFramebuffer(GL_FRAMEBUFFER, ppRt1.fbo); - glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT); - - glUniform1i(ppShaderFirst, GL_TRUE); - glBindTexture(GL_TEXTURE_2D, ppRt0.tex); - glDrawArrays(GL_TRIANGLES, 0, 6); - - glBindFramebuffer(GL_DRAW_FRAMEBUFFER, drawFbo); - glBindFramebuffer(GL_READ_FRAMEBUFFER, readFbo); - - glUniform1i(ppShaderFirst, GL_FALSE); - glBindTexture(GL_TEXTURE_2D, ppRt1.tex); - glDrawArrays(GL_TRIANGLES, 0, 6); - - glBindVertexArray(0); - } - - class $modify(BlurCCEGLVPHook, cocos2d::CCEGLViewProtocol) { - void setFrameSize(float width, float height) override { - CCEGLViewProtocol::setFrameSize(width, height); - - if (!cocos2d::CCDirector::get()->getOpenGLView()) - return; - - ppRt0.resize((GLsizei)width, (GLsizei)height); - ppRt1.resize((GLsizei)width, (GLsizei)height); - } - }; - - #ifdef GEODE_IS_WINDOWS - class $modify(BlurCCEGLVHook, cocos2d::CCEGLView) { - void toggleFullScreen(bool value, bool borderless, bool fix) { - cleanupPostProcess(); - CCEGLView::toggleFullScreen(value, borderless, fix); - setupPostProcess(); - } - }; - #endif - - void init() { - geode::listenForSettingChanges("legacy-render", [](bool value) { - geode::queueInMainThread(cleanup); - }); - geode::queueInMainThread(cleanup); - - auto tm = ThemeManager::get(); - toggle(tm->getBlurEnabled()); - } - - void update(float) { - auto tm = ThemeManager::get(); - auto duration = tm->getBlurSpeed(); - auto toggled = Engine::get().isToggled(); - - auto deltaTimeMod = utils::get()->getActualDeltaTime(); - blurTimer += toggled ? deltaTimeMod : -deltaTimeMod; - blurTimer = std::clamp(blurTimer, 0.f, duration); - - if (!tm->getBlurEnabled() || tm->getRenderer() == RendererType::Cocos2d) { - blurProgress = 0.f; - return; - } - - if (duration == 0.f) blurProgress = toggled ? 1.f : 0.f; - else blurProgress = blurTimer / duration; - } - - void toggle(bool enabled) { - utils::VMTHooker<&cocos2d::CCNode::visit, cocos2d::CCScene>::get() - .toggleHook(CCSceneVisit, enabled); - } - - void cleanup() { - cleanupPostProcess(); - setupPostProcess(); - } -} - -#else - -namespace eclipse::gui::blur { - - void init() {} - - void update(float) {} - - void toggle(bool) {} - - void cleanup() {} - -} - -#endif diff --git a/src/modules/gui/blur/blur.hpp b/src/modules/gui/blur/blur.hpp deleted file mode 100644 index de9cdba6..00000000 --- a/src/modules/gui/blur/blur.hpp +++ /dev/null @@ -1,31 +0,0 @@ -#pragma once - -#include - -namespace eclipse::gui::blur { - struct Shader { - GLuint vertex = 0; - GLuint fragment = 0; - GLuint program = 0; - - geode::Result compile(std::filesystem::path const& vertexPath, std::filesystem::path const& fragmentPath); - geode::Result link(); - void cleanup(); - }; - - struct RenderTexture { - GLuint fbo = 0; - GLuint tex = 0; - GLuint rbo = 0; - - void setup(GLsizei width, GLsizei height); - void resize(GLsizei width, GLsizei height) const; - void cleanup(); - }; - - void init(); - void update(float dt); - void toggle(bool enabled); - void cleanup(); // cleans up the shader and framebuffer objects (useful when reloading opengl context) -} - diff --git a/src/modules/gui/cocos/cocos.cpp b/src/modules/gui/cocos/cocos.cpp deleted file mode 100644 index 6672ac02..00000000 --- a/src/modules/gui/cocos/cocos.cpp +++ /dev/null @@ -1,80 +0,0 @@ -#include "cocos.hpp" -#include - -#include -#include - -#include "nodes/ModalPopup.hpp" -#include "popup/options-popup.hpp" -#include "popup/popup.hpp" - -namespace eclipse::gui::cocos { - void CocosRenderer::init() { - // check if bitmap font exists - if (!i18n::hasBitmapFont(i18n::getRequiredGlyphRangesString())) { - geode::log::warn("Bitmap font not found for selected language, setting to English"); - config::set("language", i18n::DEFAULT_LANGUAGE); - i18n::setLanguage(i18n::DEFAULT_LANGUAGE); - } - } - - void CocosRenderer::toggle() { - if (m_popup) return shutdown(); - - m_popup = Popup::create(Engine::get().getTabs()); - m_popup->show(); - utils::updateCursorState(isToggled()); - } - - bool CocosRenderer::isToggled() const { - return m_popup != nullptr; - } - - void CocosRenderer::shutdown() { - shutdown(false); - } - - void CocosRenderer::shutdown(bool noCleanup) { - // user closed the popup, but keybind wasn't triggerred, meaning we need to save the config here - if (noCleanup) config::save(); - auto popups = std::move(m_extraPopups); - for (auto popup : popups) { - if (popup) - popup->removeFromParentAndCleanup(true); - } - if (!m_popup) return; - if (!noCleanup) - m_popup->removeFromParentAndCleanup(true); - m_popup = nullptr; - utils::updateCursorState(isToggled()); - } - - bool CocosRenderer::isPartOfPopup(cocos2d::CCNode* node) const { - if (!m_popup) return false; - return m_popup->isAncestorOf(node); - } - - //since cocos is retained mode, extra work might not be needed - //might need to change in the future IDK - void CocosRenderer::queueAfterDrawing(Function&& func) { - func(); - } - - void CocosRenderer::showPopup(eclipse::Popup&& popup) { - auto modal = ModalPopup::create(std::move(popup)); - modal->show(); - m_extraPopups.push_back(modal); - } - - void CocosRenderer::refreshPage() const { - if (m_popup) m_popup->refreshPage(); - } - - std::string_view CocosRenderer::getSelectedTab() const { - if (!m_popup) return ""; - auto& tabs = Engine::get().getTabs(); - auto idx = config::get("menu.current_tab", 0); - if (idx < 0 || idx >= tabs.size()) return ""; - return tabs[idx].getTitle(); - } -} diff --git a/src/modules/gui/cocos/cocos.hpp b/src/modules/gui/cocos/cocos.hpp deleted file mode 100644 index 5fb3dc29..00000000 --- a/src/modules/gui/cocos/cocos.hpp +++ /dev/null @@ -1,51 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - - class OptionsPopup; - class ModalPopup; - - class Popup; - class TabMenu; - class TabButton; - class ScrollLayer; - class ContentView; - - class CocosRenderer final : public Renderer { - public: - static CocosRenderer* get() { - auto& engine = Engine::get(); - if (engine.getRendererType() != RendererType::Cocos2d) return nullptr; - return static_cast(engine.getRenderer()); - } - - void init() override; - void toggle() override; - [[nodiscard]] bool isToggled() const override; - void shutdown() override; - void shutdown(bool noCleanup); - [[nodiscard]] RendererType getType() const override { return RendererType::Cocos2d; } - - [[nodiscard]] Popup* getPopup() const { return m_popup; } - bool isPartOfPopup(cocos2d::CCNode* node) const; - void queueAfterDrawing(Function&& func) override; - void showPopup(eclipse::Popup&& popup) override; - - /// @brief Used to refresh the selected page contents in the popup. Use this when you edit components within the page. - void refreshPage() const; - - /// @brief Get the selected tab in the popup. If popup is not open, returns an empty string. - [[nodiscard]] std::string_view getSelectedTab() const; - - /// @brief Will queue the node to be closed after the main popup closes. - void registerModal(cocos2d::CCNode* modal) { if (m_popup) m_extraPopups.push_back(modal); } - /// @brief Will remove the node from the queue to be closed after the main popup closes. - void unregisterModal(cocos2d::CCNode* modal) { std::erase(m_extraPopups, modal); } - - private: - Popup* m_popup = nullptr; - std::vector m_extraPopups; - }; - -} \ No newline at end of file diff --git a/src/modules/gui/cocos/components/BaseComponentNode.hpp b/src/modules/gui/cocos/components/BaseComponentNode.hpp deleted file mode 100644 index 79fa91e5..00000000 --- a/src/modules/gui/cocos/components/BaseComponentNode.hpp +++ /dev/null @@ -1,52 +0,0 @@ -#pragma once -#include -#include -#include -#include - -namespace eclipse::gui::cocos { - - /// @brief Base class for all component nodes. - /// @tparam S The subclass type. - /// @tparam T Cocos2d class to inherit from. - /// @tparam U The component type. - /// @tparam Args The constructor arguments. - template - class BaseComponentNode : public T { - protected: - U* m_component{}; - public: - static S* create(Component* component, Args... args) { - auto ret = new S; - ret->m_component = static_cast(component); - if (ret->S::init(args...)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void openDescriptionPopup(cocos2d::CCObject*) { - eclipse::Popup::create( - i18n::get_(m_component->getTitle()), - i18n::get_(m_component->getDescription()) - ); - } - - static cocos2d::CCSprite* createButton(char const* innerFrameName, float scale = 0.4f) { - auto const tm = ThemeManager::get(); - auto box = cocos2d::CCSprite::createWithSpriteFrameName("rectangle.png"_spr); - box->setScale(scale); - if (innerFrameName) { - auto inner = cocos2d::CCSprite::createWithSpriteFrameName(innerFrameName); - box->addChildAtPosition(inner, geode::Anchor::Center); - inner->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - } - box->setColor(tm->getCheckboxBackgroundColor().toCCColor3B()); - return box; - } - }; - - -} \ No newline at end of file diff --git a/src/modules/gui/cocos/components/ButtonComponent.hpp b/src/modules/gui/cocos/components/ButtonComponent.hpp deleted file mode 100644 index 6704c5b3..00000000 --- a/src/modules/gui/cocos/components/ButtonComponent.hpp +++ /dev/null @@ -1,42 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include -#include - -namespace eclipse::gui::cocos { - class ButtonComponentNode : public BaseComponentNode { - public: - void toggled(CCObject*) { - m_component->triggerCallback(); - } - - bool init(float width) { - auto const tm = ThemeManager::get(); - - auto label = TranslatedLabel::create(m_component->getTitle()); - auto bg = geode::NineSlice::create("square.png", { 0.0f, 0.0f, 80.0f, 80.0f }); - if (!bg || !label) return false; - - width *= 0.9f; - - bg->setContentSize({width, 28.f}); - bg->setColor(tm->getButtonBackgroundColor().toCCColor3B()); - label->setColor(tm->getButtonForegroundColor().toCCColor3B()); - // label->setScale(0.5F); - bg->addChildAtPosition(label, geode::Anchor::Center); - if (!CCMenuItemSpriteExtra::init( - bg, nullptr, this, - menu_selector(ButtonComponentNode::toggled)) - ) return false; - - this->setContentSize({ width, 28.f }); - bg->setPositionX(width / 2.f); - this->m_scaleMultiplier = 1.1f; - - this->setID(fmt::format("button-{}"_spr, m_component->getId())); - - return true; - } - }; -} diff --git a/src/modules/gui/cocos/components/ColorComponent.hpp b/src/modules/gui/cocos/components/ColorComponent.hpp deleted file mode 100644 index 30d7e7b1..00000000 --- a/src/modules/gui/cocos/components/ColorComponent.hpp +++ /dev/null @@ -1,53 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include -#include -#include - -namespace eclipse::gui::cocos { - class ColorComponentNode : public BaseComponentNode { - protected: - ColorPicker* m_colorBtn = nullptr; - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - - this->setID(fmt::format("color-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - m_colorBtn = ColorPicker::create(m_component->getValue(), m_component->hasOpacity(), [this](auto color) { - m_component->setValue(color); - m_component->triggerCallback(color); - }); - - this->addChildAtPosition(m_colorBtn, geode::Anchor::Left, { 15.f, 0.f }); - - auto labelSize = width - 35.f; - auto offset = 0.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(ThemeManager::get()->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { offset - 10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 30.f, 0.f }); - - return true; - } - }; -} diff --git a/src/modules/gui/cocos/components/ComboComponent.hpp b/src/modules/gui/cocos/components/ComboComponent.hpp deleted file mode 100644 index 9db7721c..00000000 --- a/src/modules/gui/cocos/components/ComboComponent.hpp +++ /dev/null @@ -1,238 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include -#include - -#include - -namespace eclipse::gui::cocos { - class ComboComponentNode : public BaseComponentNode { - protected: - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - geode::NineSlice* m_background = nullptr; - TranslatedLabel* m_valueLabel = nullptr; - geode::Ref m_arrowButton = nullptr; - geode::Ref m_scrollLayer; - - static inline ComboComponentNode* s_activeCombo = nullptr; - std::vector m_labels; - - public: - ~ComboComponentNode() override { - if (s_activeCombo == this) { - s_activeCombo = nullptr; - } - } - - void generateSelector() { - auto const tm = ThemeManager::get(); - - auto const scrollHeight = std::min(m_component->getItems().size(), 3.5f) * 80.f; - m_scrollLayer = ScrollLayer::create({365.f * 0.3f, scrollHeight * 0.3f}); - m_scrollLayer->setID("scrollLayer"); - m_scrollLayer->setZOrder(2); - m_scrollLayer->ignoreAnchorPointForPosition(false); - m_scrollLayer->m_contentLayer->setLayout( - geode::ColumnLayout::create() - ->setAutoScale(false) - ->setAxisReverse(true) - ->setAutoGrowAxis(m_scrollLayer->getContentHeight()) - ->setAxisAlignment(geode::AxisAlignment::End) - ->setGap(0), - false - ); - - auto scrollBlock = cocos2d::CCMenu::create(); - scrollBlock->setScale(0.3f); - scrollBlock->setContentSize({365.f, scrollHeight}); - scrollBlock->setZOrder(-100); - scrollBlock->registerWithTouchDispatcher(); - - auto scrollBlockButton = CCMenuItemSpriteExtra::create( - cocos2d::CCSprite::create("GJ_button_01.png"), - nullptr, - nullptr - ); - scrollBlockButton->setContentSize({365.f, scrollHeight}); - scrollBlockButton->setZOrder(1); - scrollBlockButton->setAnchorPoint({0.5f, 0.5f}); - scrollBlockButton->setOpacity(0); - scrollBlockButton->m_scaleMultiplier = 1.f; - scrollBlock->addChildAtPosition(scrollBlockButton, geode::Anchor::Center); - m_scrollLayer->addChildAtPosition(scrollBlock, geode::Anchor::Center); - - auto scrollBackground = geode::NineSlice::create("square02b_001.png"); - scrollBackground->setID("scrollBackground"); - scrollBackground->setScale(0.3f); - scrollBackground->setContentSize({365.f, scrollHeight}); - scrollBackground->setColor(tm->getFrameBackground().toCCColor3B()); - scrollBackground->setZOrder(-2); - m_scrollLayer->addChildAtPosition(scrollBackground, geode::Anchor::Center); - - for (size_t i = 0; auto const& component : m_component->getItems()) { - auto menu = cocos2d::CCMenu::create(); - // menu->registerWithTouchDispatcher(); - menu->setContentSize({365.f * 0.3f, 80.f * 0.3f}); - - auto label = TranslatedLabel::createRaw(component); - label->setAnchorPoint({0.5f, 0.5f}); - label->limitLabelWidth(menu->getContentSize().width - 20.f, 0.75f, 0.25f); - if (m_component->getValue() == i) { - label->setColor(tm->getButtonForegroundColor().toCCColor3B()); - } else { - label->setColor(tm->getButtonDisabledForeground().toCCColor3B()); - } - m_labels.push_back(label); - - auto item = CCMenuItemSpriteExtra::create(label, this, menu_selector(ComboComponentNode::selectItem)); - item->setTag(i); - item->setAnchorPoint({0.5f, 0.5f}); - item->setZOrder(1); - item->m_scaleMultiplier = 1.1f; - menu->addChildAtPosition(item, geode::Anchor::Center); - - m_scrollLayer->m_contentLayer->addChild(menu); - - ++i; - } - - m_scrollLayer->m_contentLayer->updateLayout(); - m_scrollLayer->scrollToTop(); - } - - void updateLabel() const { - int index = m_component->getValue(); - if (index < 0 || index >= m_component->getItems().size()) { - m_valueLabel->setString(""); - return; - } - m_valueLabel->setString(m_component->getItems()[index]); - m_valueLabel->limitLabelWidth(70.f, 1.5f, 0.25f); - } - - void openSelector(CCObject* sender) { - auto const backgroundBox = m_background->boundingBox(); - auto const globalTop = m_background->convertToWorldSpace(ccp(backgroundBox.getMidX(), backgroundBox.getMaxY())); - auto const globalBottom = m_background->convertToWorldSpace(ccp(backgroundBox.getMidX(), backgroundBox.getMinY())); - auto const winSize = cocos2d::CCDirector::get()->getWinSize(); - - m_arrowButton->setRotation(270.f); - m_arrowButton->setTarget(this, menu_selector(ComboComponentNode::closeSelector)); - - if (!m_scrollLayer) { - this->generateSelector(); - } - - if (s_activeCombo) { - s_activeCombo->closeSelector(nullptr); - } - s_activeCombo = this; - - if (globalBottom.y > m_scrollLayer->getContentHeight() + 20.f) { - m_scrollLayer->setAnchorPoint({0.5f, 1.f}); - auto const targetPos = ccp(this->getContentWidth() - 70.f, this->getContentHeight() / 2.f - backgroundBox.getMidY()); - if (auto parent = this->getParent(); parent) { - auto const parentPos = parent->convertToNodeSpace(this->convertToWorldSpace(targetPos)); - parent->addChild(m_scrollLayer, 10); - m_scrollLayer->setPosition(parentPos); - } - } else { - m_scrollLayer->setAnchorPoint({0.5f, 0.f}); - auto const targetPos = ccp(this->getContentWidth() - 70.f, this->getContentHeight() / 2.f + backgroundBox.getMidY()); - if (auto parent = this->getParent(); parent) { - auto const parentPos = parent->convertToNodeSpace(this->convertToWorldSpace(targetPos)); - parent->addChild(m_scrollLayer, 10); - m_scrollLayer->setPosition(parentPos); - } - } - } - - void closeSelector(CCObject* sender) { - if (m_scrollLayer) m_scrollLayer->removeFromParent(); - m_arrowButton->setRotation(90.f); - m_arrowButton->setTarget(this, menu_selector(ComboComponentNode::openSelector)); - s_activeCombo = nullptr; - } - - void selectItem(CCObject* sender) { - auto index = sender->getTag(); - if (index < 0 || index >= m_component->getItems().size()) return; - m_component->setValue(index); - m_component->triggerCallback(index); - - for (size_t i = 0; auto label : m_labels) { - if (i == index) { - label->setColor(ThemeManager::get()->getButtonForegroundColor().toCCColor3B()); - } else { - label->setColor(ThemeManager::get()->getButtonDisabledForeground().toCCColor3B()); - } - ++i; - } - - this->updateLabel(); - this->closeSelector(nullptr); - } - - bool init(float width) { - if (!CCMenu::init()) return false; - auto const tm = ThemeManager::get(); - - this->setID(fmt::format("combo-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - auto labelSize = (width * 0.6f) - 35.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { -10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setColor(tm->getForegroundColor().toCCColor3B()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 15.f, 0.f }); - - m_background = geode::NineSlice::create("square02b_001.png"); - m_background->setID("background"); - m_background->setAnchorPoint({ 0.5f, 0.5f }); - m_background->setScale(0.3f); - m_background->setContentSize({365.f, 80.f}); - m_background->setColor(tm->getButtonBackgroundColor().toCCColor3B()); - m_background->setZOrder(-1); - this->addChildAtPosition(m_background, geode::Anchor::Right, { -70.f, 0.f }); - - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("edit_rightBtn_001.png"); - spr->setScale(0.6f); - - m_arrowButton = CCMenuItemSpriteExtra::create(spr, this, menu_selector(ComboComponentNode::openSelector)); - m_arrowButton->setRotation(90.f); - if (m_component->getItems().size() == 0) { - m_arrowButton->setColor(tm->getButtonDisabledForeground().toCCColor3B()); - m_arrowButton->setEnabled(false); - } - this->addChildAtPosition(m_arrowButton, geode::Anchor::Right, { -25.f, 0.f }); - - int index = m_component->getValue(); - if (index < 0 || index >= m_component->getItems().size()) { - m_valueLabel = TranslatedLabel::createRaw(""); - } else { - m_valueLabel = TranslatedLabel::createRaw(m_component->getItems().at(m_component->getValue())); - } - this->addChildAtPosition(m_valueLabel, geode::Anchor::Right, { -80.f, 0.f }); - updateLabel(); - - return true; - } - }; -} diff --git a/src/modules/gui/cocos/components/DirectoryComboComponent.hpp b/src/modules/gui/cocos/components/DirectoryComboComponent.hpp deleted file mode 100644 index ce6f74be..00000000 --- a/src/modules/gui/cocos/components/DirectoryComboComponent.hpp +++ /dev/null @@ -1,107 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include - -namespace eclipse::gui::cocos { - class FilesystemComboComponentNode : public BaseComponentNode { - protected: - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - geode::NineSlice* m_background = nullptr; - TranslatedLabel* m_valueLabel = nullptr; - - int m_index = 0; - - public: - void updateLabel() const { - if (m_index < 0 || m_index >= m_component->getItems().size()) { - m_valueLabel->setString(""); - return; - } - m_valueLabel->setString(geode::utils::string::pathToString(m_component->getItems()[m_index].filename())); - m_valueLabel->limitLabelWidth(70.f, 1.5f, 0.25f); - } - - void scroll(CCObject* sender) { - if (m_component->getItems().empty()) return; - - int tag = sender->getTag(); - int value = m_index + tag; - if (value < 0) value = std::max(m_component->getItems().size() - 1, 0); - if (value >= m_component->getItems().size()) value = 0; - m_index = value; - m_component->setValue(value); - m_component->triggerCallback(value); - updateLabel(); - } - - bool init(float width) { - if (!CCMenu::init()) return false; - auto const tm = ThemeManager::get(); - - m_component->onUpdate(); - - this->setID(fmt::format("filesystem-combo-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - auto labelSize = (width * 0.6f) - 35.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { -10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->setColor(tm->getForegroundColor().toCCColor3B()); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 15.f, 0.f }); - - m_background = geode::NineSlice::create("square02b_001.png"); - m_background->setID("background"); - m_background->setAnchorPoint({ 0.5f, 0.5f }); - m_background->setScale(0.3f); - m_background->setContentSize({365.f, 80.f}); - m_background->setColor(tm->getFrameBackground().toCCColor3B()); - m_background->setZOrder(-1); - this->addChildAtPosition(m_background, geode::Anchor::Right, { -70.f, 0.f }); - - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("edit_rightBtn_001.png"); - spr->setScale(0.6f); - auto arrowBtn = CCMenuItemSpriteExtra::create(spr, this, menu_selector(FilesystemComboComponentNode::scroll)); - arrowBtn->setTag(1); - this->addChildAtPosition(arrowBtn, geode::Anchor::Right, { -25.f, 0.f }); - - auto arrowBtn2 = CCMenuItemSpriteExtra::create(spr, this, menu_selector(FilesystemComboComponentNode::scroll)); - arrowBtn2->setRotation(180.f); - arrowBtn2->setTag(-1); - this->addChildAtPosition(arrowBtn2, geode::Anchor::Right, { -115.f, 0.f }); - - m_valueLabel = TranslatedLabel::createRaw(geode::utils::string::pathToString(m_component->getValue().filename())); - m_valueLabel->setColor(tm->getForegroundColor().toCCColor3B()); - this->addChildAtPosition(m_valueLabel, geode::Anchor::Right, { -70.f, 0.f }); - - auto& items = m_component->getItems(); - if (items.empty()) { - updateLabel(); - return true; - } - - auto value = m_component->getValue(); - m_index = std::ranges::find(items, value) - items.begin(); - - updateLabel(); - - return true; - } - }; -} diff --git a/src/modules/gui/cocos/components/FloatToggleComponent.hpp b/src/modules/gui/cocos/components/FloatToggleComponent.hpp deleted file mode 100644 index 07eeb0bf..00000000 --- a/src/modules/gui/cocos/components/FloatToggleComponent.hpp +++ /dev/null @@ -1,82 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include -#include - -namespace eclipse::gui::cocos { - class FloatToggleComponentNode : public BaseComponentNode, public TextInputDelegate { - protected: - CCMenuItemToggler* m_toggler = nullptr; - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - geode::TextInput* m_textInput = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - auto const tm = ThemeManager::get(); - - this->setID(fmt::format("toggle-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - m_toggler = createToggler( - createButton("checkmark.png"_spr), createButton(nullptr), - [this](auto) { - auto value = !this->m_component->getState(); - m_component->setState(value); - m_component->triggerCallback(); - } - ); - m_toggler->setAnchorPoint({ 0.5, 0.5f }); - m_toggler->toggle(m_component->getState()); - this->addChildAtPosition(m_toggler, geode::Anchor::Left, { 15.f, 0.f }); - - auto labelSize = (width * 0.6f) - 35.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { -10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - m_label->setColor(tm->getCheckboxForegroundColor().toCCColor3B()); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 30.f, 0.f }); - - m_textInput = geode::TextInput::create(120, m_component->getTitle().c_str(), "font_default.fnt"_spr); - m_textInput->setAnchorPoint({ 0.5f, 0.5f }); - m_textInput->getInputNode()->setAllowedChars(".0123456789"); - m_textInput->setDelegate(this); - m_textInput->setString(fmt::to_string(m_component->getValue())); - m_textInput->setScale(0.85f); - this->addChildAtPosition(m_textInput, geode::Anchor::Right, { -70.f, 0.f }); - - return true; - } - - void textChanged(CCTextInputNode* input) override { - geode::Result valueOpt = geode::utils::numFromString(input->getString()); - if(!valueOpt) - return; - - float value = std::clamp(*valueOpt, m_component->getMin(), m_component->getMax()); - - m_component->setValue(value); - m_component->triggerCallback(value); - } - - void textInputClosed(CCTextInputNode* input) override { - m_textInput->setString(fmt::to_string(m_component->getValue())); - } - }; -} diff --git a/src/modules/gui/cocos/components/InputFloatComponent.hpp b/src/modules/gui/cocos/components/InputFloatComponent.hpp deleted file mode 100644 index 94290c89..00000000 --- a/src/modules/gui/cocos/components/InputFloatComponent.hpp +++ /dev/null @@ -1,65 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include - -namespace eclipse::gui::cocos { - class InputFloatComponentNode : public BaseComponentNode, public TextInputDelegate { - protected: - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - geode::TextInput* m_textInput = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - - this->setID(fmt::format("toggle-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - auto labelSize = (width * 0.6f) - 35.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(ThemeManager::get()->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { -10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 15.f, 0.f }); - - m_textInput = geode::TextInput::create(120, m_component->getTitle().c_str(), "font_default.fnt"_spr); - m_textInput->setAnchorPoint({ 0.5f, 0.5f }); - m_textInput->getInputNode()->setAllowedChars(".0123456789"); - m_textInput->setDelegate(this); - m_textInput->setString(fmt::to_string(m_component->getValue())); - m_textInput->setScale(0.85f); - this->addChildAtPosition(m_textInput, geode::Anchor::Right, { -70.f, 0.f }); - - return true; - } - - void textChanged(CCTextInputNode* input) override { - auto valueOpt = geode::utils::numFromString(input->getString()); - if (!valueOpt) return; - - float value = std::clamp(*valueOpt, m_component->getMin(), m_component->getMax()); - - m_component->setValue(value); - m_component->triggerCallback(value); - } - - void textInputClosed(CCTextInputNode* input) override { - m_textInput->setString(fmt::to_string(m_component->getValue())); - } - }; -} diff --git a/src/modules/gui/cocos/components/InputIntComponent.hpp b/src/modules/gui/cocos/components/InputIntComponent.hpp deleted file mode 100644 index ada88e7c..00000000 --- a/src/modules/gui/cocos/components/InputIntComponent.hpp +++ /dev/null @@ -1,66 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include - -namespace eclipse::gui::cocos { - class InputIntComponentNode : public BaseComponentNode, public TextInputDelegate { - protected: - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - geode::TextInput* m_textInput = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - - this->setID(fmt::format("toggle-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - auto labelSize = (width * 0.6f) - 35.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(ThemeManager::get()->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { -10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 15.f, 0.f }); - - m_textInput = geode::TextInput::create(120, m_component->getTitle().c_str(), "font_default.fnt"_spr); - m_textInput->setAnchorPoint({ 0.5f, 0.5f }); - m_textInput->getInputNode()->setAllowedChars("0123456789"); - m_textInput->setDelegate(this); - m_textInput->setString(fmt::to_string(m_component->getValue())); - m_textInput->setScale(0.85f); - this->addChildAtPosition(m_textInput, geode::Anchor::Right, { -70.f, 0.f }); - - return true; - } - - virtual void textChanged(CCTextInputNode* input) override { - geode::Result valueOpt = geode::utils::numFromString(input->getString()); - if(!valueOpt) - return; - - int value = std::clamp(*valueOpt, m_component->getMin(), m_component->getMax()); - - m_component->setValue(value); - m_component->triggerCallback(value); - } - - void textInputClosed(CCTextInputNode* input) override { - m_textInput->setString(fmt::to_string(m_component->getValue())); - } - }; -} diff --git a/src/modules/gui/cocos/components/InputTextComponent.hpp b/src/modules/gui/cocos/components/InputTextComponent.hpp deleted file mode 100644 index 1c5fd4e3..00000000 --- a/src/modules/gui/cocos/components/InputTextComponent.hpp +++ /dev/null @@ -1,60 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include - -namespace eclipse::gui::cocos { - class InputTextComponentNode : public BaseComponentNode, public TextInputDelegate { - protected: - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - geode::TextInput* m_textInput = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - - this->setID(fmt::format("toggle-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - auto labelSize = (width * 0.5f) - 35.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(ThemeManager::get()->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { -10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 15.f, 0.f }); - - auto inputWidth = width - labelSize - 50.f; - m_textInput = geode::TextInput::create(inputWidth, "", "font_default.fnt"_spr); - m_textInput->setAnchorPoint({ 0.5f, 0.5f }); - m_textInput->setDelegate(this); - m_textInput->setString(m_component->getValue()); - m_textInput->setScale(0.85f); - this->addChildAtPosition(m_textInput, geode::Anchor::Right, { -inputWidth / 2 - 5.f, 0.f }); - - return true; - } - - void textChanged(CCTextInputNode* input) override { - m_component->setValue(input->getString()); - m_component->triggerCallback(input->getString()); - } - - void textInputClosed(CCTextInputNode* input) override { - m_textInput->setString(m_component->getValue()); - } - }; -} diff --git a/src/modules/gui/cocos/components/IntToggleComponent.hpp b/src/modules/gui/cocos/components/IntToggleComponent.hpp deleted file mode 100644 index 9239e271..00000000 --- a/src/modules/gui/cocos/components/IntToggleComponent.hpp +++ /dev/null @@ -1,84 +0,0 @@ -#pragma once -#include - -#include "BaseComponentNode.hpp" - -#include -#include - -namespace eclipse::gui::cocos { - class IntToggleComponentNode : public BaseComponentNode, public TextInputDelegate { - protected: - CCMenuItemToggler* m_toggler = nullptr; - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - geode::TextInput* m_textInput = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - const auto tm = ThemeManager::get(); - - this->setID(fmt::format("toggle-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - m_toggler = createToggler( - createButton("checkmark.png"_spr), createButton(nullptr), - [this](auto) { - auto value = !this->m_component->getState(); - m_component->setState(value); - m_component->triggerCallback(); - } - ); - m_toggler->setAnchorPoint({ 0.5, 0.5f }); - m_toggler->toggle(m_component->getState()); - this->addChildAtPosition(m_toggler, geode::Anchor::Left, { 15.f, 0.f }); - - auto labelSize = (width * 0.6f) - 35.f; - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { -10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - m_label->setColor(tm->getCheckboxForegroundColor().toCCColor3B()); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 30.f, 0.f }); - - m_textInput = geode::TextInput::create(120, m_component->getTitle().c_str(), "font_default.fnt"_spr); - m_textInput->setAnchorPoint({ 0.5f, 0.5f }); - m_textInput->getInputNode()->setAllowedChars(".0123456789"); - m_textInput->setDelegate(this); - m_textInput->setString(fmt::to_string(m_component->getValue())); - m_textInput->setScale(0.85f); - this->addChildAtPosition(m_textInput, geode::Anchor::Right, { -70.f, 0.f }); - - return true; - } - - virtual void textChanged(CCTextInputNode* input) override { - geode::Result valueOpt = geode::utils::numFromString(input->getString()); - if(!valueOpt) - return; - - int value = std::clamp(*valueOpt, m_component->getMin(), m_component->getMax()); - - m_component->setValue(value); - m_component->triggerCallback(value); - } - - void textInputClosed(CCTextInputNode* input) override { - m_textInput->setString(fmt::to_string(m_component->getValue())); - } - }; -} diff --git a/src/modules/gui/cocos/components/KeybindComponent.hpp b/src/modules/gui/cocos/components/KeybindComponent.hpp deleted file mode 100644 index 61ec2a82..00000000 --- a/src/modules/gui/cocos/components/KeybindComponent.hpp +++ /dev/null @@ -1,199 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include -#include -#include - -namespace eclipse::gui::cocos { - class KeybindComponentNode : public BaseComponentNode { - protected: - TranslatedLabel* m_keyName{}; - CCMenuItemSpriteExtra* m_resetBtn{}; - - friend class SelectKeybindPopup; - public: - bool init(float width); - - void onDelete(CCObject*); - }; - - class SelectKeybindPopup : public geode::Popup { - public: - static SelectKeybindPopup* create(keybinds::KeybindProps initialKey, KeybindComponentNode* btn) { - auto ret = new SelectKeybindPopup(); - if (ret->init(initialKey, btn)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - private: - bool init(keybinds::KeybindProps initialKey, KeybindComponentNode* btn) { - if (!Popup::init(260.f, 120.f, "GJ_square02.png")) return false; - - m_keybindNode = btn; - m_initialKey = initialKey; - - auto label = TranslatedLabel::create("keybinds.press-key"); - label->setID("title"_spr); - label->limitLabelWidth(m_size.width - 30.f, 1.f, 0.25f); - m_mainLayer->addChildAtPosition(label, geode::Anchor::Center); - - this->scheduleUpdate(); - - return true; - } - - void triggerChange(keybinds::KeybindProps key) const { - auto& component = m_keybindNode->m_component; - config::set(component->getId(), key); - component->triggerCallback(key); - - // some callbacks might change the key, so just fetch it again - key = config::get(component->getId(), keybinds::Keys::None); - m_keybindNode->m_keyName->setString(keybinds::keyToString(key)); - - if (m_keybindNode->m_resetBtn) { - m_keybindNode->m_resetBtn->setVisible(key != component->getDefaultKey()); - } - } - - void onExit() override { - Popup::onExit(); - if (m_waitingForInput) { // If we were waiting for input, we should cancel the keybind - this->triggerChange(m_initialKey); - } - } - - void update(float) override { - // do not allow input if the close button is selected - if (m_closeBtn->m_bSelected) { - m_ignoreInput = true; - return; - } - - if (m_ignoreInput) { - // wait until the mouse button is released - m_ignoreInput = keybinds::isKeyDown(keybinds::Keys::MouseLeft); - return; - } - - static std::string activeKeybindId; - static keybinds::KeybindProps releasedKey; - static bool listenerRegistered = false; - - if (!listenerRegistered) { - keybinds::Manager::get()->registerGlobalListener([](keybinds::KeyEvent event) { - if (activeKeybindId.empty()) return false; - if (event.props.key == keybinds::Keys::MouseLeft) return false; // ignore mouse clicks - if (!event.down) { - releasedKey = event.props; - } - return true; - }); - listenerRegistered = true; - } - - activeKeybindId = m_keybindNode->m_component->getId(); - - if (keybinds::isKeyDown(keybinds::Keys::Escape)) { - this->onClose(nullptr); - releasedKey = {}; - activeKeybindId.clear(); - } else if (releasedKey.key != keybinds::Keys::None) { - m_waitingForInput = false; - this->triggerChange(releasedKey); - this->onClose(nullptr); - releasedKey = {}; - activeKeybindId.clear(); - } - } - - geode::Ref m_keybindNode; - keybinds::KeybindProps m_initialKey = keybinds::Keys::None; - bool m_waitingForInput = false; - bool m_ignoreInput = false; - }; - - inline bool KeybindComponentNode::init(float width) { - if (!CCMenu::init()) return false; - - this->setID(fmt::format("keybind-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - auto label = TranslatedLabel::create(m_component->getTitle()); - label->setAnchorPoint({ 0, 0.5f }); - label->limitLabelWidth(width * 0.5f, 1.f, 0.1f); - label->setID("label"_spr); - this->addChildAtPosition(label, geode::Anchor::Left, { 5.f, 0.f }); - - auto offset = 0.f; - if (m_component->canDelete()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("trashbin.png"_spr); - spr->setScale(0.4f); - auto deleteBtn = CCMenuItemSpriteExtra::create(spr, this, menu_selector(KeybindComponentNode::onDelete)); - deleteBtn->setID("delete"_spr); - offset = -deleteBtn->getContentWidth() / 2; - this->addChildAtPosition(deleteBtn, geode::Anchor::Right, { offset - 5.f, 0.f }); - offset = offset * 2 - 5.f; - } - - auto key = config::get(m_component->getId(), keybinds::Keys::None); - m_keyName = TranslatedLabel::createRaw(keybinds::keyToString(key)); - m_keyName->setScale(1.2f); - - auto btnWidth = width * 0.3f; - auto btnSprite = geode::NineSlice::create("square02b_001.png", { 0.0f, 0.0f, 80.0f, 80.0f }); - btnSprite->setContentSize({ btnWidth * (1.f / 0.75f), 36.f }); - btnSprite->setScale(0.6f); - btnSprite->addChildAtPosition(m_keyName, geode::Anchor::Center); - m_keyName->limitLabelWidth(btnWidth * (1.f / 0.75f) * 0.9f, 1.2f, 0.1f); - - auto tm = ThemeManager::get(); - btnSprite->setColor(tm->getButtonBackgroundColor().toCCColor3B()); - m_keyName->setColor(tm->getButtonForegroundColor().toCCColor3B()); - - offset -= btnWidth / 2.5; - - auto btn = createSpriteExtra( - btnSprite, - [this](auto) { - SelectKeybindPopup::create( - config::get(m_component->getId(), keybinds::Keys::None), - this - )->show(); - } - ); - btn->m_scaleMultiplier = 1.1f; - btn->setID("keybind"_spr); - this->addChildAtPosition(btn, geode::Anchor::Right, { offset - 5.f, 0.f }); - offset -= btnWidth / 2; - - if (m_component->getDefaultKey() != keybinds::Keys::None) { - m_resetBtn = createSpriteExtraWithFrame( - "reset.png"_spr, 0.3f, - [this](auto) { - auto key = m_component->getDefaultKey(); - config::set(m_component->getId(), key); - m_keyName->setString(keybinds::keyToString(key)); - m_component->triggerCallback(key); - m_resetBtn->setVisible(false); - } - ); - m_resetBtn->setID("reset"_spr); - m_resetBtn->setVisible(key != m_component->getDefaultKey()); - this->addChildAtPosition(m_resetBtn, geode::Anchor::Right, { offset - 15.f, 0.f }); - } - - return true; - } - - inline void KeybindComponentNode::onDelete(CCObject*) { - config::set(m_component->getId(), keybinds::Keys::None); - m_keyName->setString(keybinds::keyToString(keybinds::Keys::None)); - m_component->triggerCallback(keybinds::Keys::None); - } -} diff --git a/src/modules/gui/cocos/components/LabelSettingsComponent.hpp b/src/modules/gui/cocos/components/LabelSettingsComponent.hpp deleted file mode 100644 index d6a982ac..00000000 --- a/src/modules/gui/cocos/components/LabelSettingsComponent.hpp +++ /dev/null @@ -1,111 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include -#include -#include -#include -#include - -namespace eclipse::gui::cocos { - class LabelSettingsComponentNode : public BaseComponentNode { - protected: - CCMenuItemToggler* m_toggler = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - - auto const tm = ThemeManager::get(); - constexpr auto height = 36.f; - auto settings = m_component->getSettings(); - - this->setID(fmt::format("setting-{}"_spr, m_component->getId())); - this->setContentSize({width, height}); - - auto bg = geode::NineSlice::create("square02b_001.png"); - bg->setScale(0.5f); - bg->setContentSize({width * 2 - 10.f, height * 2}); - bg->setColor(tm->getFrameBackground().toCCColor3B()); - bg->setOpacity(90); - bg->setID("background"); - this->addChildAtPosition(bg, geode::Anchor::Center, {0, 0}); - - m_toggler = createToggler( - createButton("checkmark.png"_spr), - createButton(nullptr), - [this, settings](auto) { - settings->visible = !settings->visible; - this->m_component->triggerEditCallback(); - } - ); - m_toggler->setAnchorPoint({ 0.5, 0.5f }); - m_toggler->toggle(m_component->getSettings()->visible); - this->addChildAtPosition(m_toggler, geode::Anchor::Left, { 20.f, 0.f }); - - auto nameTextBox = geode::TextInput::create(120.f, "Label Name", "font_default.fnt"_spr); - nameTextBox->setString(settings->name); - nameTextBox->setID("name-textbox"); - nameTextBox->setAnchorPoint({0, 0.5f}); - nameTextBox->setCallback([this](std::string const& text) { - m_component->getSettings()->name = text; - this->m_component->triggerEditCallback(); - }); - this->addChildAtPosition(nameTextBox, geode::Anchor::Left, { 35.f, 0.f }); - - auto deleteButton = createSpriteExtra( - createButton("trashbin.png"_spr, 0.5f), - [this](auto) { - this->m_component->triggerDeleteCallback(); - } - ); - deleteButton->setID("delete-btn"); - this->addChildAtPosition(deleteButton, geode::Anchor::Right, { -21.f, 0.f }); - - auto settingsButton = createSpriteExtra( - createButton("settings.png"_spr, 0.5f), - [this](auto) { - LabelSettingsPopup::create(m_component)->show(); - } - ); - settingsButton->setID("settings-btn"); - this->addChildAtPosition(settingsButton, geode::Anchor::Right, { -54.f, 0.f }); - - auto const createArrowBtn = [&](bool flip) { - auto arrow = cocos2d::CCSprite::createWithSpriteFrameName("arrow.png"_spr); - if (flip) arrow->setFlipY(true); - arrow->setScale(0.5f); - arrow->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - return arrow; - }; - - auto moveBg = geode::NineSlice::create("square02b_001.png"); - moveBg->setScale(0.475f); - moveBg->setContentSize({120.f, height * 2 - 10.f}); - moveBg->setColor(tm->getFrameBackground().toCCColor3B()); - moveBg->setOpacity(90); - moveBg->setID("move-arrows-background"); - this->addChildAtPosition(moveBg, geode::Anchor::Center, {12.5, 0}); - - auto moveUpBtn = createSpriteExtra( - createArrowBtn(false), - [this](auto) { - m_component->triggerMoveCallback(true); - } - ); - moveUpBtn->setID("move-up-btn"); - this->addChildAtPosition(moveUpBtn, geode::Anchor::Center, { 25.f, 0.f }); - - auto moveDownBtn = createSpriteExtra( - createArrowBtn(true), - [this](auto) { - m_component->triggerMoveCallback(false); - } - ); - moveDownBtn->setID("move-down-btn"); - this->addChildAtPosition(moveDownBtn, geode::Anchor::Center, { 0.f, 0.f }); - - return true; - } - }; -} diff --git a/src/modules/gui/cocos/components/RadioButtonMenuComponent.hpp b/src/modules/gui/cocos/components/RadioButtonMenuComponent.hpp deleted file mode 100644 index 92324d68..00000000 --- a/src/modules/gui/cocos/components/RadioButtonMenuComponent.hpp +++ /dev/null @@ -1,96 +0,0 @@ -#pragma once -#include - -#include -#include - -namespace eclipse::gui::cocos { - class RadioButtonsMenuNode : public cocos2d::CCNode { - protected: - std::vector m_radioButtons; - std::vector> m_toggles; - - public: - static cocos2d::CCSprite* createRadioButton(bool check) { - auto const tm = ThemeManager::get(); - auto box = cocos2d::CCSprite::createWithSpriteFrameName("circle.png"_spr); - box->setScale(0.45f); - if (check) { - auto checkmark = cocos2d::CCSprite::createWithSpriteFrameName("circle.png"_spr); - checkmark->setScale(0.7f); - box->addChildAtPosition(checkmark, geode::Anchor::Center); - checkmark->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - } - box->setColor(tm->getCheckboxBackgroundColor().toCCColor3B()); - return box; - } - - void addRadioButton(RadioButtonComponent* radioButton, float width) { - auto const tm = ThemeManager::get(); - constexpr float height = 28.f; - - auto node = cocos2d::CCMenu::create(); - node->setContentSize({ width, height }); - - auto choice = radioButton->getChoice(); - // 0.7 - auto toggle = createToggler( - createRadioButton(true), createRadioButton(false), [this, radioButton, choice](auto) { - radioButton->setValue(choice); - radioButton->triggerCallback(choice); - - // Update all toggles - for (auto const& [t, c] : m_toggles) { - t->setEnabled(c != choice); - t->toggle(c == choice); - } - } - ); - toggle->setAnchorPoint({ 0.5, 0.5f }); - toggle->toggle(radioButton->getValue() == choice); - node->addChildAtPosition(toggle, geode::Anchor::Left, { 15.f, 0.f }); - - m_toggles.emplace_back(toggle, choice); - - auto label = TranslatedLabel::create(radioButton->getTitle()); - label->setAnchorPoint({ 0, 0.5f }); - label->limitLabelWidth(width - 40.f, 1.f, 0.25f); - label->setColor(tm->getCheckboxForegroundColor().toCCColor3B()); - node->addChildAtPosition(label, geode::Anchor::Left, { 30.f, 0.f }); - - node->setID(fmt::format("option-{}"_spr, choice)); - this->addChild(node, 1, choice); - } - - bool init(float width) { - if (!CCNode::init()) return false; - this->setID(fmt::format("radio-group-{}"_spr, m_radioButtons[0]->getId())); - - for (auto const& radioButton : m_radioButtons) { - addRadioButton(radioButton, width / m_radioButtons.size() - 5.f); - } - - this->setContentSize({ width, 28.f * m_radioButtons.size() }); - - this->setLayout( - geode::RowLayout::create() - ->setGap(0.f) - ->setAutoScale(false) - ->setAxisAlignment(geode::AxisAlignment::Between) - ); - - return true; - } - - static RadioButtonsMenuNode* create(std::vector radioButtons, float width) { - auto ret = new RadioButtonsMenuNode; - ret->m_radioButtons = std::move(radioButtons); - if (ret->init(width)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - }; -} diff --git a/src/modules/gui/cocos/components/ToggleComponent.hpp b/src/modules/gui/cocos/components/ToggleComponent.hpp deleted file mode 100644 index 2e9016a1..00000000 --- a/src/modules/gui/cocos/components/ToggleComponent.hpp +++ /dev/null @@ -1,74 +0,0 @@ -#pragma once -#include "BaseComponentNode.hpp" - -#include -#include -#include - -namespace eclipse::gui::cocos { - class ToggleComponentNode : public BaseComponentNode { - protected: - CCMenuItemToggler* m_toggler = nullptr; - TranslatedLabel* m_label = nullptr; - CCMenuItemSpriteExtra* m_extraButton = nullptr; - CCMenuItemSpriteExtra* m_infoButton = nullptr; - - public: - bool init(float width) { - if (!CCMenu::init()) return false; - auto const tm = ThemeManager::get(); - - this->setID(fmt::format("toggle-{}"_spr, m_component->getId())); - this->setContentSize({ width, 28.f }); - - m_toggler = createToggler( - createButton("checkmark.png"_spr), - createButton(nullptr), - [this](auto) { - auto value = !this->m_component->getValue(); - m_component->setValue(value); - m_component->triggerCallback(value); - } - ); - m_toggler->setAnchorPoint({ 0.5, 0.5f }); - m_toggler->toggle(m_component->getValue()); - this->addChildAtPosition(m_toggler, geode::Anchor::Left, { 15.f, 0.f }); - - auto labelSize = width - 35.f; - auto offset = 0.f; - if (auto options = m_component->getOptions()) { - m_extraButton = createSpriteExtra( - createButton("settings.png"_spr, 0.35f), - [options](auto) { - OptionsPopup::create(*options)->show(); - } - ); - m_extraButton->setAnchorPoint({ 0.5, 0.5f }); - this->addChildAtPosition(m_extraButton, geode::Anchor::Right, { -15.f, 0.f }); - labelSize -= 25.f; - offset = -25.f; - } - - if (!m_component->getDescription().empty()) { - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("info.png"_spr); - spr->setScale(0.35f); - m_infoButton = CCMenuItemSpriteExtra::create( - spr, this, - menu_selector(BaseComponentNode::openDescriptionPopup) - ); - m_infoButton->setAnchorPoint({ 0.5, 0.5f }); - m_infoButton->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - this->addChildAtPosition(m_infoButton, geode::Anchor::Right, { offset - 10.f, 0.f }); - labelSize -= 15.f; - } - - m_label = TranslatedLabel::create(m_component->getTitle()); - m_label->setAnchorPoint({0, 0.5f}); - m_label->limitLabelWidth(labelSize, 1.f, 0.25f); - m_label->setColor(tm->getCheckboxForegroundColor().toCCColor3B()); - this->addChildAtPosition(m_label, geode::Anchor::Left, { 30.f, 0.f }); - - return true; - } - }; -} diff --git a/src/modules/gui/cocos/nodes/CCMenuItemExt.cpp b/src/modules/gui/cocos/nodes/CCMenuItemExt.cpp deleted file mode 100644 index 6ffc8a2a..00000000 --- a/src/modules/gui/cocos/nodes/CCMenuItemExt.cpp +++ /dev/null @@ -1,91 +0,0 @@ -#include "CCMenuItemExt.hpp" - -namespace eclipse::gui::cocos { - CCMenuItemSpriteExtraPro* CCMenuItemSpriteExtraPro::create( - CCNode* sprite, - Function&& callback - ) { - auto ret = new CCMenuItemSpriteExtraPro(); - if (ret->init(sprite, sprite, ret, menu_selector(CCMenuItemSpriteExtraPro::onClick))) { - ret->m_callback = std::move(callback); - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void CCMenuItemSpriteExtraPro::onClick(CCObject*) { - m_callback(this); - } - - CCMenuItemTogglerPro* CCMenuItemTogglerPro::create( - CCNode* onSprite, CCNode* offSprite, Function&& callback - ) { - auto ret = new CCMenuItemTogglerPro(); - if (ret->init( - offSprite, onSprite, - ret, menu_selector(CCMenuItemTogglerPro::onClick) - )) { - ret->m_toggleCallback = std::move(callback); - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void CCMenuItemTogglerPro::onClick(CCObject*) { - m_toggleCallback(this); - } - - CCMenuItemSpriteExtraPro* createSpriteExtra( - cocos2d::CCNode* sprite, - Function&& callback - ) { - return CCMenuItemSpriteExtraPro::create(sprite, std::move(callback)); - } - - CCMenuItemSpriteExtraPro* createSpriteExtra( - cocos2d::CCNode* sprite, float scale, Function&& callback - ) { - sprite->setScale(scale); - return CCMenuItemSpriteExtraPro::create(sprite, std::move(callback)); - } - - CCMenuItemSpriteExtraPro* createSpriteExtra( - char const* spriteName, Function&& callback - ) { - auto sprite = cocos2d::CCSprite::create(spriteName); - return CCMenuItemSpriteExtraPro::create(sprite, std::move(callback)); - } - - CCMenuItemSpriteExtraPro* createSpriteExtra( - char const* spriteName, float scale, Function&& callback - ) { - auto sprite = cocos2d::CCSprite::create(spriteName); - sprite->setScale(scale); - return CCMenuItemSpriteExtraPro::create(sprite, std::move(callback)); - } - - CCMenuItemSpriteExtraPro* createSpriteExtraWithFrame( - char const* spriteFrameName, Function&& callback - ) { - auto sprite = cocos2d::CCSprite::createWithSpriteFrameName(spriteFrameName); - return CCMenuItemSpriteExtraPro::create(sprite, std::move(callback)); - } - - CCMenuItemSpriteExtraPro* createSpriteExtraWithFrame( - char const* spriteFrameName, float scale, Function&& callback - ) { - auto sprite = cocos2d::CCSprite::createWithSpriteFrameName(spriteFrameName); - sprite->setScale(scale); - return CCMenuItemSpriteExtraPro::create(sprite, std::move(callback)); - } - - CCMenuItemTogglerPro* createToggler( - cocos2d::CCNode* onSprite, cocos2d::CCNode* offSprite, Function&& callback - ) { - return CCMenuItemTogglerPro::create(onSprite, offSprite, std::move(callback)); - } -} diff --git a/src/modules/gui/cocos/nodes/CCMenuItemExt.hpp b/src/modules/gui/cocos/nodes/CCMenuItemExt.hpp deleted file mode 100644 index 167c6413..00000000 --- a/src/modules/gui/cocos/nodes/CCMenuItemExt.hpp +++ /dev/null @@ -1,69 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - class CCMenuItemSpriteExtraPro : public CCMenuItemSpriteExtra { - public: - static CCMenuItemSpriteExtraPro* create( - CCNode* sprite, - Function&& callback - ); - - void onClick(CCObject*); - - private: - Function m_callback; - }; - - class CCMenuItemTogglerPro : public CCMenuItemToggler { - public: - static CCMenuItemTogglerPro* create( - CCNode* onSprite, CCNode* offSprite, - Function&& callback - ); - - void onClick(CCObject*); - - private: - Function m_toggleCallback; - }; - - // == CCMenuItemSpriteExtra == // - - CCMenuItemSpriteExtraPro* createSpriteExtra( - cocos2d::CCNode* sprite, - Function&& callback - ); - - CCMenuItemSpriteExtraPro* createSpriteExtra( - cocos2d::CCNode* sprite, float scale, - Function&& callback - ); - - CCMenuItemSpriteExtraPro* createSpriteExtra( - char const* spriteName, - Function&& callback - ); - - CCMenuItemSpriteExtraPro* createSpriteExtra( - char const* spriteName, float scale, - Function&& callback - ); - - CCMenuItemSpriteExtraPro* createSpriteExtraWithFrame( - char const* spriteFrameName, - Function&& callback - ); - - CCMenuItemSpriteExtraPro* createSpriteExtraWithFrame( - char const* spriteFrameName, float scale, - Function&& callback - ); - - // == CCMenuItemToggler == // - - CCMenuItemTogglerPro* createToggler( - cocos2d::CCNode* onSprite, cocos2d::CCNode* offSprite, - Function&& callback - ); -} \ No newline at end of file diff --git a/src/modules/gui/cocos/nodes/FallbackBMFont.cpp b/src/modules/gui/cocos/nodes/FallbackBMFont.cpp deleted file mode 100644 index c770396d..00000000 --- a/src/modules/gui/cocos/nodes/FallbackBMFont.cpp +++ /dev/null @@ -1,139 +0,0 @@ -#include "FallbackBMFont.hpp" -#include - -namespace eclipse::gui::cocos { - template - struct EmojiToHexConverter { - static constexpr size_t length = N - 1; - static constexpr size_t modIdSize = sizeof(GEODE_MOD_ID) - 1; - - char32_t value[length]{}; - char filename[modIdSize + (length * 6 + 4)]{}; - - constexpr EmojiToHexConverter(char32_t const (&str)[N]) { - std::copy_n(str, N - 1, value); - - constexpr char hex[] = "0123456789abcdef"; - size_t index = 0; - // add the mod id - for (size_t i = 0; i < modIdSize; ++i) { - filename[index++] = GEODE_MOD_ID[i]; - } - filename[index++] = '/'; - - // expand the emoji to hex - for (size_t i = 0; i < length; ++i) { - int c = str[i]; - - // if last char is 0xfe0f, skip it - if (c == 0xfe0f) { - // if this was a last char, remove the dash - if (filename[index - 1] == '-' && i == length - 1) { - index--; - } - continue; - } - - if (c >= 0x10000) filename[index++] = hex[(c >> 16) & 0xF]; - if (c >= 0x1000) filename[index++] = hex[(c >> 12) & 0xF]; - if (c >= 0x100) filename[index++] = hex[(c >> 8) & 0xF]; - if (c >= 0x10) filename[index++] = hex[(c >> 4) & 0xF]; - filename[index++] = hex[c & 0xF]; - if (i < length - 1) filename[index++] = '-'; - } - - // add the extension - filename[index++] = '.'; - filename[index++] = 'p'; - filename[index++] = 'n'; - filename[index] = 'g'; - } - }; - - template - constexpr std::pair operator""_emoji() { - return { std::u32string_view(S.value, S.length), S.filename }; - } - - static Label::EmojiMap const g_emojis = { - // Twemoji emojis - U"💯"_emoji, U"🤫"_emoji, U"🐻"_emoji, U"💔"_emoji, U"🐱"_emoji, - U"🐶"_emoji, U"🦊"_emoji, U"🔫"_emoji, U"🤨"_emoji, U"🗿"_emoji, - U"🔥"_emoji, U"🤓"_emoji, U"😱"_emoji, U"💀"_emoji, U"😈"_emoji, - U"🗣️"_emoji, U"😭"_emoji, U"🤡"_emoji, U"👽"_emoji, U"👶"_emoji, - U"🤖"_emoji, U"❤️"_emoji, U"👻"_emoji, U"🤯"_emoji, U"❄️"_emoji, - U"🛌"_emoji, U"🧖"_emoji, U"🐟"_emoji, U"✨"_emoji, U"🎉"_emoji, - U"🐷"_emoji, U"🌚"_emoji, U"🌞"_emoji, U"🌝"_emoji, U"🐵"_emoji, - U"🙈"_emoji, U"🙉"_emoji, U"🙊"_emoji, U"👑"_emoji, U"🙏"_emoji, - U"❓"_emoji, U"😎"_emoji, U"😍"_emoji, - - U"🤔"_emoji, U"⚙️"_emoji, U"🔇"_emoji, U"😔"_emoji, U"😅"_emoji, - U"💪"_emoji, U"🚀"_emoji, U"😊"_emoji, U"🙌"_emoji, U"😏"_emoji, - U"✌️"_emoji, U"😄"_emoji, U"😌"_emoji, U"💙"_emoji, U"😴"_emoji, - U"👋"_emoji, U"😢"_emoji, U"🌊"_emoji, U"😤"_emoji, U"😬"_emoji, - U"😕"_emoji, U"🎯"_emoji, U"👂"_emoji, U"💭"_emoji, U"👀"_emoji, - U"💡"_emoji, U"🎮"_emoji, U"💅"_emoji, - - U"🇦"_emoji, U"🇧"_emoji, U"🇨"_emoji, U"🇩"_emoji, - U"🇪"_emoji, U"🇫"_emoji, U"🇬"_emoji, U"🇭"_emoji, - U"🇮"_emoji, U"🇯"_emoji, U"🇰"_emoji, U"🇱"_emoji, - U"🇲"_emoji, U"🇳"_emoji, U"🇴"_emoji, U"🇵"_emoji, - U"🇶"_emoji, U"🇷"_emoji, U"🇸"_emoji, U"🇹"_emoji, - U"🇺"_emoji, U"🇻"_emoji, U"🇼"_emoji, U"🇽"_emoji, - U"🇾"_emoji, U"🇿"_emoji, - U"0️⃣"_emoji, U"1️⃣"_emoji, U"2️⃣"_emoji, U"3️⃣"_emoji, - U"4️⃣"_emoji, U"5️⃣"_emoji, U"6️⃣"_emoji, U"7️⃣"_emoji, - U"8️⃣"_emoji, U"9️⃣"_emoji, - - // Geometry Dash emojis - U"✅"_emoji, U"❌"_emoji, U"❗"_emoji, - U"👎"_emoji, U"👍"_emoji, - U"⭐"_emoji, U"🌙"_emoji, - U"⭕"_emoji, U"🟡"_emoji, // Gold Coin (empty/full) - U"🛞"_emoji, U"🔵"_emoji, // User Coin (empty/full) - U"♦️"_emoji, // Practice Mode Checkpoint - U"🧿"_emoji, // StartPos - U"💎"_emoji, // Diamond - U"💠"_emoji, // Diamond Shard - U"🔹"_emoji, // Orbs - - // Custom emojis - U"🌗"_emoji, // Eclipse Logo - U"🪩"_emoji, // Geode Logo - }; - - std::string TranslatedLabel::getCurrentAtlas() { - return fmt::format("font_{}.fnt"_spr, i18n::getRequiredGlyphRangesString()); - } - - bool TranslatedLabel::isDefaultAtlas() { - return i18n::getRequiredGlyphRangesString() == "default"; - } - - bool TranslatedLabel::init(geode::ZStringView key) { - return initRaw(i18n::get(key)); - } - - bool TranslatedLabel::initWrapped(geode::ZStringView key, float wrapWidth, float scale) { - return initWrappedRaw(i18n::get(key), wrapWidth, scale); - } - - bool TranslatedLabel::initRaw(geode::ZStringView text) { - if (!isDefaultAtlas()) { - this->addFont("font_default.fnt"_spr); - } - return Label::init(text, getCurrentAtlas(), BMFontAlignment::Left, 1.f); - } - - bool TranslatedLabel::initWrappedRaw(geode::ZStringView text, float wrapWidth, float scale) { - if (!isDefaultAtlas()) { - this->addFont("font_default.fnt"_spr); - } - return Label::initWrapped(text, getCurrentAtlas(), BMFontAlignment::Left, scale, wrapWidth); - } - - bool EmojiLabel::init(geode::ZStringView text, std::string const& font) { - this->enableEmojis("emojis.png"_spr, &g_emojis); - return Label::init(text, font, BMFontAlignment::Left, 1.f); - } -} diff --git a/src/modules/gui/cocos/nodes/FallbackBMFont.hpp b/src/modules/gui/cocos/nodes/FallbackBMFont.hpp deleted file mode 100644 index aa0359da..00000000 --- a/src/modules/gui/cocos/nodes/FallbackBMFont.hpp +++ /dev/null @@ -1,75 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - - /// @brief Label node that supports translation. - class TranslatedLabel : public Label { - public: - static TranslatedLabel* create(geode::ZStringView key) { - auto ret = new TranslatedLabel(); - if (ret->init(key)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - static TranslatedLabel* createRaw(geode::ZStringView text) { - auto ret = new TranslatedLabel(); - if (ret->initRaw(text)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - static TranslatedLabel* createWrapped(geode::ZStringView key, float wrapWidth, float scale = 1.f) { - auto ret = new TranslatedLabel(); - if (ret->initWrapped(key, wrapWidth, scale)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - static TranslatedLabel* createWrappedRaw(geode::ZStringView text, float wrapWidth, float scale = 1.f) { - auto ret = new TranslatedLabel(); - if (ret->initWrappedRaw(text, wrapWidth, scale)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - protected: - static std::string getCurrentAtlas(); - static bool isDefaultAtlas(); - - bool init(geode::ZStringView key); - bool initWrapped(geode::ZStringView key, float wrapWidth, float scale); - bool initRaw(geode::ZStringView text); - bool initWrappedRaw(geode::ZStringView text, float wrapWidth, float scale); - }; - - class EmojiLabel : public Label { - public: - static EmojiLabel* create(geode::ZStringView text, std::string const& font) { - auto ret = new EmojiLabel(); - if (ret->init(text, font)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - protected: - bool init(geode::ZStringView text, std::string const& font); - }; - -} diff --git a/src/modules/gui/cocos/nodes/ModalPopup.cpp b/src/modules/gui/cocos/nodes/ModalPopup.cpp deleted file mode 100644 index 384de2c2..00000000 --- a/src/modules/gui/cocos/nodes/ModalPopup.cpp +++ /dev/null @@ -1,125 +0,0 @@ -#include "ModalPopup.hpp" - -#include - -#include "FallbackBMFont.hpp" - -namespace eclipse::gui::cocos { - - ModalPopup* ModalPopup::create(eclipse::Popup&& settings) { - auto ret = new ModalPopup(); - if (ret->init(std::forward(settings))) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - bool ModalPopup::init(eclipse::Popup settings) { - if (!Popup::init(260.f, 160.f, "GJ_square04.png")) - return false; - - m_closeBtn->setVisible(false); - - m_settings = std::move(settings); - m_bgSprite->setColor({ 100, 100, 100}); - - auto title = TranslatedLabel::createRaw(m_settings.getTitle()); - title->setID("title"_spr); - title->limitLabelWidth(m_size.width - 30.f, 1.f, 0.25f); - title->setColor({ 64, 255, 160 }); - m_mainLayer->addChildAtPosition(title, geode::Anchor::Top, { 0.f, -20.f }); - - auto message = TranslatedLabel::createWrappedRaw(m_settings.getMessage(), m_size.width - 30.f, 0.8f); - message->setID("message"_spr); - message->setAlignment(BMFontAlignment::Center); - - // add extra height if the message is too tall - auto height = std::max(message->getContentSize().height, 85.f) - 85.f; - m_mainLayer->setContentSize({ m_size.width, m_size.height + height }); - m_mainLayer->updateLayout(); - - if (m_settings.isPrompt()) { - auto textBox = geode::TextInput::create(m_size.width - 30.f, m_settings.getPromptValue(), "font_default.fnt"_spr); - textBox->setID("textbox"_spr); - textBox->setAnchorPoint({ 0.5f, 0.5f }); - textBox->setString(m_settings.getPromptValue()); - textBox->setCallback([this](std::string const& text) { - m_settings.getPromptValue() = text; - }); - m_mainLayer->addChildAtPosition(textBox, geode::Anchor::Center, { 0.f, -10.f }); - m_mainLayer->addChildAtPosition(message, geode::Anchor::Center, { 0.f, 25.f }); - } else { - m_mainLayer->addChildAtPosition(message, geode::Anchor::Center, { 0.f, 10.f }); - } - - auto buttonsMenu = cocos2d::CCMenu::create(); - buttonsMenu->setID("buttons-menu"_spr); - buttonsMenu->setContentSize({ 200.f, 28.f }); - buttonsMenu->setAnchorPoint({ 0.5f, 0.5f }); - auto btn1 = CCMenuItemSpriteExtra::create( - createButtonSprite(m_settings.getButton1()), - this, menu_selector(ModalPopup::onBtn1) - ); - btn1->setID("button1"_spr); - buttonsMenu->addChild(btn1); - - if (!m_settings.getButton2().empty()) { - m_cancelable = false; - auto btn2 = CCMenuItemSpriteExtra::create( - createButtonSprite(m_settings.getButton2()), - this, menu_selector(ModalPopup::onBtn2) - ); - btn2->setID("button2"_spr); - buttonsMenu->addChild(btn2); - } - - buttonsMenu->alignItemsHorizontallyWithPadding(10.f); - m_mainLayer->addChildAtPosition(buttonsMenu, geode::Anchor::Bottom, { 0.f, 30.f }); - - return true; - } - - void ModalPopup::onExit() { - Popup::onExit(); - if (auto cocos = CocosRenderer::get()) - cocos->unregisterModal(this); - } - - cocos2d::CCNode* ModalPopup::createButtonSprite(geode::ZStringView text) const { - auto label = TranslatedLabel::createRaw(text); - label->setScale(0.9f); - auto bg = geode::NineSlice::create("geode.loader/GE_button_05.png"); - bg->setContentSize({ label->getContentSize().width + 20.f, 28.f }); - bg->setID("bg"_spr); - bg->setAnchorPoint({ 0.5f, 0.5f }); - bg->addChildAtPosition(label, geode::Anchor::Center); - return bg; - } - - void ModalPopup::keyBackClicked() { - if (m_cancelable) { - Popup::keyBackClicked(); - m_settings.getCallback()(true); - } - } - - void ModalPopup::onBtn1(cocos2d::CCObject* sender) { - if (m_settings.isPrompt()) { - m_settings.getPromptCallback()(true, m_settings.getPromptValue()); - } else { - m_settings.getCallback()(true); - } - this->onClose(nullptr); - } - - void ModalPopup::onBtn2(cocos2d::CCObject* sender) { - if (m_settings.isPrompt()) { - m_settings.getPromptCallback()(false, m_settings.getPromptValue()); - } else { - m_settings.getCallback()(false); - } - this->onClose(nullptr); - } -} diff --git a/src/modules/gui/cocos/nodes/ModalPopup.hpp b/src/modules/gui/cocos/nodes/ModalPopup.hpp deleted file mode 100644 index a906bce4..00000000 --- a/src/modules/gui/cocos/nodes/ModalPopup.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - - class ModalPopup : public geode::Popup { - protected: - bool init(eclipse::Popup settings); - void onExit() override; - cocos2d::CCNode* createButtonSprite(geode::ZStringView text) const; - void keyBackClicked() override; - - void onBtn1(cocos2d::CCObject* sender); - void onBtn2(cocos2d::CCObject* sender); - - bool m_cancelable = true; - eclipse::Popup m_settings; - public: - static ModalPopup* create(eclipse::Popup&& settings); - }; -} diff --git a/src/modules/gui/cocos/nodes/color-picker.cpp b/src/modules/gui/cocos/nodes/color-picker.cpp deleted file mode 100644 index 52815f6c..00000000 --- a/src/modules/gui/cocos/nodes/color-picker.cpp +++ /dev/null @@ -1,41 +0,0 @@ -#include "color-picker.hpp" - -namespace eclipse::gui::cocos { - bool ColorPicker::init(Color const& original, bool useAlpha, Function callback) { - m_useAlpha = useAlpha; - m_callback = std::move(callback); - m_color = original; - - m_colorSprite = ColorChannelSprite::create(); - m_colorSprite->setScale(0.65F); - m_colorSprite->setID("color-sprite"); - m_colorSprite->setColor(original.toCCColor3B()); - - return CCMenuItemSpriteExtra::init(m_colorSprite, m_colorSprite, this, menu_selector(ColorPicker::onClicked)); - } - - void ColorPicker::updateColor(cocos2d::ccColor4B const& color) { - m_color = gui::Color(color); - m_colorSprite->setColor(m_color.toCCColor3B()); - m_callback(m_color); - } - - void ColorPicker::onClicked(CCObject*) { - if (m_useAlpha) { - m_popup = ColorPopup::create(static_cast(m_color)); - } else { - m_popup = ColorPopup::create(m_color.toCCColor3B()); - } - - m_popup->setCallback([self = geode::WeakRef(this)](cocos2d::ccColor4B const& color) { - if (auto s = self.lock()) { - s->updateColor(color); - } - }); - m_popup->show(); - - if (auto cocos = CocosRenderer::get()) { - cocos->registerModal(m_popup); - } - } -} diff --git a/src/modules/gui/cocos/nodes/color-picker.hpp b/src/modules/gui/cocos/nodes/color-picker.hpp deleted file mode 100644 index 94be12bc..00000000 --- a/src/modules/gui/cocos/nodes/color-picker.hpp +++ /dev/null @@ -1,62 +0,0 @@ -#pragma once -#include -#include -#include - -namespace eclipse::gui::cocos { - class ColorPicker : public CCMenuItemSpriteExtra { - public: - static ColorPicker* create(Color const& original, bool useAlpha, Function&& callback) { - auto ret = new ColorPicker(); - if (ret->init(original, useAlpha, std::forward>(callback))) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void setColor(gui::Color const& color) { - m_color = color; - m_colorSprite->setColor(color.toCCColor3B()); - } - - protected: - bool init(gui::Color const& original, bool useAlpha, Function callback); - void onClicked(CCObject*); - void updateColor(cocos2d::ccColor4B const& color); - - protected: - cocos2d::CCSprite* m_colorSprite = nullptr; - Function m_callback; - gui::Color m_color; - bool m_useAlpha = false; - geode::ColorPickPopup* m_popup = nullptr; - }; - - class ColorPopup : public geode::ColorPickPopup { - ~ColorPopup() override { - if (auto cocos = CocosRenderer::get()) - cocos->unregisterModal(this); - } - - public: - static ColorPopup* create(cocos2d::ccColor4B const& color, bool isRGBA) { - auto ret = new ColorPopup(); - if (ret->init(color, isRGBA)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - static ColorPopup* create(cocos2d::ccColor3B const& color) { - return ColorPopup::create(geode::cocos::to4B(color), true); - } - - static ColorPopup* create(cocos2d::ccColor4B const& color) { - return ColorPopup::create(color, true); - } - }; -} diff --git a/src/modules/gui/cocos/nodes/oneof-picker.cpp b/src/modules/gui/cocos/nodes/oneof-picker.cpp deleted file mode 100644 index 68bda498..00000000 --- a/src/modules/gui/cocos/nodes/oneof-picker.cpp +++ /dev/null @@ -1,106 +0,0 @@ -#include "oneof-picker.hpp" - -#include - -#include "FallbackBMFont.hpp" - -namespace eclipse::gui::cocos { - OneOfPicker* OneOfPicker::create(std::vector&& options, Function&& callback, size_t index) { - auto ret = new OneOfPicker(); - if (ret->init(std::move(options), std::move(callback), index)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - OneOfPicker* OneOfPicker::create(std::span options, Function&& callback, size_t index) { - std::vector items; - items.reserve(options.size()); - for (auto& option : options) { - items.emplace_back(option); - } - return create(std::move(items), std::move(callback), index); - } - - void OneOfPicker::setSelected(size_t index) { - if (index >= m_options.size()) { - return; - } - m_selected = index; - this->updateValueLabel(); - } - - void OneOfPicker::setItems(std::vector&& items) { - if (m_selected >= items.size()) { - m_selected = 0; - } - m_options = std::move(items); - this->updateValueLabel(); - } - - bool OneOfPicker::init(std::vector&& options, Function&& callback, size_t index) { - if (!CCMenu::init()) return false; - - m_options = std::move(options); - m_callback = std::move(callback); - m_selected = index; - - auto const tm = ThemeManager::get(); - - this->setContentSize({100.f, 28.f}); - this->setID("oneof-picker"_spr); - - m_background = geode::NineSlice::create("square02b_001.png"); - m_background->setID("background"); - m_background->setScale(0.3f); - m_background->setColor(tm->getButtonBackgroundColor().toCCColor3B()); - m_background->setZOrder(-1); - m_background->setContentSize(this->getContentSize() / 0.3f); - this->addChildAtPosition(m_background, geode::Anchor::Center); - - auto spr = cocos2d::CCSprite::createWithSpriteFrameName("edit_rightBtn_001.png"); - spr->setScale(0.6f); - auto arrowBtn = CCMenuItemSpriteExtra::create(spr, this, menu_selector(OneOfPicker::onArrowClick)); - arrowBtn->setTag(1); - this->addChildAtPosition(arrowBtn, geode::Anchor::Right, { -8.f, 0.f }); - - auto arrowBtn2 = CCMenuItemSpriteExtra::create(spr, this, menu_selector(OneOfPicker::onArrowClick)); - arrowBtn2->setRotation(180.f); - arrowBtn2->setTag(-1); - this->addChildAtPosition(arrowBtn2, geode::Anchor::Left, { 8.f, 0.f }); - - m_valueLabel = TranslatedLabel::createRaw(""); - this->addChildAtPosition(m_valueLabel, geode::Anchor::Center); - - this->updateValueLabel(); - - return true; - } - - void OneOfPicker::onArrowClick(CCObject* sender) { - if (m_options.empty()) return; - - int tag = sender->getTag(); - int value = m_selected + tag; - if (value < 0) value = std::max(m_options.size() - 1, 0); - if (value >= m_options.size()) value = 0; - - m_selected = value; - this->updateValueLabel(); - - m_callback(value); - } - - void OneOfPicker::updateValueLabel() { - if (m_options.empty()) { - m_valueLabel->setString(""); - } else if (m_selected >= m_options.size()) { - m_selected = 0; - } - - m_valueLabel->setString(m_options[m_selected]); - m_valueLabel->limitLabelWidth(getContentWidth() * 0.6f, 1.f, 0.25f); - } -} diff --git a/src/modules/gui/cocos/nodes/oneof-picker.hpp b/src/modules/gui/cocos/nodes/oneof-picker.hpp deleted file mode 100644 index f7b08361..00000000 --- a/src/modules/gui/cocos/nodes/oneof-picker.hpp +++ /dev/null @@ -1,39 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - class TranslatedLabel; - - class OneOfPicker : public cocos2d::CCMenu { - public: - static OneOfPicker* create( - std::vector&& options, - Function&& callback, - size_t index = 0 - ); - static OneOfPicker* create( - std::span options, - Function&& callback, - size_t index = 0 - ); - - void setSelected(size_t index); - void setItems(std::vector&& items); - - protected: - bool init( - std::vector&& options, - Function&& callback, - size_t index - ); - void onArrowClick(CCObject* sender); - void updateValueLabel(); - - protected: - TranslatedLabel* m_valueLabel = nullptr; - geode::NineSlice* m_background = nullptr; - std::vector m_options; - Function m_callback; - size_t m_selected = 0; - }; -} diff --git a/src/modules/gui/cocos/popup/content-view.cpp b/src/modules/gui/cocos/popup/content-view.cpp deleted file mode 100644 index e965a3d4..00000000 --- a/src/modules/gui/cocos/popup/content-view.cpp +++ /dev/null @@ -1,199 +0,0 @@ -#include "content-view.hpp" - -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include "scroll-layer.hpp" - -namespace eclipse::gui::cocos { - ContentView* ContentView::create(cocos2d::CCSize const& size, MenuTab const& tab) { - auto ret = new ContentView(); - if (ret->init(size, tab)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void ContentView::setContent(MenuTab const& tab, bool resetScroll) const { - this->loadContent(tab); - if (resetScroll) m_contentLayer->scrollToTop(); - } - - bool ContentView::init(cocos2d::CCSize const& size, MenuTab const& tab) { - if (!CCNode::init()) return false; - //m_contentLayer = geode::ScrollLayer::create(size); - m_contentLayer = ScrollLayer::create(size); - - this->setContentSize(size); - this->setID("content-menu"_spr); - - this->addChild(m_contentLayer); - this->setContent(tab); - - return true; - } - - template - static std::optional peekComponent( - std::vector> const& components, size_t index - ) { - if (index >= components.size()) return std::nullopt; - auto& component = components[index]; - if (component->getType() != Type) return std::nullopt; - return component.get(); - } - - void ContentView::loadContent(MenuTab const& tab) const { - auto layer = m_contentLayer->m_contentLayer; - layer->removeAllChildrenWithCleanup(true); - - auto size = this->getContentSize(); - - // Add the tab components - for (size_t i = 0; i < tab.getComponents().size(); ++i) { - auto component = tab.getComponents()[i].get(); - if (component->getFlags() & ComponentFlags::DisableCocos) continue; - - switch (component->getType()) { - case ComponentType::Label: { - auto label = TranslatedLabel::create(component->getTitle()); - label->setAnchorPoint({0, 1}); - label->limitLabelWidth(size.width * 0.75f, 0.75f, 0.1f); - layer->addChild(label); - } break; - case ComponentType::Toggle: { - // Group two toggles into one row - if (auto component2 = peekComponent(tab.getComponents(), i + 1); - component2) { - auto row = CCNode::create(); - row->setContentWidth(this->getContentWidth()); - row->addChild(ToggleComponentNode::create(component, size.width / 2)); - row->addChild(ToggleComponentNode::create(*component2, size.width / 2)); - row->setLayout( - geode::RowLayout::create() - ->setAxisAlignment(geode::AxisAlignment::End) - ->setGap(0) - ); - layer->addChild(row); - ++i; - } else { - layer->addChild(ToggleComponentNode::create(component, size.width)); - } - } break; - case ComponentType::Button: { - // Group buttons into one menu with a column layout - auto menu = cocos2d::CCMenu::create(); - int count = 1; - menu->addChild(ButtonComponentNode::create(component, size.width)); - auto btn2 = peekComponent(tab.getComponents(), i + 1); - while (btn2) { - menu->addChild(ButtonComponentNode::create(*btn2, size.width)); - btn2 = peekComponent(tab.getComponents(), ++i + 1); - ++count; - } - menu->setContentSize({ size.width, count * 30.5f }); - menu->setLayout( - geode::ColumnLayout::create() - ->setAxisReverse(true) - ->setAutoScale(false) - ->setAutoGrowAxis(false) - ->setGrowCrossAxis(false) - ->setCrossAxisOverflow(false) - ->setAxisAlignment(geode::AxisAlignment::Center) - ->ignoreInvisibleChildren(false) - ->setGap(2.5f) - ); - layer->addChild(menu); - } break; - case ComponentType::RadioButton: { - std::vector radioComponents; - radioComponents.push_back(static_cast(component)); - auto radioComponent = peekComponent(tab.getComponents(), i + 1); - while (radioComponent) { - radioComponents.push_back(static_cast(*radioComponent)); - radioComponent = peekComponent(tab.getComponents(), ++i + 1); - } - layer->addChild(RadioButtonsMenuNode::create(std::move(radioComponents), size.width)); - } break; - case ComponentType::LabelSettings: { - auto list = cocos2d::CCNode::create(); - list->addChild(LabelSettingsComponentNode::create(component, size.width)); - auto label2 = peekComponent(tab.getComponents(), i + 1); - size_t count = 1; - while (label2) { - list->addChild(LabelSettingsComponentNode::create(*label2, size.width)); - label2 = peekComponent(tab.getComponents(), ++i + 1); - ++count; - } - list->setContentHeight(count * 37.5f); - list->setLayout( - geode::ColumnLayout::create() - ->setAutoScale(false) - ->setAxisReverse(true) - ->setAutoGrowAxis(std::nullopt) - ->setAxisAlignment(geode::AxisAlignment::Start) - ->ignoreInvisibleChildren(false) - ->setGap(1.5f) - ); - layer->addChild(list); - } break; - case ComponentType::Color: { - layer->addChild(ColorComponentNode::create(component, size.width)); - } break; - case ComponentType::FloatToggle: { - layer->addChild(FloatToggleComponentNode::create(component, size.width)); - } break; - case ComponentType::IntToggle: { - layer->addChild(IntToggleComponentNode::create(component, size.width)); - } break; - case ComponentType::InputFloat: { - layer->addChild(InputFloatComponentNode::create(component, size.width)); - } break; - case ComponentType::InputInt: { - layer->addChild(InputIntComponentNode::create(component, size.width)); - } break; - case ComponentType::InputText: { - layer->addChild(InputTextComponentNode::create(component, size.width)); - } break; - case ComponentType::Keybind: { - layer->addChild(KeybindComponentNode::create(component, size.width)); - } break; - case ComponentType::Combo: { - layer->addChild(ComboComponentNode::create(component, size.width)); - } break; - case ComponentType::FilesystemCombo: { - layer->addChild(FilesystemComboComponentNode::create(component, size.width)); - } break; - default: break; - } - } - - layer->setLayout( - geode::ColumnLayout::create() - ->setAutoScale(false) - ->setAxisReverse(true) - ->setAutoGrowAxis(this->getContentHeight()) - ->setAxisAlignment(geode::AxisAlignment::End) - ->ignoreInvisibleChildren(false) - ->setGap(0), - false - ); - layer->updateLayout(false); - } -} diff --git a/src/modules/gui/cocos/popup/content-view.hpp b/src/modules/gui/cocos/popup/content-view.hpp deleted file mode 100644 index 2c5091ee..00000000 --- a/src/modules/gui/cocos/popup/content-view.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#pragma once - -namespace eclipse::gui { - class MenuTab; -} - -namespace eclipse::gui::cocos { - class ScrollLayer; - - /// @brief A container that displays the current tab components. - class ContentView : public cocos2d::CCNode { - protected: - //geode::ScrollLayer* m_contentLayer = nullptr; - ScrollLayer* m_contentLayer = nullptr; - - public: - static ContentView* create(cocos2d::CCSize const& size, MenuTab const& tab); - void setContent(MenuTab const& tab, bool resetScroll = true) const; - - protected: - bool init(cocos2d::CCSize const& size, MenuTab const& tab); - void loadContent(MenuTab const& tab) const; - }; -} diff --git a/src/modules/gui/cocos/popup/label-settings-popup.cpp b/src/modules/gui/cocos/popup/label-settings-popup.cpp deleted file mode 100644 index 6859a1fa..00000000 --- a/src/modules/gui/cocos/popup/label-settings-popup.cpp +++ /dev/null @@ -1,981 +0,0 @@ -#include "label-settings-popup.hpp" - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#include "scroll-layer.hpp" - -namespace eclipse::gui::cocos { - constexpr GLuint DISABLED_OPACITY = 255 * 0.3f; - - class PopupTab : public CCMenuItemSpriteExtra { - public: - static PopupTab* create(geode::ZStringView text, size_t page, LabelSettingsPopup* popup) { - auto ret = new PopupTab(); - if (ret->init(text, page, popup)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void setState(bool active) { - auto const tm = ThemeManager::get(); - m_background->setColor( - active ? tm->getButtonActivatedBackground().toCCColor3B() - : tm->getButtonActivatedBackground().darken(0.1F).toCCColor3B() - ); - setEnabled(!active); - } - - protected: - void onClicked(CCObject*) { - m_popup->selectTab(m_page); - } - - bool init(geode::ZStringView text, size_t page, LabelSettingsPopup* popup) { - auto const tm = ThemeManager::get(); - - m_background = geode::NineSlice::create("square02b_001.png"); - m_background->setContentSize({ 100.f, 32.f }); - m_background->setScale(0.7f); - m_background->setColor(tm->getButtonActivatedBackground().toCCColor3B()); - - static Label::EmojiMap const s_emojis = { - {U"⚙️", "settings.png"_spr}, - {U"⚡", "script_icon.png"_spr}, - {U"🕔", "event_icon.png"_spr}, - {U"👁️", "preview_icon.png"_spr}, - }; - static std::unordered_map s_emojisMap = { - {"labels.settings", "⚙️"}, - {"labels.text", "⚡"}, - {"labels.events", "🕔"}, - {"labels.preview", "👁️"}, - }; - - auto label = TranslatedLabel::createRaw(""); - label->enableEmojiColors(true); - label->enableEmojis("UISheet.png"_spr, &s_emojis); - label->setString(fmt::format("{} {}", s_emojisMap[text], i18n::get(text))); - label->limitLabelWidth(80, 1.f, 0.1f); - label->setColor(tm->getButtonActivatedForeground().toCCColor3B()); - m_background->addChildAtPosition(label, geode::Anchor::Center); - - m_page = page; - m_popup = popup; - - return CCMenuItemSpriteExtra::init(m_background, m_background, this, menu_selector(PopupTab::onClicked)); - } - - protected: - LabelSettingsPopup* m_popup = nullptr; - size_t m_page = 0; - geode::NineSlice* m_background = nullptr; - }; - - class FontPicker : public cocos2d::CCMenu { - public: - static FontPicker* create(std::string font, Function&& callback) { - auto ret = new FontPicker(); - if (ret->init(std::move(font), std::move(callback))) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - void updatePreview() const { - m_preview->setString(labels::fontNames[m_page]); - m_preview->setFont(m_font); - m_preview->limitLabelWidth(getContentWidth() * 0.66f, 1.f, 0.1f); - } - - void setFont(std::string font) { - m_page = labels::getFontIndex(font); - m_font = std::move(font); - updatePreview(); - } - - protected: - bool init(std::string&& font, Function&& callback) { - if (!CCMenu::init()) return false; - - m_callback = std::move(callback); - m_page = labels::getFontIndex(font); - m_font = std::move(font); - - m_preview = Label::create("", m_font); - this->addChildAtPosition(m_preview, geode::Anchor::Center); - - this->updatePreview(); - - auto const createArrowBtn = [](bool flip) { - auto const tm = ThemeManager::get(); - auto arrow = cocos2d::CCSprite::createWithSpriteFrameName("arrow.png"_spr); - arrow->setRotation(90); - if (flip) arrow->setFlipY(true); - arrow->setScale(0.5f); - arrow->setColor(tm->getButtonForegroundColor().toCCColor3B()); - return arrow; - }; - - auto left = CCMenuItemSpriteExtra::create( - createArrowBtn(true), this, - menu_selector(FontPicker::onPageButton) - ); - left->setTag(0); - - auto right = CCMenuItemSpriteExtra::create( - createArrowBtn(false), this, - menu_selector(FontPicker::onPageButton) - ); - right->setTag(1); - - this->addChildAtPosition(left, geode::Anchor::Left, { 5.f, 0.f }); - this->addChildAtPosition(right, geode::Anchor::Right, { -5.f, 0.f }); - - return true; - } - - void onPageButton(CCObject* sender) { - auto tag = sender->getTag(); - if (tag == 0) { - scrollPage(-1); - } else { - scrollPage(1); - } - } - - void scrollPage(int direction) { - int page = m_page + direction; - - // wrap around - if (page < 0) page = labels::fontFiles.size() - 1; - else if (page >= labels::fontFiles.size()) page = 0; - - pickFont(page); - } - - void pickFont(size_t index) { - if (index >= labels::fontFiles.size()) return; - - m_page = index; - m_font = labels::fontFiles[index]; - - updatePreview(); - m_callback(m_font); - } - - protected: - Function m_callback; - Label* m_preview = nullptr; - std::string m_font; - size_t m_page = 0; - }; - - bool LabelSettingsPopup::init(LabelSettingsComponent* component) { - if (!Popup::init(400.f, 240.f)) - return false; - - auto const tm = ThemeManager::get(); - - m_component = component; - - // The behind background for the entire popup to get the outline - auto bgBehind = geode::NineSlice::create("square02b_001.png"); - bgBehind->setContentSize(m_mainLayer->getContentSize() * std::clamp(tm->getBorderSize(), 0.F, 1.F)); - m_bgSprite->setColor(tm->getBorderColor().toCCColor3B()); - bgBehind->setID("bg-behind"_spr); - m_mainLayer->addChildAtPosition(bgBehind, geode::Anchor::Center); - - // Background for the entire popup - m_bgSprite = geode::NineSlice::create("square02b_001.png"); - m_bgSprite->setContentSize(m_mainLayer->getContentSize() - 3); - m_bgSprite->setColor(tm->getTitleBackgroundColor().toCCColor3B()); - m_bgSprite->setID("main-bg"_spr); - m_mainLayer->addChildAtPosition(m_bgSprite, geode::Anchor::Center); - - // Background for content - m_contentBG = geode::NineSlice::create("square02b_001.png"); - m_contentBG->setAnchorPoint({0, 1}); - m_contentBG->setPosition(7.5f, 210.f); - m_contentBG->setColor(tm->getBackgroundColor().toCCColor3B()); - //m_contentBG->setOpacity(128); - m_contentBG->setContentSize({385.f, 200.f}); - m_contentBG->setID("content-bg"_spr); - m_mainLayer->addChild(m_contentBG); - - auto tabsMenu = cocos2d::CCMenu::create(); - tabsMenu->setID("tabs-menu"_spr); - tabsMenu->setContentSize({ 350.f, 28.f }); - tabsMenu->setAnchorPoint({ 0.5f, 0.5f }); - - auto tab = PopupTab::create("labels.settings", 0, this); - tab->setID("settings-tab"_spr); - m_tabs[0] = tab; - tabsMenu->addChild(tab); - - tab = PopupTab::create("labels.text", 1, this); - tab->setID("text-tab"_spr); - m_tabs[1] = tab; - tabsMenu->addChild(tab); - - tab = PopupTab::create("labels.events", 2, this); - tab->setID("events-tab"_spr); - m_tabs[2] = tab; - tabsMenu->addChild(tab); - - tab = PopupTab::create("labels.preview", 3, this); - tab->setID("preview-tab"_spr); - m_tabs[3] = tab; - tabsMenu->addChild(tab); - - tabsMenu->setLayout(geode::RowLayout::create()->setAxisAlignment(geode::AxisAlignment::Even)); - m_mainLayer->addChildAtPosition(tabsMenu, geode::Anchor::Top, { 0.f, -16.f }); - - this->selectTab(0); - - // Register the popup with the engine for cleanup - if (auto cocos = CocosRenderer::get()) { - cocos->registerModal(this); - } - - return true; - } - - LabelSettingsPopup::~LabelSettingsPopup() { - if (auto cocos = CocosRenderer::get()) { - cocos->unregisterModal(this); - } - } - - static cocos2d::CCSprite* createButton(cocos2d::CCSprite* inner, float scale = 0.4f) { - auto const tm = ThemeManager::get(); - auto box = cocos2d::CCSprite::createWithSpriteFrameName("rectangle.png"_spr); - box->setScale(scale); - if (inner) { - box->addChildAtPosition(inner, geode::Anchor::Center); - inner->setColor(tm->getButtonActivatedForeground().toCCColor3B()); - } - box->setColor(tm->getButtonActivatedBackground().toCCColor3B()); - box->setOpacity(DISABLED_OPACITY); - return box; - } - - static cocos2d::CCSprite* createToggle(char const* innerFrameName, float scale = 0.4f) { - auto const tm = ThemeManager::get(); - auto box = cocos2d::CCSprite::createWithSpriteFrameName("rectangle.png"_spr); - box->setScale(scale); - if (innerFrameName) { - auto inner = cocos2d::CCSprite::createWithSpriteFrameName(innerFrameName); - box->addChildAtPosition(inner, geode::Anchor::Center); - inner->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - } - box->setColor(tm->getCheckboxBackgroundColor().toCCColor3B()); - return box; - } - - static cocos2d::CCSprite* createButtonSprite(char const* frame, float scale = 0.4f, std::optional innerScale = std::nullopt) { - if (frame) { - auto inner = cocos2d::CCSprite::createWithSpriteFrameName(frame); - if (innerScale) { inner->setScale(*innerScale); } - return createButton(inner, scale); - } - return createButton(nullptr, scale); - } - - static cocos2d::CCSprite* createAlignButton(BMFontAlignment align) { - char const* frame = nullptr; - switch (align) { - default: break; - case BMFontAlignment::Left: frame = "falign_left.png"_spr; break; - case BMFontAlignment::Center: frame = "falign_center.png"_spr; break; - case BMFontAlignment::Right: frame = "falign_right.png"_spr; break; - } - return createButtonSprite(frame, 0.5f, 1.5f); - } - - static cocos2d::CCSprite* createAlignButton(labels::LabelsContainer::Alignment align) { - char const* frame = nullptr; - switch (align) { - case labels::LabelsContainer::Alignment::TopLeft: - case labels::LabelsContainer::Alignment::TopRight: - case labels::LabelsContainer::Alignment::BottomLeft: - case labels::LabelsContainer::Alignment::BottomRight: - frame = "align_topleft.png"_spr; - break; - case labels::LabelsContainer::Alignment::TopCenter: - case labels::LabelsContainer::Alignment::CenterLeft: - case labels::LabelsContainer::Alignment::CenterRight: - case labels::LabelsContainer::Alignment::BottomCenter: - frame = "align_midleft.png"_spr; - break; - case labels::LabelsContainer::Alignment::Center: - frame = "align_middle.png"_spr; - break; - } - - auto inner = cocos2d::CCSprite::createWithSpriteFrameName(frame); - inner->setScale(1.5f); - switch (align) { - default: break; - case labels::LabelsContainer::Alignment::BottomRight: - inner->setFlipY(true); [[fallthrough]]; - case labels::LabelsContainer::Alignment::TopRight: - case labels::LabelsContainer::Alignment::CenterRight: - inner->setFlipX(true); - break; - - case labels::LabelsContainer::Alignment::BottomLeft: - inner->setFlipY(true); - break; - - case labels::LabelsContainer::Alignment::BottomCenter: - inner->setFlipX(true); [[fallthrough]]; - case labels::LabelsContainer::Alignment::TopCenter: - inner->setRotation(90); - break; - } - - return createButton(inner, 0.5f); - } - - /// Helper function to create a grid of buttons with a single callback - template - static std::pair> createCompactMenu( - float width, LabelSettingsPopup* self, - cocos2d::SEL_MenuHandler callback, Args... args - ) { - auto menu = cocos2d::CCMenu::create(); - menu->setContentSize({ width, 28.f }); - - size_t index = 0; - for (auto& button : { CCMenuItemSpriteExtra::create(args, self, callback)... }) { - button->setTag(index++); - menu->addChild(button); - } - - menu->setLayout( - geode::RowLayout::create() - ->setGap(5.f) - ->setGrowCrossAxis(true) - ->setCrossAxisOverflow(true) - ); - - return { menu, { args... } }; - } - - static TranslatedLabel* createLabel(char const* text) { - auto label = TranslatedLabel::create(text); - label->setAnchorPoint({0, 1}); - label->limitLabelWidth(110.f, 1.f, 0.1f); - return label; - } - - static CCMenuItemSpriteExtra* createLabelButton( - char const* text, float width, - LabelSettingsPopup* self, cocos2d::SEL_MenuHandler selector - ) { - auto const tm = ThemeManager::get(); - auto label = TranslatedLabel::create(text); - label->limitLabelWidth(width * 0.8f, 1.f, 0.1f); - label->setColor(tm->getButtonForegroundColor().toCCColor3B()); - auto bg = geode::NineSlice::create("square02b_001.png"); - bg->setContentSize({ width, 36.f }); - bg->setColor(tm->getButtonBackgroundColor().toCCColor3B()); - bg->addChildAtPosition(label, geode::Anchor::Center); - bg->setScale(0.65f); - return CCMenuItemSpriteExtra::create(bg, self, selector); - } - - cocos2d::CCLayer* LabelSettingsPopup::createSettingsTab() { - auto layer = CCLayer::create(); - auto* settings = m_component->getSettings(); - - auto [alignMenu, alignSprites] = createCompactMenu( - 100.f, this, - menu_selector(LabelSettingsPopup::onAlignButton), - createAlignButton(labels::LabelsContainer::Alignment::TopLeft), - createAlignButton(labels::LabelsContainer::Alignment::TopCenter), - createAlignButton(labels::LabelsContainer::Alignment::TopRight), - createAlignButton(labels::LabelsContainer::Alignment::CenterLeft), - createAlignButton(labels::LabelsContainer::Alignment::Center), - createAlignButton(labels::LabelsContainer::Alignment::CenterRight), - createAlignButton(labels::LabelsContainer::Alignment::BottomLeft), - createAlignButton(labels::LabelsContainer::Alignment::BottomCenter), - createAlignButton(labels::LabelsContainer::Alignment::BottomRight) - ); - m_alignButtons = alignSprites; - m_alignButtons[static_cast(settings->alignment)]->setOpacity(255); - alignMenu->setID("align-menu"_spr); - layer->addChildAtPosition(alignMenu, geode::Anchor::Center, { 132.f, 42.f }); - - auto [fontAlignMenu, fontAlignSprites] = createCompactMenu( - 100.f, this, - menu_selector(LabelSettingsPopup::onFontAlignButton), - createAlignButton(BMFontAlignment::Left), - createAlignButton(BMFontAlignment::Center), - createAlignButton(BMFontAlignment::Right) - ); - m_fontAlignButtons = fontAlignSprites; - m_fontAlignButtons[static_cast(settings->fontAlignment)]->setOpacity(255); - fontAlignMenu->setID("font-align-menu"_spr); - layer->addChildAtPosition(fontAlignMenu, geode::Anchor::Center, { 132.f, -32.f }); - - auto column1 = CCNode::create(); - - column1->addChild(createLabel("labels.color")); - column1->addChild(createLabel("labels.opacity")); - column1->addChild(createLabel("labels.scale")); - column1->addChild(createLabel("labels.font")); - column1->addChild(createLabel("labels.absolute")); - - auto absoluteX = geode::TextInput::create(120.f, "0", "font_default.fnt"_spr); - absoluteX->setCommonFilter(geode::CommonFilter::Float); - absoluteX->setString(fmt::to_string(settings->offset.x)); - absoluteX->setCallback([this](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - m_component->getSettings()->offset.x = res.unwrap(); - m_component->triggerEditCallback(); - }); - column1->addChild(absoluteX); - - column1->setID("column1"_spr); - column1->setContentSize({120.f, 190.f}); - column1->setAnchorPoint({0, 0.5f}); - column1->setLayout( - geode::ColumnLayout::create() - ->setAxisReverse(true) - ->setAxisAlignment(geode::AxisAlignment::Even) - ->setCrossAxisAlignment(geode::AxisAlignment::Start) - ->setCrossAxisLineAlignment(geode::AxisAlignment::Start) - ->setAutoScale(false) - ); - layer->addChildAtPosition(column1, geode::Anchor::Center, { -180.f, 0.f }); - - auto column2 = cocos2d::CCMenu::create(); - - column2->addChild(ColorPicker::create(settings->color, false, [this](Color color) { - m_component->getSettings()->color = { color.r, color.g, color.b, m_component->getSettings()->color.a }; - m_component->triggerEditCallback(); - })); - - auto opacityInput = geode::TextInput::create(120.f, "0.750000", "font_default.fnt"_spr); - opacityInput->setCommonFilter(geode::CommonFilter::Float); - opacityInput->setString(fmt::to_string(settings->color.a)); - opacityInput->setCallback([this](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - m_component->getSettings()->color.a = res.unwrap(); - m_component->triggerEditCallback(); - }); - column2->addChild(opacityInput); - - auto scaleInput = geode::TextInput::create(120.f, "0.300000", "font_default.fnt"_spr); - scaleInput->setCommonFilter(geode::CommonFilter::Float); - scaleInput->setString(fmt::to_string(settings->scale)); - scaleInput->setCallback([this](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - m_component->getSettings()->scale = res.unwrap(); - m_component->triggerEditCallback(); - }); - column2->addChild(scaleInput); - - auto picker = FontPicker::create(settings->font, [this](std::string const& font) { - m_component->getSettings()->font = font; - m_component->triggerEditCallback(); - }); - picker->setID("font-picker"_spr); - picker->setContentSize({ 120.f, 28.f }); - picker->updateLayout(); - picker->updatePreview(); - column2->addChild(picker); - - auto absolutePosToggle = createToggler( - createToggle("checkmark.png"_spr), createToggle(nullptr), - [this](auto) { - m_component->getSettings()->absolutePosition = !m_component->getSettings()->absolutePosition; - m_component->triggerEditCallback(); - } - ); - absolutePosToggle->toggle(settings->absolutePosition); - column2->addChild(absolutePosToggle); - - auto absoluteY = geode::TextInput::create(120.f, "0", "font_default.fnt"_spr); - absoluteY->setCommonFilter(geode::CommonFilter::Float); - absoluteY->setString(fmt::to_string(settings->offset.y)); - absoluteY->setCallback([this](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - m_component->getSettings()->offset.y = res.unwrap(); - m_component->triggerEditCallback(); - }); - column2->addChild(absoluteY); - - column2->setID("column2"_spr); - column2->setContentSize({120.f, 190.f}); - column2->setAnchorPoint({0, 0.5f}); - column2->setLayout( - geode::ColumnLayout::create() - ->setAxisReverse(true) - ->setAxisAlignment(geode::AxisAlignment::Even) - ->setCrossAxisAlignment(geode::AxisAlignment::Start) - ->setCrossAxisLineAlignment(geode::AxisAlignment::Start) - ->setAutoScale(false) - ); - layer->addChildAtPosition(column2, geode::Anchor::Center, { -55.f, 0.f }); - - auto exportBtn = createLabelButton( - "labels.export", 120.f, - this, menu_selector(LabelSettingsPopup::onExport) - ); - - exportBtn->setID("export-btn"_spr); - auto menu = cocos2d::CCMenu::create(); - menu->addChildAtPosition(exportBtn, geode::Anchor::Center, { 132.f, -72.f }); - layer->addChild(menu); - - return layer; - } - - cocos2d::CCLayer* LabelSettingsPopup::createTextTab() { - auto layer = CCLayer::create(); - - auto input = geode::TextInput::create(250.f, "FPS: {fps}", "font_default.fnt"_spr); - input->setCommonFilter(geode::CommonFilter::Any); - input->setString(m_component->getSettings()->text); - input->setContentSize({ 375.f, 187.5f }); - input->getBGSprite()->setContentSize({ 750.f, 375.f }); - input->updateLayout(); - input->setCallback([this](std::string const& text) { - m_component->getSettings()->text = text; - m_component->triggerEditCallback(); - }); - - layer->addChildAtPosition(input, geode::Anchor::Center); - - return layer; - } - - constexpr auto CARD_WIDTH = 370.f; - constexpr auto CARD_HEIGHT = 150.f; - - constexpr float getEventContainerHeight(size_t count) { - return std::max((CARD_HEIGHT + 2.5f) * count + 42.f, 200.f); - } - - static cocos2d::CCNode* createEventAddButton(LabelSettingsPopup* self) { - auto addEventBtn = createLabelButton( - "labels.events.add", 120.f, - self, menu_selector(LabelSettingsPopup::onCreateEvent) - ); - addEventBtn->setID("add-event-btn"_spr); - - auto menu = cocos2d::CCMenu::create(); - menu->setContentSize({ 385.f, 36.f }); - menu->addChildAtPosition(addEventBtn, geode::Anchor::Center); - menu->setZOrder(5); // make sure the button is always last - return menu; - } - - cocos2d::CCNode* LabelSettingsPopup::createEventCard(labels::LabelEvent& event, size_t index) { - auto menu = cocos2d::CCMenu::create(); - menu->setContentSize({ CARD_WIDTH, CARD_HEIGHT }); - menu->setID("event-card"_spr); - - auto cardBackground = geode::NineSlice::create("square02b_001.png"); - cardBackground->setContentSize({ CARD_WIDTH, CARD_HEIGHT }); - cardBackground->setColor(ThemeManager::get()->getBackgroundColor().lighten(0.25f).toCCColor3B()); - cardBackground->setOpacity(32); - cardBackground->setID("event-card-bg"_spr); - menu->addChildAtPosition(cardBackground, geode::Anchor::Center); - - // Pickers - auto colorPicker = ColorPicker::create( - event.color.value_or(Color{1.f, 1.f, 1.f}), false, - [this, &event](Color color) { - event.color = color; - m_component->triggerEditCallback(); - } - ); - colorPicker->setID("color-picker"_spr); - colorPicker->setVisible(event.color.has_value()); - menu->addChildAtPosition(colorPicker, geode::Anchor::TopLeft, { 137.5f, -73.f }); - - auto fontPicker = FontPicker::create( - event.font.value_or("bigFont.fnt"), - [this, &event](std::string const& font) { - event.font = font; - m_component->triggerEditCallback(); - } - ); - fontPicker->setID("font-picker"_spr); - fontPicker->setVisible(event.font.has_value()); - fontPicker->setScale(0.75f); - fontPicker->setContentSize({ 120.f, 28.f }); - fontPicker->updateLayout(); - fontPicker->updatePreview(); - menu->addChildAtPosition(fontPicker, geode::Anchor::TopLeft, { 137.5f, -102.f }); - - auto conditionPicker = OneOfPicker::create( - labels::eventNames, - [this, &event](int i) { - event.type = static_cast(i); - m_component->triggerEditCallback(); - }, - static_cast(event.type) - ); - conditionPicker->setID("condition-picker"_spr); - conditionPicker->setScale(0.9f); - conditionPicker->setContentSize({ 100.f, 28.f }); - conditionPicker->updateLayout(); - menu->addChildAtPosition(conditionPicker, geode::Anchor::TopLeft, { 137.5f, -16.f }); - - auto visibilityPicker = OneOfPicker::create( - labels::visibleNames, - [&](int i) { - if (i == 0) event.visible.reset(); - else event.visible = i == 1; - m_component->triggerEditCallback(); - }, - event.visible.has_value() ? (event.visible.value() ? 1 : 2) : 0 - ); - visibilityPicker->setID("visibility-picker"_spr); - visibilityPicker->setScale(0.9f); - visibilityPicker->setContentSize({ 100.f, 28.f }); - visibilityPicker->updateLayout(); - menu->addChildAtPosition(visibilityPicker, geode::Anchor::TopLeft, { 137.5f, -44.f }); - - // Inputs - auto customConditionInput = geode::TextInput::create(165.f, "progress >= bestPercent", "font_default.fnt"_spr); - customConditionInput->setCommonFilter(geode::CommonFilter::Any); - customConditionInput->setString(event.condition); - customConditionInput->setScale(0.9f); - customConditionInput->setCallback([this, &event](std::string const& text) { - event.condition = text; - m_component->triggerEditCallback(); - }); - customConditionInput->setID("custom-condition-input"_spr); - menu->addChildAtPosition(customConditionInput, geode::Anchor::TopLeft, { 260.f, -16.f }); - - auto durationInput = geode::TextInput::create(100.f, "1.0", "font_default.fnt"_spr); - durationInput->setCommonFilter(geode::CommonFilter::Float); - durationInput->setString(fmt::to_string(event.duration)); - durationInput->setScale(0.9f); - durationInput->setCallback([this, &event](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - event.duration = res.unwrap(); - m_component->triggerEditCallback(); - }); - durationInput->setID("duration-input"_spr); - menu->addChildAtPosition(durationInput, geode::Anchor::TopLeft, { 137.5f, -132.f }); - - auto modifyScaleInput = geode::TextInput::create(100.f, "1.0", "font_default.fnt"_spr); - modifyScaleInput->setCommonFilter(geode::CommonFilter::Float); - modifyScaleInput->setString(fmt::to_string(event.scale.value_or(1.f))); - modifyScaleInput->setScale(0.9f); - modifyScaleInput->setCallback([this, &event](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - event.scale = res.unwrap(); - m_component->triggerEditCallback(); - }); - modifyScaleInput->setID("modify-scale-input"_spr); - modifyScaleInput->setVisible(event.scale.has_value()); - menu->addChildAtPosition(modifyScaleInput, geode::Anchor::TopLeft, { 322.5f, -44.f }); - - auto modifyOpacityInput = geode::TextInput::create(100.f, "1.0", "font_default.fnt"_spr); - modifyOpacityInput->setCommonFilter(geode::CommonFilter::Float); - modifyOpacityInput->setString(fmt::to_string(event.opacity.value_or(1.f))); - modifyOpacityInput->setScale(0.9f); - modifyOpacityInput->setCallback([this, &event](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - event.opacity = res.unwrap(); - m_component->triggerEditCallback(); - }); - modifyOpacityInput->setID("modify-opacity-input"_spr); - modifyOpacityInput->setVisible(event.opacity.has_value()); - menu->addChildAtPosition(modifyOpacityInput, geode::Anchor::TopLeft, { 322.5f, -73.f }); - - auto delayInput = geode::TextInput::create(100.f, "0.0", "font_default.fnt"_spr); - delayInput->setCommonFilter(geode::CommonFilter::Float); - delayInput->setString(fmt::to_string(event.delay)); - delayInput->setScale(0.9f); - delayInput->setCallback([this, &event](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - event.delay = res.unwrap(); - m_component->triggerEditCallback(); - }); - delayInput->setID("delay-input"_spr); - menu->addChildAtPosition(delayInput, geode::Anchor::TopLeft, { 322.5f, -102.f }); - - auto easingInput = geode::TextInput::create(100.f, "0.0", "font_default.fnt"_spr); - easingInput->setCommonFilter(geode::CommonFilter::Float); - easingInput->setString(fmt::to_string(event.easing)); - easingInput->setScale(0.9f); - easingInput->setCallback([this, &event](std::string const& text) { - auto res = geode::utils::numFromString(text); - if (!res) { return; } - event.easing = res.unwrap(); - m_component->triggerEditCallback(); - }); - easingInput->setID("easing-input"_spr); - menu->addChildAtPosition(easingInput, geode::Anchor::TopLeft, { 322.5f, -132.f }); - - // Toggles - auto enableToggle = createToggler( - createToggle("checkmark.png"_spr), - createToggle(nullptr), - [this, &event](auto) { - event.enabled = !event.enabled; - m_component->triggerEditCallback(); - } - ); - enableToggle->toggle(event.enabled); - enableToggle->setID("enable-toggle"_spr); - menu->addChildAtPosition(enableToggle, geode::Anchor::TopLeft, { 16.f, -16.f }); - - auto modifyColorToggle = createToggler( - createToggle("checkmark.png"_spr), createToggle(nullptr), - [this, &event, colorPicker](auto) { - if (!event.color.has_value()) event.color = {1.f, 1.f, 1.f}; - else event.color.reset(); - colorPicker->setVisible(event.color.has_value()); - colorPicker->setColor(event.color.value_or(gui::Color{1.f, 1.f, 1.f})); - m_component->triggerEditCallback(); - } - ); - modifyColorToggle->toggle(event.color.has_value()); - modifyColorToggle->setID("modify-color-toggle"_spr); - menu->addChildAtPosition(modifyColorToggle, geode::Anchor::TopLeft, { 16.f, -73.f }); - - auto modifyFontToggle = createToggler( - createToggle("checkmark.png"_spr), createToggle(nullptr), - [this, &event, fontPicker](auto) { - if (!event.font.has_value()) event.font = "bigFont.fnt"; - else event.font.reset(); - fontPicker->setVisible(event.font.has_value()); - fontPicker->setFont(event.font.value_or("bigFont.fnt")); - m_component->triggerEditCallback(); - } - ); - modifyFontToggle->toggle(event.font.has_value()); - modifyFontToggle->setID("modify-font-toggle"_spr); - menu->addChildAtPosition(modifyFontToggle, geode::Anchor::TopLeft, { 16.f, -102.f }); - - auto modifyScaleToggle = createToggler( - createToggle("checkmark.png"_spr), - createToggle(nullptr), - [this, &event, modifyScaleInput](auto) { - if (!event.scale.has_value()) event.scale = 1.f; - else event.scale.reset(); - modifyScaleInput->setString(fmt::to_string(event.scale.value_or(1.f))); - modifyScaleInput->setVisible(event.scale.has_value()); - m_component->triggerEditCallback(); - } - ); - modifyScaleToggle->toggle(event.scale.has_value()); - modifyScaleToggle->setID("modify-scale-toggle"_spr); - menu->addChildAtPosition(modifyScaleToggle, geode::Anchor::TopLeft, { 198.5f, -44.f }); - - auto modifyOpacityToggle = createToggler( - createToggle("checkmark.png"_spr), - createToggle(nullptr), - [this, &event, modifyOpacityInput](auto) { - if (!event.opacity.has_value()) event.opacity = 1.f; - else event.opacity.reset(); - modifyOpacityInput->setString(fmt::to_string(event.opacity.value_or(1.f))); - modifyOpacityInput->setVisible(event.opacity.has_value()); - m_component->triggerEditCallback(); - } - ); - modifyOpacityToggle->toggle(event.opacity.has_value()); - modifyOpacityToggle->setID("modify-opacity-toggle"_spr); - menu->addChildAtPosition(modifyOpacityToggle, geode::Anchor::TopLeft, { 198.5f, -73.f }); - - // Labels - auto const createLabel = [menu](char const* text, float width, float x, float y) { - auto label = TranslatedLabel::create(text); - label->setAnchorPoint({0, 0.5f}); - label->limitLabelWidth(width, 1.f, 0.1f); - label->setColor(ThemeManager::get()->getCheckboxForegroundColor().toCCColor3B()); - menu->addChildAtPosition(label, geode::Anchor::TopLeft, { x, y }); - return label; - }; - - createLabel("labels.events.enabled", 55, 32, -16)->setID("enable-label"_spr); - createLabel("labels.events.visible", 64, 6, -44)->setID("visibility-label"_spr); - createLabel("labels.events.color", 55, 32, -73)->setID("color-label"_spr); - createLabel("labels.events.font", 55, 32, -102)->setID("font-label"_spr); - createLabel("labels.events.duration", 64, 6, -132)->setID("duration-label"_spr); - - createLabel("labels.events.scale", 55, 215, -44)->setID("scale-label"_spr); - createLabel("labels.events.opacity", 55, 215, -73)->setID("opacity-label"_spr); - createLabel("labels.events.delay", 64, 188, -102)->setID("delay-label"_spr); - createLabel("labels.events.easing", 64, 188, -132)->setID("easing-label"_spr); - - // Delete button - auto deleteBtn = createSpriteExtra( - createButtonSprite("trashbin.png"_spr, 0.35f), - [this, index](auto) { - auto settings = m_component->getSettings(); - settings->events.erase(settings->events.begin() + index); - m_component->triggerEditCallback(); - this->selectTab(2); - } - ); - deleteBtn->setID("delete-btn"_spr); - menu->addChildAtPosition(deleteBtn, geode::Anchor::TopLeft, { 352.5f, -16.f }); - - return menu; - } - - cocos2d::CCLayer* LabelSettingsPopup::createEventsTab() { - auto layer = CCLayer::create(); - - auto scrollLayer = ScrollLayer::create({ 385.f, 200.f }); - scrollLayer->setID("events-scroll"_spr); - layer->addChildAtPosition(scrollLayer, geode::Anchor::Center, { -385.f / 2, -200.f / 2 }); - - auto settings = m_component->getSettings(); - - auto contentLayer = scrollLayer->m_contentLayer; - m_eventsContentLayer = contentLayer; - - for (auto& event : settings->events) { - size_t index = &event - &settings->events.front(); - contentLayer->addChild(createEventCard(event, index)); - } - - contentLayer->addChild(createEventAddButton(this)); - - contentLayer->setContentSize({ 385.f, getEventContainerHeight(settings->events.size()) }); - contentLayer->setLayout( - geode::ColumnLayout::create() - ->setAxisReverse(true) - ->setAxisAlignment(geode::AxisAlignment::Center) - ->setCrossAxisAlignment(geode::AxisAlignment::Center) - ->setCrossAxisLineAlignment(geode::AxisAlignment::Center) - ->setGap(2.5f) - ->setAutoScale(false) - ); - - return layer; - } - - cocos2d::CCLayer* LabelSettingsPopup::createPreviewTab() { - auto layer = CCLayer::create(); - auto settings = m_component->getSettings(); - - m_previewLabel = hacks::Labels::SmartLabel::create(settings->text, settings->font); - m_previewLabel->setSettings(settings); - - m_previewLabel->setFont(settings->font); - m_previewLabel->setScale(settings->scale); - m_previewLabel->setColor(settings->color.toCCColor3B()); - m_previewLabel->setOpacity(settings->color.getAlphaByte()); - m_previewLabel->setAlignment(settings->fontAlignment); - - auto origVisible = settings->visible; - settings->visible = true; - m_previewLabel->update(); - settings->visible = origVisible; - - layer->addChildAtPosition(m_previewLabel, geode::Anchor::Center); - this->schedule(schedule_selector(LabelSettingsPopup::updatePreview)); - - return layer; - } - - void LabelSettingsPopup::updatePreview(float) { - auto settings = m_component->getSettings(); - auto origVisible = settings->visible; - settings->visible = true; - m_previewLabel->update(); - settings->visible = origVisible; - } - - void LabelSettingsPopup::selectTab(size_t index) { - for (size_t i = 0; i < m_tabs.size(); ++i) { - m_tabs[i]->setState(i == index); - } - - this->unschedule(schedule_selector(LabelSettingsPopup::updatePreview)); - - if (m_currentTab) { - m_currentTab->removeFromParent(); - } - - switch (index) { - case 0: m_currentTab = createSettingsTab(); break; - case 1: m_currentTab = createTextTab(); break; - case 2: m_currentTab = createEventsTab(); break; - case 3: m_currentTab = createPreviewTab(); break; - default: break; - } - - m_currentTab->setID("current-tab"_spr); - m_contentBG->addChildAtPosition(m_currentTab, geode::Anchor::Center); - } - - void LabelSettingsPopup::onExport(CCObject*) { - m_component->triggerExportCallback(); - } - - void LabelSettingsPopup::onCreateEvent(CCObject*) { - auto settings = m_component->getSettings(); - settings->events.emplace_back(); - m_component->triggerEditCallback(); - - auto index = settings->events.size() - 1; - - // Add a new card - auto card = this->createEventCard(settings->events.back(), index); - m_eventsContentLayer->addChild(card); - m_eventsContentLayer->setContentSize({ 385.f, getEventContainerHeight(settings->events.size()) }); - m_eventsContentLayer->updateLayout(); - } - - void LabelSettingsPopup::onAlignButton(CCObject* sender) { - auto tag = sender->getTag(); - for (size_t i = 0; i < m_alignButtons.size(); ++i) { - m_alignButtons[i]->setOpacity(i == tag ? 255 : DISABLED_OPACITY); - } - m_component->getSettings()->alignment = static_cast(tag); - m_component->triggerEditCallback(); - } - - void LabelSettingsPopup::onFontAlignButton(CCObject* sender) { - auto tag = sender->getTag(); - for (size_t i = 0; i < m_fontAlignButtons.size(); ++i) { - m_fontAlignButtons[i]->setOpacity(i == tag ? 255 : DISABLED_OPACITY); - } - m_component->getSettings()->fontAlignment = static_cast(tag); - m_component->triggerEditCallback(); - } - - LabelSettingsPopup* LabelSettingsPopup::create(LabelSettingsComponent* component) { - auto ret = new LabelSettingsPopup; - if (ret->init(component)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } -} diff --git a/src/modules/gui/cocos/popup/label-settings-popup.hpp b/src/modules/gui/cocos/popup/label-settings-popup.hpp deleted file mode 100644 index e780fd21..00000000 --- a/src/modules/gui/cocos/popup/label-settings-popup.hpp +++ /dev/null @@ -1,52 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui { - class LabelSettingsComponent; -} - -namespace eclipse::labels { - struct LabelEvent; - struct LabelSettings; -} - -namespace eclipse::hacks::Labels { - class SmartLabel; -} - -namespace eclipse::gui::cocos { - class LabelSettingsPopup : public geode::Popup { - protected: - bool init(LabelSettingsComponent* component); - - CCLayer* createSettingsTab(); - CCLayer* createTextTab(); - CCLayer* createEventsTab(); - CCLayer* createPreviewTab(); - - void updatePreview(float dt); - - CCNode* createEventCard(labels::LabelEvent& event, size_t index); - - public: - static LabelSettingsPopup* create(LabelSettingsComponent* component); - void selectTab(size_t index); - void onExport(CCObject*); - void onCreateEvent(CCObject*); - - void onAlignButton(CCObject* sender); - void onFontAlignButton(CCObject* sender); - - ~LabelSettingsPopup() override; - - private: - LabelSettingsComponent* m_component{}; - std::array m_tabs{}; - CCLayer* m_currentTab = nullptr; - geode::NineSlice* m_contentBG = nullptr; - hacks::Labels::SmartLabel* m_previewLabel = nullptr; - CCContentLayer* m_eventsContentLayer = nullptr; - std::array m_alignButtons{}; - std::array m_fontAlignButtons{}; - }; -} diff --git a/src/modules/gui/cocos/popup/options-popup.cpp b/src/modules/gui/cocos/popup/options-popup.cpp deleted file mode 100644 index 7bd511b5..00000000 --- a/src/modules/gui/cocos/popup/options-popup.cpp +++ /dev/null @@ -1,73 +0,0 @@ -#include "options-popup.hpp" - -#include -#include -#include -#include - -#include "content-view.hpp" - -namespace eclipse::gui::cocos { - bool OptionsPopup::init(MenuTab const& tab) { - if (!Popup::init(400.f, 240.f)) { - return false; - } - - auto const tm = ThemeManager::get(); - - auto title = TranslatedLabel::create(tab.getTitle()); - title->setPosition(200, 225); - title->setID("title"_spr); - m_mainLayer->addChild(title, 2); - - // The behind background for the entire popup to get the outline - auto bgBehind = geode::NineSlice::create("square02b_001.png"); - bgBehind->setContentSize(m_mainLayer->getContentSize() * std::clamp(tm->getBorderSize(), 0.F, 1.F)); - m_bgSprite->setColor(tm->getBorderColor().toCCColor3B()); - bgBehind->setID("bg-behind"_spr); - m_mainLayer->addChildAtPosition(bgBehind, geode::Anchor::Center); - - // Background for the entire popup - m_bgSprite = geode::NineSlice::create("square02b_001.png"); - m_bgSprite->setContentSize(m_mainLayer->getContentSize() - 3); - m_bgSprite->setColor(tm->getTitleBackgroundColor().toCCColor3B()); - m_bgSprite->setID("main-bg"_spr); - m_mainLayer->addChildAtPosition(m_bgSprite, geode::Anchor::Center); - - // Background for content - m_contentBG = geode::NineSlice::create("square02b_001.png"); - m_contentBG->setAnchorPoint({0, 1}); - m_contentBG->setPosition(7.5f, 210.f); - m_contentBG->setColor(tm->getBackgroundColor().toCCColor3B()); - //m_contentBG->setOpacity(128); - m_contentBG->setContentSize({385.f, 200.f}); - m_contentBG->setID("content-bg"_spr); - m_mainLayer->addChild(m_contentBG); - - // Content view - m_contentView = ContentView::create({385.f, 200.f}, tab); - m_contentView->setAnchorPoint({0, 1}); - m_contentView->setPosition(7.5f, 210.f); - m_mainLayer->addChild(m_contentView, 1); - - // Register the popup with the engine for cleanup - CocosRenderer::get()->registerModal(this); - - return true; - } - - void OptionsPopup::onExit() { - Popup::onExit(); - CocosRenderer::get()->unregisterModal(this); - } - - OptionsPopup* OptionsPopup::create(MenuTab const& tab) { - auto ret = new OptionsPopup; - if (ret->init(tab)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } -} diff --git a/src/modules/gui/cocos/popup/options-popup.hpp b/src/modules/gui/cocos/popup/options-popup.hpp deleted file mode 100644 index a8143cf7..00000000 --- a/src/modules/gui/cocos/popup/options-popup.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#pragma once - -namespace eclipse::gui { - class MenuTab; -} - -namespace eclipse::gui::cocos { - class ContentView; - - /// @brief A popup with a ContentView for displaying extra hack options. - class OptionsPopup : public geode::Popup { - protected: - bool init(MenuTab const& tab); - void onExit() override; - - public: - static OptionsPopup* create(MenuTab const& tab); - - protected: - geode::NineSlice* m_contentBG = nullptr; - ContentView* m_contentView = nullptr; - }; -} diff --git a/src/modules/gui/cocos/popup/popup.cpp b/src/modules/gui/cocos/popup/popup.cpp deleted file mode 100644 index e57f253f..00000000 --- a/src/modules/gui/cocos/popup/popup.cpp +++ /dev/null @@ -1,118 +0,0 @@ -#include "popup.hpp" -#include -#include -#include -#include - -#include - -#include "content-view.hpp" -#include "tab-menu.hpp" - -namespace eclipse::gui::cocos { - bool Popup::init(Tabs const& tabs) { - if (!geode::Popup::init(480.f, 280.f)) { - return false; - } - - auto const tm = ThemeManager::get(); - auto winSize = utils::get()->getWinSize(); - this->setTitle(""); - m_buttonMenu->setContentSize(winSize); - m_closeBtn->setPosition(20.f, winSize.height - 20.f); - m_bgSprite->removeMeAndCleanup(); - - // The behind background for the entire popup to get the outline - auto bgBehind = geode::NineSlice::create("square02b_001.png"); - bgBehind->setContentSize(m_mainLayer->getContentSize() * std::clamp(tm->getBorderSize(), 0.F, 1.F)); - bgBehind->setColor(tm->getBorderColor().toCCColor3B()); - bgBehind->setOpacity(tm->getBorderColor().getAlphaByte()); - bgBehind->setID("bg-behind"_spr); - m_mainLayer->addChildAtPosition(bgBehind, geode::Anchor::Center); - - // Background for the entire popup - m_bgSprite = geode::NineSlice::create("square02b_001.png"); - m_bgSprite->setContentSize(m_mainLayer->getContentSize() - 3); - m_bgSprite->setColor(tm->getTitleBackgroundColor().toCCColor3B()); - m_bgSprite->setOpacity(tm->getTitleBackgroundColor().getAlphaByte()); - m_bgSprite->setID("main-bg"_spr); - m_mainLayer->addChildAtPosition(m_bgSprite, geode::Anchor::Center); - - // Background for content - m_contentBG = geode::NineSlice::create("square02b_001.png"); - m_contentBG->setAnchorPoint({0, 1}); - m_contentBG->setPosition(125.f, 270.f); - m_contentBG->setColor(tm->getBackgroundColor().toCCColor3B()); - m_contentBG->setOpacity(tm->getBackgroundColor().getAlphaByte()); - m_contentBG->setContentSize({345.f, 260.f}); - m_contentBG->setID("content-bg"_spr); - m_mainLayer->addChild(m_contentBG); - - // Tab menu BG - auto bgTab = geode::NineSlice::create("square02b_001.png"); - bgTab->setAnchorPoint({0, 0.5}); - bgTab->setContentSize({115, 260}); - bgTab->setColor({155,155,155}); - bgTab->setColor(tm->getBackgroundColor().toCCColor3B()); - bgTab->setPosition(6.f, 140.f); - bgTab->setID("tab-bg"_spr); - m_mainLayer->addChild(bgTab); - - // Tab menu - auto currentTab = config::get("menu.current_tab", 0); - currentTab = std::min(currentTab, static_cast(tabs.size()) - 1); - m_tabMenu = TabMenu::create(tabs, [this](int idx) { - this->setActiveTab(idx); - }); - m_tabMenu->setPosition(7.5f, 270.f); - m_tabMenu->setActiveTab(currentTab); - m_tabMenu->regenTabs(); - bgTab->addChildAtPosition(m_tabMenu, geode::Anchor::Center, {0, -20}); - - // Content view - m_contentMenu = ContentView::create({345.f, 260.f}, tabs[currentTab]); - m_contentMenu->setAnchorPoint({0, 1}); - m_contentMenu->setPosition(125.f, 270.f); - m_mainLayer->addChild(m_contentMenu, 1); - - return true; - } - - Popup* Popup::create(Tabs const& tabs) { - auto ret = new Popup; - if (ret->init(tabs)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - Popup::~Popup() { - if (auto cocos = CocosRenderer::get()) - cocos->shutdown(true); - } - - void Popup::setActiveTab(int idx) const { - auto& tabs = Engine::get().getTabs(); - if (idx < 0 || idx >= tabs.size()) return; - config::set("menu.current_tab", idx); - m_contentMenu->setContent(tabs[idx]); - } - - void Popup::refreshPage() const { - auto& tabs = Engine::get().getTabs(); - auto idx = config::get("menu.current_tab", 0); - if (idx < 0 || idx >= tabs.size()) return; - m_contentMenu->setContent(tabs[idx], false); - } - - bool Popup::isAncestorOf(CCNode* node) const { - while (node) { - if (node == this) return true; - node = node->getParent(); - } - - return false; - } -} diff --git a/src/modules/gui/cocos/popup/popup.hpp b/src/modules/gui/cocos/popup/popup.hpp deleted file mode 100644 index a7055280..00000000 --- a/src/modules/gui/cocos/popup/popup.hpp +++ /dev/null @@ -1,28 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - class TabMenu; - class ContentView; - - class Popup : public geode::Popup { - protected: - bool init(Tabs const& tabs); - - public: - static Popup* create(Tabs const& tabs); - - ~Popup() override; - - void setActiveTab(int idx) const; - void refreshPage() const; - - bool isAncestorOf(CCNode* node) const; - - private: - TabMenu* m_tabMenu = nullptr; - - geode::NineSlice* m_contentBG = nullptr; - ContentView* m_contentMenu = nullptr; - }; -} diff --git a/src/modules/gui/cocos/popup/scroll-layer.cpp b/src/modules/gui/cocos/popup/scroll-layer.cpp deleted file mode 100644 index c179fc57..00000000 --- a/src/modules/gui/cocos/popup/scroll-layer.cpp +++ /dev/null @@ -1,184 +0,0 @@ -#include "scroll-layer.hpp" -#include "utils.hpp" - -#include -// all thanks to https://github.com/CallocGD/GD-2.205-Decompiled -// and also from https://github.com/geode-sdk/geode - -namespace eclipse::gui::cocos { - void ScrollLayer::scrollWheel(float pointX, float pointY) { - if (pointX != 0.0) { - CCScrollLayerExt::scrollLayer(pointX); - } - } - bool ScrollLayer::ccTouchBegan(cocos2d::CCTouch *touch, cocos2d::CCEvent *event) { - if (geode::cocos::nodeIsVisible(this)) { - bool value = CCScrollLayerExt::ccTouchBegan(touch, event); - if (value) { - m_touchStart = touch; - auto touchPos = utils::get()->convertToGL(m_touchStart->getLocationInView()); - m_touchStartPosition2 = touchPos; - m_touchPosition2 = touchPos; - if (m_touchOutOfBoundary) { - //schedule(schedule_selector(ScrollLayerExt::checkBoundaryOfContent)); - m_touchOutOfBoundary = true; - } - m_touchLastY = m_touchPosition2.y; - return true; - } - } - return false; - } - void ScrollLayer::ccTouchCancelled(cocos2d::CCTouch *touch, cocos2d::CCEvent *event) { - if (m_cancellingTouches) return; - if (m_touchMoved == true) { - CCScrollLayerExt::ccTouchCancelled(touch, event); - touchFinish(touch); - if (m_touchOutOfBoundary != false) { - //unschedule(schedule_selector(ScrollLayerExt::checkBoundaryOfContent)); - m_touchOutOfBoundary = false; - } - } - } - void ScrollLayer::ccTouchEnded(cocos2d::CCTouch *touch, cocos2d::CCEvent *event) { - CCScrollLayerExt::ccTouchEnded(touch, event); - touchFinish(touch); - if (m_cancellingTouches != false) { - //unschedule(schedule_selector(ScrollLayerExt::checkBoundaryOfContent)); - m_cancellingTouches = false; - } - } - void ScrollLayer::ccTouchMoved(cocos2d::CCTouch *touch, cocos2d::CCEvent *event) { - CCScrollLayerExt::ccTouchMoved(touch, event); - m_touchMoved = true; - auto touchPoint = utils::get()->convertToGL(touch->getLocationInView()); - if (touch == m_touchStart) { - m_touchPosition2 = m_touchPosition2 - touchPoint; - } - if (fabsf(touchPoint.y - m_touchLastY) >= 10.F) { - m_touchLastY = touchPoint.y; - cancelAndStoleTouch(touch, event); - } - } - void ScrollLayer::claimTouch(cocos2d::CCTouch* touch) { - auto touchDispatcher = utils::get()->getTouchDispatcher(); - auto handler = static_cast(touchDispatcher->findHandler(this)); - if (handler) { - cocos2d::CCSet* claimedTouches = handler->getClaimedTouches(); - if (!claimedTouches->containsObject(touch)) { - claimedTouches->addObject(touch); - } - } - } - void ScrollLayer::cancelAndStoleTouch(cocos2d::CCTouch *touch, cocos2d::CCEvent *event) - { - cocos2d::CCSet* set = new cocos2d::CCSet(); - set->addObject(touch); - set->autorelease(); - m_cancellingTouches = true; - auto touchDispather = utils::get()->getTouchDispatcher(); - touchDispather->touchesCancelled(set, event); - m_cancellingTouches = false; - claimTouch(touch); - /* - piVar1 = (int *)cocos2d::CCDirector::sharedDirector(); - piVar1 = (int *)(**(code **)(*piVar1 + 0x50))(); - (**(code **)(*piVar1 + 0x34))(piVar1,this_00,param_2); - this->m_cancellingTouches = false; - claimTouch(this,param_1); - */ - } - - - ScrollLayer::ScrollLayer(cocos2d::CCRect const& rect, bool scrollWheelEnabled, bool vertical) : - CCScrollLayerExt(rect) { - m_scrollWheelEnabled = scrollWheelEnabled; - - m_disableVertical = !vertical; - m_disableHorizontal = vertical; - m_cutContent = true; - - m_contentLayer->removeFromParent(); - m_contentLayer = geode::GenericContentLayer::create(rect.size.width, rect.size.height); - m_contentLayer->setID("content-layer"); - m_contentLayer->setAnchorPoint({ 0, 0 }); - this->addChild(m_contentLayer); - - m_touchStartPosition2 = cocos2d::CCPointMake(0.f, 0.f); - m_touchPosition2 = cocos2d::CCPointMake(0.f, 0.f); - - this->setID("ScrollLayerExt"_spr); - - this->setMouseEnabled(true); - this->setTouchEnabled(true); - this->setUserFlag("alk.better-touch-prio/steals-touch"); - - utils::get()->registerForcePrio(this, 2); - } - - ScrollLayer::~ScrollLayer() { - utils::get()->unregisterForcePrio(this); - } - - void ScrollLayer::visit() { - int previousRect[4]; - bool previousScissor = glIsEnabled(GL_SCISSOR_TEST); - - if (m_cutContent && this->isVisible()) { - if (previousScissor) { - glGetIntegerv(GL_SCISSOR_BOX, previousRect); - } - else { - glEnable(GL_SCISSOR_TEST); - } - - if (this->getParent()) { - auto const bottomLeft = this->convertToWorldSpace(ccp(0, 0)); - auto const topRight = this->convertToWorldSpace(this->getContentSize()); - cocos2d::CCSize const size = topRight - bottomLeft; - - utils::get()->setScissorInPoints(bottomLeft.x, bottomLeft.y, size.width, size.height); - } - } - - CCNode::visit(); - - if (m_cutContent && this->isVisible()) { - if (previousScissor) { - glScissor(previousRect[0], previousRect[1], previousRect[2], previousRect[3]); - } - else { - glDisable(GL_SCISSOR_TEST); - } - } - } - - void ScrollLayer::scrollToTop() { - auto listTopScrollPos = -m_contentLayer->getContentHeight() + this->getContentHeight(); - m_contentLayer->setPositionY(listTopScrollPos); - } - ScrollLayer* ScrollLayer::create(cocos2d::CCRect const& rect, bool scroll, bool vertical) { - auto ret = new ScrollLayer(rect, scroll, vertical); - ret->autorelease(); - - return ret; - } - ScrollLayer* ScrollLayer::create(cocos2d::CCSize const& size, bool scroll, bool vertical) { - return ScrollLayer::create({ 0, 0, size.width, size.height }, scroll, vertical); - } - void ScrollLayer::touchFinish(cocos2d::CCTouch* touch) { - auto touchPoint = utils::get()->convertToGL(touch->getLocationInView()); - if (touch == this->m_touchStart) { - //auto pvVar1 = (CCMenuItemSpriteExtra *)itemForTouch((CCTouch *)this); - auto pvVar1 = nullptr; - if (pvVar1 != nullptr && !m_notAtEndOfScroll) { - } - } - m_touchStartPosition2 = m_touchPosition2; - m_touchMoved = false; - } - - void ScrollLayer::registerWithTouchDispatcher() { - utils::get()->getTouchDispatcher()->addPrioTargetedDelegate(this, -500, false); - } -} diff --git a/src/modules/gui/cocos/popup/scroll-layer.hpp b/src/modules/gui/cocos/popup/scroll-layer.hpp deleted file mode 100644 index b44ed0f4..00000000 --- a/src/modules/gui/cocos/popup/scroll-layer.hpp +++ /dev/null @@ -1,39 +0,0 @@ -#pragma once - -namespace eclipse::gui::cocos { - // taken from Object Workshop (a hybrid of robtops cocos and geode) - class ScrollLayer : public CCScrollLayerExt, public CCScrollLayerExtDelegate { - protected: - bool m_touchOutOfBoundary; - bool m_scrollWheelEnabled; - cocos2d::CCTouch* m_touchStart; - cocos2d::CCPoint m_touchStartPosition2; - cocos2d::CCPoint m_touchPosition2; - bool m_touchMoved; - float m_touchLastY; - bool m_cancellingTouches; - - void cancelAndStoleTouch(cocos2d::CCTouch*, cocos2d::CCEvent*); - void checkBoundaryOfContent(float); - void claimTouch(cocos2d::CCTouch*); - void touchFinish(cocos2d::CCTouch*); - - bool ccTouchBegan(cocos2d::CCTouch*, cocos2d::CCEvent*) override; - void ccTouchMoved(cocos2d::CCTouch*, cocos2d::CCEvent*) override; - - void ccTouchEnded(cocos2d::CCTouch*, cocos2d::CCEvent*) override; - void ccTouchCancelled(cocos2d::CCTouch*, cocos2d::CCEvent*) override; - void scrollWheel(float, float) override; - void visit() override; - void registerWithTouchDispatcher() override; - CCMenuItemSpriteExtra* itemForTouch(cocos2d::CCTouch*); - - ScrollLayer(cocos2d::CCRect const& rect, bool scrollWheelEnabled, bool vertical); - ~ScrollLayer() override; - - public: - void scrollToTop(); - static ScrollLayer* create(cocos2d::CCRect const& rect, bool scrollWheelEnabled = true, bool vertical = true); - static ScrollLayer* create(cocos2d::CCSize const& size, bool scrollWheelEnabled = true, bool vertical = true); - }; -} diff --git a/src/modules/gui/cocos/popup/tab-menu.cpp b/src/modules/gui/cocos/popup/tab-menu.cpp deleted file mode 100644 index 247ec4b3..00000000 --- a/src/modules/gui/cocos/popup/tab-menu.cpp +++ /dev/null @@ -1,200 +0,0 @@ -#include "tab-menu.hpp" - -#include "utils.hpp" - -#include -#include - -namespace eclipse::gui::cocos { - TabMenu* TabMenu::create(Tabs const& tabs, Function&& callback) { - auto ret = new TabMenu(); - if (ret->init(tabs, std::move(callback))) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - TabButton* TabButton::create(geode::ZStringView name, cocos2d::CCSize const& size) { - auto ret = new TabButton(); - if (ret->init(name, size)) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - TabMenu::~TabMenu() = default; - - void TabMenu::onPageButton(CCObject* sender) { - auto tag = sender->getTag(); - this->setActiveTab(tag); - m_callback(tag); - // this is so dumb - m_hasActivatedTab = true; - } - - void TabMenu::onArrowButton(CCObject* sender) { - auto tag = sender->getTag(); - m_currentPage += tag; - this->regenTabs(); - } - - void TabMenu::setActiveTab(int idx) { - if (idx < 0 || idx >= m_tabs.size()) return; - - m_activeTab = idx; - if (m_activeTab > 8) { - m_currentPage = std::max(0, m_activeTab - 8); - } - for (int i = 0; i < m_tabs.size(); ++i) { - bool active = i == idx; - auto tab = m_tabs[i]; - tab->setEnabled(!active); - auto spr = static_cast(tab->getChildren()->objectAtIndex(0)); - spr->setState(active); - } - } - - void TabMenu::regenTabs() { - for (auto const& tab : m_tabs) { - tab->setContentHeight(0.f); - tab->setVisible(false); - } - constexpr int amount = 9; - auto newTabs = utils::gradualPaginate(m_tabs, amount, m_currentPage); - m_upArrow->setVisible(m_currentPage != 0 && m_tabs.size() > amount); - m_downArrow->setVisible(m_tabs.size() > amount && m_currentPage < (m_tabs.size() - amount)); - for (auto const& tab : newTabs) { - tab->setContentHeight(28.f); - tab->setVisible(true); - } - this->updateLayout(); - } - - bool TabMenu::init(Tabs const& tabs, Function&& callback) { - if (!CCMenu::init()) return false; - auto const tm = ThemeManager::get(); - this->setID("tab-menu"_spr); - - m_callback = std::move(callback); - - auto upSpr = cocos2d::CCSprite::createWithSpriteFrameName("edit_upBtn_001.png"); - upSpr->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - upSpr->setScale(1.5F); - m_upArrow = CCMenuItemSpriteExtra::create( - upSpr, this, - menu_selector(TabMenu::onArrowButton) - ); - m_upArrow->setTag(-1); - this->addChild(m_upArrow); - - int i = 0; - constexpr float width = 120.f; - constexpr float height = 28.f; - - m_tabs.reserve(tabs.size()); - for (auto const& tab : tabs) { - auto& tabName = tab.getTitle(); - auto tabSpr = TabButton::create(tabName, {width, height}); - auto tabButton = CCMenuItemSpriteExtra::create(tabSpr, this, menu_selector(TabMenu::onPageButton)); - tabButton->setTag(i++); - this->addChild(tabButton); - tabButton->setVisible(false); - m_tabs.push_back(tabButton); - } - - auto downSpr = cocos2d::CCSprite::createWithSpriteFrameName("edit_downBtn_001.png"); - downSpr->setColor(tm->getCheckboxCheckmarkColor().toCCColor3B()); - downSpr->setScale(1.5F); - m_downArrow = CCMenuItemSpriteExtra::create( - downSpr, this, - menu_selector(TabMenu::onArrowButton) - ); - m_downArrow->setTag(1); - this->addChild(m_downArrow); - - this->regenTabs(); - - // setup layout - auto layout = geode::AxisLayout::create(geode::Axis::Column) - //->setAutoScale(true) - ->setAutoScale(false) - ->setAxisReverse(true) - ->setGrowCrossAxis(false) - ->setCrossAxisOverflow(true) - ->setGap(0.5f) - ->setAxisAlignment(geode::AxisAlignment::End) - ->setCrossAxisAlignment(geode::AxisAlignment::Start) - ->setCrossAxisLineAlignment(geode::AxisAlignment::Center) - ->ignoreInvisibleChildren(false); - this->setAnchorPoint({0.5f, 0.5f}); - this->setContentHeight(260.f); - this->setLayout(layout, true); - - this->setActiveTab(0); - - return true; - } - - inline cocos2d::CCSprite* getTabIcon(std::string_view name) { - static std::unordered_map const emojis = { - {"tab.global", "tab_global.png"_spr}, - {"tab.level", "tab_level.png"_spr}, - {"tab.bypass", "tab_bypass.png"_spr}, - {"tab.player", "tab_player.png"_spr}, - {"tab.bot", "tab_bot.png"_spr}, - {"tab.creator", "tab_creator.png"_spr}, - {"tab.labels", "tab_labels.png"_spr}, - {"tab.shortcuts", "tab_shortcuts.png"_spr}, - {"tab.keybinds", "tab_keybinds.png"_spr}, - {"tab.interface", "tab_interface.png"_spr}, - {"tab.recorder", "tab_recorder.png"_spr}, - {"BetterInfo", "tab_betterinfo.png"_spr}, - }; - - if (auto it = emojis.find(name); it != emojis.end()) { - return cocos2d::CCSprite::createWithSpriteFrameName(it->second); - } - - return nullptr; - } - - bool TabButton::init(geode::ZStringView name, cocos2d::CCSize size) { - if (!CCNode::init()) return false; - this->setScale(0.9F); - this->setID(fmt::format("tab-button-{}"_spr, name)); - this->setContentSize(size); - - m_icon = getTabIcon(name); - if (m_icon) { - m_icon->setScale(0.6f); - m_icon->setZOrder(1); - this->addChildAtPosition(m_icon, geode::Anchor::Left, {15.f, 0.f}); - } - - m_label = TranslatedLabel::create(name); - m_label->limitLabelWidth(m_icon ? 75 : 100, 1.f, .2f); - - m_bgSprite = geode::NineSlice::create("square02b_001.png", {0.0f, 0.0f, 80.0f, 80.0f}); - m_bgSprite->setContentSize({size.width, size.height + 8.F}); // minimum 36 - m_bgSprite->setScaleY(.75F); - - this->addChildAtPosition(m_bgSprite, geode::Anchor::Center); - this->addChildAtPosition(m_label, geode::Anchor::Center, { m_icon ? 12.5f : 0.f, 0.f }); - return true; - } - - void TabButton::setState(bool active) const { - // this definitely won't be a problem in the future - if (m_bgSprite == nullptr || m_label == nullptr) return; - auto const tm = ThemeManager::get(); - auto colorLbl = (!active) ? tm->getButtonForegroundColor() : tm->getButtonActivatedForeground(); - auto colorBG = (!active) ? tm->getButtonBackgroundColor() : tm->getButtonActivatedBackground(); - m_bgSprite->setColor(colorBG.toCCColor3B()); - m_label->setColor(colorLbl.toCCColor3B()); - if (m_icon) m_icon->setColor(colorLbl.toCCColor3B()); - } -} diff --git a/src/modules/gui/cocos/popup/tab-menu.hpp b/src/modules/gui/cocos/popup/tab-menu.hpp deleted file mode 100644 index 721cdc5b..00000000 --- a/src/modules/gui/cocos/popup/tab-menu.hpp +++ /dev/null @@ -1,46 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - class TranslatedLabel; - - /// @brief A container for tab buttons - class TabMenu : public cocos2d::CCMenu { - protected: - CCMenuItemSpriteExtra* m_upArrow; - CCMenuItemSpriteExtra* m_downArrow; - std::vector m_tabs; - Function m_callback; - int m_activeTab = 0; - int m_currentPage = 0; - bool m_hasActivatedTab = false; - - ~TabMenu() override; - - void onPageButton(CCObject* sender); - void onArrowButton(CCObject* sender); - - public: - static TabMenu* create(Tabs const& tabs, Function&& callback); - void setActiveTab(int idx); - void regenTabs(); - - protected: - bool init(Tabs const& tabs, Function&& callback); - }; - - /// @brief Tab buttons for both activating and deactivating - class TabButton : public cocos2d::CCNode { - protected: - geode::NineSlice* m_bgSprite{}; - TranslatedLabel* m_label{}; - cocos2d::CCSprite* m_icon{}; - - public: - void setState(bool active) const; - static TabButton* create(geode::ZStringView name, cocos2d::CCSize const& size); - - protected: - bool init(geode::ZStringView name, cocos2d::CCSize size); - }; -} diff --git a/src/modules/gui/color.cpp b/src/modules/gui/color.cpp deleted file mode 100644 index b4ab93f6..00000000 --- a/src/modules/gui/color.cpp +++ /dev/null @@ -1,185 +0,0 @@ -#include "color.hpp" -#include -#include - -namespace eclipse::gui { - Color::operator ImU32() const { - return ImGui::ColorConvertFloat4ToU32(ImVec4(r, g, b, a)); - } - - Color::operator ImVec4() const { - return {r, g, b, a}; - } - - Color& Color::operator=(ImVec4 const& col2) { - r = col2.x; - g = col2.y; - b = col2.z; - a = col2.w; - return *this; - } - - Color Color::fromHSV(float h, float s, float v, float a) { - float c = v * s; - float x = c * (1 - std::abs(fmod(h / 60.0f, 2) - 1)); - float m = v - c; - - float r, g, b; - if (h < 60) { - r = c; - g = x; - b = 0; - } else if (h < 120) { - r = x; - g = c; - b = 0; - } else if (h < 180) { - r = 0; - g = c; - b = x; - } else if (h < 240) { - r = 0; - g = x; - b = c; - } else if (h < 300) { - r = x; - g = 0; - b = c; - } else { - r = c; - g = 0; - b = x; - } - - return {r + m, g + m, b + m, a}; - } - - Color Color::fromHSV(ImVec4 const& hsv) { - return fromHSV(hsv.x, hsv.y, hsv.z, hsv.w); - } - - Color Color::fromInt(int color, Color::IntType type) { - float v1, v2, v3, v4; - v1 = (float) ((color >> 24) & 0xFF) / 255.0f; - v2 = (float) ((color >> 16) & 0xFF) / 255.0f; - v3 = (float) ((color >> 8) & 0xFF) / 255.0f; - v4 = (float) (color & 0xFF) / 255.0f; - - switch (type) { - default: return {v1, v2, v3, v4}; - case IntType::ARGB: return {v2, v3, v4, v1}; - case IntType::ABGR: return {v4, v3, v2, v1}; - case IntType::BGRA: return {v3, v2, v1, v4}; - } - } - - int Color::toInt(Color::IntType type) const { - int rv, gv, bv, av; - rv = static_cast(this->r * 255); - gv = static_cast(this->g * 255); - bv = static_cast(this->b * 255); - av = static_cast(this->a * 255); - switch (type) { - default: return (rv << 24) | (gv << 16) | (bv << 8) | av; - case IntType::ARGB: return (av << 24) | (rv << 16) | (gv << 8) | bv; - case IntType::ABGR: return (av << 24) | (bv << 16) | (gv << 8) | rv; - case IntType::BGRA: return (bv << 24) | (gv << 16) | (rv << 8) | av; - } - } - - Color Color::fromString(std::string_view color, Color::IntType type) { - return fromInt(geode::utils::numFromString(color, 16).unwrapOr(0), type); - } - - std::string Color::toString(Color::IntType type) const { - uint32_t c = toInt(type); - return fmt::format("{:08X}", c); - } - - constexpr float hue2rgb(float p, float q, float t) { - if (t < 0) t += 1; - if (t > 1) t -= 1; - if (t < 1.0f / 6) return p + (q - p) * 6 * t; - if (t < 1.0f / 2) return q; - if (t < 2.0f / 3) return p + (q - p) * (2.0f / 3 - t) * 6; - return p; - } - - Color::HSL Color::HSL::fromColor(Color const& color) { - auto max = std::max({color.r, color.g, color.b}); - auto min = std::min({color.r, color.g, color.b}); - float h, s, l = (max + min) / 2; - - if (max == min) { - h = s = 0; - } else { - float d = max - min; - s = l > 0.5 ? d / (2 - max - min) : d / (max + min); - - if (max == color.r) { - h = (color.g - color.b) / d + (color.g < color.b ? 6 : 0); - } else if (max == color.g) { - h = (color.b - color.r) / d + 2; - } else { - h = (color.r - color.g) / d + 4; - } - - h /= 6; - } - - return {h, s, l}; - } - - Color Color::HSL::toColor(HSL const& hsl) { - float r, g, b; - - if (hsl.s == 0.f) { - r = g = b = hsl.l; - } else { - auto q = hsl.l < 0.5 ? hsl.l * (1 + hsl.s) : hsl.l + hsl.s - hsl.l * hsl.s; - auto p = 2 * hsl.l - q; - r = hue2rgb(p, q, hsl.h + 1.0f / 3); - g = hue2rgb(p, q, hsl.h); - b = hue2rgb(p, q, hsl.h - 1.0f / 3); - } - - return {r, g, b}; - } - - Color::HSL Color::toHSL() const { - return HSL::fromColor(*this); - } - - Color Color::fromHSL(HSL const& hsl) { - return HSL::toColor(hsl); - } - - float Color::luminance() const { - return 0.2126f * r + 0.7152f * g + 0.0722f * b; - } - - Color Color::darken(float factor) const { - auto hsl = this->toHSL(); - hsl.l = std::max(0.f, hsl.l - factor); - Color rgb = hsl; - rgb.a = a; - return rgb; - } - - Color Color::lighten(float factor) const { - auto hsl = this->toHSL(); - hsl.l = std::min(1.f, hsl.l + factor); - Color rgb = hsl; - rgb.a = a; - return rgb; - } -} - -matjson::Value matjson::Serialize::toJson(eclipse::gui::Color const& color) { - return color.toString(); -} - -geode::Result matjson::Serialize::fromJson(Value const& value) { - GEODE_UNWRAP_INTO(auto str, value.as()); - return geode::Ok(eclipse::gui::Color::fromString(str)); -} \ No newline at end of file diff --git a/src/modules/gui/color.hpp b/src/modules/gui/color.hpp deleted file mode 100644 index 5c7d9305..00000000 --- a/src/modules/gui/color.hpp +++ /dev/null @@ -1,151 +0,0 @@ -#pragma once - -#include -#include - -struct ImVec4; -using ImU32 = unsigned int; - -namespace eclipse::gui { - struct Color { - float r, g, b, a; - - constexpr Color() : r(0), g(0), b(0), a(1.0f) {} - constexpr Color(float r, float g, float b, float a = 1.0f) : r(r), g(g), b(b), a(a) {} - constexpr Color(Color const& other) = default; - constexpr Color(Color const& other, float a) : r(other.r), g(other.g), b(other.b), a(a) {} - explicit constexpr Color(cocos2d::ccColor4F const& other) : r(other.r), g(other.g), b(other.b), a(other.a) {} - explicit constexpr Color(cocos2d::ccColor4B const& other) : r(other.r / 255.0f), g(other.g / 255.0f), b(other.b / 255.0f), a(other.a / 255.0f) {} - - constexpr Color(Color&& other) noexcept : r(other.r), g(other.g), b(other.b), a(other.a) { - other.r = other.g = other.b = 0; - other.a = 1.0f; - } - - constexpr Color& operator=(Color const& other) = default; - constexpr Color& operator=(Color&& other) noexcept = default; - - /// @brief Converts the color to ImVec4 - operator ImVec4() const; - - /// @brief Converts the color to ImU32 - operator ImU32() const; - - Color& operator=(ImVec4 const& col2); - - constexpr operator cocos2d::ccColor4F() const { - return {r, g, b, a}; - } - - constexpr operator cocos2d::ccColor4B() const { - return { - static_cast(r * 255), - static_cast(g * 255), - static_cast(b * 255), - static_cast(a * 255) - }; - } - - /// @brief Returns a pointer to the color data - /// @return Pointer to the color data - constexpr float* data() { return &r; } - - constexpr GLubyte getAlphaByte() const { return static_cast(a * 255); } - - /// @brief Creates a new color from HSV values - /// @param h Hue - /// @param s Saturation - /// @param v Value - /// @param a Alpha - /// @return New color - static Color fromHSV(float h, float s, float v, float a = 1.0f); - - /// @brief Creates a new color from HSV values - /// @param hsv HSV values - /// @return New color - static Color fromHSV(ImVec4 const& hsv); - - enum class IntType { - RGBA, ARGB, - ABGR, BGRA - }; - - /// @brief Gets the color from an integer - /// @param color Integer color - /// @param type Integer type to convert from - /// @return New color - static Color fromInt(int color, IntType type = IntType::RGBA); - - /// @brief Converts the color to an integer - /// @param type Integer type to convert to - /// @return Integer color - [[nodiscard]] int toInt(IntType type = IntType::RGBA) const; - - /// @brief Creates a new color from a string - /// @param color String color in proper format - /// @param type Integer type to convert from - /// @return New color - static Color fromString(std::string_view color, IntType type = IntType::RGBA); - - /// @brief Converts the color to a string - /// @param type Integer type to convert to - /// @return String color in format "RRGGBBAA" - [[nodiscard]] std::string toString(IntType type = IntType::RGBA) const; - - /// @brief Converts the color to a CCColor3B - /// @return CCColor3B color - [[nodiscard]] constexpr cocos2d::ccColor3B toCCColor3B() const { - return { - static_cast(r * 255), - static_cast(g * 255), - static_cast(b * 255) - }; - } - - /// @brief Creates a new color from a CCColor3B - /// @param color CCColor3B color in proper format - /// @return New color - static constexpr Color fromCCColor3B(cocos2d::ccColor3B const& color) { - return Color(color.r / 255.F, color.g / 255.F, color.b / 255.F); - } - - struct HSL { - float h, s, l; - - constexpr HSL() : h(0), s(0), l(0) {} - constexpr HSL(float h, float s, float l) : h(h), s(s), l(l) {} - constexpr HSL(HSL const& other) = default; - - static HSL fromColor(Color const& color); - static Color toColor(HSL const& hsl); - - operator Color() const { return toColor(*this); } - }; - - [[nodiscard]] HSL toHSL() const; - [[nodiscard]] static Color fromHSL(HSL const& hsl); - - /// @brief Gets the luminance of the color (0-1) - [[nodiscard]] float luminance() const; - - [[nodiscard]] Color darken(float factor) const; - [[nodiscard]] Color lighten(float factor) const; - }; - - namespace Colors { - constexpr Color WHITE = {1, 1, 1}; - constexpr Color BLACK = {0, 0, 0}; - constexpr Color RED = {1, 0, 0}; - constexpr Color GREEN = {0, 1, 0}; - constexpr Color BLUE = {0, 0, 1}; - constexpr Color YELLOW = {1, 1, 0}; - constexpr Color CYAN = {0, 1, 1}; - constexpr Color MAGENTA = {1, 0, 1}; - } -} - -template <> -struct matjson::Serialize { - static Value toJson(eclipse::gui::Color const& color); - static geode::Result fromJson(Value const& value); -}; diff --git a/src/modules/gui/components/base-component.hpp b/src/modules/gui/components/base-component.hpp deleted file mode 100644 index 60f7713d..00000000 --- a/src/modules/gui/components/base-component.hpp +++ /dev/null @@ -1,99 +0,0 @@ -#pragma once -#include -#include - -namespace eclipse::gui { - enum class ComponentType { - Unknown = -1, - Label, Toggle, RadioButton, - Combo, Slider, InputFloat, InputInt, - FloatToggle, InputText, Color, - Button, Keybind, LabelSettings, FilesystemCombo, IntToggle - }; - - enum class ComponentFlags : uint8_t { - None = 0, // No flags (default) - - DisableCocos = 1 << 0, // Hide the component in cocos renderer mode - - DisableTabbed = 1 << 1, // Hide the component in tabbed layout (imgui) - DisablePanel = 1 << 2, // Hide the component in panel layout (imgui) - DisableSidebar = 1 << 3, // Hide the component in sidebar layout (imgui) - StartWithKeyboardFocus = 1 << 4, // Starts the component with keyboard focus (imgui) - - SearchedFor = 1 << 5, // The component is being searched for - - OnlyTabbed = DisablePanel | DisableSidebar | DisableCocos, // Display exclusively in tabbed layout (imgui) - OnlyPanel = DisableTabbed | DisableSidebar | DisableCocos, // Display exclusively in panel layout (imgui) - OnlySidebar = DisableTabbed | DisablePanel | DisableCocos, // Display exclusively in sidebar layout (imgui) - - DisableImGui = DisableTabbed | DisablePanel | DisableSidebar, // Hide the component in imgui renderer mode - }; - - bool operator&(ComponentFlags lhs, ComponentFlags rhs); - ComponentFlags operator|(ComponentFlags lhs, ComponentFlags rhs); - - class Component { - public: - virtual ~Component() = default; - - Component(); - - Component(Component&&) = default; - Component& operator=(Component&&) = default; - - Component(Component const&) = delete; - Component& operator=(Component const&) = delete; - - /// @brief Get the component's unique identifier. - [[nodiscard]] size_t getUID() const { return m_uid; } - - /// @brief Find a component by its unique identifier. - static Component* find(size_t uid); - - /// @brief Update the component. - virtual void onUpdate() = 0; - - /// @brief Get the component's ID. (unique identifier) - [[nodiscard]] virtual const std::string& getId() const = 0; - - /// @brief Get the component's title. (used for sorting in the menu) - [[nodiscard]] virtual const std::string& getTitle() const; - - /// @brief Get the component's description. - [[nodiscard]] const std::string& getDescription() const; - - /// @brief Get the component's type (used to skip dynamic casting) - [[nodiscard]] ComponentType getType() const; - - /// @brief Excludes value from being saved into main configuration file - /// Useful for some internal values. (Uses temporary storage). - Component* disableSaving(); - - /// @brief Whether current component should use temporary storage - [[nodiscard]] bool isSaveDisabled() const; - - /// @brief Set the component's description. - virtual Component* setDescription(std::string description); - - /// @brief Get the component's flags - [[nodiscard]] ComponentFlags getFlags() const; - - /// @brief Adds a flag to the component - Component* addFlag(ComponentFlags flag); - - /// @brief Removes a flag from the component - Component* removeFlag(ComponentFlags flag); - - /// @brief Set the component's flags - Component* setFlags(ComponentFlags flags); - - protected: - static size_t m_uniqueID; - size_t m_uid; - ComponentType m_type = ComponentType::Unknown; - bool m_noSave = false; - ComponentFlags m_flags = ComponentFlags::None; - std::string m_description; - }; -} diff --git a/src/modules/gui/components/button.hpp b/src/modules/gui/components/button.hpp deleted file mode 100644 index bb1ac282..00000000 --- a/src/modules/gui/components/button.hpp +++ /dev/null @@ -1,37 +0,0 @@ -#pragma once -#include -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Button component to execute an action when pressed. - class ButtonComponent : public Component { - public: - explicit ButtonComponent(std::string title); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - ButtonComponent* callback(Function&& func); - - [[nodiscard]] std::string const& getId() const override; - - [[nodiscard]] std::string const& getTitle() const override; - - ButtonComponent* setDescription(std::string description) override; - - ButtonComponent* setDescription(); - - /// @brief Allows to set keybinds for the button. - ButtonComponent* handleKeybinds(); - - [[nodiscard]] bool hasKeybind() const; - - void triggerCallback(); - - private: - std::string m_title; - Function m_callback; - bool m_hasKeybind = false; - }; -} diff --git a/src/modules/gui/components/color.hpp b/src/modules/gui/components/color.hpp deleted file mode 100644 index 8040a75e..00000000 --- a/src/modules/gui/components/color.hpp +++ /dev/null @@ -1,36 +0,0 @@ -#pragma once -#include -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Input text component to get user input as a string. - class ColorComponent : public Component { - public: - explicit ColorComponent(std::string title, std::string id, bool hasOpacity = false); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - ColorComponent* callback(Function&& func); - - [[nodiscard]] std::string const& getId() const override; - - [[nodiscard]] std::string const& getTitle() const override; - - [[nodiscard]] bool hasOpacity() const; - - [[nodiscard]] Color getValue() const; - void setValue(Color const& value) const; - - ColorComponent* setDescription(std::string description) override; - - void triggerCallback(Color const& value); - - private: - std::string m_id; - std::string m_title; - bool m_hasOpacity; - Function m_callback; - }; -} \ No newline at end of file diff --git a/src/modules/gui/components/combo.hpp b/src/modules/gui/components/combo.hpp deleted file mode 100644 index 5ff7635a..00000000 --- a/src/modules/gui/components/combo.hpp +++ /dev/null @@ -1,48 +0,0 @@ -#pragma once -#include -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Combo component for selecting one of the options. - class ComboComponent : public Component { - public: - explicit ComboComponent(std::string id, std::string title, std::vector items, int value); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - ComboComponent* callback(Function&& func); - - /// @brief Get the combo value (selected item index). - [[nodiscard]] int getValue() const; - - /// @brief Get the combo items. - [[nodiscard]] std::vector const& getItems() const; - - void setItems(std::vector const& items); - - /// @brief Set the combo value (selected item index). - void setValue(int value) const; - - /// @brief Set the combo value if empty (selected item index). - void setValueIfEmpty(int value) const; - - [[nodiscard]] std::string const& getId() const override; - - [[nodiscard]] std::string const& getTitle() const override; - - ComboComponent* setDescription(std::string description) override; - - ComboComponent* setDescription(); - - void triggerCallback(int value); - - private: - std::string m_id; - std::string m_title; - int m_value; - std::vector m_items; - Function m_callback; - }; -} diff --git a/src/modules/gui/components/components.cpp b/src/modules/gui/components/components.cpp deleted file mode 100644 index c225e22a..00000000 --- a/src/modules/gui/components/components.cpp +++ /dev/null @@ -1,832 +0,0 @@ -#include "button.hpp" -#include "color.hpp" -#include "combo.hpp" -#include "filesystem-combo.hpp" -#include "float-toggle.hpp" -#include "input-float.hpp" -#include "input-int.hpp" -#include "input-text.hpp" -#include "int-toggle.hpp" -#include "keybind.hpp" -#include "label-settings.hpp" -#include "label.hpp" -#include "radio.hpp" -#include "slider.hpp" -#include "toggle.hpp" - -#include -#include -#include - -namespace eclipse::gui { - template - T get_value(std::string_view key, T defaultValue, bool useTemp) { - return useTemp - ? config::getTemp(key, defaultValue) - : config::get(key, defaultValue); - } - - template - void store_value(std::string_view key, T value, bool useTemp) { - useTemp - ? config::setTemp(key, std::move(value)) - : config::set(key, std::move(value)); - } - - template - void store_value_ref(std::string_view key, T const& value, bool useTemp) { - useTemp - ? config::setTemp(key, value) - : config::set(key, value); - } - - #pragma region BaseComponent - - size_t Component::m_uniqueID = 0; - - bool ToggleComponent::getValue() const { - return get_value(m_id, false, m_noSave); - } - - void ToggleComponent::setValue(bool value) { - store_value(m_id, value, m_noSave); - } - - bool operator&(ComponentFlags lhs, ComponentFlags rhs) { - return static_cast(lhs) & static_cast(rhs); - } - ComponentFlags operator|(ComponentFlags lhs, ComponentFlags rhs) { - return static_cast(static_cast(lhs) | static_cast(rhs)); - } - - Component::Component() { m_uid = m_uniqueID++; } - - Component* Component::find(size_t uid) { - for (auto& tab : Engine::get().getTabs()) { - for (auto& component : tab.getComponents()) { - if (component->getUID() == uid) { - return component.get(); - } - } - } - - return nullptr; - } - - std::string const& Component::getTitle() const { return getId(); } - std::string const& Component::getDescription() const { return m_description; } - ComponentType Component::getType() const { return m_type; } - Component* Component::disableSaving() { m_noSave = true; return this; } - bool Component::isSaveDisabled() const { return m_noSave; } - - Component* Component::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - ComponentFlags Component::getFlags() const { return m_flags; } - Component* Component::addFlag(ComponentFlags flag) { - m_flags = m_flags | flag; - return this; - } - Component* Component::removeFlag(ComponentFlags flag) { - if (m_flags & flag) { - m_flags = static_cast(static_cast(m_flags) & ~static_cast(flag)); - } - return this; - } - Component* Component::setFlags(ComponentFlags flags) { m_flags = flags; return this; } - - #pragma endregion BaseComponent - - #pragma region ButtonComponent - - ButtonComponent::ButtonComponent(std::string title): m_title(std::move(title)) { - m_type = ComponentType::Button; - } - - ButtonComponent* ButtonComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - std::string const& ButtonComponent::getId() const { return m_title; } - std::string const& ButtonComponent::getTitle() const { return m_title; } - - ButtonComponent* ButtonComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - ButtonComponent* ButtonComponent::setDescription() { - m_description = fmt::format("{}.desc", m_title); - return this; - } - - ButtonComponent* ButtonComponent::handleKeybinds() { - keybinds::Manager::get()->registerKeybind( - fmt::format("button.{}", m_title), m_title, [this](keybinds::KeyEvent evt) { - if (!evt.down) return; - this->triggerCallback(); - } - ); - m_hasKeybind = true; - return this; - } - - bool ButtonComponent::hasKeybind() const { return m_hasKeybind; } - - void ButtonComponent::triggerCallback() { - if (m_callback) m_callback(); - } - - #pragma endregion ButtonComponent - - #pragma region ColorComponent - - ColorComponent::ColorComponent(std::string title, std::string id, bool hasOpacity): m_id(std::move(id)), - m_title(std::move(title)), m_hasOpacity(hasOpacity) { - m_type = ComponentType::Color; - } - - ColorComponent* ColorComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - std::string const& ColorComponent::getId() const { return m_id; } - std::string const& ColorComponent::getTitle() const { return m_title; } - bool ColorComponent::hasOpacity() const { return m_hasOpacity; } - - Color ColorComponent::getValue() const { - return get_value(m_id, Colors::BLACK, m_noSave); - } - - void ColorComponent::setValue(Color const& value) const { - store_value_ref(m_id, value, m_noSave); - } - - ColorComponent* ColorComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - void ColorComponent::triggerCallback(Color const& value) { - if (m_callback) m_callback(value); - } - - #pragma endregion ColorComponent - - #pragma region ComboComponent - - ComboComponent::ComboComponent( - std::string id, std::string title, std::vector items, int value - ): m_id(std::move(id)), m_title(std::move(title)), m_value(value), m_items(std::move(items)) { - m_type = ComponentType::Combo; - setValueIfEmpty(m_value); - } - - ComboComponent* ComboComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - int ComboComponent::getValue() const { - return get_value(m_id, 0, m_noSave); - } - - std::vector const& ComboComponent::getItems() const { return m_items; } - void ComboComponent::setItems(std::vector const& items) { m_items = items; } - - void ComboComponent::setValue(int value) const { - store_value(m_id, value, m_noSave); - } - - void ComboComponent::setValueIfEmpty(int value) const { - if (!config::has(m_id)) store_value(m_id, value, m_noSave); - } - - std::string const& ComboComponent::getId() const { return m_id; } - std::string const& ComboComponent::getTitle() const { return m_title; } - - ComboComponent* ComboComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - ComboComponent* ComboComponent::setDescription() { - m_description = fmt::format("{}.desc", m_title); - return this; - } - - void ComboComponent::triggerCallback(int value) { - if (m_callback) m_callback(value); - } - - #pragma endregion ComboComponent - - #pragma region FilesystemComboComponent - - FilesystemComboComponent::FilesystemComboComponent( - std::string id, std::string title, - std::filesystem::path directory - ): m_id(std::move(id)), m_title(std::move(title)), m_directory(std::move(directory)) { - m_type = ComponentType::FilesystemCombo; - - globFiles(); - if (getValue().empty() && m_items.size() > 0) setValue(0); - } - - void FilesystemComboComponent::onUpdate() { - globFiles(); - } - - FilesystemComboComponent* FilesystemComboComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - std::filesystem::path FilesystemComboComponent::getValue() const { - return get_value(m_id, std::filesystem::path(), m_noSave); - } - - std::vector const& FilesystemComboComponent::getItems() const { return m_items; } - - void FilesystemComboComponent::setValue(std::filesystem::path path) const { - store_value(m_id, std::move(path), m_noSave); - } - - void FilesystemComboComponent::setValue(int index) const { - setValue(m_items[index]); - } - - std::string const& FilesystemComboComponent::getId() const { return m_id; } - std::string const& FilesystemComboComponent::getTitle() const { return m_title; } - std::string* FilesystemComboComponent::getSearchBuffer() { return &m_searchBuffer; } - - FilesystemComboComponent* FilesystemComboComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - void FilesystemComboComponent::triggerCallback(int value) { - if (m_callback) m_callback(value); - } - - void FilesystemComboComponent::globFiles() { - m_items.clear(); - - std::error_code ec; - if (!std::filesystem::exists(m_directory, ec)) return; - - for (auto const& entry : std::filesystem::recursive_directory_iterator(m_directory, ec)) { - #ifdef GEODE_IS_MACOS - // Ignore stupid .DS_Store - if(entry.path().filename() == ".DS_Store") continue; - #endif - - m_items.push_back(entry.path()); - } - } - - #pragma endregion FilesystemComboComponent - - #pragma region FloatToggleComponent - - FloatToggleComponent::FloatToggleComponent( - std::string title, std::string id, float min, float max, - std::string format - ): m_id(std::move(id)), m_title(std::move(title)), m_format(std::move(format)), m_min(min), m_max(max) { - m_type = ComponentType::FloatToggle; - } - - FloatToggleComponent* FloatToggleComponent::toggleCallback(Function&& func) { - m_toggleCallback = std::move(func); - return this; - } - - FloatToggleComponent* FloatToggleComponent::valueCallback(Function&& func) { - m_valueCallback = std::move(func); - return this; - } - - FloatToggleComponent* FloatToggleComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - FloatToggleComponent* FloatToggleComponent::setDescription() { - m_description = fmt::format("{}.desc", m_title); - return this; - } - - FloatToggleComponent* FloatToggleComponent::handleKeybinds() { - keybinds::Manager::get()->registerKeybind( - m_id, m_title, [this](keybinds::KeyEvent evt) { - if (!evt.down) return; - bool value = !config::get(fmt::format("{}.toggle", this->getId()), false); - auto id = fmt::format("{}.toggle", this->getId()); - m_noSave - ? config::setTemp(id, value) - : config::set(id, value); - this->triggerCallback(); - } - ); - m_hasKeybind = true; - return this; - } - - std::string const& FloatToggleComponent::getId() const { return m_id; } - std::string const& FloatToggleComponent::getTitle() const { return m_title; } - bool FloatToggleComponent::hasKeybind() const { return m_hasKeybind; } - float FloatToggleComponent::getMin() const { return m_min; } - float FloatToggleComponent::getMax() const { return m_max; } - std::string const& FloatToggleComponent::getFormat() const { return m_format; } - - float FloatToggleComponent::getValue() const { - return get_value(m_id, 0.f, m_noSave); - } - - void FloatToggleComponent::setValue(float value) const { - store_value(m_id, value, m_noSave); - } - - bool FloatToggleComponent::getState() const { - return get_value(fmt::format("{}.toggle", this->getId()), false, m_noSave); - } - - void FloatToggleComponent::setState(bool value) const { - store_value(fmt::format("{}.toggle", this->getId()), value, m_noSave); - } - - void FloatToggleComponent::triggerCallback(float value) { - if (m_valueCallback) m_valueCallback(value); - } - - void FloatToggleComponent::triggerCallback() { - if (m_toggleCallback) m_toggleCallback(); - } - - #pragma endregion FloatToggleComponent - - #pragma region InputFloatComponent - - InputFloatComponent::InputFloatComponent( - std::string title, std::string id, float min, float max, - std::string format - ): m_id(std::move(id)), m_title(std::move(title)), m_format(std::move(format)), m_min(min), m_max(max) { - m_type = ComponentType::InputFloat; - } - - InputFloatComponent* InputFloatComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - std::string const& InputFloatComponent::getId() const { return m_id; } - std::string const& InputFloatComponent::getTitle() const { return m_title; } - float InputFloatComponent::getMin() const { return m_min; } - float InputFloatComponent::getMax() const { return m_max; } - std::string const& InputFloatComponent::getFormat() const { return m_format; } - void InputFloatComponent::setMin(float min) { m_min = min; } - void InputFloatComponent::setMax(float max) { m_max = max; } - void InputFloatComponent::setFormat(std::string format) { m_format = std::move(format); } - - float InputFloatComponent::getValue() const { - return get_value(m_id, 0.f, m_noSave); - } - - void InputFloatComponent::setValue(float value) const { - store_value(m_id, value, m_noSave); - } - - InputFloatComponent* InputFloatComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - InputFloatComponent* InputFloatComponent::setDescription() { - m_description = fmt::format("{}.desc", m_title); - return this; - } - - void InputFloatComponent::triggerCallback(float value) { - if (m_callback) m_callback(value); - } - - #pragma endregion InputFloatComponent - - #pragma region InputIntComponent - - InputIntComponent::InputIntComponent(std::string title, std::string id, int min, int max): m_id(std::move(id)), - m_title(std::move(title)), m_min(min), m_max(max) { - m_type = ComponentType::InputInt; - } - - InputIntComponent* InputIntComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - std::string const& InputIntComponent::getId() const { return m_id; } - std::string const& InputIntComponent::getTitle() const { return m_title; } - int InputIntComponent::getMin() const { return m_min; } - int InputIntComponent::getMax() const { return m_max; } - - int InputIntComponent::getValue() const { - return get_value(m_id, 0, m_noSave); - } - - void InputIntComponent::setValue(int value) const { - store_value(m_id, value, m_noSave); - } - - InputIntComponent* InputIntComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - void InputIntComponent::triggerCallback(int value) { - if (m_callback) m_callback(value); - } - - #pragma endregion InputIntComponent - - #pragma region InputTextComponent - - InputTextComponent::InputTextComponent(std::string title, std::string id): m_id(std::move(id)), - m_title(std::move(title)) { - m_type = ComponentType::InputText; - } - - InputTextComponent* InputTextComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - std::string const& InputTextComponent::getId() const { return m_id; } - std::string const& InputTextComponent::getTitle() const { return m_title; } - - std::string InputTextComponent::getValue() const { - return get_value(m_id, "", m_noSave); - } - - void InputTextComponent::setValue(std::string value) const { - store_value_ref(m_id, std::move(value), m_noSave); - } - - InputTextComponent* InputTextComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - void InputTextComponent::triggerCallback(std::string value) { - if (m_callback) m_callback(std::move(value)); - } - - #pragma endregion InputTextComponent - - #pragma region IntToggleComponent - - IntToggleComponent::IntToggleComponent(std::string title, std::string id, int min, int max): m_id(std::move(id)), - m_title(std::move(title)), m_min(min), m_max(max) { - m_type = ComponentType::IntToggle; - } - - IntToggleComponent* IntToggleComponent::toggleCallback(Function&& func) { - m_toggleCallback = std::move(func); - return this; - } - - IntToggleComponent* IntToggleComponent::valueCallback(Function&& func) { - m_valueCallback = std::move(func); - return this; - } - - IntToggleComponent* IntToggleComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - IntToggleComponent* IntToggleComponent::handleKeybinds() { - keybinds::Manager::get()->registerKeybind( - m_id, m_title, [this](keybinds::KeyEvent evt) { - if (!evt.down) return; - bool value = !config::get(fmt::format("{}.toggle", this->getId()), false); - auto id = fmt::format("{}.toggle", this->getId()); - m_noSave - ? config::setTemp(id, value) - : config::set(id, value); - this->triggerCallback(); - } - ); - m_hasKeybind = true; - return this; - } - - std::string const& IntToggleComponent::getId() const { return m_id; } - std::string const& IntToggleComponent::getTitle() const { return m_title; } - bool IntToggleComponent::hasKeybind() const { return m_hasKeybind; } - int IntToggleComponent::getMin() const { return m_min; } - int IntToggleComponent::getMax() const { return m_max; } - - int IntToggleComponent::getValue() const { - return get_value(m_id, 0, m_noSave); - } - - void IntToggleComponent::setValue(int value) const { - store_value(m_id, value, m_noSave); - } - - bool IntToggleComponent::getState() const { - return get_value(fmt::format("{}.toggle", this->getId()), false, m_noSave); - } - - void IntToggleComponent::setState(bool value) const { - store_value(fmt::format("{}.toggle", this->getId()), value, m_noSave); - } - - void IntToggleComponent::triggerCallback(int value) { - if (m_valueCallback) m_valueCallback(value); - } - - void IntToggleComponent::triggerCallback() { - if (m_toggleCallback) m_toggleCallback(); - } - - #pragma endregion IntToggleComponent - - #pragma region KeybindComponent - - KeybindComponent::KeybindComponent(std::string title, std::string id, bool canDelete): m_id(std::move(id)), - m_title(std::move(title)), m_canDelete(canDelete) { - m_type = ComponentType::Keybind; - } - - KeybindComponent* KeybindComponent::setInternal() { - m_callback = [this](keybinds::KeybindProps key) { - auto keybind = keybinds::Manager::get()->getKeybind(m_id); - if (!keybind.has_value()) return; - auto& keybindRef = keybind->get(); - keybindRef.setKey(key); - }; - return this; - } - - KeybindComponent* KeybindComponent::setDefaultKey(keybinds::KeybindProps key) { - m_defaultKey = key; - return this; - } - - std::string const& KeybindComponent::getId() const { return m_id; } - std::string const& KeybindComponent::getTitle() const { return m_title; } - bool KeybindComponent::canDelete() const { return m_canDelete; } - keybinds::KeybindProps KeybindComponent::getDefaultKey() const { return m_defaultKey; } - - KeybindComponent* KeybindComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - void KeybindComponent::triggerCallback(keybinds::KeybindProps key) { - if (m_callback) m_callback(key); - } - - KeybindComponent* KeybindComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - #pragma endregion KeybindComponent - - #pragma region LabelComponent - - LabelComponent::LabelComponent(std::string title): m_title(std::move(title)) { - m_type = ComponentType::Label; - } - - void LabelComponent::setText(std::string text) { m_title = std::move(text); } - std::string const& LabelComponent::getId() const { return m_title; } - std::string const& LabelComponent::getTitle() const { return m_title; } - - LabelComponent* LabelComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - #pragma endregion LabelComponent - - #pragma region LabelSettingsComponent - - LabelSettingsComponent::LabelSettingsComponent(labels::LabelSettings* settings): m_settings(settings) { - m_type = ComponentType::LabelSettings; - m_id = fmt::format("label-{}", m_settings->id); - } - - std::string const& LabelSettingsComponent::getId() const { return m_id; } - std::string const& LabelSettingsComponent::getTitle() const { return m_settings->text; } - labels::LabelSettings* LabelSettingsComponent::getSettings() const { return m_settings; } - - LabelSettingsComponent* LabelSettingsComponent::deleteCallback(Function&& func) { - m_deleteCallback = std::move(func); - return this; - } - - LabelSettingsComponent* LabelSettingsComponent::editCallback(Function&& func) { - m_editCallback = std::move(func); - return this; - } - - LabelSettingsComponent* LabelSettingsComponent::moveCallback(Function&& func) { - m_moveCallback = std::move(func); - return this; - } - - LabelSettingsComponent* LabelSettingsComponent::exportCallback(Function&& func) { - m_exportCallback = std::move(func); - return this; - } - - void LabelSettingsComponent::triggerDeleteCallback() { - if (m_deleteCallback) m_deleteCallback(); - - // We also have to clean up the keybind - keybinds::Manager::get()->unregisterKeybind(fmt::format("label.{}", m_settings->id)); - } - - void LabelSettingsComponent::triggerEditCallback() { - if (m_editCallback) m_editCallback(); - - // Update the keybind title - auto keybind = keybinds::Manager::get()->getKeybind(fmt::format("label.{}", m_settings->id)); - if (keybind.has_value()) { - keybind->get().setTitle(m_settings->name); - } else { - geode::log::warn("Keybind with ID 'label.{}' not found", m_settings->id); - } - } - - void LabelSettingsComponent::triggerMoveCallback(bool up) { - if (m_moveCallback) m_moveCallback(up); - } - - void LabelSettingsComponent::triggerExportCallback() { - if (m_exportCallback) m_exportCallback(); - } - - LabelSettingsComponent* LabelSettingsComponent::handleKeybinds() { - keybinds::Manager::get()->registerKeybind( - fmt::format("label.{}", m_settings->id), m_settings->name, [this](keybinds::KeyEvent evt) { - if (!evt.down) return; - this->m_settings->visible = !this->m_settings->visible; - this->triggerEditCallback(); - } - ); - m_hasKeybind = true; - return this; - } - - bool LabelSettingsComponent::hasKeybind() const { return m_hasKeybind; } - - #pragma endregion LabelSettingsComponent - - #pragma region RadioButtonComponent - - RadioButtonComponent::RadioButtonComponent(std::string id, std::string title, int value): m_id(std::move(id)), - m_title(std::move(title)), m_value(value) { - m_type = ComponentType::RadioButton; - } - - RadioButtonComponent* RadioButtonComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - int RadioButtonComponent::getValue() const { - return get_value(m_id, 0, m_noSave); - } - - void RadioButtonComponent::setValue(int value) const { - store_value(m_id, value, m_noSave); - } - - int RadioButtonComponent::getChoice() const { return m_value; } - - RadioButtonComponent* RadioButtonComponent::handleKeybinds() { - auto specialId = fmt::format("{}-{}", m_id, m_value); - keybinds::Manager::get()->registerKeybind( - specialId, m_title, [this](keybinds::KeyEvent evt) { - if (!evt.down) return; - auto value = getChoice(); - setValue(value); - this->triggerCallback(value); - } - ); - m_hasKeybind = true; - return this; - } - - std::string const& RadioButtonComponent::getId() const { return m_id; } - std::string const& RadioButtonComponent::getTitle() const { return m_title; } - bool RadioButtonComponent::hasKeybind() const { return m_hasKeybind; } - - void RadioButtonComponent::triggerCallback(int value) { - if (m_callback) m_callback(value); - } - - RadioButtonComponent* RadioButtonComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - #pragma endregion RadioButtonComponent - - #pragma region SliderComponent - - SliderComponent::SliderComponent( - std::string title, std::string id, float min, float max, std::string format - ): m_id(std::move(id)), m_title(std::move(title)), m_format(std::move(format)), m_min(min), m_max(max) { - m_type = ComponentType::Slider; - } - - SliderComponent* SliderComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - std::string const& SliderComponent::getId() const { return m_id; } - std::string const& SliderComponent::getTitle() const { return m_title; } - float SliderComponent::getMin() const { return m_min; } - float SliderComponent::getMax() const { return m_max; } - std::string const& SliderComponent::getFormat() const { return m_format; } - - float SliderComponent::getValue() const { - return get_value(m_id, 0.f, m_noSave); - } - - void SliderComponent::setValue(float value) const { - store_value(m_id, value, m_noSave); - } - - SliderComponent* SliderComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - void SliderComponent::triggerCallback(float value) { - if (m_callback) m_callback(value); - } - - #pragma endregion SliderComponent - - #pragma region ToggleComponent - - ToggleComponent::ToggleComponent(std::string id, std::string title) - : m_id(std::move(id)), m_title(std::move(title)) { - m_type = ComponentType::Toggle; - } - - ToggleComponent* ToggleComponent::callback(Function&& func) { - m_callback = std::move(func); - return this; - } - - void ToggleComponent::addOptions(FunctionRef options) { - m_options = std::make_unique(m_title, false); - options(m_options.get()); - } - - ToggleComponent* ToggleComponent::handleKeybinds() { - keybinds::Manager::get()->registerKeybind( - m_id, m_title, [this](keybinds::KeyEvent evt) { - if (!evt.down) return; - bool value = !getValue(); - setValue(value); - this->triggerCallback(value); - } - ); - m_hasKeybind = true; - return this; - } - - ToggleComponent* ToggleComponent::setDescription(std::string description) { - m_description = std::move(description); - return this; - } - - ToggleComponent* ToggleComponent::setDescription() { - m_description = fmt::format("{}.desc", m_title); - return this; - } - - std::string const& ToggleComponent::getId() const { return m_id; } - std::string const& ToggleComponent::getTitle() const { return m_title; } - MenuTab* ToggleComponent::getOptions() const { return m_options.get(); } - bool ToggleComponent::hasKeybind() const { return m_hasKeybind; } - - void ToggleComponent::triggerCallback(bool value) { - if (m_callback) m_callback(value); - } - - #pragma endregion ToggleComponent -} diff --git a/src/modules/gui/components/filesystem-combo.hpp b/src/modules/gui/components/filesystem-combo.hpp deleted file mode 100644 index b975f6f7..00000000 --- a/src/modules/gui/components/filesystem-combo.hpp +++ /dev/null @@ -1,52 +0,0 @@ -#pragma once -#include -#include -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Combo component for selecting entries from a path. - class FilesystemComboComponent : public Component { - public: - explicit FilesystemComboComponent(std::string id, std::string title, std::filesystem::path directory); - - void onUpdate() override; - - /// @brief Set a callback function to be called when the component value changes. - FilesystemComboComponent* callback(Function&& func); - - /// @brief Get the combo value. - [[nodiscard]] std::filesystem::path getValue() const; - - /// @brief Get the combo items. - [[nodiscard]] std::vector const& getItems() const; - - /// @brief Set the combo value. - void setValue(std::filesystem::path path) const; - - /// @brief Set the combo value. - void setValue(int index) const; - - [[nodiscard]] std::string const& getId() const override; - - [[nodiscard]] std::string const& getTitle() const override; - - [[nodiscard]] std::string* getSearchBuffer(); - - FilesystemComboComponent* setDescription(std::string description) override; - - void triggerCallback(int value); - - private: - void globFiles(); - - private: - std::string m_id; - std::string m_title; - std::filesystem::path m_directory; - std::vector m_items; - Function m_callback; - - std::string m_searchBuffer; - }; -} diff --git a/src/modules/gui/components/float-toggle.hpp b/src/modules/gui/components/float-toggle.hpp deleted file mode 100644 index 81dbc1ca..00000000 --- a/src/modules/gui/components/float-toggle.hpp +++ /dev/null @@ -1,56 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Input float component to input a value from a range. Can be toggled . - class FloatToggleComponent : public Component { - public: - explicit FloatToggleComponent( - std::string title, std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f" - ); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - FloatToggleComponent* toggleCallback(Function&& func); - FloatToggleComponent* valueCallback(Function&& func); - - /// @brief Set toggle description. - FloatToggleComponent* setDescription(std::string description) override; - FloatToggleComponent* setDescription(); - - /// @brief Allows to set keybinds for the toggle. - FloatToggleComponent* handleKeybinds(); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - - [[nodiscard]] bool hasKeybind() const; - - [[nodiscard]] float getMin() const; - [[nodiscard]] float getMax() const; - - [[nodiscard]] std::string const& getFormat() const; - - [[nodiscard]] float getValue() const; - void setValue(float value) const; - - [[nodiscard]] bool getState() const; - void setState(bool value) const; - - void triggerCallback(float value); - void triggerCallback(); - - private: - std::string m_id; - std::string m_title; - std::string m_format; - std::string m_description; - float m_min; - float m_max; - Function m_valueCallback; - Function m_toggleCallback; - bool m_hasKeybind = false; - }; -} diff --git a/src/modules/gui/components/input-float.hpp b/src/modules/gui/components/input-float.hpp deleted file mode 100644 index dd14bbaa..00000000 --- a/src/modules/gui/components/input-float.hpp +++ /dev/null @@ -1,46 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Input float component to input a value from a range. - class InputFloatComponent : public Component { - public: - explicit InputFloatComponent( - std::string title, std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f" - ); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - InputFloatComponent* callback(Function&& func); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - - [[nodiscard]] float getMin() const; - [[nodiscard]] float getMax() const; - [[nodiscard]] std::string const& getFormat() const; - - void setMin(float min); - void setMax(float max); - void setFormat(std::string format); - - [[nodiscard]] float getValue() const; - void setValue(float value) const; - - InputFloatComponent* setDescription(std::string description) override; - - InputFloatComponent* setDescription(); - - void triggerCallback(float value); - - private: - std::string m_id; - std::string m_title; - std::string m_format; - float m_min; - float m_max; - Function m_callback; - }; -} diff --git a/src/modules/gui/components/input-int.hpp b/src/modules/gui/components/input-int.hpp deleted file mode 100644 index 2d13c72b..00000000 --- a/src/modules/gui/components/input-int.hpp +++ /dev/null @@ -1,36 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Input int component to input a value from a range. - class InputIntComponent : public Component { - public: - explicit InputIntComponent(std::string title, std::string id, int min = INT_MIN, int max = INT_MAX); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - InputIntComponent* callback(Function&& func); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - - [[nodiscard]] int getMin() const; - [[nodiscard]] int getMax() const; - - [[nodiscard]] int getValue() const; - void setValue(int value) const; - - InputIntComponent* setDescription(std::string description) override; - - void triggerCallback(int value); - - private: - std::string m_id; - std::string m_title; - int m_min; - int m_max; - Function m_callback; - }; -} diff --git a/src/modules/gui/components/input-text.hpp b/src/modules/gui/components/input-text.hpp deleted file mode 100644 index 2c1379e1..00000000 --- a/src/modules/gui/components/input-text.hpp +++ /dev/null @@ -1,31 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Input text component to get user input as a string. - class InputTextComponent : public Component { - public: - explicit InputTextComponent(std::string title, std::string id); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - InputTextComponent* callback(Function&& func); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - - [[nodiscard]] std::string getValue() const; - void setValue(std::string value) const; - - InputTextComponent* setDescription(std::string description) override; - - void triggerCallback(std::string value); - - private: - std::string m_id; - std::string m_title; - Function m_callback; - }; -} diff --git a/src/modules/gui/components/int-toggle.hpp b/src/modules/gui/components/int-toggle.hpp deleted file mode 100644 index 95950def..00000000 --- a/src/modules/gui/components/int-toggle.hpp +++ /dev/null @@ -1,49 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Input int component to input a value from a range. Can be toggled. - class IntToggleComponent : public Component { - public: - explicit IntToggleComponent(std::string title, std::string id, int min = INT_MIN, int max = INT_MAX); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - IntToggleComponent* toggleCallback(Function&& func); - - IntToggleComponent* valueCallback(Function&& func); - - /// @brief Set toggle description. - IntToggleComponent* setDescription(std::string description) override; - - /// @brief Allows to set keybinds for the toggle. - IntToggleComponent* handleKeybinds(); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - [[nodiscard]] bool hasKeybind() const; - - [[nodiscard]] int getMin() const; - [[nodiscard]] int getMax() const; - - [[nodiscard]] int getValue() const; - void setValue(int value) const; - [[nodiscard]] bool getState() const; - void setState(bool value) const; - - void triggerCallback(int value); - void triggerCallback(); - - private: - std::string m_id; - std::string m_title; - std::string m_description; - int m_min; - int m_max; - Function m_valueCallback; - Function m_toggleCallback; - bool m_hasKeybind = false; - }; -} diff --git a/src/modules/gui/components/keybind.hpp b/src/modules/gui/components/keybind.hpp deleted file mode 100644 index e8b5b0ff..00000000 --- a/src/modules/gui/components/keybind.hpp +++ /dev/null @@ -1,38 +0,0 @@ -#pragma once -#include -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Component for picking a keybind. - class KeybindComponent : public Component { - public: - explicit KeybindComponent(std::string title, std::string id, bool canDelete = false); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - KeybindComponent* callback(Function&& func); - - /// @brief Sets the default callback for internal keybinds. - KeybindComponent* setInternal(); - /// @brief Sets the default key for the keybind. - KeybindComponent* setDefaultKey(keybinds::KeybindProps key); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - [[nodiscard]] bool canDelete() const; - [[nodiscard]] keybinds::KeybindProps getDefaultKey() const; - - KeybindComponent* setDescription(std::string description) override; - - void triggerCallback(keybinds::KeybindProps key); - - private: - std::string m_id; - std::string m_title; - keybinds::KeybindProps m_defaultKey = {keybinds::Keys::None, geode::KeyboardModifier::None}; - bool m_canDelete; - Function m_callback; - }; -} diff --git a/src/modules/gui/components/label-settings.hpp b/src/modules/gui/components/label-settings.hpp deleted file mode 100644 index 9a35d077..00000000 --- a/src/modules/gui/components/label-settings.hpp +++ /dev/null @@ -1,47 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::labels { - struct LabelSettings; -} - -namespace eclipse::gui { - /// @brief Component that allows to change label settings. - class LabelSettingsComponent : public Component { - public: - explicit LabelSettingsComponent(labels::LabelSettings* settings); - - void onUpdate() override {} - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - - labels::LabelSettings* getSettings() const; - - LabelSettingsComponent* deleteCallback(Function&& func); - LabelSettingsComponent* editCallback(Function&& func); - LabelSettingsComponent* moveCallback(Function&& func); - LabelSettingsComponent* exportCallback(Function&& func); - - void triggerDeleteCallback(); - void triggerEditCallback(); - void triggerMoveCallback(bool up); - void triggerExportCallback(); - - /// @brief Allows to set keybinds for the label. - LabelSettingsComponent* handleKeybinds(); - - [[nodiscard]] bool hasKeybind() const; - - private: - std::string m_id; - labels::LabelSettings* m_settings; - Function m_deleteCallback; - Function m_editCallback; - Function m_moveCallback; - Function m_exportCallback; - - bool m_hasKeybind = false; - }; -} diff --git a/src/modules/gui/components/label.hpp b/src/modules/gui/components/label.hpp deleted file mode 100644 index 8a3cb5b4..00000000 --- a/src/modules/gui/components/label.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#pragma once -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Simple label component, that displays a title. - class LabelComponent : public Component { - public: - explicit LabelComponent(std::string title); - - void onUpdate() override {} - - void setText(std::string text); - - [[nodiscard]] std::string const& getId() const override; - - [[nodiscard]] std::string const& getTitle() const override; - - LabelComponent* setDescription(std::string description) override; - - private: - std::string m_title; - }; -} diff --git a/src/modules/gui/components/radio.hpp b/src/modules/gui/components/radio.hpp deleted file mode 100644 index c0dd0ff9..00000000 --- a/src/modules/gui/components/radio.hpp +++ /dev/null @@ -1,42 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Radio button component for selecting one of the options. - class RadioButtonComponent : public Component { - public: - explicit RadioButtonComponent(std::string id, std::string title, int value); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - RadioButtonComponent* callback(Function&& func); - - /// @brief Get the radio button value. - [[nodiscard]] int getValue() const; - - /// @brief Set the radio button value. - void setValue(int value) const; - - [[nodiscard]] int getChoice() const; - - /// @brief Allows to set keybinds for the radio button. - RadioButtonComponent* handleKeybinds(); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - [[nodiscard]] bool hasKeybind() const; - - void triggerCallback(int value); - - RadioButtonComponent* setDescription(std::string description) override; - - private: - std::string m_id; - std::string m_title; - int m_value; - Function m_callback; - bool m_hasKeybind = false; - }; -} diff --git a/src/modules/gui/components/slider.hpp b/src/modules/gui/components/slider.hpp deleted file mode 100644 index bc68f0b9..00000000 --- a/src/modules/gui/components/slider.hpp +++ /dev/null @@ -1,40 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" - -namespace eclipse::gui { - /// @brief Slider component to select a value from a range. - class SliderComponent : public Component { - public: - explicit SliderComponent( - std::string title, std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f" - ); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - SliderComponent* callback(Function&& func); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - - [[nodiscard]] float getMin() const; - [[nodiscard]] float getMax() const; - [[nodiscard]] std::string const& getFormat() const; - - [[nodiscard]] float getValue() const; - void setValue(float value) const; - - SliderComponent* setDescription(std::string description) override; - - void triggerCallback(float value); - - private: - std::string m_id; - std::string m_title; - std::string m_format; - float m_min; - float m_max; - Function m_callback; - }; -} diff --git a/src/modules/gui/components/toggle.hpp b/src/modules/gui/components/toggle.hpp deleted file mode 100644 index f35fabb0..00000000 --- a/src/modules/gui/components/toggle.hpp +++ /dev/null @@ -1,48 +0,0 @@ -#pragma once -#include -#include "base-component.hpp" -#include "../gui.hpp" - -namespace eclipse::gui { - class MenuTab; - - /// @brief Simple toggle component, that displays a title and a checkbox. - class ToggleComponent : public Component { - public: - explicit ToggleComponent(std::string id, std::string title); - - void onUpdate() override {} - - /// @brief Set a callback function to be called when the component value changes. - ToggleComponent* callback(Function&& func); - - /// @brief Add sub-component to toggle. - void addOptions(FunctionRef options); - - /// @brief Get the toggle value. - [[nodiscard]] bool getValue() const; - - /// @brief Set the toggle value. - void setValue(bool value); - - /// @brief Allows to set keybinds for the toggle. - ToggleComponent* handleKeybinds(); - - ToggleComponent* setDescription(std::string description) override; - ToggleComponent* setDescription(); - - [[nodiscard]] std::string const& getId() const override; - [[nodiscard]] std::string const& getTitle() const override; - [[nodiscard]] MenuTab* getOptions() const; - [[nodiscard]] bool hasKeybind() const; - - void triggerCallback(bool value); - - private: - std::string m_id; - std::string m_title; - Function m_callback; - std::unique_ptr m_options = nullptr; - bool m_hasKeybind = false; - }; -} diff --git a/src/modules/gui/float-button.cpp b/src/modules/gui/float-button.cpp deleted file mode 100644 index cd205a06..00000000 --- a/src/modules/gui/float-button.cpp +++ /dev/null @@ -1,257 +0,0 @@ -#include "float-button.hpp" -#include -#include - -#include -#include -using namespace cocos2d; - -namespace eclipse::gui { - FloatingButton* FloatingButton::get() { - static FloatingButton* instance = create(); - return instance; - } - - void FloatingButton::setCallback(Function&& callback) { - m_callback = std::move(callback); - } - - void FloatingButton::setScale(float scale) { - m_baseScale = scale; - m_sprite->setScale(scale); - } - - void FloatingButton::reloadSprite() { - this->removeChild(m_sprite, true); - m_sprite = createSprite(); - this->addChild(m_sprite); - } - - FloatingButton* FloatingButton::create() { - auto ret = new FloatingButton(); - if (ret->init()) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } - - cocos2d::CCSprite* FloatingButton::createSprite() const { - auto spr = CCSprite::create("ECLIPSE-android.png"_spr); - spr->setScale(config::get("float-btn.scale", 0.25f)); - spr->setOpacity(m_minOpacity * 255); - spr->setPosition({ - config::get("float-btn.x", 480.f), - config::get("float-btn.y", 200.f) - }); - spr->setID("main-sprite"); - return spr; - } - - bool FloatingButton::init() { - if (!CCMenu::init()) - return false; - - // setup settings - m_baseScale = config::get("float-btn.scale", 0.25f); - m_maxOpacity = config::get("float-btn.max-opacity", 1.f); - m_minOpacity = config::get("float-btn.min-opacity", 0.5f); - m_showInLevel = config::get("float-btn.show-in-level", false); - m_showInEditor = config::get("float-btn.show-in-editor", true); - - // add delegates - config::addDelegate("float-btn.max-opacity", [this] { - m_maxOpacity = config::get("float-btn.max-opacity", 1.f); - }); - config::addDelegate("float-btn.min-opacity", [this] { - m_minOpacity = config::get("float-btn.min-opacity", 0.5f); - }); - config::addDelegate("float-btn.show-in-level", [this] { - m_showInLevel = config::get("float-btn.show-in-level", false); - }); - config::addDelegate("float-btn.show-in-editor", [this] { - m_showInEditor = config::get("float-btn.show-in-editor", true); - }); - config::addDelegate("float-btn.scale", [this] { - this->setScale(config::get("float-btn.scale", 0.25f)); - }); - - // setup button - this->setZOrder(256); - this->setPosition({0, 0}); - this->setID("floating-button"_spr); - this->scheduleUpdate(); - - m_sprite = createSprite(); - this->addChild(m_sprite); - - geode::OverlayManager::get()->addChild(this); - - // im mostly sure this will override the next priorities, so i guess this should not be a force prio - // utils::get()->registerForcePrio(this, 2); - - return true; - } - - void FloatingButton::update(float) { - this->setVisible(!shouldHide()); - - auto dt = utils::get()->getActualDeltaTime(); - if (m_haveReleased) { - m_postClickTimer -= dt; - if (m_postClickTimer <= 0) { - m_postClickTimer = 0; - m_haveReleased = false; - this->fadeOut(); - } - } - - auto currentPos = m_sprite->getPosition(); - auto radius = getRadius(); - auto winSize = utils::get()->getWinSize(); - - auto clampedPos = currentPos; - clampedPos.x = std::clamp(currentPos.x, radius, winSize.width - radius); - clampedPos.y = std::clamp(currentPos.y, radius, winSize.height - radius); - - if (currentPos.x != clampedPos.x || currentPos.y != clampedPos.y) { - m_sprite->setPosition(clampedPos); - config::set("float-btn.x", clampedPos.x); - config::set("float-btn.y", clampedPos.y); - currentPos = clampedPos; - } - - if (!m_shouldMove) return; - - // if very close to the end, speed up - if (ccpDistance(currentPos, m_holdPosition) < SNAP_MARGIN * 10.f) { - dt *= 2.f; - } - - auto newPoint = ccpLerp(currentPos, m_holdPosition, MOVE_SPEED * dt); - if (ccpDistance(newPoint, m_holdPosition) < SNAP_MARGIN) { - newPoint = m_holdPosition; - m_shouldMove = false; // finished moving - } - - newPoint.x = std::clamp(newPoint.x, radius, winSize.width - radius); - newPoint.y = std::clamp(newPoint.y, radius, winSize.height - radius); - - this->m_sprite->setPosition(newPoint); - - config::set("float-btn.x", newPoint.x); - config::set("float-btn.y", newPoint.y); - } - - bool FloatingButton::shouldHide() const { - if (auto pl = utils::get(); !m_showInLevel && pl) - return !pl->m_isPaused && !pl->m_hasCompletedLevel; - - if (auto le = utils::get(); !m_showInEditor && le) - return !le->m_editorUI->m_isPaused; - - return false; - } - - float FloatingButton::getRadius() const { - return m_sprite->getScaledContentSize().width / 2.f; - } - - void FloatingButton::fadeIn() const { - m_sprite->stopActionByTag(2); - auto action = CCFadeTo::create(0.2f, m_maxOpacity * 255); - action->setTag(2); - m_sprite->runAction(action); - } - - void FloatingButton::fadeOut() const { - m_sprite->stopActionByTag(2); - auto action = CCSequence::create( - CCDelayTime::create(1.f), - CCFadeTo::create(0.2f, m_minOpacity * 255), - nullptr - ); - action->setTag(2); - m_sprite->runAction(action); - } - - void FloatingButton::scaleDown() { - m_sprite->stopActionByTag(1); - auto action = CCScaleTo::create(0.1f, m_baseScale * PRESS_SCALE); - action->setTag(1); - m_sprite->runAction(action); - } - - void FloatingButton::scaleUp() { - m_sprite->stopActionByTag(1); - auto action = CCEaseBackOut::create(CCScaleTo::create(0.15f, m_baseScale)); - action->setTag(1); - m_sprite->runAction(action); - } - - bool FloatingButton::ccTouchBegan(CCTouch* touch, CCEvent* event) { - if (shouldHide()) return false; - - auto touchPos = this->convertToNodeSpace(touch->getLocation()); - auto spritePos = m_sprite->getPosition(); - if (ccpDistance(touchPos, spritePos) > getRadius()) - return false; - - m_haveMoved = false; - m_haveReleased = false; - m_holdPosition = touchPos; - this->fadeIn(); - this->scaleDown(); - - return true; - } - - void FloatingButton::ccTouchEnded(CCTouch* touch, CCEvent* event) { - this->scaleUp(); - - if (m_haveMoved) { - this->fadeOut(); - return; - } - - m_haveReleased = true; - m_postClickTimer = 1.f; - if (m_callback) m_callback(); - else geode::log::warn("FloatingButton callback unspecified!"); - } - - void FloatingButton::ccTouchMoved(CCTouch* touch, CCEvent* event) { - auto touchPos = this->convertToNodeSpace(touch->getLocation()); - if (!m_shouldMove && ccpDistance(touchPos, m_holdPosition) < MIN_MOVE_DISTANCE) - return; - - m_shouldMove = true; - m_haveMoved = true; - m_holdPosition = touchPos; - } - - void FloatingButton::registerWithTouchDispatcher() { - utils::get()->addTargetedDelegate(this, -1000, true); - } - - FloatingButton::~FloatingButton() = default; - -// #ifdef ECLIPSE_USE_FLOATING_BUTTON -// class $modify(CCScene) { -// /// Allows our button to stay top-most, passing z-order of the node below the button. -// /// Shout-out to QOLMod for the idea. -// int getHighestChildZ() { -// auto btn = FloatingButton::get(); -// auto original = btn->getZOrder(); -// btn->setZOrder(-1); -// -// auto highest = CCScene::getHighestChildZ(); -// btn->setZOrder(original); -// -// return highest; -// } -// }; -// #endif - -} diff --git a/src/modules/gui/float-button.hpp b/src/modules/gui/float-button.hpp deleted file mode 100644 index 10ab8456..00000000 --- a/src/modules/gui/float-button.hpp +++ /dev/null @@ -1,75 +0,0 @@ -#pragma once -#include -#include - -#if defined(GEODE_IS_MOBILE) // || defined(ECLIPSE_DEBUG_BUILD) -#define ECLIPSE_USE_FLOATING_BUTTON -#endif - -namespace eclipse::gui { - - class FloatingButton : public cocos2d::CCMenu { - protected: - // how many units required to begin dragging the button - constexpr static float MIN_MOVE_DISTANCE = 5.f; - // move progress per second - constexpr static float MOVE_SPEED = 10.75f; - // how many units until the button snaps to touch pos -#ifndef GEODE_IS_IOS - constexpr static float SNAP_MARGIN = 0.1f; -#else - // TODO: change this as this may not be the right value for iOS! (it wont move unless the value is big) - constexpr static float SNAP_MARGIN = 40.f; -#endif - // scale when pressed - constexpr static float PRESS_SCALE = 0.9f; - - Function m_callback; - cocos2d::CCSprite* m_sprite{}; // "main-sprite" - cocos2d::CCPoint m_holdPosition{}; // last cursor/touch position - float m_minOpacity = 0.2f; - float m_maxOpacity = 0.9f; - float m_postClickTimer = 0.f; // determines beginning of fadeOut after click - float m_baseScale = 0.25f; // base scale of the sprite - bool m_showInLevel = false; - bool m_showInEditor = false; - bool m_shouldMove = false; // whether currently in move animation - bool m_haveMoved = false; // used to determine whether we should trigger callback after release - bool m_haveReleased = false; - - public: - static FloatingButton* get(); - void setCallback(Function&& callback); - - void setScale(float scale) override; - - void reloadSprite(); - - protected: - static FloatingButton* create(); - cocos2d::CCSprite* createSprite() const; - bool init() override; - void update(float) override; - - bool shouldHide() const; - float getRadius() const; - void fadeIn() const; - void fadeOut() const; - void scaleDown(); - void scaleUp(); - - bool ccTouchBegan(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) override; - void ccTouchEnded(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) override; - void ccTouchMoved(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) override; - void ccTouchCancelled(cocos2d::CCTouch* touch, cocos2d::CCEvent* event) override { - this->ccTouchEnded(touch, event); - } - - void registerWithTouchDispatcher() override; - - ~FloatingButton() override; - - }; - - -} diff --git a/src/modules/gui/gui.cpp b/src/modules/gui/gui.cpp deleted file mode 100644 index c83417bf..00000000 --- a/src/modules/gui/gui.cpp +++ /dev/null @@ -1,304 +0,0 @@ -#include "gui.hpp" - -#include -#include - -#include "blur/blur.hpp" -#include "cocos/cocos.hpp" -#include "imgui/imgui.hpp" -#include "theming/manager.hpp" - -#include "components/base-component.hpp" -#include "components/button.hpp" -#include "components/color.hpp" -#include "components/combo.hpp" -#include "components/filesystem-combo.hpp" -#include "components/float-toggle.hpp" -#include "components/input-float.hpp" -#include "components/input-int.hpp" -#include "components/input-text.hpp" -#include "components/int-toggle.hpp" -#include "components/keybind.hpp" -#include "components/label-settings.hpp" -#include "components/label.hpp" -#include "components/radio.hpp" -#include "components/slider.hpp" -#include "components/toggle.hpp" - -namespace eclipse::gui { - MenuTab::MenuTab(std::string title, bool isSearchedFor) - : m_title(std::move(title)), m_isSearchedFor(isSearchedFor) {} - - Component* MenuTab::addComponent(ComponentPtr component) { - return m_components.emplace_back(std::move(component)).get(); - } - - void MenuTab::removeComponent(Component* component) { - std::erase_if(m_components, [component](auto& ptr) { - return ptr.get() == component; - }); - } - - LabelComponent* MenuTab::addLabel(std::string title) { - return static_cast(this->addComponent( - std::make_unique(std::move(title)) - )); - } - - ToggleComponent* MenuTab::addToggle(std::string id) { - std::string name = id; - return this->addToggle(std::move(name), std::move(id)); - } - - ToggleComponent* MenuTab::addToggle(std::string title, std::string id) { - return static_cast(this->addComponent( - std::make_unique(std::move(id), std::move(title)) - )); - } - - RadioButtonComponent* MenuTab::addRadioButton( - std::string title, std::string id, int value - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(id), std::move(title), value) - )); - } - - ComboComponent* MenuTab::addCombo( - std::string title, std::string id, std::vector items, int value - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(id), std::move(title), std::move(items), value) - )); - } - - ComboComponent* MenuTab::addCombo( - std::string id, std::vector items, int value - ) { - std::string title = id; - return this->addCombo(std::move(title), std::move(id), std::move(items), value); - } - - FilesystemComboComponent* MenuTab::addFilesystemCombo( - std::string title, std::string id, std::filesystem::path directory - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(id), std::move(title), std::move(directory)) - )); - } - - FilesystemComboComponent* MenuTab::addFilesystemCombo( - std::string id, std::filesystem::path directory - ) { - std::string title = id; - return this->addFilesystemCombo(std::move(title), std::move(id), std::move(directory)); - } - - SliderComponent* MenuTab::addSlider( - std::string title, std::string id, float min, float max, std::string format - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id), min, max, std::move(format)) - )); - } - - SliderComponent* MenuTab::addSlider( - std::string id, float min, float max, std::string format - ) { - std::string title = id; - return this->addSlider(std::move(title), std::move(id), min, max, std::move(format)); - } - - InputFloatComponent* MenuTab::addInputFloat( - std::string title, std::string id, float min, float max, std::string format - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id), min, max, std::move(format)) - )); - } - - InputFloatComponent* MenuTab::addInputFloat( - std::string id, float min, float max, std::string format - ) { - std::string title = id; - return this->addInputFloat(std::move(title), std::move(id), min, max, std::move(format)); - } - - InputIntComponent* MenuTab::addInputInt( - std::string title, std::string id, int min, int max - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id), min, max) - )); - } - - InputIntComponent* MenuTab::addInputInt(std::string id, int min, int max) { - std::string title = id; - return this->addInputInt(std::move(title), std::move(id), min, max); - } - - IntToggleComponent* MenuTab::addIntToggle( - std::string title, std::string id, int min, int max - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id), min, max) - )); - } - - IntToggleComponent* MenuTab::addIntToggle(std::string id, int min, int max) { - std::string title = id; - return this->addIntToggle(std::move(title), std::move(id), min, max); - } - - FloatToggleComponent* MenuTab::addFloatToggle( - std::string title, std::string id, float min, float max, std::string format - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id), min, max, std::move(format)) - )); - } - - FloatToggleComponent* MenuTab::addFloatToggle( - std::string id, float min, float max, std::string format - ) { - std::string title = id; - return this->addFloatToggle(std::move(title), std::move(id), min, max, std::move(format)); - } - - InputTextComponent* MenuTab::addInputText(std::string title, std::string id) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id)) - )); - } - - InputTextComponent* MenuTab::addInputText(std::string id) { - std::string title = id; - return this->addInputText(std::move(title), std::move(id)); - } - - ButtonComponent* MenuTab::addButton(std::string title) { - return static_cast(this->addComponent( - std::make_unique(std::move(title)) - )); - } - - ColorComponent* MenuTab::addColorComponent( - std::string title, std::string id, bool hasOpacity - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id), hasOpacity) - )); - } - - ColorComponent* MenuTab::addColorComponent(std::string id, bool hasOpacity) { - std::string title = id; - return this->addColorComponent(std::move(title), std::move(id), hasOpacity); - } - - KeybindComponent* MenuTab::addKeybind( - std::string title, std::string id, bool canDelete - ) { - return static_cast(this->addComponent( - std::make_unique(std::move(title), std::move(id), canDelete) - )); - } - - LabelSettingsComponent* MenuTab::addLabelSetting(labels::LabelSettings* settings) { - return static_cast(this->addComponent( - std::make_unique(settings) - )); - } - - MenuTab* MenuTab::find(std::string_view name) { return &Engine::get().findTab(name); } - - void Engine::setRenderer(RendererType type) { - // technical debt: think about how to better handle renderer switching - type = geode::getMod()->getSettingValue("menu-style") == "ImGui" - ? RendererType::ImGui - : RendererType::Cocos2d; - - auto tm = ThemeManager::get(); - if (m_renderer && type == m_renderer->getType()) return; - if (m_renderer) m_renderer->shutdown(); - - switch (type) { - default: - case RendererType::ImGui: - m_renderer = std::make_unique(); - break; - case RendererType::Cocos2d: - m_renderer = std::make_unique(); - break; - } - - m_renderer->init(); - - // update blur state - blur::toggle( - config::getTemp("blurEnabled", false) - && type != RendererType::Cocos2d - ); - } - - RendererType Engine::getRendererType() { - auto& engine = Engine::get(); - if (!engine.isInitialized()) return RendererType::None; - if (!engine.m_renderer) return RendererType::None; - return engine.m_renderer->getType(); - } - - Engine& Engine::get() { - static Engine s_engine; - return s_engine; - } - - void Engine::init() { - m_initialized = true; - setRenderer(ThemeManager::get()->getRenderer()); - } - - void Engine::toggle() const { - if (!m_renderer) return; - m_renderer->toggle(); - } - - MenuTab& Engine::findTab(std::string_view name) { - for (auto& tab : m_tabs) { - if (tab.getTitle() == name) { - return tab; - } - } - - // If the tab does not exist, create a new one. - m_tabs.emplace_back(std::string(name), false); - - // Make sure built-in tabs are sorted in a specific way and come first - static constexpr std::array builtInTabs = { - "tab.global", "tab.level", "tab.bypass", "tab.player", "tab.bot", "tab.creator", - "tab.labels", "tab.shortcuts", "tab.keybinds", "tab.interface", "tab.recorder" - }; - - std::ranges::sort(m_tabs, [](auto const& a, auto const& b) { - auto aIt = std::ranges::find(builtInTabs, a.getTitle()); - auto bIt = std::ranges::find(builtInTabs, b.getTitle()); - if (aIt != builtInTabs.end() && bIt != builtInTabs.end()) { - return aIt - builtInTabs.begin() < bIt - builtInTabs.begin(); - } - - if (aIt != builtInTabs.end()) return true; - if (bIt != builtInTabs.end()) return false; - - return a.getTitle() < b.getTitle(); - }); - - // tell the renderer to update the tabs if we're past the initialization stage - if (m_initialized && m_renderer) m_renderer->updateTabs(); - - // find the tab again (now that we sorted them) - return findTab(name); - } - - Engine::Engine() { - m_tabs.reserve(16); - } -} diff --git a/src/modules/gui/gui.hpp b/src/modules/gui/gui.hpp deleted file mode 100644 index 9e9968e3..00000000 --- a/src/modules/gui/gui.hpp +++ /dev/null @@ -1,242 +0,0 @@ -#pragma once - -#include -#include -#include -#include -#include "popup.hpp" -#include "components/base-component.hpp" - -namespace eclipse::labels { - struct LabelSettings; -} - -namespace eclipse::gui { - - class MenuTab; - class ButtonComponent; - class ColorComponent; - class ComboComponent; - class FilesystemComboComponent; - class FloatToggleComponent; - class InputFloatComponent; - class InputIntComponent; - class InputTextComponent; - class IntToggleComponent; - class KeybindComponent; - class LabelComponent; - class LabelSettingsComponent; - class RadioButtonComponent; - class SliderComponent; - class ToggleComponent; - - using ComponentPtr = std::unique_ptr; - - /// @brief Contains a list of components and a title, to be passed into render engine. - class MenuTab { - public: - MenuTab(std::string title, bool isSearchedFor); - MenuTab(MenuTab&&) = default; - MenuTab& operator=(MenuTab&&) = default; - - /// @brief Add a component to the tab. - Component* addComponent(ComponentPtr component); - - /// @brief Remove a component from the tab. - void removeComponent(Component* component); - - /// @brief Add a label to the tab. - LabelComponent* addLabel(std::string title); - - /// @brief Add a checkbox to the tab. (id is the same as title) - ToggleComponent* addToggle(std::string id); - - /// @brief Add a checkbox to the tab. - ToggleComponent* addToggle(std::string title, std::string id); - - /// @brief Add a radio button to the tab. - RadioButtonComponent* addRadioButton(std::string title, std::string id, int value); - - /// @brief Add a combo to the tab. - ComboComponent* addCombo(std::string title, std::string id, std::vector items, int value); - - /// @brief Add a combo to the tab. (id is the same as title) - ComboComponent* addCombo(std::string id, std::vector items, int value); - - /// @brief Add a filesystem combo button to the tab. - FilesystemComboComponent* addFilesystemCombo(std::string title, std::string id, std::filesystem::path directory); - - /// @brief Add a filesystem combo button to the tab. (id is the same as title) - FilesystemComboComponent* addFilesystemCombo(std::string id, std::filesystem::path directory); - - /// @brief Add a slider to the tab. - SliderComponent* addSlider(std::string title, std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f"); - - /// @brief Add a slider to the tab. (id is the same as title) - SliderComponent* addSlider(std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f"); - - /// @brief Add an input float to the tab. - InputFloatComponent* addInputFloat(std::string title, std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f"); - - /// @brief Add an input float to the tab. - InputFloatComponent* addInputFloat(std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f"); - - /// @brief Add an input int to the tab. - InputIntComponent* addInputInt(std::string title, std::string id, int min = INT_MIN, int max = INT_MAX); - - /// @brief Add an input int to the tab. - InputIntComponent* addInputInt(std::string id, int min = INT_MIN, int max = INT_MAX); - - /// @brief Add an float toggle to the tab. - IntToggleComponent* addIntToggle(std::string title, std::string id, int min = INT_MIN, int max = INT_MAX); - - /// @brief Add an float toggle to the tab. (id is the same as title) - IntToggleComponent* addIntToggle(std::string id, int min = INT_MIN, int max = INT_MAX); - - /// @brief Add an float toggle to the tab. - FloatToggleComponent* addFloatToggle(std::string title, std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f"); - - /// @brief Add an float toggle to the tab. (id is the same as title) - FloatToggleComponent* addFloatToggle(std::string id, float min = FLT_MIN, float max = FLT_MAX, std::string format = "%.3f"); - - /// @brief Add an input text to the tab. - InputTextComponent* addInputText(std::string title, std::string id); - - /// @brief Add an input text to the tab. (id is the same as title) - InputTextComponent* addInputText(std::string id); - - /// @brief Add a button to the tab. - ButtonComponent* addButton(std::string title); - - /// @brief Add a color picker to the tab. - ColorComponent* addColorComponent(std::string title, std::string id, bool hasOpacity = false); - - /// @brief Add a color picker to the tab. (id is the same as title) - ColorComponent* addColorComponent(std::string id, bool hasOpacity = false); - - /// @brief Add a keybind to the tab. - KeybindComponent* addKeybind(std::string title, std::string id, bool canDelete = false); - - /// @brief Add a label settings to the tab. - LabelSettingsComponent* addLabelSetting(labels::LabelSettings* settings); - - /// @brief Get the tab's title. - [[nodiscard]] std::string const& getTitle() const { return m_title; } - - /// @brief Get the tab's components. - [[nodiscard]] std::vector const& getComponents() const { return m_components; } - - /// @brief Find a tab by name (or create a new one if it does not exist). - /// (returns a pointer for legacy reasons) - static MenuTab* find(std::string_view name); - - /// @brief Whether the tab is being searched for or not - bool isSearchedFor() const { return m_isSearchedFor; } - - /// @brief Sets the tab's search state - void setSearchedFor(bool state) { m_isSearchedFor = state; } - - private: - std::string m_title; - bool m_isSearchedFor; - std::vector m_components; - }; - - enum class RendererType { - None = -1, - ImGui, - Cocos2d - }; - - /// @brief Abstract class, that wraps all UI function calls. - class Renderer { - public: - virtual ~Renderer() = default; - - /// @brief Initialize the renderer. - virtual void init() = 0; - - /// @brief Toggle the UI visibility. - virtual void toggle() = 0; - - /// @brief Tell the renderer to clean up/unload. - virtual void shutdown() = 0; - - /// @brief Check if the UI is visible. - [[nodiscard]] virtual bool isToggled() const = 0; - - /// @brief [Implementation specific] Calls the function after the main render loop - virtual void queueAfterDrawing(Function&& func) = 0; - - /// @brief Opens a modal popup with provided configuration. - virtual void showPopup(Popup&& popup) = 0; - - /// @brief Get the renderer type. - [[nodiscard]] virtual RendererType getType() const = 0; - - /// @brief Triggered whenever a new tab is added. - virtual void updateTabs() {} - }; - - using Tabs = std::vector; - - /// @brief Main controller for the UI. - class Engine { - public: - static Engine& get(); - - Engine(Engine const&) = delete; - void operator=(Engine const&) = delete; - Engine(Engine&&) = delete; - void operator=(Engine&&) = delete; - - void init(); - - void toggle() const; - - void setRenderer(RendererType type); - - [[nodiscard]] Renderer* getRenderer() const { return m_renderer.get(); } - [[nodiscard]] static RendererType getRendererType(); - - /// @brief Check if the UI is visible. - [[nodiscard]] bool isToggled() const { - if (!m_renderer) return false; - return m_renderer->isToggled(); - } - - /// @brief Find a tab by name. - MenuTab& findTab(std::string_view name); - - /// @brief Calls the function after the main render loop - template - static void queueAfterDrawing(Func&& func) { - if (auto renderer = get().m_renderer.get()) { - // if cocos renderer, just call the function - if (renderer->getType() == RendererType::Cocos2d) { - func(); - } else { - renderer->queueAfterDrawing(std::forward(func)); - } - } else { - func(); // fallback - } - } - - void showPopup(Popup&& popup) const { - if (m_renderer) m_renderer->showPopup(std::move(popup)); - } - - [[nodiscard]] Tabs const& getTabs() const { return m_tabs; } - [[nodiscard]] Tabs& getTabs() { return m_tabs; } - [[nodiscard]] bool isInitialized() const { return m_initialized; } - - private: - Engine(); - - std::unique_ptr m_renderer; - Tabs m_tabs; - bool m_initialized = false; - }; - -} diff --git a/src/modules/gui/imgui/animation/easing.cpp b/src/modules/gui/imgui/animation/easing.cpp deleted file mode 100644 index d9e36541..00000000 --- a/src/modules/gui/imgui/animation/easing.cpp +++ /dev/null @@ -1,232 +0,0 @@ -#include "easing.hpp" - -#include -#include - -namespace eclipse::gui::animation { - EasingFunction getEasingFunction(Easing easing, EasingMode mode) { - auto easingIndex = static_cast(easing); - auto modeIndex = static_cast(mode); - - // Check if not out-of-bounds - if (easingIndex > std::size(EASING_FUNCTIONS) - 1 || modeIndex > std::size(EASING_FUNCTIONS[0]) - 1) - return easing::linear; - - return EASING_FUNCTIONS[easingIndex][modeIndex]; - } - - namespace easing { - double linear(double t) { - return t; - } - - /* == Sine == */ - - double easeInSine(double t) { - return 1.0 - cos(t * std::numbers::pi / 2.0); - } - - double easeOutSine(double t) { - return sin(t * std::numbers::pi / 2.0); - } - - double easeInOutSine(double t) { - return -(cos(std::numbers::pi * t) - 1.0) / 2.0; - } - - /* == Quadratic == */ - - double easeInQuad(double t) { - return t * t; - } - - double easeOutQuad(double t) { - return 1.0 - (1.0 - t) * (1.0 - t); - } - - double easeInOutQuad(double t) { - return t < 0.5 ? (2.0 * t * t) : (1.0 - pow(-2.0 * t + 2.0, 2) / 2.0); - } - - /* == Cubic == */ - - double easeInCubic(double t) { - return t * t * t; - } - - double easeOutCubic(double t) { - return 1.0 - pow(1.0 - t, 3); - } - - double easeInOutCubic(double t) { - return t < 0.5 ? (4.0 * t * t * t) : (1.0 - pow(-2.0 * t + 2.0, 3) / 2.0); - } - - /* == Quartic == */ - - double easeInQuart(double t) { - return t * t * t * t; - } - - double easeOutQuart(double t) { - return 1.0 - pow(1.0 - t, 4); - } - - double easeInOutQuart(double t) { - return t < 0.5 ? (8.0 * t * t * t * t) : (1.0 - pow(-2.0 * t + 2.0, 4) / 2.0); - } - - /* == Quintic == */ - - double easeInQuint(double t) { - return t * t * t * t * t; - } - - double easeOutQuint(double t) { - return 1.0 - pow(1.0 - t, 5); - } - - double easeInOutQuint(double t) { - return t < 0.5 ? (16.0 * t * t * t * t * t) : (1.0 - pow(-2.0 * t + 2.0, 5) / 2.0); - } - - /* == Exponential == */ - - double easeInExpo(double t) { - return t == 0.0 ? t : pow(2.0, 10.0 * t - 10.0); - } - - double easeOutExpo(double t) { - return t == 1.0 ? t : 1.0 - pow(2.0, -10.0 * t); - } - - double easeInOutExpo(double t) { - if (t == 0.0 || t == 1.0) - return t; - - if (t < 0.5) - return pow(2.0, 20.0 * t - 10.0) / 2.0; - - return (2.0 - pow(2.0, -20.0 * t + 10.0)) / 2.0; - } - - /* == Circular == */ - - double easeInCirc(double t) { - return 1.0 - sqrt(1.0 - t * t); - } - - double easeOutCirc(double t) { - return sqrt(1.0 - pow((t - 1.0), 2)); - } - - double easeInOutCirc(double t) { - if (t < 0.5) - return (1.0 - sqrt(1.0 - pow(2.0 * t, 2))) / 2.0; - - return (sqrt(1.0 - pow(-2.0 * t + 2.0, 2)) + 1.0) / 2.0; - } - - /* == Backwards == */ - - double easeInBack(double t) { - return 2.70158 * t * t * t - 1.70158 * t * t; - } - - double easeOutBack(double t) { - return 1.0 + 2.70158 * pow(t - 1.0, 3) + 1.70158 * pow(t - 1.0, 2); - } - - double easeInOutBack(double t) { - if (t < 0.5) - return (pow(2.0 * t, 2) * (7.189819 * t - 2.5949095)) / 2.0; - - return (pow(2.0 * t - 2.0, 2) * (3.5949095 * (t * 2.0 - 2.0) + 2.5949095) + 2.0) / 2.0; - } - - /* == Elastic == */ - - double easeInElastic(double t) { - if (t == 0.0 || t == 1.0) - return t; - - double const c4 = (2 * std::numbers::pi) / 3; - return -pow(2.0, 10.0 * t - 10.0) * sin((t * 10.0 - 10.75) * c4); - } - - double easeOutElastic(double t) { - if (t == 0.0 || t == 1.0) - return t; - - double const c4 = (2 * std::numbers::pi) / 3; - return pow(2.0, -10.0 * t) * sin((t * 10.0 - 0.75) * c4) + 1.0; - } - - double easeInOutElastic(double t) { - if (t == 0.0 || t == 1.0) - return t; - - if (t < 0.5) - return -(pow(2.0, 20.0 * t - 10.0) * sin((20.0 * t - 11.125) * (2 * std::numbers::pi) / 4.5)) / 2.0; - - return (pow(2.0, -20.0 * t + 10.0) * sin((20.0 * t - 11.125) * (2 * std::numbers::pi) / 4.5)) / 2.0 + 1.0; - } - - /* == Bounce == */ - - double easeInBounce(double t) { - return 1.0 - easeOutBounce(1.0 - t); - } - - double easeOutBounce(double t) { - double const n1 = 7.5625; - double const d1 = 2.75; - - if (t < 1.0 / d1) - return n1 * t * t; - if (t < 2.0 / d1) { - auto t2 = t - 1.5 / d1; - return n1 * t2 * t2 + 0.75; - } - if (t < 2.5 / d1) { - auto t2 = t - 2.25 / d1; - return n1 * t2 * t2 + 0.9375; - } - auto t2 = t - 2.625 / d1; - return n1 * t2 * t2 + 0.984375; - } - - double easeInOutBounce(double t) { - if (t < 0.5) - return (1.0 - easeOutBounce(1.0 - 2.0 * t)) / 2.0; - - return (1.0 + easeOutBounce(2.0 * t - 1.0)) / 2.0; - } - } -} - -geode::Result matjson::Serialize::fromJson( - Value const& value -) { - GEODE_UNWRAP_INTO(auto n, value.asUInt()); - return geode::Ok(static_cast(n)); -} - -matjson::Value matjson::Serialize::toJson( - eclipse::gui::animation::Easing const& easing -) { - return static_cast(easing); -} - -geode::Result matjson::Serialize::fromJson( - Value const& value -) { - GEODE_UNWRAP_INTO(auto n, value.asUInt()); - return geode::Ok(static_cast(n)); -} - -matjson::Value matjson::Serialize::toJson( - eclipse::gui::animation::EasingMode const& mode -) { - return static_cast(mode); -} diff --git a/src/modules/gui/imgui/animation/easing.hpp b/src/modules/gui/imgui/animation/easing.hpp deleted file mode 100644 index 1600f669..00000000 --- a/src/modules/gui/imgui/animation/easing.hpp +++ /dev/null @@ -1,290 +0,0 @@ -#pragma once - -#include -#include - -namespace eclipse::gui::animation { - /// @brief Function pointer for an easing function. - /// @param t The time. - /// @return The value at time `t`. - using EasingFunction = double (*)(double); - - /// @brief Easing functions. - enum class Easing { - Linear = 0, - Sine = 1, - Quadratic = 2, - Cubic = 3, - Quartic = 4, - Quintic = 5, - Exponential = 6, - Circular = 7, - Backwards = 8, - Elastic = 9, - Bounce = 10, - }; - - /// @brief Easing names. - constexpr std::array EASING_NAMES = { - "Linear", - "Sine", - "Quadratic", - "Cubic", - "Quartic", - "Quintic", - "Exponential", - "Circular", - "Backwards", - "Elastic", - "Bounce", - }; - - constexpr size_t EASING_COUNT = EASING_NAMES.size(); - - /// @brief Easing modes. - enum class EasingMode { - EaseIn = 0, - EaseOut = 1, - EaseInOut = 2, - }; - - /// @brief Easing mode names. - constexpr std::array EASING_MODE_NAMES = { - "EaseIn", - "EaseOut", - "EaseInOut", - }; - - /* == Easing functions == */ - /* https://easings.net/ */ - namespace easing { - /// @brief Linear easing - /// @note x = t - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double linear(double t); - - /* == Sine == */ - - /// @brief EaseIn Sine easing - /// @note x = 1 - cos((t * PI) / 2) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInSine(double t); - - /// @brief EaseOut Sine easing - /// @note x = sin((t * PI) / 2) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutSine(double t); - - /// @brief EaseInOut Sine easing - /// @note x = -(cos(PI * t) - 1) / 2 - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutSine(double t); - - /* == Quadratic == */ - - /// @brief EaseIn Quadratic easing (x = t * t) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInQuad(double t); - - /// @brief EaseOut Quadratic easing - /// @note x = 1 - (1 - t) * (1 - t) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutQuad(double t); - - /// @brief EaseInOut Quadratic easing - /// @note x = t < 0.5 ? (2 * t * t) : (1 - pow(-2 * t + 2, 2) / 2) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutQuad(double t); - - /* == Cubic == */ - - /// @brief EaseIn Cubic easing - /// @note x = t * t * t - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInCubic(double t); - - /// @brief EaseOut Cubic easing - /// @note x = 1 - pow(1 - t, 3) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutCubic(double t); - - /// @brief EaseInOut Cubic easing - /// @note x = t < 0.5 ? (4 * t * t * t) : (1 - pow(-2 * t + 2, 3) / 2) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutCubic(double t); - - /* == Quartic == */ - - /// @brief EaseIn Quartic easing - /// @note x = t * t * t * t - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInQuart(double t); - - /// @brief EaseOut Quartic easing - /// @note x = 1 - pow(1 - t, 4) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutQuart(double t); - - /// @brief EaseInOut Quartic easing - /// @note x = t < 0.5 ? (8 * t * t * t * t) : (1 - pow(-2 * t + 2, 4) / 2) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutQuart(double t); - - /* == Quintic == */ - - /// @brief EaseIn Quintic easing - /// @note x = t * t * t * t * t - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInQuint(double t); - - /// @brief EaseOut Quintic easing - /// @note x = 1 - pow(1 - t, 5) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutQuint(double t); - - /// @brief EaseInOut Quintic easing - /// @note x = t < 0.5 ? (16 * t * t * t * t * t) : (1 - pow(-2 * t + 2, 5) / 2) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutQuint(double t); - - /* == Exponential == */ - - /// @brief EaseIn Exponential easing - /// @note x = t == 0 ? 0 : pow(2, 10 * t - 10) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInExpo(double t); - - /// @brief EaseOut Exponential easing - /// @note x = t == 1 ? 1 : 1 - pow(2, -10 * t) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutExpo(double t); - - /// @brief EaseInOut Exponential easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutExpo(double t); - - /* == Circular == */ - - /// @brief EaseIn Circular easing - /// @note x = 1 - sqrt(1 - pow(t, 2)) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInCirc(double t); - - /// @brief EaseIn Circular easing - /// @note x = sqrt(1 - pow(t - 1, 2)) - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutCirc(double t); - - /// @brief EaseIn Circular easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutCirc(double t); - - /* == Backwards == */ - - /// @brief EaseIn Backwards easing - /// @note x = - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInBack(double t); - - /// @brief EaseOut Backwards easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutBack(double t); - - /// @brief EaseInOut Backwards easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutBack(double t); - - /* == Elastic == */ - - /// @brief EaseIn Elastic easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInElastic(double t); - - /// @brief EaseOut Elastic easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutElastic(double t); - - /// @brief EaseInOut Elastic easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutElastic(double t); - - /* == Bounce == */ - - /// @brief EaseIn Bounce easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInBounce(double t); - - /// @brief EaseOut Bounce easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeOutBounce(double t); - - /// @brief EaseInOut Bounce easing - /// @param t Time from 0 to 1 - /// @return `x` value at time `t` - double easeInOutBounce(double t); - } - - /// @brief Easing functions pointers. - /// Rows are `Easing` types and columns are `EasingMode`. - /// @example EASING_FUNCTIONS[Easing::Sine][EasingMode::EaseOut] == easing::easeOutSine; - constexpr EasingFunction EASING_FUNCTIONS[][3] = { - {easing::linear, easing::linear, easing::linear}, - {easing::easeInSine, easing::easeOutSine, easing::easeInOutSine}, - {easing::easeInQuad, easing::easeOutQuad, easing::easeInOutQuad}, - {easing::easeInCubic, easing::easeOutCubic, easing::easeInOutCubic}, - {easing::easeInQuart, easing::easeOutQuart, easing::easeInOutQuart}, - {easing::easeInQuint, easing::easeOutQuint, easing::easeInOutQuint}, - {easing::easeInExpo, easing::easeOutExpo, easing::easeInOutExpo}, - {easing::easeInCirc, easing::easeOutCirc, easing::easeInOutCirc}, - {easing::easeInBack, easing::easeOutBack, easing::easeInOutBack}, - {easing::easeInElastic, easing::easeOutElastic, easing::easeInOutElastic}, - {easing::easeInBounce, easing::easeOutBounce, easing::easeInOutBounce}, - }; - - /// @brief Gets the easing function for the given easing. - /// @param easing The easing. - /// @return The easing function. - EasingFunction getEasingFunction(Easing easing, EasingMode mode); -} - -template <> -struct matjson::Serialize { - static geode::Result fromJson(Value const& value); - static Value toJson(eclipse::gui::animation::Easing const& easing); -}; - -template <> -struct matjson::Serialize { - static geode::Result fromJson(Value const& value); - static Value toJson(eclipse::gui::animation::EasingMode const& mode); -}; \ No newline at end of file diff --git a/src/modules/gui/imgui/animation/move-action.cpp b/src/modules/gui/imgui/animation/move-action.cpp deleted file mode 100644 index 8f808f65..00000000 --- a/src/modules/gui/imgui/animation/move-action.cpp +++ /dev/null @@ -1,50 +0,0 @@ -#include "move-action.hpp" - -namespace eclipse::gui::animation { - std::unique_ptr MoveAction::create(double duration, ImVec2* vector, ImVec2 target, EasingFunction easing) { - auto instance = std::make_unique(); - instance->m_duration = duration; - instance->m_target = vector; - instance->m_start = {vector->x, vector->y}; - instance->m_end = target; - instance->m_delta = {target.x - vector->x, target.y - vector->y}; - instance->m_easing = easing; - instance->m_totalTime = 0; - return std::move(instance); - } - - void MoveAction::update(double deltaTime) { - // Make sure to move even when duration is set to 0 - if (m_duration == 0) { - m_target->x = m_end.x; - m_target->y = m_end.y; - return; - } - - if (isFinished()) - return; - - m_totalTime += deltaTime; - - if (isFinished()) { - m_target->x = m_end.x; - m_target->y = m_end.y; - return; - } - - double time = m_totalTime / m_duration; - auto eased = static_cast(m_easing(time)); - - ImVec2 current = {m_delta.x * eased, m_delta.y * eased}; - m_target->x = m_start.x + current.x; - m_target->y = m_start.y + current.y; - } - - double MoveAction::getProgress() { - return m_easing(m_totalTime / m_duration); - } - - bool MoveAction::isFinished() const { - return m_totalTime >= m_duration; - } -} \ No newline at end of file diff --git a/src/modules/gui/imgui/animation/move-action.hpp b/src/modules/gui/imgui/animation/move-action.hpp deleted file mode 100644 index 0d05d54c..00000000 --- a/src/modules/gui/imgui/animation/move-action.hpp +++ /dev/null @@ -1,40 +0,0 @@ -#pragma once - -#include "easing.hpp" -#include -#include - -namespace eclipse::gui::animation { - /// @brief Class which controls the animation process - class MoveAction { - public: - /// @brief Create new instance of `MoveAction` with set - /// @param duration How long the animation should last in seconds - /// @param vector Pointer to the vector which will get modified - /// @param target Target position - /// @param easing Easing mode (see "easing.hpp") - /// @return Created `MoveAction` instance - static std::unique_ptr create(double duration, ImVec2* vector, ImVec2 target, EasingFunction easing); - - /// @brief Need to be called every frame to update the value - /// @param deltaTime How much time passed since last update in seconds - void update(double deltaTime); - - /// @brief Get current progress of the animation - /// @return Progress in range [0, 1] (note that it can be out of this range if the animation is overshooting) - [[nodiscard]] double getProgress(); - - /// @brief Check whether animation has finished - /// @return True if it has finished - [[nodiscard]] bool isFinished() const; - - private: - ImVec2* m_target{}; - ImVec2 m_start; - ImVec2 m_end; - ImVec2 m_delta; - - double m_duration{}, m_totalTime{}; - EasingFunction m_easing{}; - }; -} \ No newline at end of file diff --git a/src/modules/gui/imgui/components/gruvbox/gruvbox.cpp b/src/modules/gui/imgui/components/gruvbox/gruvbox.cpp deleted file mode 100644 index dbb1b7c9..00000000 --- a/src/modules/gui/imgui/components/gruvbox/gruvbox.cpp +++ /dev/null @@ -1,59 +0,0 @@ -#include "gruvbox.hpp" - -#include -#include -#include -#include - -namespace eclipse::gui::imgui::themes { - bool Gruvbox::checkbox( - std::string const& label, bool& value, bool isSearchedFor, FunctionRef postDraw - ) const { - auto tm = ThemeManager::get(); - auto* drawList = ImGui::GetWindowDrawList(); - auto pos = ImGui::GetCursorScreenPos(); - auto scale = tm->getGlobalScale(); - auto padding = 3.f * scale; - auto size = ImGui::GetFrameHeight() - padding * 2; - auto frameColor = tm->getFrameBackground(); - - auto start = ImVec2(pos.x + padding, pos.y + padding); - auto end = ImVec2(start.x + size, start.y + size); - - drawList->AddRectFilled(start, end, frameColor, scale * 6); - if (value) { - auto checkColor = tm->getCheckboxCheckmarkColor(); - auto checkStart = ImVec2(start.x + 3, start.y + 3); - auto checkEnd = ImVec2(end.x - 3, end.y - 3); - drawList->AddRectFilled(checkStart, checkEnd, checkColor, scale * 3); - } - - auto leftMargin = size + padding * 2; - auto width = ImGui::GetContentRegionAvail().x; - - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - bool clicked = ImGui::Button("", ImVec2(width - leftMargin, 0)); - postDraw(); - - auto buttonPos = ImGui::GetItemRectMin(); - auto buttonSize = ImGui::GetItemRectMax(); - auto fontSize = ImGui::GetFontSize(); - - auto buttonMidHeight = buttonPos.y + (buttonSize.y - buttonPos.y) / 2; - - ImGui::PushStyleColor(ImGuiCol_Text, - static_cast(isSearchedFor ? tm->getSearchedColor() : tm->getCheckboxForegroundColor())); - drawList->AddText(ImVec2(buttonPos.x + leftMargin, buttonMidHeight - fontSize / 2), - ImGui::GetColorU32(ImGuiCol_Text), label.c_str()); - - ImGui::PopStyleColor(4); - - if (clicked) { - value = !value; - } - - return clicked; - } -} diff --git a/src/modules/gui/imgui/components/gruvbox/gruvbox.hpp b/src/modules/gui/imgui/components/gruvbox/gruvbox.hpp deleted file mode 100644 index 645c818d..00000000 --- a/src/modules/gui/imgui/components/gruvbox/gruvbox.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::imgui::themes { - class Gruvbox final : public Theme { - bool checkbox( - std::string const& label, bool& value, bool isSearchedFor, - FunctionRef postDraw - ) const override; - - ComponentTheme getTheme() const override { return ComponentTheme::Gruvbox; } - }; - - inline static constexpr Gruvbox GRUVBOX_THEME; -} diff --git a/src/modules/gui/imgui/components/megahack/megahack.cpp b/src/modules/gui/imgui/components/megahack/megahack.cpp deleted file mode 100644 index 6e01b007..00000000 --- a/src/modules/gui/imgui/components/megahack/megahack.cpp +++ /dev/null @@ -1,153 +0,0 @@ -#include "megahack.hpp" - -#include -#include -#include -#include - -namespace eclipse::gui::imgui::themes { - bool Megahack::checkbox( - std::string const& label, bool& value, bool isSearchedFor, FunctionRef postDraw - ) const { - auto tm = ThemeManager::get(); - auto textColor = value ? tm->getCheckboxForegroundColor() : tm->getButtonDisabledForeground(); - auto scale = tm->getGlobalScale(); - - ImGui::PushItemWidth(-1); - - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(isSearchedFor ? tm->getSearchedColor() : textColor)); - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.0f, 0.5f)); - - bool toggled = ImGui::Button(label.c_str(), ImVec2(ImGui::GetContentRegionAvail().x, 0)); - if (toggled) value = !value; - postDraw(); - - ImGui::PopStyleColor(4); - ImGui::PopStyleVar(); - - textColor.a *= ImGui::GetStyle().Alpha; - ImGui::GetWindowDrawList()->AddRectFilled( - ImVec2(ImGui::GetItemRectMax().x - 5 * scale, ImGui::GetItemRectMin().y + 1 * scale), - ImVec2(ImGui::GetItemRectMax().x - 2 * scale, ImGui::GetItemRectMax().y - 1 * scale), - textColor - ); - - ImGui::PopItemWidth(); - - return toggled; - } - - bool Megahack::checkboxWithSettings( - std::string const& label, bool& value, bool isSearchedFor, - FunctionRef callback, - FunctionRef postDraw, - std::string const& popupId - ) const { - auto tm = ThemeManager::get(); - auto textColor = value ? tm->getCheckboxForegroundColor() : tm->getButtonDisabledForeground(); - auto scale = tm->getGlobalScale(); - - ImGui::PushItemWidth(-1); - - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0, 2)); - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.0f, 0.5f)); - - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(isSearchedFor ? tm->getSearchedColor() : textColor)); - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - - auto availWidth = ImGui::GetContentRegionAvail().x; - auto const arrowWidth = availWidth * 0.1f; - auto buttonSize = ImVec2(availWidth - arrowWidth, 0); - auto arrowSize = ImVec2(arrowWidth, 0); - - bool toggled = ImGui::Button(label.c_str(), buttonSize); - if (toggled) value = !value; - postDraw(); - - ImGui::SameLine(0, 0); - - ImGui::PopStyleVar(2); - bool openPopup = ImGui::Button(fmt::format("##open_{}", label).c_str(), arrowSize); - ImGui::PopItemWidth(); - ImGui::PopStyleColor(4); - - auto top = ImGui::GetItemRectMin().y + (4.5f * scale); - auto bottom = ImGui::GetItemRectMax().y - (4.5f * scale); - auto right = ImGui::GetItemRectMax().x - (4.5f * scale); - auto side = bottom - top; - auto left = right - side; - textColor.a *= ImGui::GetStyle().Alpha; - ImU32 triangleColor = textColor; - ImGui::GetWindowDrawList()->AddTriangleFilled( - ImVec2(right, top), - ImVec2(left, bottom), - ImVec2(right, bottom), - triangleColor - ); - - std::string popupName = popupId.empty() ? fmt::format("##{}", label) : popupId; - if (openPopup) - ImGui::OpenPopup(popupName.c_str()); - - ImGui::SetNextWindowSizeConstraints(ImVec2(240 * tm->getGlobalScale(), 0), ImVec2(FLT_MAX, FLT_MAX)); - if (ImGui::BeginPopup(popupName.c_str()/*, ImGuiWindowFlags_NoMove*/)) { - callback(); - ImGui::EndPopup(); - } - - return toggled; - } - - bool Megahack::button(std::string const& text, bool isSearchedFor) const { - ImGui::PushItemWidth(-1); - - auto tm = ThemeManager::get(); - - if (isSearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(tm->getSearchedColor())); - - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - - bool pressed = ImGui::Button(text.c_str(), ImVec2(ImGui::GetContentRegionAvail().x, 0)); - - ImGui::PopStyleColor(isSearchedFor ? 4 : 3); - - // Draw two lines - bool isMouseOver = ImGui::IsItemHovered(); - bool isItemActive = ImGui::IsItemActive(); - - Color color; - if (isMouseOver) { - color = isItemActive ? tm->getButtonActivatedBackground() : tm->getButtonHoveredBackground(); - } else { - color = tm->getButtonBackgroundColor(); - } - - color.a *= ImGui::GetStyle().Alpha; - auto scale = tm->getGlobalScale(); - - ImGui::GetWindowDrawList()->AddLine( - ImVec2(ImGui::GetItemRectMin().x + 1, ImGui::GetItemRectMin().y + 1), - ImVec2(ImGui::GetItemRectMin().x + 1, ImGui::GetItemRectMax().y - 3), - color, 2.5f * scale - ); - - ImGui::GetWindowDrawList()->AddLine( - ImVec2(ImGui::GetItemRectMax().x - 2, ImGui::GetItemRectMin().y + 1), - ImVec2(ImGui::GetItemRectMax().x - 2, ImGui::GetItemRectMax().y - 3), - color, 2.5f * scale - ); - - ImGui::PopItemWidth(); - - return pressed; - } -} diff --git a/src/modules/gui/imgui/components/megahack/megahack.hpp b/src/modules/gui/imgui/components/megahack/megahack.hpp deleted file mode 100644 index 8a31ffb6..00000000 --- a/src/modules/gui/imgui/components/megahack/megahack.hpp +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::imgui::themes { - class Megahack final : public Theme { - bool checkbox( - std::string const& label, bool& value, bool isSearchedFor, - FunctionRef postDraw - ) const override; - bool checkboxWithSettings( - std::string const& label, bool& value, bool isSearchedFor, - FunctionRef callback, - FunctionRef postDraw, - std::string const& popupId - ) const override; - bool button(std::string const& text, bool isSearchedFor) const override; - - ComponentTheme getTheme() const override { return ComponentTheme::MegaHack; } - }; - - inline static constexpr Megahack MEGAHACK_THEME; -} diff --git a/src/modules/gui/imgui/components/megaoverlay/megaoverlay.cpp b/src/modules/gui/imgui/components/megaoverlay/megaoverlay.cpp deleted file mode 100644 index 9d4976c1..00000000 --- a/src/modules/gui/imgui/components/megaoverlay/megaoverlay.cpp +++ /dev/null @@ -1,88 +0,0 @@ -#include "megaoverlay.hpp" - -#include -#include -#include -#include -#include - -namespace eclipse::gui::imgui::themes { - bool MegaOverlay::checkbox( - std::string const& label, bool& value, bool isSearchedFor, FunctionRef postDraw - ) const { - auto tm = ThemeManager::get(); - auto textColor = value ? tm->getCheckboxForegroundColor() : tm->getDisabledColor(); - auto checkboxColor = value ? tm->getCheckboxCheckmarkColor() : tm->getDisabledColor().darken(0.2f); - - using namespace ImGui; - ImGuiIO& io = ImGui::GetIO(); - float const cc_sz = 3.0f * io.FontGlobalScale; - constexpr float cc_pad = 10.0f; - - ImGuiWindow* window = GetCurrentWindow(); - if (window->SkipItems) - return false; - - ImGuiContext& g = *GImGui; - ImGuiStyle const& style = g.Style; - ImGuiID const id = window->GetID(label.c_str()); - ImVec2 const label_size = CalcTextSize(label.c_str(), nullptr, true); - - ImRect const check_bb( - window->DC.CursorPos, - ImVec2( - label_size.y + style.FramePadding.y * 2 + window->DC.CursorPos.x, - label_size.y + style.FramePadding.y * 2 + window->DC.CursorPos.y - ) - ); - ItemSize({check_bb.GetWidth(), check_bb.GetHeight() - 3}, style.FramePadding.y); - - ImRect total_bb = check_bb; - if (label_size.x > 0) - SameLine(0, style.ItemInnerSpacing.x); - ImRect const text_bb( - ImVec2(window->DC.CursorPos.x, window->DC.CursorPos.y + style.FramePadding.y), - ImVec2( - label_size.x + window->DC.CursorPos.x, - label_size.y + window->DC.CursorPos.y + style.FramePadding.y - ) - ); - if (label_size.x > 0) { - ItemSize({check_bb.GetWidth(), check_bb.GetHeight() - 3}, style.FramePadding.y); - total_bb = ImRect(check_bb.Min, ImVec2(text_bb.Max.x - cc_pad * 2.0f * io.FontGlobalScale, check_bb.Max.y)); - } - - if (!ItemAdd(total_bb, id)) - return false; - - bool hovered, held; - bool pressed = ButtonBehavior(total_bb, id, &hovered, &held); - postDraw(); - if (pressed) value = !value; - ImVec2 text_pos = text_bb.GetTL(); - if (hovered) { - ImVec2 text_size = text_bb.GetBR(); - auto fill_color = tm->getButtonHoveredBackground(); - window->DrawList->AddRectFilled( - ImVec2(check_bb.Min.x, check_bb.Min.y), - ImVec2(check_bb.Min.x + cc_sz + text_size.x - text_pos.x + cc_pad * 2.0f, check_bb.Max.y), fill_color, - style.FrameRounding - ); - } - - window->DrawList->AddRectFilled( - ImVec2(check_bb.Min.x, check_bb.Min.y), - ImVec2(check_bb.Min.x + cc_sz, check_bb.Max.y), - checkboxColor, - style.FrameRounding - ); - - if (label_size.x > 0.0f) { - PushStyleColor(ImGuiCol_Text, static_cast(isSearchedFor ? tm->getSearchedColor() : textColor)); - RenderText(ImVec2(check_bb.Min.x + cc_sz + cc_pad, text_pos.y), label.c_str()); - PopStyleColor(); - } - - return pressed; - } -} diff --git a/src/modules/gui/imgui/components/megaoverlay/megaoverlay.hpp b/src/modules/gui/imgui/components/megaoverlay/megaoverlay.hpp deleted file mode 100644 index 4705a29e..00000000 --- a/src/modules/gui/imgui/components/megaoverlay/megaoverlay.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::imgui::themes { - class MegaOverlay final : public Theme { - bool checkbox( - std::string const& label, bool& value, bool isSearchedFor, - FunctionRef postDraw - ) const override; - - ComponentTheme getTheme() const override { return ComponentTheme::MegaOverlay; } - }; - - inline static constexpr MegaOverlay MEGAOVERLAY_THEME; -} diff --git a/src/modules/gui/imgui/components/openhack/openhack.cpp b/src/modules/gui/imgui/components/openhack/openhack.cpp deleted file mode 100644 index 8ac91924..00000000 --- a/src/modules/gui/imgui/components/openhack/openhack.cpp +++ /dev/null @@ -1,157 +0,0 @@ -#include "openhack.hpp" - -#include -#include -#include -#include - -namespace eclipse::gui::imgui::themes { - static bool ModernCheckbox( - std::string const& label, bool& value, bool isSearchedFor, bool hasSettings, - FunctionRef postDraw - ) { - auto tm = ThemeManager::get(); - auto textColor = value ? tm->getCheckboxCheckmarkColor() : tm->getDisabledColor(); - if (isSearchedFor) textColor = tm->getSearchedColor(); - - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(textColor)); - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.5f, 0.5f)); - - auto availWidth = ImGui::GetContentRegionAvail().x; - if (hasSettings) availWidth -= availWidth * 0.13f; - - bool clicked = ImGui::Button(label.c_str(), ImVec2(availWidth, 0)); - if (clicked) value = !value; - postDraw(); - - ImGui::PopStyleColor(4); - ImGui::PopStyleVar(); - - return clicked; - } - - bool OpenHack::checkbox( - std::string const& label, bool& value, bool isSearchedFor, FunctionRef postDraw - ) const { - return ModernCheckbox(label, value, isSearchedFor, false, postDraw); - } - - bool OpenHack::checkboxWithSettings( - std::string const& label, bool& value, bool isSearchedFor, FunctionRef callback, - FunctionRef postDraw, std::string const& popupId - ) const { - auto tm = ThemeManager::get(); - - bool result = ModernCheckbox(label, value, isSearchedFor, true, std::move(postDraw)); - - auto textColor = value ? tm->getCheckboxCheckmarkColor() : tm->getDisabledColor(); - if (isSearchedFor) textColor = tm->getSearchedColor(); - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(textColor)); - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - ImGui::PushItemWidth(-1); - auto availWidth = ImGui::GetContentRegionAvail().x; - auto arrowSize = ImVec2(availWidth * 0.18f, 0); - ImGui::SameLine(availWidth - (arrowSize.x / 2.f), 0); - ImGui::SetNextItemWidth(arrowSize.x); - bool openPopup = ImGui::ArrowButton(fmt::format("##open_{}", label).c_str(), ImGuiDir_Right); - ImGui::PopItemWidth(); - ImGui::PopStyleColor(4); - - std::string popupName = popupId.empty() ? fmt::format("##{}", label) : popupId; - if (openPopup) - ImGui::OpenPopup(popupName.c_str()); - - ImGui::SetNextWindowSizeConstraints(ImVec2(240 * tm->getGlobalScale(), 0), ImVec2(FLT_MAX, FLT_MAX)); - if (ImGui::BeginPopup(popupName.c_str()/*, ImGuiWindowFlags_NoMove */)) { - callback(); - ImGui::EndPopup(); - } - - return result; - } - - bool OpenHack::button(std::string const& text, bool isSearchedFor) const { - ImGui::PushItemWidth(-1); - - auto tm = ThemeManager::get(); - - if (isSearchedFor) { - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(tm->getSearchedColor())); - } else { - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(tm->getButtonForegroundColor())); - } - - auto bgColor = tm->getButtonBackgroundColor(); bgColor.a *= 0.4f; - auto hoveredBgColor = tm->getButtonHoveredBackground(); hoveredBgColor.a *= 0.5f; - auto activatedBgColor = tm->getButtonActivatedBackground(); activatedBgColor.a *= 0.6f; - - ImGui::PushStyleColor(ImGuiCol_Button, static_cast(bgColor)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, static_cast(hoveredBgColor)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, static_cast(activatedBgColor)); - - bool pressed = ImGui::Button(text.c_str(), ImVec2(ImGui::GetContentRegionAvail().x, 0)); - - ImGui::PopStyleColor(4); - ImGui::PopItemWidth(); - - return pressed; - } - - void OpenHack::init() const { - auto& style = ImGui::GetStyle(); - style.WindowTitleAlign = ImVec2(0.0f, 0.5f); - style.WindowMenuButtonPosition = ImGuiDir_Right; - } - - static void prepareInput(float widthFactor) { - ImGui::PushStyleColor(ImGuiCol_FrameBg, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_FrameBgHovered, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_FrameBgActive, ImVec4(0, 0, 0, 0)); - - // Add a line border on the bottom - auto drawList = ImGui::GetWindowDrawList(); - auto cursorPos = ImGui::GetCursorScreenPos(); - auto width = ImGui::GetContentRegionAvail().x * widthFactor; - - auto scale = ThemeManager::get()->getGlobalScale(); - auto color = ThemeManager::get()->getButtonBackgroundColor(); - color.a *= 0.4f; - - drawList->AddLine(ImVec2(cursorPos.x, cursorPos.y + 24 * scale), ImVec2(cursorPos.x + width, cursorPos.y + 24 * scale), color); - } - - void OpenHack::visitInputText(InputTextComponent* inputText) const { - prepareInput(0.5f); - Theme::visitInputText(inputText); - ImGui::PopStyleColor(3); - } - - void OpenHack::visitInputFloat(InputFloatComponent* inputFloat) const { - prepareInput(0.35f); - Theme::visitInputFloat(inputFloat); - ImGui::PopStyleColor(3); - } - - void OpenHack::visitInputInt(InputIntComponent* inputInt) const { - prepareInput(0.35f); - Theme::visitInputInt(inputInt); - ImGui::PopStyleColor(3); - } - - void OpenHack::visitFloatToggle(FloatToggleComponent* floatToggle) const { - prepareInput(0.35f); - Theme::visitFloatToggle(floatToggle); - ImGui::PopStyleColor(3); - } - - void OpenHack::visitIntToggle(IntToggleComponent* intToggle) const { - prepareInput(0.35f); - Theme::visitIntToggle(intToggle); - ImGui::PopStyleColor(3); - } -} diff --git a/src/modules/gui/imgui/components/openhack/openhack.hpp b/src/modules/gui/imgui/components/openhack/openhack.hpp deleted file mode 100644 index e2a99b83..00000000 --- a/src/modules/gui/imgui/components/openhack/openhack.hpp +++ /dev/null @@ -1,29 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::imgui::themes { - class OpenHack final : public Theme { - bool checkbox( - std::string const& label, bool& value, bool isSearchedFor, - FunctionRef postDraw - ) const override; - bool checkboxWithSettings( - std::string const& label, bool& value, bool isSearchedFor, - FunctionRef callback, - FunctionRef postDraw, - std::string const& popupId - ) const override; - bool button(std::string const& text, bool isSearchedFor) const override; - void init() const override; - - void visitInputText(InputTextComponent* inputText) const override; - void visitInputFloat(InputFloatComponent* inputFloat) const override; - void visitInputInt(InputIntComponent* inputInt) const override; - void visitFloatToggle(FloatToggleComponent* floatToggle) const override; - void visitIntToggle(IntToggleComponent* intToggle) const override; - - ComponentTheme getTheme() const override { return ComponentTheme::OpenHack; } - }; - - inline static constexpr OpenHack OPENHACK_THEME; -} diff --git a/src/modules/gui/imgui/components/theme.cpp b/src/modules/gui/imgui/components/theme.cpp deleted file mode 100644 index dc8f7626..00000000 --- a/src/modules/gui/imgui/components/theme.cpp +++ /dev/null @@ -1,912 +0,0 @@ -#include "theme.hpp" - -#include -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -std::pair, float> truncateString(std::string_view str, float availWidth, bool canDelete = false) { - auto labelMaxWidth = availWidth * (canDelete ? 0.5f : 0.6f); - auto labelSize = ImGui::CalcTextSize(str.data()); - - if (labelSize.x > labelMaxWidth) { - auto labelEnd = 0; - - while (labelEnd != str.size()) { - auto labelStr = fmt::format("{}...", str.substr(0, labelEnd)); - auto newSize = ImGui::CalcTextSize(labelStr.c_str()); - - if (newSize.x > labelMaxWidth - 20) - break; - - labelEnd++; - } - - return { - fmt::format("{}...", str.substr(0, labelEnd)), - labelMaxWidth - }; - } - - return { std::nullopt, labelMaxWidth }; -} - -namespace eclipse::gui::imgui { - - std::vector THEME_NAMES = { - "ImGui", "MegaHack", "MegaOverlay", "Gruvbox", "OpenHack" - }; - - void Theme::visit(Component* component) const { - -#define CASE(x) case ComponentType::x: \ - this->visit##x(static_cast(component)); break - - ImGui::PushID(component->getId().c_str()); - switch (component->getType()) { - default: break; - CASE(Label); CASE(Toggle); - CASE(RadioButton); CASE(Combo); - CASE(Slider); CASE(InputFloat); - CASE(InputInt); CASE(FloatToggle); - CASE(InputText); CASE(Color); - CASE(Button); CASE(Keybind); - CASE(LabelSettings); CASE(FilesystemCombo); - CASE(IntToggle); - } - ImGui::PopID(); - -#undef CASE - } - - void Theme::handleTooltip(std::string const& text) { - if (text.empty()) return; - if (ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled)) { - ImVec2 pos = ImGui::GetMousePos(); - - auto tm = ThemeManager::get(); - auto size = ImGui::CalcTextSize(text.c_str()); - size.x /= tm->getGlobalScale(); - auto screenSize = ImGui::GetIO().DisplaySize; - - constexpr float padding = 10.f; - pos.x += padding; - pos.y += padding; - - if (pos.x + size.x > screenSize.x) - pos.x = screenSize.x - size.x - padding; - if (pos.y + size.y > screenSize.y) - pos.y = screenSize.y - size.y - padding; - - ImGui::SetNextWindowPos(pos); - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(tm->getForegroundColor())); - ImGui::SetTooltip("%s", i18n::get(text).data()); - ImGui::PopStyleColor(); - } - } - - void Theme::handleKeybindMenu(std::string_view id) { - auto popupId = fmt::format("##context-menu-{}", id); - if ( - ImGui::IsItemClicked(1) || - (ImGui::IsItemClicked(0) && (keybinds::getCurrentModifiers() & geode::KeyboardModifier::Shift)) - ) { - ImGui::OpenPopup(popupId.c_str()); - } - - if (ImGui::BeginPopup(popupId.c_str())) { - auto keybinds = keybinds::Manager::get(); - auto keybind = keybinds->getKeybind(id); - - ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1, 1, 1, 1)); - - if (keybind.has_value()) { - auto& keybindRef = keybind->get(); - - if (!keybindRef.isInitialized() && ImGui::MenuItem(i18n::get("keybinds.add").data())) { - keybinds->setKeybindState(id, true); - } else if (keybindRef.isInitialized() && ImGui::MenuItem(i18n::get("keybinds.remove").data())) { - keybinds->setKeybindState(id, false); - } - } - ImGui::PopStyleColor(); - - ImGui::EndPopup(); - } - } - - void Theme::init() const { - auto& style = ImGui::GetStyle(); - style.WindowMenuButtonPosition = ImGuiDir_Left; - style.WindowTitleAlign = ImVec2(0.5f, 0.5f); - } - - void Theme::update() const { - auto tm = ThemeManager::get(); - auto &style = ImGui::GetStyle(); - - ImGui::GetIO().FontGlobalScale = tm->getGlobalScale() * INV_DEFAULT_SCALE; - - style = ImGuiStyle(); - ImGui::StyleColorsDark(&style); - - style.WindowMenuButtonPosition = ImGuiDir_Left; - style.WindowTitleAlign = ImVec2(0.5f, 0.5f); - style.DisplaySafeAreaPadding = ImVec2(0, 0); - - // Sizes - style.WindowPadding = ImVec2(tm->getWindowPadding(), tm->getWindowPadding()); - style.WindowRounding = tm->getWindowRounding(); - style.FramePadding = ImVec2(tm->getFramePadding(), tm->getFramePadding()); - style.FrameRounding = tm->getFrameRounding(); - style.PopupRounding = tm->getFrameRounding(); - style.ItemSpacing = ImVec2(tm->getHorizontalSpacing(), tm->getVerticalSpacing()); - style.ItemInnerSpacing = ImVec2(tm->getHorizontalInnerSpacing(), tm->getVerticalInnerSpacing()); - style.IndentSpacing = tm->getIndentSpacing(); - style.ScrollbarSize = 15.0f; - style.ScrollbarRounding = 9.0f; - style.GrabMinSize = 5.0f; - style.GrabRounding = 3.0f; - style.WindowBorderSize = tm->getBorderSize(); - style.WindowMinSize = ImVec2(32, 32); - style.DisplayWindowPadding = ImVec2(0, 0); - style.ScaleAllSizes(tm->getGlobalScale()); - - // Base colors - auto& colors = style.Colors; - colors[ImGuiCol_WindowBg] = tm->getBackgroundColor(); - colors[ImGuiCol_PopupBg] = tm->getBackgroundColor(); - colors[ImGuiCol_Button] = tm->getButtonBackgroundColor(); - colors[ImGuiCol_ButtonHovered] = tm->getButtonHoveredBackground(); - colors[ImGuiCol_ButtonActive] = tm->getButtonHoveredBackground(); - colors[ImGuiCol_Border] = tm->getBorderColor(); - colors[ImGuiCol_Text] = tm->getForegroundColor(); - colors[ImGuiCol_TitleBg] = tm->getTitleBackgroundColor(); - colors[ImGuiCol_TitleBgActive] = tm->getTitleBackgroundColor(); - colors[ImGuiCol_TitleBgCollapsed] = tm->getTitleBackgroundColor(); - colors[ImGuiCol_CheckMark] = tm->getCheckboxCheckmarkColor(); - colors[ImGuiCol_FrameBg] = tm->getFrameBackground(); - colors[ImGuiCol_FrameBgHovered] = tm->getFrameBackground(); - colors[ImGuiCol_FrameBgActive] = tm->getFrameBackground(); - } - - bool Theme::beginWindow(std::string const& title) const { - ImGuiWindowFlags flags = ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoResize | ImGuiWindowFlags_NoScrollbar; - auto tm = ThemeManager::get(); - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(tm->getTitleForegroundColor())); - ImGui::PushFont(ImGuiRenderer::get()->getFontManager().getFont().get()); - bool open = ImGui::Begin(i18n::get(title).data(), nullptr, flags); - ImGui::PopStyleColor(); - - return open; - } - - void Theme::endWindow() const { - ImGui::PopFont(); - ImGui::End(); - } - - void Theme::visitLabel(LabelComponent* label) const { - if (label->getTitle().empty()) return; // skip empty labels - if (label->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - else - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getForegroundColor())); - ImGui::TextWrapped("%s", i18n::get(label->getTitle()).data()); - ImGui::PopStyleColor(); - } - - void Theme::visitToggle(ToggleComponent* toggle) const { - bool toggled = false; - bool value = toggle->getValue(); - auto title = i18n::get_(toggle->getTitle()); - - if (auto options = toggle->getOptions()) { - toggled = this->checkboxWithSettings(title, value, toggle->getFlags() & ComponentFlags::SearchedFor, [this, options] { - for (auto& comp : options->getComponents()) - this->visit(comp.get()); - }, [toggle] { - handleTooltip(toggle->getDescription()); - if (toggle->hasKeybind()) - handleKeybindMenu(toggle->getId()); - }); - } else { - toggled = this->checkbox(title, value, toggle->getFlags() & ComponentFlags::SearchedFor, [toggle] { - handleTooltip(toggle->getDescription()); - if (toggle->hasKeybind()) - handleKeybindMenu(toggle->getId()); - }); - } - - if (toggled) { - toggle->setValue(value); - toggle->triggerCallback(value); - } - } - - void Theme::visitRadioButton(RadioButtonComponent* radio) const { - int value = radio->getValue(); - - if (radio->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - ImGui::PushStyleColor(ImGuiCol_CheckMark, static_cast(ThemeManager::get()->getCheckboxCheckmarkColor())); - if (ImGui::RadioButton(i18n::get(radio->getTitle()).data(), &value, radio->getChoice())) { - radio->setValue(value); - radio->triggerCallback(value); - } - ImGui::PopStyleColor(); - - if (radio->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - - handleTooltip(radio->getDescription()); - if (radio->hasKeybind()) - handleKeybindMenu(fmt::format("{}-{}", radio->getId(), radio->getChoice())); - } - - void Theme::visitCombo(ComboComponent* combo) const { - auto& items = combo->getItems(); - int value = combo->getValue(); - auto title = i18n::get(combo->getTitle()); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * (title.empty() ? .9f : .5f)); - if (value >= items.size()) value = std::clamp(value, 0, static_cast(items.size() - 1)); - auto preview = value < items.size() ? items[value] : ""; - if (ImGui::BeginCombo(fmt::format("##{}", title).c_str(), preview.c_str())) { - for (int n = 0; n < items.size(); n++) { - bool const is_selected = (value == n); - if (ImGui::Selectable(items[n].c_str(), is_selected)) { - combo->setValue(n); - combo->triggerCallback(n); - } - - if (is_selected) ImGui::SetItemDefaultFocus(); - } - ImGui::EndCombo(); - } - ImGui::PopItemWidth(); - - ImGui::SetNextItemWidth(5.f); - ImGui::SameLine(); - - if (combo->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - ImGui::TextWrapped("%s", title.data()); - - if (combo->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - - handleTooltip(combo->getDescription()); - } - - void Theme::visitFilesystemCombo(FilesystemComboComponent* combo) const { - auto& items = combo->getItems(); - std::filesystem::path value = combo->getValue(); - auto title = i18n::get(combo->getTitle()); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * (title.empty() ? .9f : .5f)); - if (ImGui::BeginCombo(fmt::format("##{}", title).c_str(), value.empty() ? "None" : geode::utils::string::pathToString(value.filename().stem()).c_str())) { - ImGui::InputText("##search", combo->getSearchBuffer()); - for (int n = 0; n < items.size(); n++) { - std::string option = geode::utils::string::pathToString(items[n].filename().stem()); - if(geode::utils::string::toLower(option).find(geode::utils::string::toLower(*combo->getSearchBuffer())) != std::string::npos) { - bool const is_selected = (value == items[n]); - if (ImGui::Selectable(option.c_str(), is_selected)) { - combo->setValue(n); - combo->triggerCallback(n); - } - - if (is_selected) ImGui::SetItemDefaultFocus(); - } - } - ImGui::EndCombo(); - } - ImGui::PopItemWidth(); - - ImGui::SetNextItemWidth(5.f); - ImGui::SameLine(); - - if (combo->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - ImGui::TextWrapped("%s", title.data()); - - if (combo->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - } - - void Theme::visitSlider(SliderComponent* slider) const { - auto value = slider->getValue(); - - if (slider->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * 0.35f); - if (ImGui::SliderFloat(i18n::get(slider->getTitle()).data(), &value, slider->getMin(), slider->getMax(), slider->getFormat().c_str())) { - slider->setValue(value); - slider->triggerCallback(value); - } - - if (slider->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - - handleTooltip(slider->getDescription()); - ImGui::PopItemWidth(); - } - - void Theme::visitInputFloat(InputFloatComponent* inputFloat) const { - auto value = inputFloat->getValue(); - auto title = i18n::get(inputFloat->getTitle()); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * 0.35f); - if (ImGui::InputFloat(fmt::format("##{}", title).c_str(), &value, 0, 0, inputFloat->getFormat().c_str())) { - value = std::clamp(value, inputFloat->getMin(), inputFloat->getMax()); - inputFloat->setValue(value); - inputFloat->triggerCallback(value); - } - - ImGui::SameLine(); - - if (inputFloat->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - ImGui::TextWrapped("%s", title.data()); - - if (inputFloat->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - - handleTooltip(inputFloat->getDescription()); - ImGui::PopItemWidth(); - } - - void Theme::visitInputInt(InputIntComponent* inputInt) const { - auto value = inputInt->getValue(); - auto title = i18n::get(inputInt->getTitle()); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * 0.35f); - if (ImGui::InputInt(fmt::format("##{}", title).c_str(), &value, 0, 0)) { - value = std::clamp(value, inputInt->getMin(), inputInt->getMax()); - inputInt->setValue(value); - inputInt->triggerCallback(value); - } - - ImGui::SameLine(); - - if (inputInt->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - ImGui::TextWrapped("%s", title.data()); - - if (inputInt->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - - handleTooltip(inputInt->getDescription()); - ImGui::PopItemWidth(); - } - - void Theme::visitIntToggle(IntToggleComponent* intToggle) const { - auto value = intToggle->getValue(); - auto state = intToggle->getState(); - auto title = i18n::get_(intToggle->getTitle()); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * 0.35f); - if (ImGui::InputInt(fmt::format("##{}", title).c_str(), &value, 0, 0)) { - value = std::clamp(value, intToggle->getMin(), intToggle->getMax()); - intToggle->setValue(value); - intToggle->triggerCallback(value); - } - ImGui::PopItemWidth(); - - ImGui::SameLine(0, 1); - - if (this->checkbox(title, state, intToggle->getFlags() & ComponentFlags::SearchedFor, [intToggle] { - handleTooltip(intToggle->getDescription()); - if (intToggle->hasKeybind()) - handleKeybindMenu(intToggle->getId()); - })) { - intToggle->setState(state); - intToggle->triggerCallback(value); - } - } - - void Theme::visitFloatToggle(FloatToggleComponent* floatToggle) const { - auto value = floatToggle->getValue(); - auto state = floatToggle->getState(); - auto title = i18n::get_(floatToggle->getTitle()); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * 0.35f); - if (ImGui::InputFloat(fmt::format("##{}", title).c_str(), &value, 0, 0, floatToggle->getFormat().c_str())) { - value = std::clamp(value, floatToggle->getMin(), floatToggle->getMax()); - floatToggle->setValue(value); - floatToggle->triggerCallback(value); - } - ImGui::PopItemWidth(); - - ImGui::SameLine(0, 1); - - if (this->checkbox(title, state, floatToggle->getFlags() & ComponentFlags::SearchedFor, [floatToggle] { - handleTooltip(floatToggle->getDescription()); - if (floatToggle->hasKeybind()) - handleKeybindMenu(floatToggle->getId()); - })) { - floatToggle->setState(state); - floatToggle->triggerCallback(value); - } - } - - void Theme::visitInputText(InputTextComponent* inputText) const { - auto value = inputText->getValue(); - auto title = i18n::get(inputText->getTitle()); - - ImGui::PushItemWidth(ImGui::GetContentRegionAvail().x * 0.5f); - if (ImGui::InputText(fmt::format("##{}", inputText->getTitle()).c_str(), &value)) { - inputText->setValue(value); - inputText->triggerCallback(value); - } - ImGui::PopItemWidth(); - - if (inputText->getFlags() & ComponentFlags::StartWithKeyboardFocus && ImGuiRenderer::get()->getLayout()->canForceKeyboardFocus()) - ImGui::SetKeyboardFocusHere(-1); - - ImGui::SameLine(); - - if (inputText->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - // ImGui::PushTextWrapPos(0.0f); - ImGui::Text("%s", title.data()); - // ImGui::PopTextWrapPos(); - - if (inputText->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - - handleTooltip(inputText->getDescription()); - } - - void Theme::visitColor(ColorComponent* color) const { - auto value = color->getValue(); - bool changed = false; - auto title = i18n::get(color->getTitle()); - - if (color->hasOpacity()) { - changed = ImGui::ColorEdit4(fmt::format("##{}", title).c_str(), value.data(), ImGuiColorEditFlags_NoInputs); - } else { - changed = ImGui::ColorEdit3(fmt::format("##{}", title).c_str(), value.data(), ImGuiColorEditFlags_NoInputs); - } - - ImGui::SameLine(); - - if (color->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - ImGui::TextWrapped("%s", title.data()); - - if (color->getFlags() & ComponentFlags::SearchedFor) - ImGui::PopStyleColor(); - - if (changed) { - color->setValue(value); - color->triggerCallback(value); - } - handleTooltip(color->getDescription()); - } - - void Theme::visitButton(ButtonComponent* button) const { - if (this->button(i18n::get_(button->getTitle()), button->getFlags() & ComponentFlags::SearchedFor)) { - button->triggerCallback(); - } - - handleTooltip(button->getDescription()); - if (button->hasKeybind()) - handleKeybindMenu(fmt::format("button.{}", button->getId())); - } - - void Theme::visitKeybind(KeybindComponent* keybind) const { - auto title = i18n::get(keybind->getTitle()); - auto canDelete = keybind->canDelete(); - - ImGui::PushID(title.c_str()); - ImGui::PushItemWidth(-1); - ImGui::PushStyleVar(ImGuiStyleVar_ItemSpacing, ImVec2(0, 2)); - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.0f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0, 0, 0, 0)); - - if (keybind->getFlags() & ComponentFlags::SearchedFor) - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(ThemeManager::get()->getSearchedColor())); - - auto availWidth = ImGui::GetContentRegionAvail().x; - - // truncate title if it's too long - auto const& [truncatedLabel, maxWidth] = truncateString(title, availWidth, canDelete); - if (!truncatedLabel.has_value()) { - ImGui::Button(title.c_str(), ImVec2(maxWidth, 0)); - } else { - ImGui::Button(truncatedLabel.value().c_str(), ImVec2(maxWidth, 0)); - handleTooltip(title); - } - - ImGui::SameLine(0, 2); - - ImGui::PopStyleColor(keybind->getFlags() & ComponentFlags::SearchedFor ? 4 : 3); - ImGui::PopStyleVar(2); - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.5f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0.25f)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - - auto key = config::get(keybind->getId(), keybinds::Keys::None); - auto keyName = keybinds::keyToString(key); - bool changed = ImGui::Button(keyName.c_str(), ImVec2(availWidth * 0.38f, 0)); - ImGui::PopStyleColor(3); - ImGui::PopStyleVar(); - - auto popupName = fmt::format("##{}-popup", keybind->getId()); - if (changed) ImGui::OpenPopup(popupName.c_str()); - - if (ImGui::BeginPopup(popupName.c_str())) { - ImGuiCocos::get().setInputMode(ImGuiCocos::InputMode::Blocking); - ImGui::Text("%s", i18n::get("keybinds.press-key").c_str()); - ImGui::Separator(); - - ImGui::Text("%s", i18n::get("keybinds.press-esc").c_str()); - - static std::string activeKeybindId; - static keybinds::KeybindProps releasedKey; - static bool listenerRegistered = false; - - if (!listenerRegistered) { - listenerRegistered = true; - keybinds::Manager::get()->registerGlobalListener([](keybinds::KeyEvent event) { - if (activeKeybindId.empty()) return false; - if (event.props.key == keybinds::Keys::MouseLeft) return false; // ignore mouse clicks - if (!event.down) { - releasedKey = event.props; - } - - return true; - }); - } - - activeKeybindId = keybind->getId(); - - if (keybinds::isKeyDown(keybinds::Keys::Escape)) { - ImGui::CloseCurrentPopup(); - activeKeybindId.clear(); - releasedKey = {}; - } else if (releasedKey.key != keybinds::Keys::None) { - config::set(keybind->getId(), releasedKey); - keybind->triggerCallback(releasedKey); - ImGui::CloseCurrentPopup(); - releasedKey = {}; - activeKeybindId.clear(); - } - - ImGui::EndPopup(); - } - - if (canDelete) { - ImGui::SameLine(0, 0); - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.5f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_Button, ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, ImVec4(0.07f, 0.07f, 0.07f, 0.5f)); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, ImVec4(0.04f, 0.04f, 0.04f, 0.5f)); - bool deleteClicked = ImGui::Button("X", ImVec2(availWidth * 0.1f, 0)); - ImGui::PopStyleColor(3); - ImGui::PopStyleVar(); - if (deleteClicked) { - config::set(keybind->getId(), keybinds::Keys::None); - keybind->triggerCallback(keybinds::Keys::None); - ImGui::CloseCurrentPopup(); - } - } - - ImGui::PopItemWidth(); - ImGui::PopID(); - } - - void Theme::visitLabelSettings(LabelSettingsComponent* labelSettings) const { - auto* settings = labelSettings->getSettings(); - - if (this->checkboxWithSettings(settings->name, settings->visible, labelSettings->getFlags() & ComponentFlags::SearchedFor, [this, settings, labelSettings] { - auto& name = settings->name; - if (ImGui::InputText(i18n::get("labels.name").data(), &name)) { - settings->name = name; - labelSettings->triggerEditCallback(); - } - - // auto& text = settings->text; - // if (ImGui::InputText(i18n::get("labels.text").data(), &text)) { - // settings->text = text; - // labelSettings->triggerEditCallback(); - // } - - ImGui::Text("%s", i18n::get("labels.text").data()); - if (ImGui::InputTextMultiline("##code-editor", &settings->text, ImVec2(0, 0), ImGuiInputTextFlags_AllowTabInput)) { - labelSettings->triggerEditCallback(); - } - - if (ImGui::CollapsingHeader(i18n::get("labels.preview").data())) { - auto res = rift::format(settings->text, labels::VariableManager::get().getVariables()); - if (res.isOk()) { - ImGui::TextWrapped("%s", res.unwrap().c_str()); - } else { - ImGui::TextWrapped("%s", res.unwrapErr().prettyPrint().c_str()); - } - } - - ImGui::Separator(); - - int32_t currentFont = labels::getFontIndex(settings->font); - if (ImGui::Combo(i18n::get("labels.font").data(), ¤tFont, labels::fontNames.data(), labels::fontNames.size())) { - settings->font = labels::fontFiles[currentFont]; - labelSettings->triggerEditCallback(); - } - - auto labelScale = settings->scale; - if (ImGui::InputFloat(i18n::get("labels.scale").data(), &labelScale, 0.f, 0.f, "%.2f")) { - settings->scale = std::clamp(labelScale, 0.0f, 10.0f); - labelSettings->triggerEditCallback(); - } - - auto& color = settings->color; - if (ImGui::ColorEdit3(i18n::get("labels.color").data(), color.data(), ImGuiColorEditFlags_NoInputs)) { - settings->color = color; - labelSettings->triggerEditCallback(); - } - - auto opacity = settings->color.a; - if (ImGui::InputFloat(i18n::get("labels.opacity").data(), &opacity, 0.0f, 1.0f)) { - settings->color.a = opacity; - labelSettings->triggerEditCallback(); - } - - auto alignment = settings->alignment; - if (ImGui::Combo(i18n::get("labels.alignment").data(), reinterpret_cast(&alignment), labels::alignmentNames.data(), labels::alignmentNames.size())) { - settings->alignment = alignment; - labelSettings->triggerEditCallback(); - } - - auto fontAlignment = settings->fontAlignment; - if (ImGui::Combo(i18n::get("labels.font-alignment").data(), reinterpret_cast(&fontAlignment), labels::fontAlignmentNames.data(), labels::fontAlignmentNames.size())) { - settings->fontAlignment = fontAlignment; - labelSettings->triggerEditCallback(); - } - - auto absolute = settings->absolutePosition; - if (this->checkbox(i18n::get("labels.absolute").data(), absolute, false)) { - settings->absolutePosition = absolute; - labelSettings->triggerEditCallback(); - } - - if (absolute) { - auto offset = settings->offset; - if (ImGui::InputFloat2(i18n::get("labels.offset").data(), reinterpret_cast(&offset), "%.2f")) { - settings->offset = offset; - labelSettings->triggerEditCallback(); - } - } - - auto& events = settings->events; - if (ImGui::CollapsingHeader(i18n::get("labels.events").data())) { - std::vector toDeleteIndices; - - for (auto& event : events) { - ImGui::PushID(&event); - { - bool changed = false; - - changed |= this->checkbox(i18n::get_("labels.events.enabled"), event.enabled, false); - changed |= ImGui::Combo(i18n::get("labels.events.type").data(), reinterpret_cast(&event.type), labels::eventNames.data(), labels::eventNames.size()); - - if (event.type == labels::LabelEvent::Type::Custom) { - changed |= ImGui::InputText(i18n::get("labels.events.condition").data(), &event.condition); - } - - { - int currentVisibleState = event.visible.has_value() ? (event.visible.value() ? 1 : 2) : 0; - changed |= ImGui::Combo(i18n::get("labels.events.visible").data(), ¤tVisibleState, labels::visibleNames.data(), labels::visibleNames.size()); - if (currentVisibleState == 0) event.visible.reset(); - else event.visible = currentVisibleState == 1; - } - - { - bool hasScale = event.scale.has_value(); - if (this->checkbox(i18n::get_("labels.events.scale"), hasScale, false)) { - if (hasScale) event.scale = 1.0f; - else event.scale.reset(); - changed = true; - } - if (hasScale) { - changed |= ImGui::InputFloat(i18n::get("labels.scale").data(), &event.scale.value(), 0.f, 0.f, "%.2f"); - } - } - - { - bool hasColor = event.color.has_value(); - if (this->checkbox(i18n::get_("labels.events.color"), hasColor, false)) { - if (hasColor) event.color = {1.f, 1.f, 1.f}; - else event.color.reset(); - changed = true; - } - if (hasColor) { - changed |= ImGui::ColorEdit3(i18n::get("labels.color").data(), event.color->data(), ImGuiColorEditFlags_NoInputs); - } - } - - { - bool hasOpacity = event.opacity.has_value(); - if (this->checkbox(i18n::get_("labels.events.opacity"), hasOpacity, false)) { - if (hasOpacity) event.opacity = 1.0f; - else event.opacity.reset(); - changed = true; - } - if (hasOpacity) { - changed |= ImGui::InputFloat(i18n::get("labels.opacity").data(), &event.opacity.value(), 0.f, 1.f); - } - } - - { - bool hasFont = event.font.has_value(); - if (this->checkbox(i18n::get_("labels.events.font"), hasFont, false)) { - if (hasFont) event.font = "bigFont.fnt"; - else event.font.reset(); - changed = true; - } - if (hasFont) { - int currentFont2 = labels::getFontIndex(event.font.value()); - if (ImGui::Combo(i18n::get("labels.font").data(), ¤tFont2, labels::fontNames.data(), labels::fontNames.size())) { - event.font = labels::fontFiles[currentFont2]; - changed = true; - } - } - } - - changed |= ImGui::InputFloat(i18n::get("labels.events.delay").data(), &event.delay, 0.f, 0.f, "%.2f"); - changed |= ImGui::InputFloat(i18n::get("labels.events.duration").data(), &event.duration, 0.f, 0.f, "%.2f"); - changed |= ImGui::InputFloat(i18n::get("labels.events.easing").data(), &event.easing, 0.f, 0.f, "%.2f"); - - if (this->button(i18n::get_("labels.events.delete"), false)) { - toDeleteIndices.push_back(&event - &events[0]); - } - - if (changed) { - labelSettings->triggerEditCallback(); - } - } - ImGui::Separator(); - ImGui::PopID(); - } - - for (auto& index : toDeleteIndices) { - events.erase(events.begin() + index); - } - - if (toDeleteIndices.size() > 0) { - labelSettings->triggerEditCallback(); - } - - if (this->button(i18n::get_("labels.events.add"), false)) { - events.emplace_back(); - labelSettings->triggerEditCallback(); - } - - ImGui::Separator(); - } - - if (this->button(i18n::get_("labels.delete"), false)) { - labelSettings->triggerDeleteCallback(); - ImGui::CloseCurrentPopup(); - } - - if (this->button(i18n::get_("labels.move-up"), false)) { - labelSettings->triggerMoveCallback(true); - } - if (this->button(i18n::get_("labels.move-down"), false)) { - labelSettings->triggerMoveCallback(false); - } - if (this->button(i18n::get_("labels.export"), false)) { - labelSettings->triggerExportCallback(); - } - - }, [labelSettings, settings] { - if (labelSettings->hasKeybind()) - handleKeybindMenu(fmt::format("label.{}", settings->id)); - }, fmt::format("label-setting-{}", settings->id))) - labelSettings->triggerEditCallback(); - } - - bool Theme::checkbox(std::string const& label, bool& value, bool isSearchedFor, FunctionRef postDraw) const { - auto tm = ThemeManager::get(); - - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(isSearchedFor ? tm->getSearchedColor() : tm->getCheckboxForegroundColor())); - ImGui::PushStyleColor(ImGuiCol_CheckMark, static_cast(tm->getCheckboxCheckmarkColor())); - ImGui::PushStyleColor(ImGuiCol_FrameBg, static_cast(tm->getCheckboxBackgroundColor())); - - bool result = ImGui::Checkbox(label.c_str(), &value); - postDraw(); - - ImGui::PopStyleColor(3); - return result; - } - - bool Theme::checkboxWithSettings( - std::string const& label, bool& value, - bool isSearchedFor, - FunctionRef callback, - FunctionRef postDraw, - std::string const& popupId - ) const { - auto tm = ThemeManager::get(); - - bool result = this->checkbox(label, value, isSearchedFor, postDraw); - - ImGui::PushItemWidth(-1); - auto availWidth = ImGui::GetContentRegionAvail().x; - auto arrowSize = ImVec2(availWidth * 0.18f, 0); - ImGui::SameLine(availWidth - (arrowSize.x / 2.f), 0); - ImGui::SetNextItemWidth(arrowSize.x); - bool openPopup = ImGui::ArrowButton(fmt::format("##open_{}", label).c_str(), ImGuiDir_Right); - ImGui::PopItemWidth(); - - std::string popupName = popupId.empty() ? fmt::format("##{}", label) : popupId; - if (openPopup) - ImGui::OpenPopup(popupName.c_str()); - - ImGui::SetNextWindowSizeConstraints(ImVec2(240 * tm->getGlobalScale(), 0), ImVec2(FLT_MAX, FLT_MAX)); - if (ImGui::BeginPopup(popupName.c_str()/*, ImGuiWindowFlags_NoMove */)) { - callback(); - ImGui::EndPopup(); - } - - return result; - } - - bool Theme::button(std::string const& text, bool isSearchedFor) const { - ImGui::PushItemWidth(-1); - - auto tm = ThemeManager::get(); - - if (isSearchedFor) { - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(tm->getSearchedColor())); - } else { - ImGui::PushStyleColor(ImGuiCol_Text, static_cast(tm->getButtonForegroundColor())); - } - - ImGui::PushStyleColor(ImGuiCol_Button, static_cast(tm->getButtonBackgroundColor())); - ImGui::PushStyleColor(ImGuiCol_ButtonHovered, static_cast(tm->getButtonHoveredBackground())); - ImGui::PushStyleColor(ImGuiCol_ButtonActive, static_cast(tm->getButtonActivatedBackground())); - - bool pressed = ImGui::Button(text.c_str(), ImVec2(ImGui::GetContentRegionAvail().x, 0)); - - ImGui::PopStyleColor(4); - ImGui::PopItemWidth(); - - return pressed; - } -} - - diff --git a/src/modules/gui/imgui/components/theme.hpp b/src/modules/gui/imgui/components/theme.hpp deleted file mode 100644 index b654bf26..00000000 --- a/src/modules/gui/imgui/components/theme.hpp +++ /dev/null @@ -1,108 +0,0 @@ -#pragma once -#include -#include -#include - -#include -#include - -namespace eclipse::gui { - class Component; - class LabelComponent; - class ToggleComponent; - class RadioButtonComponent; - class ComboComponent; - class FilesystemComboComponent; - class SliderComponent; - class InputFloatComponent; - class InputIntComponent; - class IntToggleComponent; - class FloatToggleComponent; - class InputTextComponent; - class ColorComponent; - class ButtonComponent; - class KeybindComponent; - class LabelSettingsComponent; -} - -namespace eclipse::gui::imgui { - constexpr float DEFAULT_SCALE = 1.0f GEODE_ANDROID(* 1.42f); - constexpr float INV_DEFAULT_SCALE = 1.0f / DEFAULT_SCALE; - - extern std::vector THEME_NAMES; - - enum class ComponentTheme { - ImGui, /// Classic Dear ImGui look - MegaHack, /// MegaHack v8 style - MegaOverlay, /// GDMegaOverlay style - Gruvbox, /// Gruvbox style from OpenHack - OpenHack, /// Classic OpenHack style - }; - - class Theme { - public: - constexpr Theme() = default; - Theme(Theme const&) = delete; - Theme& operator=(Theme const&) = delete; - Theme(Theme&&) = delete; - Theme& operator=(Theme&&) = delete; - - /// @brief Accepts a component and uses current theme to render it - void visit(Component* component) const; - - /// @brief Renders the tooltip with correct sizing and theme color - static void handleTooltip(std::string const& text); - - /// @brief Renders the context menu with "Add keybind" option - /// @param id Keybind id - static void handleKeybindMenu(std::string_view id); - - /// @brief Sets all default ImGui style properties - virtual void init() const; - /// @brief Runs global rescale every frame - virtual void update() const; - - virtual bool beginWindow(std::string const& title) const; - virtual void endWindow() const; - - // == Components == // - - virtual void visitLabel(LabelComponent* label) const; - virtual void visitToggle(ToggleComponent* toggle) const; - virtual void visitRadioButton(RadioButtonComponent* radio) const; - virtual void visitCombo(ComboComponent* combo) const; - virtual void visitFilesystemCombo(FilesystemComboComponent* combo) const; - virtual void visitSlider(SliderComponent* slider) const; - virtual void visitInputFloat(InputFloatComponent* inputFloat) const; - virtual void visitInputInt(InputIntComponent* inputInt) const; - virtual void visitIntToggle(IntToggleComponent* intToggle) const; - virtual void visitFloatToggle(FloatToggleComponent* floatToggle) const; - virtual void visitInputText(InputTextComponent* inputText) const; - virtual void visitColor(ColorComponent* color) const; - virtual void visitButton(ButtonComponent* button) const; - virtual void visitKeybind(KeybindComponent* keybind) const; - virtual void visitLabelSettings(LabelSettingsComponent* labelSettings) const; - - // == ImGui Widgets == // - - virtual bool checkbox( - std::string const& label, bool& value, - bool isSearchedFor, - FunctionRef postDraw = [] {} - ) const; - virtual bool checkboxWithSettings( - std::string const& label, bool& value, - bool isSearchedFor, - FunctionRef callback, - FunctionRef postDraw = [] {}, - std::string const& popupId = "" // empty = use default - ) const; - virtual bool button(std::string const& text, bool isSearchedFor) const; - - virtual ComponentTheme getTheme() const { return ComponentTheme::ImGui; } - }; - - namespace themes { - inline static constexpr Theme DEFAULT_THEME; - } -} diff --git a/src/modules/gui/imgui/core/tab.cpp b/src/modules/gui/imgui/core/tab.cpp deleted file mode 100644 index 4e45d215..00000000 --- a/src/modules/gui/imgui/core/tab.cpp +++ /dev/null @@ -1,31 +0,0 @@ -#include "tab.hpp" -#include - -namespace eclipse::gui::imgui { - - Tab::Tab(std::string title, Function&& onDraw) { - m_title = std::move(title); - m_drawCallback = std::move(onDraw); - m_isOpen = false; - } - - void Tab::draw() { - ImGui::Columns(1, nullptr, false); - - ImGui::PushStyleVar(7, 15.f); - ImGui::BeginChild((m_title + "-tab").c_str(), ImVec2(ImGui::GetContentRegionAvail().x, ImGui::GetContentRegionAvail().y), false); - ImGui::PopStyleVar(); - - m_drawCallback(); - - ImGui::EndChild(); - } - - bool Tab::isOpen() const { return m_isOpen; } - - void Tab::setOpen(bool open) { m_isOpen = open; } - - std::string const& Tab::getTitle() const { return m_title; } - - void Tab::setTitle(std::string title) { m_title = std::move(title); } -} \ No newline at end of file diff --git a/src/modules/gui/imgui/core/tab.hpp b/src/modules/gui/imgui/core/tab.hpp deleted file mode 100644 index 6227c9d3..00000000 --- a/src/modules/gui/imgui/core/tab.hpp +++ /dev/null @@ -1,42 +0,0 @@ -#pragma once - -#include -#include -#include -#include - -namespace eclipse::gui::imgui { - - /// @brief A Tab that can contain components, has its own title and position. - /// Supports drag and drop, can be minimized, supports animations. - class Tab { - public: - /// @brief Create new instance of `Tab` with default title and draw callback - Tab() : m_title("Tab"), m_isOpen(false) {} - - /// @brief Create new instance of `Tab` with set title and draw callback - /// @param title Title of the Tab - /// @param onDraw Callback which will be called when the Tab is drawn - Tab(std::string title, Function&& onDraw); - - /// @brief Draw the Tab - void draw(); - - /// @brief Check whether the Tab is opened - /// @return True if the Tab is opened - [[nodiscard]] bool isOpen() const; - - /// @brief Set whether the Tab is opened - /// @param open Whether the Tab should be opened - void setOpen(bool open); - - [[nodiscard]] std::string const& getTitle() const; - void setTitle(std::string title); - - private: - Function m_drawCallback; // Callback which will be called when the Tab is drawn - std::string m_title; // Tab title - bool m_isOpen; // Whether the Tab is collapsed or not - }; - -} \ No newline at end of file diff --git a/src/modules/gui/imgui/core/window.cpp b/src/modules/gui/imgui/core/window.cpp deleted file mode 100644 index f8b55e47..00000000 --- a/src/modules/gui/imgui/core/window.cpp +++ /dev/null @@ -1,125 +0,0 @@ -#include "window.hpp" -#include -#include -#include - -namespace eclipse::gui::imgui { - - Window::Window(std::string title, Function&& onDraw) { - m_title = std::move(title); - m_drawCallback = std::move(onDraw); - m_position = ImVec2(0, 0); - m_drawPosition = m_position; - m_size = ImVec2(MIN_SIZE); - m_isOpen = true; - } - - void Window::draw() { - if (!isOnScreen()) - return; - - auto tm = ThemeManager::get(); - auto scale = tm->getGlobalScale(); - - // Calculate distance to the bottom to make window fit the screen - auto screenSize = ImGui::GetIO().DisplaySize; - auto maxSizeH = MAX_SIZE.y * scale; - auto bottomMargin = tm->getWindowMargin(); - if (m_position.y + m_size.y > screenSize.y - bottomMargin - 1) // -1 to prevent flickering - maxSizeH = screenSize.y - m_position.y - bottomMargin; - - ImGui::SetNextWindowSizeConstraints({MIN_SIZE.x * scale, MIN_SIZE.y * scale}, - {MAX_SIZE.x * scale, maxSizeH}); - - ImGui::SetNextWindowCollapsed(!m_isOpen, ImGuiCond_Always); - - - if (ImGuiRenderer::get()->beginWindow(m_title)) { - m_drawCallback(); - } - - // Allow moving the window - if (ImGui::IsMouseDragging(0) && ImGui::IsWindowHovered()) { - m_position = ImGui::GetWindowPos(); - - m_drawPosition = m_position; - - config::setTemp("draggingWindow", true); - } - - m_size = ImGui::GetWindowSize(); - m_isOpen = !ImGui::IsWindowCollapsed(); - - ImGui::SetWindowPos(m_drawPosition); - - ImGuiRenderer::get()->endWindow(); - } - - bool Window::isOpen() const { return m_isOpen; } - - void Window::setOpen(bool open) { m_isOpen = open; } - - bool Window::isOnScreen() const { - ImVec2 screenSize = ImGui::GetIO().DisplaySize; - return m_position.x + m_size.x >= 0 && - m_position.y + m_size.y >= 0 && - m_position.x < screenSize.x && - m_position.y < screenSize.y; - } - - std::string const& Window::getTitle() const { return m_title; } - - void Window::setTitle(std::string title) { m_title = std::move(title); } - - ImVec2 const& Window::getPosition() const { return m_position; } - - void Window::setPosition(ImVec2 const& position) { m_position = position; } - - ImVec2 const& Window::getDrawPosition() const { return m_drawPosition; } - - void Window::setDrawPosition(ImVec2 const& position) { m_drawPosition = position; } - - ImVec2 const& Window::getSize() const { return m_size; } - - void Window::setSize(ImVec2 const& size) { m_size = size; } - - void Window::applyJson(matjson::Value const& json) { - if (json.contains("pos")) { - auto& pos = json["pos"]; - setPosition({ - pos["x"].as().unwrapOrDefault(), - pos["y"].as().unwrapOrDefault() - }); - } - if (json.contains("open")) { - setOpen(json["open"].as().unwrapOrDefault()); - } - if (json.contains("title")) { - setTitle(json["title"].as().unwrapOrDefault()); - } - } - - std::unique_ptr Window::animateTo(ImVec2 const& target, double duration, animation::EasingFunction easing, bool useRealPosition) { - auto action = animation::MoveAction::create(duration, &m_drawPosition, target, easing); - - if (useRealPosition) - m_position = target; - - return std::move(action); - } -} - -matjson::Value matjson::Serialize::toJson(eclipse::gui::imgui::Window const& window) { - return makeObject({ - {"pos", makeObject({ - {"x", window.getPosition().x}, - {"y", window.getPosition().y} - })}, - {"open", window.isOpen()}, - {"title", window.getTitle()} - }); -} - -geode::Result matjson::Serialize::fromJson(Value const& value) { - return geode::Err("Use Window::applyJson() instead of deserializing directly"); -} diff --git a/src/modules/gui/imgui/core/window.hpp b/src/modules/gui/imgui/core/window.hpp deleted file mode 100644 index 82767252..00000000 --- a/src/modules/gui/imgui/core/window.hpp +++ /dev/null @@ -1,84 +0,0 @@ -#pragma once - -#include -#include -#include -#include -#include "../animation/easing.hpp" -#include "../animation/move-action.hpp" - -namespace eclipse::gui::imgui { - - /// @brief A window that can contain components, has its own title and position. - /// Supports drag and drop, can be minimized, supports animations. - class Window { - public: - static constexpr ImVec2 MIN_SIZE{220, 1}; // Minimum window size - static constexpr ImVec2 MAX_SIZE{220, 1000}; // Maximum window size - - public: - /// @brief Create new instance of `Window` with default title and draw callback - Window() : m_title("Window"), m_isOpen(true), m_position(0, 0), m_drawPosition(0, 0), m_size(MIN_SIZE) {} - - /// @brief Create new instance of `Window` with set title and draw callback - /// @param title Title of the window - /// @param onDraw Callback which will be called when the window is drawn - Window(std::string title, Function&& onDraw); - - /// @brief Draw the window - void draw(); - - /// @brief Check whether the window is opened - /// @return True if the window is opened - [[nodiscard]] bool isOpen() const; - - /// @brief Set whether the window is opened - /// @param open Whether the window should be opened - void setOpen(bool open); - - /// @brief Check whether the window is located in the visible area - /// @return True if the window is located in the visible area - [[nodiscard]] bool isOnScreen() const; - - [[nodiscard]] std::string const& getTitle() const; - void setTitle(std::string title); - - [[nodiscard]] ImVec2 const& getPosition() const; - void setPosition(ImVec2 const& position); - - [[nodiscard]] ImVec2 const& getDrawPosition() const; - void setDrawPosition(ImVec2 const& position); - - [[nodiscard]] ImVec2 const& getSize() const; - void setSize(ImVec2 const& size); - - void applyJson(matjson::Value const& json); - - /// @brief Create new `MoveAction` instance for the window - /// @param target Target position - /// @param duration How long the animation should last in seconds - /// @param easing Easing mode (see "animation/easing.hpp") - /// @param useRealPosition Whether to change the actual position of the window - std::unique_ptr animateTo( - ImVec2 const& target, - double duration, - animation::EasingFunction easing, - bool useRealPosition = false); - - private: - Function m_drawCallback; // Callback which will be called when the window is drawn - std::string m_title; // Window title - - ImVec2 m_position; // Window position in opened state - ImVec2 m_drawPosition; // Window position used for drawing (used for animations) - ImVec2 m_size; // Window size - - bool m_isOpen; // Whether the window is collapsed or not - }; -} - -template <> -struct matjson::Serialize { - static Value toJson(eclipse::gui::imgui::Window const& window); - static geode::Result fromJson(Value const& value); -}; \ No newline at end of file diff --git a/src/modules/gui/imgui/imgui.cpp b/src/modules/gui/imgui/imgui.cpp deleted file mode 100644 index b0e56f88..00000000 --- a/src/modules/gui/imgui/imgui.cpp +++ /dev/null @@ -1,502 +0,0 @@ -#include "imgui.hpp" -#include -#include -#include -#include -#include -#include -#include -#include - -#include "components/gruvbox/gruvbox.hpp" -#include "components/megahack/megahack.hpp" -#include "components/megaoverlay/megaoverlay.hpp" -#include "components/openhack/openhack.hpp" -#include "layouts/panel.hpp" -#include "layouts/sidebar.hpp" -#include "layouts/tabbed.hpp" - -#ifdef ECLIPSE_DEBUG_BUILD -#include -#include - -static bool isTracingPopupOpen = false; - -void showTracingPopup() { - using namespace eclipse; - static auto _ = [] { - auto& keybind = keybinds::Manager::get()->addListener("debug.tracing", [](auto evt) { - if (evt.down) { - isTracingPopupOpen = !isTracingPopupOpen; - if (auto imgui = gui::imgui::ImGuiRenderer::get()) - imgui->refreshDisplayState(); - } - }); - keybind.setKey(keybinds::Keys::F3); - return 0; - }(); - - if (!isTracingPopupOpen) return; - - if (ImGui::Begin("Profiler", &isTracingPopupOpen)) { - auto& tabs = debug::Profiler::getTimes(); - ImGui::Text("Total profilers: %zu", tabs.size()); - if (ImGui::BeginTabBar("TracingTabs")) { - for (auto const& [tab, data] : tabs) { - auto ind = tab.find_first_of(')'); - auto name = tab.substr(ind + 1); - - if (ImGui::BeginTabItem(name.c_str())) { - ImGui::Text("Function: %s", name.c_str()); - auto filename = tab.substr(1, ind); - ImGui::Text("File: %s", filename.c_str()); - - if (data.empty()) { - ImGui::Text("No data available."); - ImGui::EndTabItem(); - continue; - } - - std::vector times; - times.reserve(data.size()); - auto it = data.begin(); - float minTime = *it; - float maxTime = *it; - while (it != data.end()) { - times.push_back(*it); - if (*it < minTime) minTime = *it; - if (*it > maxTime) maxTime = *it; - ++it; - } - - // build a graph - auto availableSize = ImGui::GetContentRegionAvail(); - ImGui::PlotLines("##graph", times.data(), times.size(), 0, nullptr, minTime, maxTime, ImVec2(availableSize.x, 100)); - - ImGui::Text("Average: %.3f us", debug::Profiler::averageTimeFor(tab) / 1000.f); - - ImGui::EndTabItem(); - } - } - ImGui::EndTabBar(); - } - } - ImGui::End(); -} -#endif - -namespace eclipse::gui::imgui { - bool ImGuiRenderer::s_initialized = false; - - std::string_view FontManager::FontMetadata::getName() const { - return m_name; - } - - ImFont* FontManager::FontMetadata::get() { - if (m_font) return m_font; - - this->load(); - return m_font; - } - - ImWchar const* getDefaultRange() { - static constexpr ImWchar ranges[] = { - 0x0020, 0x00FF, // Basic Latin + Latin Supplement - 0x0100, 0x017F, // Latin Extended-A - 0, - }; - return &ranges[0]; - } - - ImWchar const* getGlyphRange(i18n::GlyphRange range) { - switch (range) { - case i18n::GlyphRange::Greek: return ImGui::GetIO().Fonts->GetGlyphRangesGreek(); - case i18n::GlyphRange::Korean: return ImGui::GetIO().Fonts->GetGlyphRangesKorean(); - case i18n::GlyphRange::Japanese: return ImGui::GetIO().Fonts->GetGlyphRangesJapanese(); - case i18n::GlyphRange::ChineseFull: return ImGui::GetIO().Fonts->GetGlyphRangesChineseFull(); - case i18n::GlyphRange::ChineseSimplified: return ImGui::GetIO().Fonts->GetGlyphRangesChineseSimplifiedCommon(); - case i18n::GlyphRange::Cyrillic: return ImGui::GetIO().Fonts->GetGlyphRangesCyrillic(); - case i18n::GlyphRange::Thai: return ImGui::GetIO().Fonts->GetGlyphRangesThai(); - case i18n::GlyphRange::Vietnamese: return ImGui::GetIO().Fonts->GetGlyphRangesVietnamese(); - default: return getDefaultRange(); - } - } - - void FontManager::FontMetadata::load() { - auto fontSize = ThemeManager::get()->getFontSize() * DEFAULT_SCALE; - std::ifstream file(m_path, std::ios::binary); - if (!file.is_open()) { - geode::log::error("Failed to open font file: {}", m_path); - return; - } - - file.seekg(0, std::ios::end); - auto size = file.tellg(); - file.seekg(0, std::ios::beg); - if (size <= 0) { - geode::log::error("Font file is empty: {}", m_path); - return; - } - - auto data = new uint8_t[size]; // ImGui takes ownership - file.read(reinterpret_cast(data), size); - if (!file) { - geode::log::error("Failed to read font file: {}", m_path); - delete[] data; - return; - } - file.close(); - - m_font = ImGui::GetIO().Fonts->AddFontFromMemoryTTF( - data, size, fontSize, - nullptr, getGlyphRange(i18n::getRequiredGlyphRanges()) - ); - } - - FontManager* FontManager::get() { - auto imgui = ImGuiRenderer::get(); - return imgui ? &imgui->getFontManager() : nullptr; - } - - std::vector FontManager::fetchAvailableFonts() { - std::vector result; - auto globFonts = [&](std::filesystem::path const& path) { - std::error_code ec; - std::filesystem::create_directories(path, ec); - if (ec) { - geode::log::warn("Failed to create fonts directory {}: {}", path, ec.message()); - return; - } - for (auto& entry : std::filesystem::directory_iterator(path, ec)) { - if (entry.path().extension() != ".ttf") continue; - auto filename = geode::utils::string::pathToString(entry.path().stem()); - FontMetadata font{filename, entry.path()}; - result.push_back(font); - } - if (ec) { - geode::log::warn("Failed to list fonts in {}: {}", path, ec.message()); - } - }; - - globFonts(geode::Mod::get()->getResourcesDir()); - globFonts(geode::Mod::get()->getConfigDir() / "fonts"); - - return result; - } - - void FontManager::fetchFonts() { - m_availableFonts = fetchAvailableFonts(); - } - - std::vector const& FontManager::getAvailableFonts() { - return m_availableFonts; - } - - void FontManager::init() { - this->fetchFonts(); - - // load all fonts - for (auto& font : m_availableFonts) { - font.load(); - } - - // pick current font - this->setFont(ThemeManager::get()->getSelectedFont()); - } - - void FontManager::setFont(std::string_view name) { - if (m_availableFonts.empty()) { - geode::log::warn("Tried to select a non-existent font: {}", name); - return; - } - - for (int i = 0; i < m_availableFonts.size(); i++) { - if (m_availableFonts[i].getName() != name) - continue; - - m_selectedFontIndex = i; - ImGui::GetIO().FontDefault = getFont().get(); - config::setTemp("fontIndex", i); - return; - } - } - - void ImGuiRenderer::init() { - if (s_initialized) return; - - // first call will initialize the layout/theme - setLayoutMode(ThemeManager::get()->getLayoutMode()); - setComponentTheme(ThemeManager::get()->getComponentTheme()); - - ImGuiCocos::get() - .setup([this] { - auto& io = ImGui::GetIO(); - auto& style = ImGui::GetStyle(); - io.IniFilename = nullptr; - // disable error recovery tooltip and logs - io.ConfigErrorRecoveryEnableTooltip = false; - io.ConfigErrorRecoveryEnableDebugLog = false; - style.DisplaySafeAreaPadding = ImVec2(0, 0); - if (m_theme) m_theme->init(); - m_fontManager.init(); - }) - .draw([this] { - if (!s_initialized) return; - ImGuiCocos::get().setInputMode(ImGuiCocos::InputMode::Default); - draw(); - drawFinished(); - }); - - s_initialized = true; - } - - void ImGuiRenderer::updateTabs() { - // init will recreate all tabs - if (m_layout) m_layout->init(); - } - - void ImGuiRenderer::draw() { - auto scale = ImGui::GetIO().DisplaySize.x / 1920.f; - config::setTemp("ui.scale", scale); - - bool wantVisible = m_isOpened; - - m_insideDraw = true; - if (m_theme) m_theme->update(); - if (m_layout) m_layout->draw(); - renderPopups(); - #ifdef ECLIPSE_DEBUG_BUILD - showTracingPopup(); - #endif - m_insideDraw = false; - setLayoutMode(m_queuedMode); - } - - void ImGuiRenderer::toggle() { - m_isOpened = !m_isOpened; - - utils::updateCursorState(m_isOpened); - m_layout->toggle(m_isOpened); - refreshDisplayState(); - } - - bool ImGuiRenderer::isToggled() const { - return m_isOpened; - } - - std::unique_ptr const& ImGuiRenderer::getLayout() const { - return m_layout; - } - - void ImGuiRenderer::shutdown() { - ImGuiCocos::get().destroy(); - s_initialized = false; - } - - void ImGuiRenderer::setLayoutMode(LayoutMode mode) { - if (m_layout && m_layout->getMode() == mode) return; - if (m_insideDraw) { - // replacing layout during rendering is a bad idea - // so we queue the change after the frame is finished - m_queuedMode = mode; - return; - } - switch (mode) { - case LayoutMode::Tabbed: - m_layout = std::make_unique(); - break; - case LayoutMode::Panel: - m_layout = std::make_unique(); - break; - case LayoutMode::Sidebar: - m_layout = std::make_unique(); - break; - } - m_layout->init(); - if (s_initialized) m_layout->toggle(m_isOpened); - m_queuedMode = mode; - } - - void ImGuiRenderer::setComponentTheme(ComponentTheme theme) { - auto tm = ThemeManager::get(); - if (m_theme && theme == m_theme->getTheme()) return; - switch (theme) { - case ComponentTheme::ImGui: - m_theme = &themes::DEFAULT_THEME; - break; - case ComponentTheme::MegaHack: - default: - m_theme = &themes::MEGAHACK_THEME; - break; - case ComponentTheme::MegaOverlay: - m_theme = &themes::MEGAOVERLAY_THEME; - break; - case ComponentTheme::Gruvbox: - m_theme = &themes::GRUVBOX_THEME; - break; - case ComponentTheme::OpenHack: - m_theme = &themes::OPENHACK_THEME; - break; - } - if (s_initialized) m_theme->init(); - } - - void ImGuiRenderer::visitComponent(Component* component) const { - if (!m_theme) return; - component->onUpdate(); - m_theme->visit(component); - } - - bool ImGuiRenderer::beginWindow(std::string const& title) const { - if (!m_theme) { - geode::log::error("beginWindow called without initialized theme"); - return false; - } - return m_theme->beginWindow(title); - } - - void ImGuiRenderer::endWindow() const { - if (!m_theme) return; - m_theme->endWindow(); - } - - void ImGuiRenderer::reload() const { - ImGuiCocos::get().reload(); - } - - void ImGuiRenderer::queueAfterDrawing(Function&& func) { - m_runAfterDrawingQueue.push_back(std::move(func)); - } - - void ImGuiRenderer::showPopup(Popup&& popup) { - m_popups.push_back(std::move(popup)); - refreshDisplayState(); - } - - void ImGuiRenderer::drawFinished() { - for (auto& f : m_runAfterDrawingQueue) { - f(); - } - m_runAfterDrawingQueue.clear(); - refreshDisplayState(); - } - - // https://stackoverflow.com/a/70073137/16349466 - void TextCentered(std::string const& text) { - float win_width = ImGui::GetWindowSize().x; - float text_width = ImGui::CalcTextSize(text.c_str()).x; - - // calculate the indentation that centers the text on one line, relative - // to window left, regardless of the `ImGuiStyleVar_WindowPadding` value - float text_indentation = (win_width - text_width) * 0.5f; - - // if text is too long to be drawn on one line, `text_indentation` can - // become too small or even negative, so we check a minimum indentation - float min_indentation = 20.0f; - if (text_indentation <= min_indentation) { - text_indentation = min_indentation; - } - - ImGui::SameLine(text_indentation); - ImGui::PushTextWrapPos(win_width - text_indentation); - ImGui::TextWrapped("%s", text.c_str()); - ImGui::PopTextWrapPos(); - } - - void ImGuiRenderer::renderPopups() { - std::vector toRemove; - - auto scale = ThemeManager::get()->getGlobalScale(); - constexpr float MIN_POPUP_WIDTH = 400.f; - constexpr float MAX_POPUP_WIDTH = 600.f; - constexpr float MIN_POPUP_HEIGHT = 1.f; - constexpr float MAX_POPUP_HEIGHT = 800.f; - - for (auto& popup : m_popups) { - auto popupName = fmt::format("{}##{}", popup.getTitle(), popup.getId()); - bool isOpen = false; - - ImGui::OpenPopup(popupName.c_str(), ImGuiPopupFlags_NoOpenOverExistingPopup | ImGuiPopupFlags_NoOpenOverItems); - ImGui::SetNextWindowSizeConstraints( - {MIN_POPUP_WIDTH * scale, MIN_POPUP_HEIGHT * scale}, - {MAX_POPUP_WIDTH * scale, MAX_POPUP_HEIGHT * scale} - ); - if (ImGui::BeginPopupModal(popupName.c_str(), nullptr, ImGuiWindowFlags_AlwaysAutoResize)) { - isOpen = true; - // if (keybinds::isKeyPressed(keybinds::Keys::Escape)) { - // ImGui::CloseCurrentPopup(); - // ImGui::EndPopup(); - // toRemove.push_back(&popup); - // continue; - // } - - // Main render logic - - // center text horizontally - - - if (!popup.isPrompt()) { - TextCentered(popup.getMessage()); - if (m_theme->button(popup.getButton1(), false)) { - popup.getCallback()(true); - toRemove.push_back(&popup); - ImGui::CloseCurrentPopup(); - } - if (!popup.getButton2().empty()) { - // TODO: Make an option for same-line buttons - // ImGui::SameLine(0, 2); - if (m_theme->button(popup.getButton2(), false)) { - popup.getCallback()(false); - toRemove.push_back(&popup); - ImGui::CloseCurrentPopup(); - } - } - } else { - TextCentered(popup.getMessage()); - ImGui::PushItemWidth(ImGui::GetWindowWidth() - 20); - ImGui::InputText("##prompt", &popup.getPromptValue()); - ImGui::PopItemWidth(); - if (m_theme->button(popup.getButton1(), false)) { - popup.getPromptCallback()(true, popup.getPromptValue()); - toRemove.push_back(&popup); - ImGui::CloseCurrentPopup(); - } - if (!popup.getButton2().empty()) { - // TODO: Make an option for same-line buttons - // ImGui::SameLine(0, 2); - if (m_theme->button(popup.getButton2(), false)) { - popup.getPromptCallback()(false, popup.getPromptValue()); - toRemove.push_back(&popup); - ImGui::CloseCurrentPopup(); - } - } - } - - ImGui::EndPopup(); - } - - if (!isOpen) { - toRemove.push_back(&popup); - } - } - - // remove all popups that are done (compare by id) - m_popups.erase(std::ranges::remove_if(m_popups, [&](Popup const& p) { - for (auto* r : toRemove) { - if (r->getId() == p.getId()) return true; - } - return false; - }).begin(), m_popups.end()); - } - - void ImGuiRenderer::refreshDisplayState() const { - bool wantVisible = m_isOpened; - if (m_layout) wantVisible |= m_layout->wantStayVisible(); - wantVisible |= !m_popups.empty(); - #ifdef ECLIPSE_DEBUG_BUILD - wantVisible |= isTracingPopupOpen; - #endif - - ImGuiCocos::get().setVisible(wantVisible); - } -} diff --git a/src/modules/gui/imgui/imgui.hpp b/src/modules/gui/imgui/imgui.hpp deleted file mode 100644 index dbff4446..00000000 --- a/src/modules/gui/imgui/imgui.hpp +++ /dev/null @@ -1,97 +0,0 @@ -#pragma once -#include -#include "components/theme.hpp" -#include "layouts/layout.hpp" - -class ImFont; - -namespace eclipse::gui::imgui { - class FontManager { - public: - class FontMetadata { - ImFont* m_font{}; - std::string m_name; - std::filesystem::path m_path; - - public: - FontMetadata(std::string name, std::filesystem::path path) - : m_name(std::move(name)), m_path(std::move(path)) {} - - [[nodiscard]] std::string_view getName() const; - - /// @brief Returns ImGui Font object. First call initializes the font. - ImFont* get(); - void load(); - - private: - friend class FontManager; - }; - - static FontManager* get(); - - /// @brief Scan config and mod resources directory to find available fonts - static std::vector fetchAvailableFonts(); - void fetchFonts(); - /// @brief Returns a vector of already found fonts, without rescanning - std::vector const& getAvailableFonts(); - - void init(); - FontMetadata& getFont() { return m_availableFonts[m_selectedFontIndex]; } - void setFont(std::string_view name); - - private: - std::vector m_availableFonts; - int m_selectedFontIndex = 0; - }; - - class ImGuiRenderer final : public Renderer { - public: - static ImGuiRenderer* get() { - auto& engine = Engine::get(); - if (!engine.isInitialized() || engine.getRendererType() != RendererType::ImGui) return nullptr; - return static_cast(engine.getRenderer()); - } - - void init() override; - void toggle() override; - [[nodiscard]] bool isToggled() const override; - [[nodiscard]] std::unique_ptr const& getLayout() const; - void shutdown() override; - void queueAfterDrawing(Function&& func) override; - void showPopup(Popup&& popup) override; - [[nodiscard]] RendererType getType() const override { return RendererType::ImGui; } - void updateTabs() override; - - public: - void draw(); - void setLayoutMode(LayoutMode mode); - void setComponentTheme(ComponentTheme theme); - - void visitComponent(Component* component) const; - bool beginWindow(std::string const& title) const; - void endWindow() const; - void reload() const; - - FontManager& getFontManager() { return m_fontManager; } - - /// @brief Sets the setVisible flag on ImGuiCocos to the current expected state - void refreshDisplayState() const; - - private: - void drawFinished(); - void renderPopups(); - - static bool s_initialized; - bool m_isOpened = false; - - FontManager m_fontManager; - - Theme const* m_theme = nullptr; - std::unique_ptr m_layout; - - bool m_insideDraw = false; - LayoutMode m_queuedMode = LayoutMode::Tabbed; - std::vector> m_runAfterDrawingQueue; - std::vector m_popups; - }; -} diff --git a/src/modules/gui/imgui/layouts/layout.hpp b/src/modules/gui/imgui/layouts/layout.hpp deleted file mode 100644 index e15ee84e..00000000 --- a/src/modules/gui/imgui/layouts/layout.hpp +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once - -namespace eclipse::gui::imgui { - - enum class LayoutMode { - Tabbed, - Panel, - Sidebar - }; - - /// @brief Base class for ImGui window layouts - class Layout { - public: - virtual ~Layout() = default; - - virtual void init() = 0; - virtual void draw() = 0; - virtual void toggle(bool state) = 0; - - // this function should return true as long as you want the layout to stay visible - // after the menu has been toggled off - [[nodiscard]] virtual bool wantStayVisible() const { return false; } - - [[nodiscard]] LayoutMode getMode() const { return m_mode; } - [[nodiscard]] bool canForceKeyboardFocus() const { return m_canForceKeyboardFocus; } - - protected: - LayoutMode m_mode = LayoutMode::Tabbed; - bool m_canForceKeyboardFocus = false; - }; - -} \ No newline at end of file diff --git a/src/modules/gui/imgui/layouts/panel.cpp b/src/modules/gui/imgui/layouts/panel.cpp deleted file mode 100644 index 9f9c911c..00000000 --- a/src/modules/gui/imgui/layouts/panel.cpp +++ /dev/null @@ -1,127 +0,0 @@ -#include "panel.hpp" -#include -#include -#include -#include -#include - -namespace eclipse::gui::imgui { - - void PanelLayout::init() { - m_tabs.clear(); - - auto& tabs = Engine::get().getTabs(); - m_tabs.reserve(tabs.size()); - for (auto& tab : tabs) { - m_tabs.emplace_back(tab.getTitle(), [tab = &tab] { - for (auto& component : tab->getComponents()) { - if (component->getFlags() & ComponentFlags::DisablePanel) continue; - ImGuiRenderer::get()->visitComponent(component.get()); - } - }); - } - } - - void PanelLayout::recalculateSize() { - auto screenSize = ImGui::GetIO().DisplaySize; - - auto initialSize = ImVec2(800, 600); - auto xRatio = screenSize.x / 1280; - auto yRatio = screenSize.y / 720; - auto ratio = std::min(xRatio, yRatio); - auto scaledSize = ImVec2(initialSize.x * ratio, initialSize.y * ratio); - - ImGui::SetWindowSize(scaledSize); - ImGui::SetWindowPos(ImVec2(screenSize.x / 2 - scaledSize.x / 2, screenSize.y / 2 - scaledSize.y / 2)); - } - - void PanelLayout::draw() { - if (!Engine::get().isToggled()) return; - - auto tm = ThemeManager::get(); - auto scale = tm->getGlobalScale(); - ImGuiStyle* style = &ImGui::GetStyle(); - style->WindowRounding = 15.f * scale; - - // window beginning - - ImGui::Begin(" ", nullptr, - ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse | ImGuiWindowFlags_NoResize | - ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoMove); - recalculateSize(); - - ImGui::Columns(2); - ImGui::SetColumnOffset(1, 183 * scale); - - style->Colors[ImGuiCol_WindowShadow] = ImVec4(0.f, 0.f, 0.f, 1.f); - style->WindowShadowSize = 50.f; - - // Logo (not really) - - ImGui::BeginGroup(); { - ImGui::BeginChild("Logo", ImVec2(188 * scale, 50 * scale)); - ImGui::SameLine(); - - ImGui::SetCursorPosY(11 * scale); - ImGui::TextUnformatted("Eclipse Menu"); - - ImGui::EndChild(); - - if (ImGui::IsItemClicked(true)) {} - - ImGui::EndGroup(); - } - - ImGui::Spacing(); - - // tab buttons - - ImGui::PushStyleColor(ImGuiCol_ChildBg, {0,0,0,0}); - ImGui::BeginChild("tabs"); - ImGui::PopStyleColor(); - - ImGui::PushStyleVar(ImGuiStyleVar_FrameRounding, 10 * scale); - - auto& currentTabs = Engine::get().getTabs(); - - for (int i = 0; i < currentTabs.size(); i++) { - std::string it = i18n::get_(currentTabs[i].getTitle()); - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.5, 0.5)); - ImGui::PushStyleColor(ImGuiCol_Button, m_selectedTab == i ? style->Colors[ImGuiCol_Button] : ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_Text, currentTabs[i].isSearchedFor() ? static_cast(tm->getSearchedColor()) : style->Colors[ImGuiCol_Text]); - if (ImGui::Button(it.c_str(), ImVec2(160 * scale, 40 * scale))) { - m_selectedTab = i; - } - ImGui::PopStyleColor(2); - ImGui::PopStyleVar(); - } - - ImGui::PopStyleVar(); - - ImGui::EndChild(); - - // user thing - - ImGui::Dummy(ImVec2(0.0f, ImGui::GetContentRegionAvail().y - 80 * scale - style->ItemSpacing.y)); - ImGui::BeginChild("User", ImVec2(188 * scale, 80 * scale)); - - ImGui::EndChild(); - - // right column - - ImGui::NextColumn(); - ImGui::PushStyleColor(ImGuiCol_ChildBg, ImVec4(0, 0, 0, 0)); - ImGui::BeginChild("modules-wrapper", ImVec2(ImGui::GetContentRegionAvail().x, ImGui::GetContentRegionAvail().y), false); - ImGui::PopStyleColor(); - - m_tabs[m_selectedTab].draw(); - - ImGui::EndChild(); - - ImGui::End(); - } - - void PanelLayout::toggle(bool state) { - - } -} diff --git a/src/modules/gui/imgui/layouts/panel.hpp b/src/modules/gui/imgui/layouts/panel.hpp deleted file mode 100644 index caf9b469..00000000 --- a/src/modules/gui/imgui/layouts/panel.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#pragma once -#include "layout.hpp" -#include "../core/tab.hpp" - -namespace eclipse::gui::imgui { - - class PanelLayout : public Layout { - public: - PanelLayout() { m_mode = LayoutMode::Panel; } - ~PanelLayout() override = default; - - void init() override; - void draw() override; - void toggle(bool state) override; - - public: - static void recalculateSize(); - - std::vector m_tabs; - unsigned int m_selectedTab = 0; - }; - -} \ No newline at end of file diff --git a/src/modules/gui/imgui/layouts/sidebar.cpp b/src/modules/gui/imgui/layouts/sidebar.cpp deleted file mode 100644 index c48a3f34..00000000 --- a/src/modules/gui/imgui/layouts/sidebar.cpp +++ /dev/null @@ -1,133 +0,0 @@ -#include "sidebar.hpp" -#include -#include -#include -#include -#include - -namespace eclipse::gui::imgui { - - void SidebarLayout::init() { - m_tabs.clear(); - - auto& tabs = Engine::get().getTabs(); - m_tabs.reserve(tabs.size()); - for (auto& tab : tabs) { - m_tabs.emplace_back(tab.getTitle(), [tab = &tab] { - for (auto& component : tab->getComponents()) { - if (component->getFlags() & ComponentFlags::DisableSidebar) continue; - ImGuiRenderer::get()->visitComponent(component.get()); - } - }); - } - } - - void SidebarLayout::recalculateSize(bool first) { - auto screenSize = ImGui::GetIO().DisplaySize; - - auto initialSize = ImVec2(first ? 165 * ThemeManager::get()->getGlobalScale() : 250, 700); - auto xRatio = screenSize.x / 1280; - auto yRatio = screenSize.y / 720; - auto ratio = std::min(xRatio, yRatio); - auto scaledSize = ImVec2(initialSize.x * ratio, initialSize.y * ratio); - - ImGui::SetWindowSize(scaledSize); - ImGui::SetWindowPos(ImVec2(first ? 10 : (screenSize.x - scaledSize.x - 10), screenSize.y / 2 - scaledSize.y / 2)); - } - - void SidebarLayout::draw() { - if (!Engine::get().isToggled()) return; - - auto tm = ThemeManager::get(); - auto scale = tm->getGlobalScale(); - ImGuiStyle* style = &ImGui::GetStyle(); - style->WindowRounding = 15.f * scale; - - // window beginning - ImGui::Begin("window1", nullptr, - ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse | ImGuiWindowFlags_NoResize | - ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoMove); - recalculateSize(true); - - style->Colors[ImGuiCol_WindowShadow] = ImVec4(0.f, 0.f, 0.f, 1.f); - style->WindowShadowSize = 50.f; - - // Logo (not really) - - ImGui::BeginGroup(); { - ImGui::BeginChild("Logo", ImVec2(160 * scale, 50 * scale)); - ImGui::SameLine(); - - ImGui::SetCursorPosY(11); - ImGui::TextUnformatted("Eclipse Menu"); - - ImGui::EndChild(); - - if (ImGui::IsItemClicked(true)) {} - - ImGui::EndGroup(); - } - - ImGui::Spacing(); - - // tab buttons - - ImGui::PushStyleColor(ImGuiCol_ChildBg, {0,0,0,0}); - ImGui::BeginChild("tabs"); - ImGui::PopStyleColor(); - - ImGui::PushStyleVar(ImGuiStyleVar_FrameRounding, 10 * scale); - - auto& currentTabs = Engine::get().getTabs(); - - for (int i = 0; i < currentTabs.size(); i++) { - std::string it = i18n::get_(currentTabs[i].getTitle()); - ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.5, 0.5)); - ImGui::PushStyleColor(ImGuiCol_Button, m_selectedTab == i ? style->Colors[ImGuiCol_Button] : ImVec4(0, 0, 0, 0)); - ImGui::PushStyleColor(ImGuiCol_Text, currentTabs[i].isSearchedFor() ? static_cast(tm->getSearchedColor()) : style->Colors[ImGuiCol_Text]); - if (ImGui::Button(it.c_str(), ImVec2(160 * scale, 40 * scale))) { - m_selectedTab = i; - } - ImGui::PopStyleVar(); - ImGui::PopStyleColor(); - ImGui::PopStyleColor(); - } - - ImGui::PopStyleVar(); - - ImGui::EndChild(); - - // user thing - - ImGui::Dummy(ImVec2(0.0f, ImGui::GetContentRegionAvail().y - 80 * scale - style->ItemSpacing.y)); - ImGui::BeginChild("User", ImVec2(188, 80)); - - ImGui::EndChild(); - - ImGui::End(); - - // right window - - ImGui::Begin("window2", nullptr, - ImGuiWindowFlags_NoScrollbar | ImGuiWindowFlags_NoScrollWithMouse | ImGuiWindowFlags_NoResize | - ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoTitleBar | ImGuiWindowFlags_NoMove); - recalculateSize(false); - - ImGui::PushStyleColor(ImGuiCol_ChildBg, ImVec4(0, 0, 0, 0)); - ImGui::BeginChild("modules-wrapper", ImVec2(ImGui::GetContentRegionAvail().x, ImGui::GetContentRegionAvail().y), false); - ImGui::PopStyleColor(); - - // Render tabs - for (int i = 0; i < m_tabs.size(); i++) { - if (m_selectedTab == i) m_tabs[i].draw(); - } - - ImGui::EndChild(); - - ImGui::End(); - } - - void SidebarLayout::toggle(bool state) { - - } -} diff --git a/src/modules/gui/imgui/layouts/sidebar.hpp b/src/modules/gui/imgui/layouts/sidebar.hpp deleted file mode 100644 index ebddfdec..00000000 --- a/src/modules/gui/imgui/layouts/sidebar.hpp +++ /dev/null @@ -1,23 +0,0 @@ -#pragma once -#include "layout.hpp" -#include "../core/tab.hpp" - -namespace eclipse::gui::imgui { - - class SidebarLayout : public Layout { - public: - SidebarLayout() { m_mode = LayoutMode::Sidebar; } - ~SidebarLayout() override = default; - - void init() override; - void draw() override; - void toggle(bool state) override; - - public: - static void recalculateSize(bool second); - - std::vector m_tabs; - unsigned int m_selectedTab = 0; - }; - -} \ No newline at end of file diff --git a/src/modules/gui/imgui/layouts/tabbed.cpp b/src/modules/gui/imgui/layouts/tabbed.cpp deleted file mode 100644 index c0245a2a..00000000 --- a/src/modules/gui/imgui/layouts/tabbed.cpp +++ /dev/null @@ -1,248 +0,0 @@ -#include "tabbed.hpp" -#include -#include -#include -#include -#include -#include - -namespace eclipse::gui::imgui { - - void TabbedLayout::init() { - m_windows.clear(); - - // Load tabs - auto& tabs = Engine::get().getTabs(); - m_windows.reserve(tabs.size()); - for (auto& tab : tabs) { - m_windows.emplace_back(tab.getTitle(), [tab = &tab] { - for (auto& component : tab->getComponents()) { - if (component->getFlags() & ComponentFlags::DisableTabbed) continue; - ImGuiRenderer::get()->visitComponent(component.get()); - } - }); - } - - // Load saved window states - { - auto windowStates = config::get("windows", std::vector()); - for (auto &windowState: windowStates) { - auto title = windowState["title"].as().unwrapOrDefault(); - auto window = std::ranges::find_if(m_windows, [&title](Window const& w) { - return w.getTitle() == title; - }); - if (window != m_windows.end()) { - window->applyJson(windowState); - window->setDrawPosition(window->getPosition()); - } - } - } - - m_preloadStep = config::get("menu.animateWindows", true) ? 0 : 2; - } - - bool TabbedLayout::shouldRender() const { - return Engine::get().isToggled() || wantStayVisible(); - } - - bool TabbedLayout::wantStayVisible() const { - return !m_actions.empty() || m_preloadStep < 2; - } - - void TabbedLayout::draw() { - switch (m_preloadStep) { - case 0: - // Render windows once, to get the correct size - ImGui::GetStyle().Alpha = 0.f; - ImGui::GetStyle().WindowShadowSize = 0.f; - for (auto &window: m_windows) { - window.draw(); - } - // Load saved window states - { - auto windowStates = config::get("windows", std::vector()); - for (auto& windowState: windowStates) { - auto title = windowState["title"].as().unwrapOrDefault(); - auto window = std::ranges::find_if(m_windows, [&title](Window const& window) { - return window.getTitle() == title; - }); - if (window != m_windows.end()) { - window->applyJson(windowState); - } - } - } - m_preloadStep = 1; - return; - case 1: - // Move windows outside the screen to prepare for animation - for (auto& window : m_windows) { - window.draw(); - window.setDrawPosition(randomWindowPosition(window)); - } - ImGui::GetStyle().Alpha = 1.f; - m_preloadStep = 2; - return; - default: - break; - } - - // Run move actions - auto deltaTime = ImGui::GetIO().DeltaTime; - for (auto const& action : m_actions) - action->update(deltaTime); - - // Remove finished actions - std::erase_if(m_actions, [](auto& action) { - return action->isFinished(); - }); - - if (!shouldRender()) return; - - // Render windows - for (auto& window : m_windows) { - window.draw(); - } - - // Auto reset window positions - auto isDragging = config::getTemp<"draggingWindow">(false); - auto stackEnabled = config::get<"menu.stackWindows", bool>(true); - if (m_actions.empty() && !isDragging && stackEnabled) - stackWindows(); - - // Reset dragging state - config::setTemp("draggingWindow", false); - - if (m_actions.empty()) { - m_canForceKeyboardFocus = false; - } - } - - void TabbedLayout::toggle(bool state) { - m_canForceKeyboardFocus = state; - - if (!state) { - // Save window states - std::vector windowStates; - for (auto& window : m_windows) { - windowStates.push_back(window); - } - config::set("windows", windowStates); - } - - if (config::get("menu.animateWindows", true)) { - double duration = config::get("menu.animationDuration", 0.3); - auto easingType = config::get("menu.animationEasingType", animation::Easing::Quadratic); - auto easingMode = config::get("menu.animationEasingMode", animation::EasingMode::EaseInOut); - auto easing = animation::getEasingFunction(easingType, easingMode); - - for (auto& window : m_windows) { - auto target = state ? window.getPosition() : randomWindowPosition(window); - m_actions.push_back(window.animateTo(target, duration, easing)); - } - } - } - - /// @brief Calculate a random window position outside the screen. - ImVec2 TabbedLayout::randomWindowPosition(Window const& window) { - // Calculate target position randomly to be outside the screen - auto screenSize = ImGui::GetIO().DisplaySize; - auto windowSize = window.getSize(); - ImVec2 target; - - // Pick a random side of the screen - switch (utils::random(3)) { - case 0: - target = ImVec2(utils::random(screenSize.x - windowSize.x), -windowSize.y); - break; - case 1: - target = ImVec2(utils::random(screenSize.x - windowSize.x), screenSize.y); - break; - case 2: - target = ImVec2(-windowSize.x, utils::random(screenSize.y - windowSize.y)); - break; - default: - target = ImVec2(screenSize.x, utils::random(screenSize.y - windowSize.y)); - break; - } - - return target; - } - - /// @brief Auto-stacks windows on screen. - std::vector> TabbedLayout::getStackedPositions() { - auto firstColumnLock = config::get<"menu.lockFirstColumn", bool>(false); - constexpr std::array BuiltInWindows = {"Interface", "Keybinds"}; - - auto tm = ThemeManager::get(); - auto const scale = tm->getGlobalScale(); - auto margin = tm->getWindowMargin() * scale; - ImVec2 screenSize = ImGui::GetIO().DisplaySize; - - float windowWidth = Window::MIN_SIZE.x * scale; - auto columns = static_cast((screenSize.x - margin) / (windowWidth + margin)); - - float freeSpace = margin; - if (config::get<"menu.horizontallyCenter", bool>(true)) { - freeSpace += (screenSize.x - margin - (columns * (windowWidth + margin))) * 0.5f; - } - - std::vector> positions; - positions.reserve(m_windows.size()); - - // Built-ins go into first column - float x = freeSpace; - float y = margin; - if (firstColumnLock) { - for (auto title : BuiltInWindows) { - auto it = std::ranges::find_if(m_windows, [&title](Window const& window) { - return window.getTitle() == title; - }); - - if (it != m_windows.end()) { - positions.emplace_back(&(*it), ImVec2(x, y)); - y += it->getSize().y + margin; - } - } - } - - if (columns <= 0) return positions; - - // Rest are stacked to take as little space as possible - auto columnCount = firstColumnLock ? columns - 1 : columns; - std::vector heights(columnCount, margin); - for (auto& window : m_windows) { - // Skip built-in windows - if (std::ranges::find(BuiltInWindows, window.getTitle()) != BuiltInWindows.end()) - continue; - - // Find the column with the smallest height - auto min = std::ranges::min_element(heights); - auto index = std::distance(heights.begin(), min); - - // Set the position - auto windowColumn = firstColumnLock ? index + 1 : index; - positions.emplace_back(&window, ImVec2(static_cast(windowColumn) * (windowWidth + margin) + freeSpace, *min)); - *min += window.getSize().y + margin; - - // Update the height - heights[index] = *min; - } - - return positions; - } - - void TabbedLayout::stackWindows() { - double duration = config::get<"menu.animationDuration", double>(0.3); - auto easingType = config::get<"menu.animationEasingType", animation::Easing>(animation::Easing::Quadratic); - auto easingMode = config::get<"menu.animationEasingMode", animation::EasingMode>(animation::EasingMode::EaseInOut); - auto easing = animation::getEasingFunction(easingType, easingMode); - - for (auto& [window, target] : getStackedPositions()) { - // Check if the window is already in the correct position - if (window->getPosition().x == target.x && window->getPosition().y == target.y) - continue; - - m_actions.push_back(window->animateTo(target, duration, easing, true)); - } - } -} diff --git a/src/modules/gui/imgui/layouts/tabbed.hpp b/src/modules/gui/imgui/layouts/tabbed.hpp deleted file mode 100644 index 9f4b8760..00000000 --- a/src/modules/gui/imgui/layouts/tabbed.hpp +++ /dev/null @@ -1,28 +0,0 @@ -#pragma once -#include "layout.hpp" -#include "../core/window.hpp" -#include "../animation/move-action.hpp" - -namespace eclipse::gui::imgui { - class TabbedLayout : public Layout { - public: - TabbedLayout() { m_mode = LayoutMode::Tabbed; } - ~TabbedLayout() override = default; - - void init() override; - void draw() override; - void toggle(bool state) override; - bool wantStayVisible() const override; - - public: - bool shouldRender() const; - static ImVec2 randomWindowPosition(Window const& window); - std::vector> getStackedPositions(); - void stackWindows(); - - private: - std::vector m_windows; - std::vector> m_actions; - uint8_t m_preloadStep = 0; - }; -} diff --git a/src/modules/gui/popup.cpp b/src/modules/gui/popup.cpp deleted file mode 100644 index dee1d26c..00000000 --- a/src/modules/gui/popup.cpp +++ /dev/null @@ -1,94 +0,0 @@ -#include "popup.hpp" - -#include - -#include "gui.hpp" - -namespace eclipse { - size_t Popup::s_instanceCounter = 0; - - void Popup::create( - std::string title, std::string message, std::string button1, - std::string button2, PopupCallback&& callback - ) { - Popup popup; - popup.m_id = s_instanceCounter++; - popup.m_title = std::move(title); - popup.m_message = std::move(message); - popup.m_button1 = std::move(button1); - popup.m_button2 = std::move(button2); - popup.m_callback = std::move(callback); - s_instanceCounter++; - gui::Engine::get().showPopup(std::move(popup)); - } - - void Popup::create( - std::string title, std::string message, std::string button1, - PopupCallback&& callback - ) { - Popup popup; - popup.m_id = s_instanceCounter++; - popup.m_title = std::move(title); - popup.m_message = std::move(message); - popup.m_button1 = std::move(button1); - popup.m_callback = std::move(callback); - s_instanceCounter++; - gui::Engine::get().showPopup(std::move(popup)); - } - - void Popup::create(std::string title, std::string message) { - Popup popup; - popup.m_id = s_instanceCounter++; - popup.m_title = std::move(title); - popup.m_message = std::move(message); - popup.m_button1 = i18n::get_("common.ok"); - popup.m_callback = [](bool){}; - gui::Engine::get().showPopup(std::move(popup)); - } - - void Popup::prompt( - std::string title, std::string message, - PromptCallback&& callback, std::string defaultValue - ) { - Popup popup; - popup.m_id = s_instanceCounter++; - popup.m_prompt = true; - popup.m_title = std::move(title); - popup.m_message = std::move(message); - popup.m_button1 = i18n::get_("common.ok"); - popup.m_promptValue = std::move(defaultValue); - popup.m_promptCallback = std::move(callback); - gui::Engine::get().showPopup(std::move(popup)); - } - - void Popup::prompt( - std::string title, std::string message, PromptCallback&& callback, - std::string button1, std::string button2, std::string defaultValue - ) { - Popup popup; - popup.m_id = s_instanceCounter++; - popup.m_prompt = true; - popup.m_title = std::move(title); - popup.m_message = std::move(message); - popup.m_button1 = std::move(button1); - popup.m_button2 = std::move(button2); - popup.m_promptValue = std::move(defaultValue); - popup.m_promptCallback = std::move(callback); - gui::Engine::get().showPopup(std::move(popup)); - } - - void Popup::prompt( - std::string title, std::string message, PromptCallback&& callback, - std::string button1, std::string defaultValue - ) { - Popup popup; - popup.m_id = s_instanceCounter++; - popup.m_prompt = true; - popup.m_title = std::move(title); - popup.m_message = std::move(message); - popup.m_button1 = std::move(button1); - popup.m_promptValue = std::move(defaultValue); - popup.m_promptCallback = std::move(callback); - gui::Engine::get().showPopup(std::move(popup)); - } -} diff --git a/src/modules/gui/popup.hpp b/src/modules/gui/popup.hpp deleted file mode 100644 index e3ed5ac2..00000000 --- a/src/modules/gui/popup.hpp +++ /dev/null @@ -1,70 +0,0 @@ -#pragma once -#include -#include -#include - -namespace eclipse { - /// @brief Represents a classic modal window, with a title, a message and a set of buttons. - class Popup { - public: - using PopupCallback = Function; - using PromptCallback = Function; - - Popup() = default; - ~Popup() = default; - Popup(Popup const&) = delete; - Popup(Popup&&) noexcept = default; - Popup& operator=(Popup const&) = delete; - Popup& operator=(Popup&&) noexcept = default; - - static void create( - std::string title, std::string message, std::string button1, - std::string button2, PopupCallback&& callback - ); - static void create( - std::string title, std::string message, std::string button1, - PopupCallback&& callback - ); - static void create(std::string title, std::string message); - - - static void prompt( - std::string title, std::string message, PromptCallback&& callback, - std::string defaultValue = "" - ); - static void prompt( - std::string title, std::string message, PromptCallback&& callback, - std::string button1, std::string button2, std::string defaultValue = "" - ); - static void prompt( - std::string title, std::string message, PromptCallback&& callback, - std::string button1, std::string defaultValue = "" - ); - - [[nodiscard]] size_t getId() const { return m_id; } - [[nodiscard]] bool isPrompt() const { return m_prompt; } - [[nodiscard]] std::string const& getTitle() const { return m_title; } - [[nodiscard]] std::string const& getMessage() const { return m_message; } - [[nodiscard]] std::string const& getButton1() const { return m_button1; } - [[nodiscard]] std::string const& getButton2() const { return m_button2; } - [[nodiscard]] PopupCallback& getCallback() { return m_callback; } - - [[nodiscard]] std::string& getPromptValue() { return m_promptValue; } - [[nodiscard]] std::string const& getPromptValue() const { return m_promptValue; } - [[nodiscard]] PromptCallback& getPromptCallback() { return m_promptCallback; } - - private: - static size_t s_instanceCounter; - - size_t m_id = 0; - bool m_prompt = false; - std::string m_title; - std::string m_message; - std::string m_button1; - std::string m_button2; - PopupCallback m_callback; - - std::string m_promptValue; - PromptCallback m_promptCallback; - }; -} diff --git a/src/modules/gui/theming/manager.cpp b/src/modules/gui/theming/manager.cpp deleted file mode 100644 index 2cead92b..00000000 --- a/src/modules/gui/theming/manager.cpp +++ /dev/null @@ -1,417 +0,0 @@ -#include "manager.hpp" -#include -#include -#include -#include -#include -#include - -namespace eclipse::gui { - static auto IMPORT_PICK_OPTIONS = geode::utils::file::FilePickOptions{ - std::nullopt, {{ - "Eclipse Themes", - {"*.zip"} - }} - }; - - int getDefaultThemeIndex(std::vector const& themes) { - #ifdef GEODE_IS_DESKTOP - static auto defaultPath = geode::Mod::get()->getResourcesDir() / "megaoverlay.json"; - #else - static auto defaultPath = geode::Mod::get()->getResourcesDir() / "catppuccinmacchiato.json"; - #endif - for (auto i = 0; i < themes.size(); i++) { - if (themes[i].path == defaultPath) return i; - } - return 0; - } - - ThemeManager::ThemeManager() { - if (!loadTheme(geode::Mod::get()->getSaveDir() / "theme.json")) { - // theme not created, load a built-in one - auto themes = listAvailableThemes(); - if (themes.empty()) { - // okay, we're screwed, just set the defaults - applyValues(config::getTempStorage(), true); - setDefaults(); - return; - } - - // TODO: add a priority for default theme - config::setIfEmpty("themeIndex", getDefaultThemeIndex(themes)); - loadTheme(themes[config::get("themeIndex", 0)].path); - } - } - - void ThemeManager::setDefaults() { - #ifdef GEODE_IS_DESKTOP - m_renderer = RendererType::ImGui; - m_layoutMode = imgui::LayoutMode::Tabbed; - #else - m_renderer = RendererType::Cocos2d; - m_layoutMode = imgui::LayoutMode::Panel; - #endif - - m_componentTheme = imgui::ComponentTheme::MegaHack; - m_schemaVersion = THEME_SCHEMA_VERSION; - - m_uiScale = 1.f; - m_borderSize = 1.f; - m_windowRounding = 0.f; - m_frameRounding = 4.f; - m_windowMargin = 4.f; - - m_enableBlur = true; - m_blurSpeed = 0.3f; - m_blurRadius = 1.f; - - m_searchedColor = Color{ 255, 0, 0, 255 }; - - // TODO: fill this after all properties are figured out - } - - ThemeManager* ThemeManager::get() { - static ThemeManager instance; - return &instance; - } - - void ThemeManager::reloadTheme() { - auto themes = listAvailableThemes(); - if (themes.empty()) { - applyValues(config::getTempStorage(), true); - return setDefaults(); - } - loadTheme(themes[config::get("themeIndex", 0)].path); - } - - template - std::optional json_try_get(matjson::Value const& j, std::string_view key) { - auto res = j[key].as(); - if (res.isErr()) return std::nullopt; - return res.unwrap(); - } - - template - void try_assign(T& v, matjson::Value const& j, std::string_view key) { - auto value = json_try_get(j, key); - if (value) v = *value; - else geode::log::warn("Failed to read \"{}\" from theme", key); - } - - bool ThemeManager::loadTheme(std::filesystem::path const& path) { - auto res = geode::utils::file::readJson(path); - if (res.isErr()) { - geode::log::error("Failed to read theme file: {}", res.unwrapErr()); - return false; - } - - auto json = std::move(res).unwrap(); - setDefaults(); - auto details = json["details"]; - - int schemaVersion = 0; - try_assign(schemaVersion, details, "schema"); - if (schemaVersion != THEME_SCHEMA_VERSION) return false; - m_schemaVersion = schemaVersion; - - try_assign(m_themeName, details, "name"); - try_assign(m_themeDescription, details, "description"); - try_assign(m_themeAuthor, details, "author"); - - auto renderer = json_try_get(details, "renderer"); - auto layout = json_try_get(details, "layout"); - auto theme = json_try_get(details, "style"); - - if (renderer) this->setRenderer(static_cast(*renderer)); - if (layout) this->setLayoutMode(static_cast(*layout)); - if (theme) this->setComponentTheme(static_cast(*theme)); - - // force renderer to cocos2d on launch - #if defined(ECLIPSE_DEBUG_BUILD) && defined(GEODE_IS_MOBILE) - this->setRenderer(RendererType::Cocos2d); - #endif - - auto other = json["other"]; - try_assign(m_uiScale, other, "uiScale"); - try_assign(m_selectedFont, other, "font"); - - float fontSize = m_fontSize; - try_assign(fontSize, other, "fontSize"); - this->setFontSize(fontSize); - if (auto imgui = imgui::ImGuiRenderer::get()) imgui->reload(); - - try_assign(m_borderSize, other, "borderSize"); - try_assign(m_framePadding, other, "framePadding"); - try_assign(m_frameRounding, other, "frameRounding"); - try_assign(m_windowMargin, other, "windowMargin"); - try_assign(m_windowRounding, other, "windowRounding"); - try_assign(m_windowPadding, other, "windowPadding"); - try_assign(m_verticalSpacing, other, "verticalSpacing"); - try_assign(m_horizontalSpacing, other, "horizontalSpacing"); - try_assign(m_verticalInnerSpacing, other, "verticalInnerSpacing"); - try_assign(m_horizontalInnerSpacing, other, "horizontalInnerSpacing"); - try_assign(m_indentSpacing, other, "indentSpacing"); - - // blur - auto blur = json["blur"]; - try_assign(m_enableBlur, blur, "blurEnabled"); - try_assign(m_blurSpeed, blur, "blurSpeed"); - try_assign(m_blurRadius, blur, "blurRadius"); - - // overrides - auto colors = json["colors"]; - try_assign(m_backgroundColor, colors, "backgroundColor"); - try_assign(m_foregroundColor, colors, "foregroundColor"); - try_assign(m_frameBackground, colors, "frameBackground"); - try_assign(m_disabledColor, colors, "disabledColor"); - try_assign(m_searchedColor, colors, "searchedColor"); - try_assign(m_borderColor, colors, "borderColor"); - try_assign(m_titleBackgroundColor, colors, "titleBackgroundColor"); - try_assign(m_titleForegroundColor, colors, "titleForegroundColor"); - try_assign(m_checkboxBackgroundColor, colors, "checkboxBackgroundColor"); - try_assign(m_checkboxCheckmarkColor, colors, "checkboxCheckmarkColor"); - try_assign(m_checkboxForegroundColor, colors, "checkboxForegroundColor"); - try_assign(m_buttonBackgroundColor, colors, "buttonBackgroundColor"); - try_assign(m_buttonForegroundColor, colors, "buttonForegroundColor"); - try_assign(m_buttonDisabledColor, colors, "buttonDisabledColor"); - try_assign(m_buttonDisabledForeground, colors, "buttonDisabledForeground"); - try_assign(m_buttonHoveredColor, colors, "buttonHoveredColor"); - try_assign(m_buttonHoveredForeground, colors, "buttonHoveredForeground"); - try_assign(m_buttonActivatedColor, colors, "buttonActivatedColor"); - try_assign(m_buttonActiveForeground, colors, "buttonActiveForeground"); - - applyValues(config::getTempStorage(), true); - return true; - } - - void ThemeManager::saveTheme(std::filesystem::path const& path) const { - matjson::Value json = matjson::Value::object(); - this->applyValues(json); - - auto res = geode::utils::file::writeString(path, json.dump()); - if (res.isErr()) { - geode::log::error("Failed to save theme file: {}", res.unwrapErr()); - } - } - - void ThemeManager::saveTheme() const { - saveTheme(geode::Mod::get()->getSaveDir() / "theme.json"); - } - - void ThemeManager::applyValues(matjson::Value& json, bool flatten) const { - // tech debt my beloved - matjson::Value *detailsPtr, *blurPtr, *otherPtr, *colorsPtr; - if (flatten) { - detailsPtr = &json; - blurPtr = &json; - otherPtr = &json; - colorsPtr = &json; - } else { - json.set("details", matjson::Value::object()); - json.set("blur", matjson::Value::object()); - json.set("other", matjson::Value::object()); - json.set("colors", matjson::Value::object()); - detailsPtr = &json["details"]; - blurPtr = &json["blur"]; - otherPtr = &json["other"]; - colorsPtr = &json["colors"]; - } - - auto& details = *detailsPtr; - auto& blur = *blurPtr; - auto& other = *otherPtr; - auto& colors = *colorsPtr; - - details["name"] = m_themeName; - details["description"] = m_themeDescription; - details["author"] = m_themeAuthor; - details["renderer"] = static_cast(m_renderer); - details["layout"] = static_cast(m_layoutMode); - details["style"] = static_cast(m_componentTheme); - details["schema"] = m_schemaVersion; - - blur["blurEnabled"] = m_enableBlur; - blur["blurSpeed"] = m_blurSpeed; - blur["blurRadius"] = m_blurRadius; - - other["uiScale"] = m_uiScale; - other["font"] = m_selectedFont; - other["fontSize"] = m_fontSize; - other["borderSize"] = m_borderSize; - other["framePadding"] = m_framePadding; - other["frameRounding"] = m_frameRounding; - other["windowMargin"] = m_windowMargin; - other["windowRounding"] = m_windowRounding; - other["windowPadding"] = m_windowPadding; - other["verticalSpacing"] = m_verticalSpacing; - other["horizontalSpacing"] = m_horizontalSpacing; - other["verticalInnerSpacing"] = m_verticalInnerSpacing; - other["horizontalInnerSpacing"] = m_horizontalInnerSpacing; - other["indentSpacing"] = m_indentSpacing; - - colors["backgroundColor"] = m_backgroundColor; - colors["frameBackground"] = m_frameBackground; - colors["foregroundColor"] = m_foregroundColor; - colors["disabledColor"] = m_disabledColor; - colors["searchedColor"] = m_searchedColor; - colors["borderColor"] = m_borderColor; - colors["titleBackgroundColor"] = m_titleBackgroundColor; - colors["titleForegroundColor"] = m_titleForegroundColor; - colors["checkboxBackgroundColor"] = m_checkboxBackgroundColor; - colors["checkboxCheckmarkColor"] = m_checkboxCheckmarkColor; - colors["checkboxForegroundColor"] = m_checkboxForegroundColor; - colors["buttonBackgroundColor"] = m_buttonBackgroundColor; - colors["buttonForegroundColor"] = m_buttonForegroundColor; - colors["buttonDisabledColor"] = m_buttonDisabledColor; - colors["buttonDisabledForeground"] = m_buttonDisabledForeground; - colors["buttonHoveredColor"] = m_buttonHoveredColor; - colors["buttonHoveredForeground"] = m_buttonHoveredForeground; - colors["buttonActivatedColor"] = m_buttonActivatedColor; - colors["buttonActiveForeground"] = m_buttonActiveForeground; - - if (flatten) { // flatten is only ever used for temp config - json["accent"] = m_titleBackgroundColor; - json["background"] = m_backgroundColor; - } - } - - bool ThemeManager::importTheme(std::filesystem::path const& path) { - return false; - } - - void ThemeManager::exportTheme(std::filesystem::path const& path) {} - - float ThemeManager::getGlobalScale() const { - auto ret = m_uiScale * imgui::DEFAULT_SCALE; - if (config::get<"interface.dpi-scaling", bool>()) { - ret *= config::getTemp<"ui.scale", double>(1.f); - } else { - GEODE_MACOS(ret /= geode::utils::getDisplayFactor();) - } - return ret; - } - - std::optional ThemeManager::checkTheme(std::filesystem::path const& path) { - auto res = geode::utils::file::readJson(path); - if (res.isErr()) { - return std::nullopt; - } - - auto json = res.unwrap(); - auto details = json["details"]; - auto name = json_try_get(details, "name"); - if (!name) return std::nullopt; - - return ThemeMeta{std::move(name).value(), path}; - } - - std::vector ThemeManager::listAvailableThemes() { - std::vector themes; - auto globThemes = [&](std::filesystem::path const& path) { - std::error_code ec; - std::filesystem::create_directories(path, ec); - if (ec) { - geode::log::warn("Failed to create themes directory {}: {}", path, ec.message()); - return; - } - for (auto& entry : std::filesystem::directory_iterator(path, ec)) { - if (entry.path().extension() != ".json") continue; - if (auto theme = checkTheme(entry.path())) - themes.push_back(*theme); - } - if (ec) { - geode::log::warn("Failed to list themes in {}: {}", path, ec.message()); - } - }; - - globThemes(geode::Mod::get()->getResourcesDir()); - globThemes(geode::Mod::get()->getConfigDir() / "themes"); - - return themes; - } - - void ThemeManager::applyAccentColor(Color const& color) { - auto isDark = color.luminance() < 0.5f; - auto foreground = isDark ? Colors::WHITE : Colors::BLACK; - - m_disabledColor = isDark ? foreground.darken(0.4f) : foreground.lighten(0.4f); - m_titleBackgroundColor = color; - m_titleForegroundColor = foreground; - // m_checkboxCheckmarkColor = color; - m_buttonBackgroundColor = color; - m_buttonForegroundColor = foreground; - m_buttonDisabledColor = isDark ? color.lighten(0.3f) : color.darken(0.3f); - m_buttonDisabledForeground = isDark ? foreground.darken(0.3f) : foreground.lighten(0.3f); - m_buttonHoveredColor = isDark ? color.lighten(0.1f) : color.darken(0.1f); - m_buttonHoveredForeground = foreground; - m_buttonActivatedColor = isDark ? color.lighten(0.2f) : color.darken(0.2f); - m_buttonActiveForeground = foreground; - } - - void ThemeManager::applyBackgroundColor(Color const& color) { - auto isDark = color.luminance() < 0.5f; - auto foreground = isDark ? Colors::WHITE : Colors::BLACK; - - m_backgroundColor = color; - m_frameBackground = isDark ? color.lighten(0.1f) : color.darken(0.1f); - m_borderColor = color.lighten(0.2f); - m_foregroundColor = foreground; - m_checkboxForegroundColor = foreground; - m_checkboxBackgroundColor = color.lighten(0.1f); - } - - void ThemeManager::setRenderer(RendererType renderer) { - auto& engine = Engine::get(); - if (engine.isInitialized()) { - engine.setRenderer(renderer); - } - m_renderer = renderer; - } - - void ThemeManager::setLayoutMode(imgui::LayoutMode mode) { - if (auto imgui = imgui::ImGuiRenderer::get()) { - geode::log::debug("ThemeManager::setLayoutMode - setting new layout"); - imgui->setLayoutMode(mode); - } - m_layoutMode = mode; - } - - void ThemeManager::setComponentTheme(imgui::ComponentTheme theme) { - if (auto imgui = imgui::ImGuiRenderer::get()) { - imgui->setComponentTheme(theme); - } - m_componentTheme = theme; - } - - void ThemeManager::setSelectedFont(std::string value) { - if (auto imgui = imgui::ImGuiRenderer::get()) { - imgui->getFontManager().setFont(value); - } - m_selectedFont = std::move(value); - } - - void ThemeManager::setSelectedFont(int index) { - auto fonts = getFontNames(); - if (fonts.size() <= index) return; - setSelectedFont(fonts[index]); - } - - std::vector ThemeManager::getFontNames() { - auto fonts = imgui::FontManager::fetchAvailableFonts(); - std::vector result; - result.reserve(fonts.size()); - for (auto& font : fonts) { - result.emplace_back(font.getName()); - } - return result; - } - - void ThemeManager::setFontSize(float value) { - m_fontSize = value; - } - - void ThemeManager::setBlurEnabled(bool value) { - m_enableBlur = value; - blur::toggle(value); - } -} diff --git a/src/modules/gui/theming/manager.hpp b/src/modules/gui/theming/manager.hpp deleted file mode 100644 index 6fbed777..00000000 --- a/src/modules/gui/theming/manager.hpp +++ /dev/null @@ -1,209 +0,0 @@ -#pragma once -#include -#include -#include -#include - -#define PROPERTY_CS(type, member, name) private: type member; \ -public: type get##name() const { return member; } - -#define CR_PROPERTY_CS(type, member, name) private: type member; \ -public: type const& get##name() const { return member; } - -#define PROPERTY(type, member, name) PROPERTY_CS(type, member, name) \ -void set##name(type value) { member = value; } - -#define CR_PROPERTY(type, member, name) CR_PROPERTY_CS(type, member, name) \ -void set##name(type const& value) { member = value; }\ -void set##name(type&& value) { member = std::move(value); } - -#define COLOR_PROPERTY(member, name) CR_PROPERTY(Color, member, name) - -namespace eclipse::gui { - constexpr auto THEME_SCHEMA_VERSION = 1; - - struct ThemeMeta { - std::string name; - std::filesystem::path path; - }; - - /// @brief Holds current theme configuration and manages saving/loading themes. - class ThemeManager { - /// @brief Loads current theme/default values - ThemeManager(); - - /// @brief Sets all values to default ones. Used to ensure nothing is left uninitialized when loading a theme. - void setDefaults(); - - /// === Saving/loading - public: - /// @brief Get the theme manager instance - static ThemeManager* get(); - - /// @brief Reloads the currently selected theme - void reloadTheme(); - - /// @brief Loads a theme from JSON file - /// @return True if load was successful, or False in case an error happened - bool loadTheme(const std::filesystem::path& path); - - /// @brief Saves current theme settings to a JSON file - void saveTheme(const std::filesystem::path& path) const; - - /// @brief Saves current theme to default directory - void saveTheme() const; - - /// @brief Stores theme values to a json object - void applyValues(matjson::Value& json, bool flatten = false) const; - - /// @brief Imports a ZIP file with theme settings and fonts - /// @return True if import was successful, or False in case an error happened - bool importTheme(const std::filesystem::path& path); - - /// @brief Exports a ZIP file with theme settings and fonts - void exportTheme(const std::filesystem::path& path); - - /// === Utils - - /// @brief [ImGui] Gets the actual UI scale (user setting * display ratio) - float getGlobalScale() const; - - /// @brief Tries to read a theme file and gets its name if successful - static std::optional checkTheme(const std::filesystem::path& path); - /// @brief Returns a vector of all available built-in and custom themes - static std::vector listAvailableThemes(); - - /// === Meta-colors - - /// @brief Calculates colors based on the accent color for: - /// m_disabledColor, m_titleBackgroundColor, - /// m_titleForegroundColor, m_checkboxCheckmarkColor, - /// m_buttonBackgroundColor, m_buttonForegroundColor, - /// m_buttonDisabledColor, m_buttonDisabledForeground, - /// m_buttonHoveredColor, m_buttonHoveredForeground, - /// m_buttonActivatedColor, m_buttonActiveForeground - void applyAccentColor(const Color& color); - /// @brief Calculates colors based on the background color for: - /// m_backgroundColor, m_frameBackground, m_borderColor, - /// m_foregroundColor, m_checkboxForegroundColor, m_checkboxBackgroundColor - void applyBackgroundColor(const Color& color); - - /// === Properties - - /// [Meta] Theme name - CR_PROPERTY(std::string, m_themeName, ThemeName) - /// [Meta] Theme description - CR_PROPERTY(std::string, m_themeDescription, ThemeDescription) - /// [Meta] Theme author - CR_PROPERTY(std::string, m_themeAuthor, ThemeAuthor) - /// [Meta] Schema version - CR_PROPERTY(int, m_schemaVersion, SchemaVersion) - - /// Current renderer engine - PROPERTY_CS(RendererType, m_renderer, Renderer) - void setRenderer(RendererType renderer); - - /// [ImGui] Layout mode - PROPERTY_CS(imgui::LayoutMode, m_layoutMode, LayoutMode) - void setLayoutMode(imgui::LayoutMode mode); - /// [ImGui] Component theme - PROPERTY_CS(imgui::ComponentTheme, m_componentTheme, ComponentTheme) - void setComponentTheme(imgui::ComponentTheme theme); - - /// [ImGui] Global UI Scale - PROPERTY(float, m_uiScale, UIScale) - - /// [ImGui] Font file name - CR_PROPERTY_CS(std::string, m_selectedFont, SelectedFont) - void setSelectedFont(std::string value); - void setSelectedFont(int index); - static std::vector getFontNames(); - /// [ImGui] Font size - PROPERTY_CS(float, m_fontSize, FontSize) - void setFontSize(float value); - - /// Frame padding - PROPERTY(float, m_framePadding, FramePadding) - /// Frame rounding in px - PROPERTY(float, m_frameRounding, FrameRounding) - - /// Window margin (also used for stacking distance) - PROPERTY(float, m_windowMargin, WindowMargin) - /// Window rounding in px - PROPERTY(float, m_windowRounding, WindowRounding) - /// Window padding in px - PROPERTY(float, m_windowPadding, WindowPadding) - - /// Vertical spacing between components in px - PROPERTY(float, m_verticalSpacing, VerticalSpacing) - /// Horizontal spacing between components in px - PROPERTY(float, m_horizontalSpacing, HorizontalSpacing) - /// Vertical inner spacing between components in px - PROPERTY(float, m_verticalInnerSpacing, VerticalInnerSpacing) - /// Horizontal inner spacing between components in px - PROPERTY(float, m_horizontalInnerSpacing, HorizontalInnerSpacing) - - /// Indent spacing in px - PROPERTY(float, m_indentSpacing, IndentSpacing) - - /// Border size in px - PROPERTY(float, m_borderSize, BorderSize) - - /// Whether to use blur - PROPERTY_CS(bool, m_enableBlur, BlurEnabled) - void setBlurEnabled(bool value); - /// Blur animation speed - PROPERTY(float, m_blurSpeed, BlurSpeed) - /// Blur intensity - PROPERTY(float, m_blurRadius, BlurRadius) - - /// Window and popup background color - COLOR_PROPERTY(m_backgroundColor, BackgroundColor) - /// Controls background color - COLOR_PROPERTY(m_frameBackground, FrameBackground) - /// Primary text color - COLOR_PROPERTY(m_foregroundColor, ForegroundColor) - /// Disabled text color - COLOR_PROPERTY(m_disabledColor, DisabledColor) - /// Searched text color - COLOR_PROPERTY(m_searchedColor, SearchedColor) - /// Primary border color - COLOR_PROPERTY(m_borderColor, BorderColor) - - /// Title bar background color - COLOR_PROPERTY(m_titleBackgroundColor, TitleBackgroundColor) - /// Title bar foreground color - COLOR_PROPERTY(m_titleForegroundColor, TitleForegroundColor) - - /// Checkbox background color - COLOR_PROPERTY(m_checkboxBackgroundColor, CheckboxBackgroundColor) - /// Checkbox checkmark color - COLOR_PROPERTY(m_checkboxCheckmarkColor, CheckboxCheckmarkColor) - /// Checkbox foreground color - COLOR_PROPERTY(m_checkboxForegroundColor, CheckboxForegroundColor) - - /// Button primary background - COLOR_PROPERTY(m_buttonBackgroundColor, ButtonBackgroundColor) - /// Button primary foreground - COLOR_PROPERTY(m_buttonForegroundColor, ButtonForegroundColor) - - /// Button disabled background - COLOR_PROPERTY(m_buttonDisabledColor, ButtonDisabledBackground) - /// Button disabled foreground - COLOR_PROPERTY(m_buttonDisabledForeground, ButtonDisabledForeground) - - /// Button hovered background - COLOR_PROPERTY(m_buttonHoveredColor, ButtonHoveredBackground) - /// Button hovered foreground - COLOR_PROPERTY(m_buttonHoveredForeground, ButtonHoveredForeground) - - /// Button pressed background - COLOR_PROPERTY(m_buttonActivatedColor, ButtonActivatedBackground) - /// Button pressed foreground - COLOR_PROPERTY(m_buttonActiveForeground, ButtonActivatedForeground) - }; -} - -#undef PROPERTY -#undef CR_PROPERTY -#undef COLOR_PROPERTY diff --git a/src/modules/hack/hack.cpp b/src/modules/hack/hack.cpp deleted file mode 100644 index 96086fe4..00000000 --- a/src/modules/hack/hack.cpp +++ /dev/null @@ -1,148 +0,0 @@ -#include "hack.hpp" - -#include -#include - -namespace eclipse::hack { - static bool s_lateInit = false; - - bool isLateInit() { - return s_lateInit; - } - - std::vector& getHacks() { - static std::vector hacks; - return hacks; - } - - std::vector& getUpdatedHacks() { - static std::vector hacks; - return hacks; - } - - std::vector& getCheatingHacks() { - static std::vector hacks; - return hacks; - } - - void registerHack(HackPtr&& hack) { - getHacks().push_back(hack); - if (s_lateInit) - hack->init(); - } - - WeakHackPtr find(std::string_view id) { - for (auto const& hack : getHacks()) { - if (hack->getId() == id) { - return hack; - } - } - return {}; - } - - void initializeHacks() { - auto& hacks = getHacks(); - - // Sort hacks by priority (and then ID) - std::ranges::sort(hacks, [](auto& a, auto& b) { - if (a->getPriority() == b->getPriority()) { - std::string_view aId = a->getId(); - std::string_view bId = b->getId(); - return aId < bId; - } - - return a->getPriority() < b->getPriority(); - }); - - for (auto const& hack : hacks) - hack->init(); - - s_lateInit = true; - } - - void lateInitializeHacks() { - for (auto const hack : getHacks()) - hack->lateInit(); - } - - void safeHooksAll(geode::utils::StringMap>& hooks) { - for (auto& hookPtr : hooks | std::views::values) { - hookPtr->setPriority(SAFE_HOOK_PRIORITY); - } - } - - void safeHooks( - geode::utils::StringMap>& hooks, std::string_view className, - std::initializer_list funcs - ) { - for (auto hook : funcs) { - auto name = fmt::format("{}::{}", className, hook); - auto it = hooks.find(name); - if (it != hooks.end()) { - it->second->setPriority(SAFE_HOOK_PRIORITY); - } else { - geode::log::warn("Hook '{}' not found in class '{}'", hook, className); - } - } - } - - void firstHooksAll(geode::utils::StringMap>& hooks) { - for (auto& hookPtr : hooks | std::views::values) { - hookPtr->setPriority(FIRST_HOOK_PRIORITY); - } - } - - void firstHooks( - geode::utils::StringMap>& hooks, std::string_view className, - std::initializer_list funcs - ) { - for (auto hook : funcs) { - auto name = fmt::format("{}::{}", className, hook); - auto it = hooks.find(name); - if (it != hooks.end()) { - it->second->setPriority(FIRST_HOOK_PRIORITY); - } else { - geode::log::warn("Hook '{}' not found in class '{}'", hook, className); - } - } - } - - void setupTogglesAll(std::string_view id, geode::utils::StringMap>& hooks) { - auto value = config::get(id, false); - std::vector hookPtrs; - for (auto& hook : hooks | std::views::values) { - hook->setAutoEnable(value); - hookPtrs.push_back(hook.get()); - } - config::addDelegate(id, [hookPtrs = std::move(hookPtrs), id] { - auto value = config::get(id, false); - for (auto hook : hookPtrs) { - (void) hook->toggle(value); - } - }); - } - - void setupToggles( - std::string_view id, geode::utils::StringMap>& hooks, std::string_view className, - std::initializer_list funcs - ) { - auto value = config::get(id, false); - std::vector hookPtrs; - for (auto hook : funcs) { - auto name = fmt::format("{}::{}", className, hook); - auto it = hooks.find(name); - if (it != hooks.end()) { - it->second->setAutoEnable(value); - hookPtrs.push_back(it->second.get()); - } else { - geode::log::warn("Hook '{}' not found in class '{}'", hook, className); - } - } - config::addDelegate(id, [hookPtrs = std::move(hookPtrs), id] { - auto value = config::get(id, false); - for (auto hook : hookPtrs) { - (void) hook->toggle(value); - } - }); - } -} diff --git a/src/modules/hack/hack.hpp b/src/modules/hack/hack.hpp deleted file mode 100644 index 5f009e70..00000000 --- a/src/modules/hack/hack.hpp +++ /dev/null @@ -1,174 +0,0 @@ -#pragma once - -#include -#include - -constexpr int32_t SAFE_HOOK_PRIORITY = 0x500000; -constexpr int32_t FIRST_HOOK_PRIORITY = -0x500000; - -namespace eclipse::hack { - void safeHooksAll(geode::utils::StringMap>& hooks); - void safeHooks( - geode::utils::StringMap>& hooks, - std::string_view className, - std::initializer_list funcs - ); - - void firstHooksAll(geode::utils::StringMap>& hooks); - void firstHooks( - geode::utils::StringMap>& hooks, - std::string_view className, - std::initializer_list funcs - ); - - void setupTogglesAll( - std::string_view id, - geode::utils::StringMap>& hooks - ); - void setupToggles( - std::string_view id, - geode::utils::StringMap>& hooks, - std::string_view className, - std::initializer_list funcs - ); -} - -#define SAFE_SET_PRIO(name, prio) (void) self.setHookPriority(name, prio) - -#define SAFE_PRIORITY(name) SAFE_SET_PRIO(name, SAFE_HOOK_PRIORITY) -#define FIRST_PRIORITY(name) SAFE_SET_PRIO(name, FIRST_HOOK_PRIORITY) - -// Sets specified hooks priority to SAFE_HOOK_PRIORITY -#define SAFE_HOOKS(class, ...) eclipse::hack::safeHooks(self.m_hooks, #class, { __VA_ARGS__ }) - -// Sets all hooks priority to SAFE_HOOK_PRIORITY -#define SAFE_HOOKS_ALL() eclipse::hack::safeHooksAll(self.m_hooks) - -// Sets specified hooks priority to FIRST_HOOK_PRIORITY -#define FIRST_HOOKS(class, ...) eclipse::hack::firstHooks(self.m_hooks, #class, { __VA_ARGS__ }) - -// Sets all hooks priority to FIRST_HOOK_PRIORITY -#define FIRST_HOOKS_ALL() eclipse::hack::firstHooksAll(self.m_hooks) - -// Adds a delegate toggle for specified methods in the modify class -#define HOOKS_TOGGLE(id, class, ...) eclipse::hack::setupToggles(id, self.m_hooks, #class, { __VA_ARGS__ }) - -// Adds a delegate toggle for all hooks in the modify class -#define HOOKS_TOGGLE_ALL(id) eclipse::hack::setupTogglesAll(id, self.m_hooks) - -// Creates an onModify method with hooks set to SAFE_PRIORITY -#define ENABLE_SAFE_HOOKS(class, ...)\ -static void onModify(auto& self) {\ - SAFE_HOOKS(class, __VA_ARGS__);\ -} - -// Creates an onModify method with hooks set to FIRST_PRIORITY -#define ENABLE_FIRST_HOOKS(class, ...)\ -static void onModify(auto& self) {\ - FIRST_HOOKS(class, __VA_ARGS__);\ -} - -// Creates an onModify method which sets all hooks to SAFE_PRIORITY -#define ENABLE_SAFE_HOOKS_ALL()\ -static void onModify(auto& self) {\ - SAFE_HOOKS_ALL();\ -} - -// Creates an onModify method which sets all hooks to FIRST_PRIORITY -#define ENABLE_FIRST_HOOKS_ALL()\ -static void onModify(auto& self) {\ - FIRST_HOOKS_ALL();\ -} - -// Creates an onModify method with all hooks added to delegate listener -#define ADD_HOOKS_DELEGATE(id)\ -static void onModify(auto& self) {\ - HOOKS_TOGGLE_ALL(id);\ -} - -// Creates an onModify method with all hooks added to delegate listener and specific hooks added to SAFE_PRIORITY -#define DELEGATES_AND_SAFE_PRIO(id, class, ...)\ -static void onModify(auto& self) {\ - SAFE_HOOKS(class, __VA_ARGS__);\ - HOOKS_TOGGLE_ALL(id);\ -} - -// Creates an onModify method with all hooks added to delegate listener and added to SAFE_PRIORITY -#define ALL_DELEGATES_AND_SAFE_PRIO(id)\ -static void onModify(auto& self) {\ - SAFE_HOOKS_ALL();\ - HOOKS_TOGGLE_ALL(id);\ -} - -#ifdef GEODE_IS_WINDOWS - #define ECLIPSE_DLL __declspec(dllexport) -#else - #define ECLIPSE_DLL __attribute__((visibility("default"))) -#endif - -namespace eclipse::hack { - /// @brief Base class for all hacks. - class Hack { - public: - virtual ~Hack() = default; - - /// @brief Initializes the hack. Used to add GUI elements. - virtual void init() = 0; - - /// @brief Late initialization. Used to run logic after the game has loaded. - virtual void lateInit() {} - - /// @brief Callback for CCSchedule::update, called every frame. - virtual void update() {} - - /// @brief Check whether the hack should trip the safe mode. - [[nodiscard]] virtual bool isCheating() const { return false; } - - /// @brief Get the hack's ID. (unique identifier) - [[nodiscard]] virtual const char* getId() const = 0; - - /// @brief Get hack's position priority (used for sorting) - [[nodiscard]] virtual int32_t getPriority() const { return 0; } - }; - - using HackPtr = std::shared_ptr; - using WeakHackPtr = std::weak_ptr; - - /// @brief Finds a hack by its ID. - [[nodiscard]] WeakHackPtr find(std::string_view id); - - /// @brief Get all registered hacks. (non-const) - [[nodiscard]] std::vector& getHacks(); - - /// @brief Get hacks that have an update method. - [[nodiscard]] std::vector& getUpdatedHacks(); - - /// @brief Get hacks that have an isCheating method. - [[nodiscard]] std::vector& getCheatingHacks(); - - /// @brief Check if all hacks have already been initialized. - [[nodiscard]] bool isLateInit(); - - /// @brief Initializes all hacks. - void initializeHacks(); - - /// @brief Late initializes all hacks. - void lateInitializeHacks(); - - #define REGISTER_HACK(hackClass) $execute {\ - auto& hacks = eclipse::hack::getHacks();\ - auto hack = std::make_shared();\ - hacks.push_back(hack);\ - if (eclipse::hack::isLateInit()) {\ - hack->init();\ - }\ - if constexpr (!std::is_same_v) {\ - eclipse::hack::getUpdatedHacks().push_back(hack);\ - }\ - if constexpr (!std::is_same_v) {\ - eclipse::hack::getCheatingHacks().push_back(hack);\ - }\ - } - - #define $hack(name) dummy_##name##_hack; struct ECLIPSE_DLL name : eclipse::hack::Hack -} diff --git a/src/modules/i18n/DownloadPopup.cpp b/src/modules/i18n/DownloadPopup.cpp deleted file mode 100644 index 5da4855e..00000000 --- a/src/modules/i18n/DownloadPopup.cpp +++ /dev/null @@ -1,125 +0,0 @@ -#include "DownloadPopup.hpp" - -#include -#include "translations.hpp" - -namespace eclipse::i18n { - bool DownloadPopup::init(std::string charset) { - if (!Popup::init(240.f, 120.f)) { - return false; - } - - this->setID("download-popup"_spr); - m_closeBtn->setVisible(false); - - m_charset = std::move(charset); - - auto label = gui::cocos::TranslatedLabel::create("interface.font-download"); - label->setID("title"_spr); - m_mainLayer->addChildAtPosition(label, geode::Anchor::Top, {0, -20}); - - m_progressLabel = gui::cocos::TranslatedLabel::createRaw("0% (0/6)"); - m_progressLabel->setID("progress-label"_spr); - m_mainLayer->addChildAtPosition(m_progressLabel, geode::Anchor::Center); - - m_progressBarBG = cocos2d::CCSprite::create("slidergroove_02.png"); - m_progressBarBG->setID("progress-bar-bg"_spr); - - m_progressBar = cocos2d::CCSprite::create("sliderBar.png"); - m_progressBar->setID("progress-bar"_spr); - cocos2d::ccTexParams params = {GL_LINEAR, GL_LINEAR, GL_REPEAT, GL_CLAMP_TO_EDGE}; - m_progressBar->getTexture()->setTexParameters(¶ms); - m_progressBar->setAnchorPoint({0, 0}); - m_progressBar->setPosition({2.f, 1.5f}); - m_progressBarBG->addChild(m_progressBar, -1); - m_mainLayer->addChildAtPosition(m_progressBarBG, geode::Anchor::Bottom, {0, 20}); - - m_totalFiles = BitmapFontsExtensions.size(); - this->handleFileDownloaded(); - - return true; - } - - void DownloadPopup::setProgress(float progress) { - m_progressLabel->setString(fmt::format("{:.2f}% ({}/{})", progress * 100, m_filesDownloaded, m_totalFiles)); - m_progressBar->setTextureRect({ - 0, 0, - (m_progressBarBG->getContentWidth() - 4.f) * progress, - m_progressBar->getContentHeight() - }); - } - - void DownloadPopup::startDownloadFile(std::filesystem::path path, std::string url) { - using namespace geode::utils; - - m_listener.spawn( - web::WebRequest() - .onProgress([this](web::WebProgress const& progress) { - auto p = progress.downloadProgress().value_or(0.f); - auto totalProgress = (m_filesDownloaded * 100.f + p) / m_totalFiles; - this->setProgress(totalProgress / 100.f); - }) - .get(std::move(url)), - [this, path = std::move(path)](web::WebResponse response) { - if (!response.ok()) { - this->handleError(response.code()); - return; - } - - auto res = response.into(path); - if (res.isErr()) { - this->handleError(-1); - return; - } - - this->m_filesDownloaded++; - this->handleFileDownloaded(); // begin next download or close - } - ); - } - - - void DownloadPopup::handleFileDownloaded() { - if (m_filesDownloaded >= m_totalFiles) { - return this->onClose(nullptr); - } - - this->setProgress(static_cast(m_filesDownloaded) / m_totalFiles); - - auto ext = BitmapFontsExtensions[m_filesDownloaded]; - auto path = geode::Mod::get()->getConfigDir() / "bmfonts" / GEODE_MOD_ID / fmt::format("font_{}{}", m_charset, ext); - - auto url = fmt::format( - "https://raw.githubusercontent.com/EclipseMenu/EclipseMenu/refs/heads/main/resources/BitmapFonts/{}", - path.filename() - ); - this->startDownloadFile(std::move(path), std::move(url)); - } - - void DownloadPopup::handleError(int code) { - m_progressLabel->setString(i18n::format("interface.font-download-fail", code)); - m_progressLabel->limitLabelWidth(200.f, 1.0f, 0.2f); - m_progressLabel->setPositionY(m_progressLabel->getPositionY() + 5.f); - m_progressBarBG->setVisible(false); - - auto btnSprite = ButtonSprite::create("OK", 120.f, 0, 1.0f, false); - auto btn = CCMenuItemSpriteExtra::create(btnSprite, this, menu_selector(DownloadPopup::onClose)); - btn->setID("button"_spr); - - auto menu = cocos2d::CCMenu::create(); - menu->setID("menu"_spr); - menu->addChild(btn); - menu->alignItemsHorizontallyWithPadding(10.f); - m_mainLayer->addChildAtPosition(menu, geode::Anchor::Bottom, {0, 25}); - } - - DownloadPopup* DownloadPopup::create(std::string charset) { - auto ret = new DownloadPopup(); - if (ret->init(std::move(charset))) { - ret->autorelease(); - return ret; - } - delete ret; - return nullptr; - } -} diff --git a/src/modules/i18n/DownloadPopup.hpp b/src/modules/i18n/DownloadPopup.hpp deleted file mode 100644 index 08557140..00000000 --- a/src/modules/i18n/DownloadPopup.hpp +++ /dev/null @@ -1,32 +0,0 @@ -#pragma once -#include - -namespace eclipse::gui::cocos { - class TranslatedLabel; -} - -namespace eclipse::i18n { - class DownloadPopup : public geode::Popup { - protected: - bool init(std::string charset); - void keyBackClicked() override {} - void keyDown(cocos2d::enumKeyCodes key, double) override {} - - void setProgress(float progress); - void startDownloadFile(std::filesystem::path path, std::string url); - void handleFileDownloaded(); - void handleError(int code); - - std::string m_charset; - int m_filesDownloaded = 0, m_totalFiles = 6; - - gui::cocos::TranslatedLabel* m_progressLabel = nullptr; - cocos2d::CCSprite* m_progressBar = nullptr; - cocos2d::CCSprite* m_progressBarBG = nullptr; - - geode::async::TaskHolder m_listener; - - public: - static DownloadPopup* create(std::string charset); - }; -} diff --git a/src/modules/i18n/translations.cpp b/src/modules/i18n/translations.cpp deleted file mode 100644 index 63fb4af0..00000000 --- a/src/modules/i18n/translations.cpp +++ /dev/null @@ -1,362 +0,0 @@ -#include "translations.hpp" - -#include -#include -#include -#include - -namespace eclipse::i18n { - using Map = geode::utils::StringMap; - Map g_fallback = {{"language-code", "null"}}; - Map g_translations = {{"language-code", "en_US"}, {"language-name", "English"}}; - - geode::ZStringView get(geode::ZStringView key) { - auto it = g_translations.find(key); - if (it != g_translations.end()) { - return it->second; - } - auto fallbackIt = g_fallback.find(key); - if (fallbackIt != g_fallback.end()) { - return fallbackIt->second; - } - return key; - } - - std::string const& get_(geode::ZStringView key) { - auto it = g_translations.find(key); - if (it != g_translations.end()) { - return it->second; - } - auto fallbackIt = g_fallback.find(key); - if (fallbackIt != g_fallback.end()) { - return fallbackIt->second; - } - static std::string keyStr; - keyStr = key; - return keyStr; - } - - static std::string stringExtension(std::filesystem::path const& filename) { - // turns "en_US.lang.json" into "en_US" - auto filenameStr = geode::utils::string::pathToString(filename); - auto pos = filenameStr.find_first_of('.'); - return filenameStr.substr(0, pos); - } - - static void updateLanguageCode(Map& json, std::filesystem::path const& filename) { - json.insert_or_assign("language-code", stringExtension(filename)); - } - - // Dirty hack to refresh constant strings - void refreshStaticArrays() { - labels::alignmentNames[0] = get("labels.alignment.top-left").data(); - labels::alignmentNames[1] = get("labels.alignment.top-center").data(); - labels::alignmentNames[2] = get("labels.alignment.top-right").data(); - labels::alignmentNames[3] = get("labels.alignment.middle-left").data(); - labels::alignmentNames[4] = get("labels.alignment.middle-center").data(); - labels::alignmentNames[5] = get("labels.alignment.middle-right").data(); - labels::alignmentNames[6] = get("labels.alignment.bottom-left").data(); - labels::alignmentNames[7] = get("labels.alignment.bottom-center").data(); - labels::alignmentNames[8] = get("labels.alignment.bottom-right").data(); - - labels::fontAlignmentNames[0] = get("labels.font-alignment.left").data(); - labels::fontAlignmentNames[1] = get("labels.font-alignment.center").data(); - labels::fontAlignmentNames[2] = get("labels.font-alignment.right").data(); - - for (size_t i = 0; i < labels::eventNames.size(); ++i) { - labels::eventNames[i] = get(fmt::format("labels.events.types.{}", i)).data(); - } - - for (size_t i = 0; i < labels::visibleNames.size(); ++i) { - labels::visibleNames[i] = get(fmt::format("labels.events.visible.{}", i)).data(); - } - } - - void loadFallback(std::string_view code) { - auto langs = fetchAvailableLanguages(); - auto it = std::ranges::find_if(langs, [&](auto const& lang) { - return lang.code == code; - }); - - if (it == langs.end()) return; - - auto res = geode::utils::file::readJson(it->path); - if (res.isErr()) return; - - auto res2 = res.unwrap().as(); - if (res2.isErr()) return; - g_fallback = std::move(res2.unwrap()); - updateLanguageCode(g_fallback, it->path.filename()); - } - - bool setLanguage(std::string_view code) { - auto langs = fetchAvailableLanguages(); - auto it = std::ranges::find_if(langs, [&](auto const& lang) { - return lang.code == code; - }); - - if (it == langs.end()) return false; - - auto res = geode::utils::file::readJson(it->path); - if (res.isErr()) return false; - auto map = res.unwrap().as(); - if (map.isErr()) return false; - - g_translations = std::move(map.unwrap()); - updateLanguageCode(g_translations, it->path.filename()); - config::setTemp("language.index", std::distance(langs.begin(), it)); - - // check if current fallback is the same as the new language - if (g_fallback["language-code"] != it->fallback) - loadFallback(it->fallback); - - refreshStaticArrays(); - return true; - } - - void init() { - auto language = config::get("language", DEFAULT_LANGUAGE); - if (!setLanguage(language)) { - // fallback to English - setLanguage(DEFAULT_LANGUAGE); - } - - downloadLanguages(); - } - - inline time_t getLastCheckTimestamp() { - return geode::Mod::get()->getSavedValue("last-language-check", ECLIPSE_TRANSLATION_TIMESTAMP); - } - - inline void setLastCheckTimestamp(time_t timestamp = utils::getTimestamp()) { - geode::Mod::get()->setSavedValue("last-language-check", timestamp); - } - - std::string getCurrentLanguage() { - if (!g_translations.contains("language-code")) { - return DEFAULT_LANGUAGE; - } - return g_translations["language-code"]; - } - - std::optional getLanguageName(std::filesystem::path const& path) { - auto res = geode::utils::file::readJson(path); - if (res.isErr()) return std::nullopt; - auto json = res.unwrap(); - - if (!json.contains("language-name") || !json.contains("language-native")) return std::nullopt; - - auto fallback = json["language-fallback"].asString().unwrapOr(DEFAULT_LANGUAGE); - auto charset = json["language-charset"].asString().unwrapOr("default"); - - return LanguageMetadata{ - json["language-name"].asString().unwrapOrDefault(), - std::string(stringExtension(path.filename())), - std::move(fallback), - std::move(charset), - path - }; - } - - std::vector fetchAvailableLanguages() { - static auto langsPath = geode::Mod::get()->getSaveDir() / "languages"; - static auto fallbackPath = geode::Mod::get()->getResourcesDir(); - - std::vector result; - auto globLangs = [&](std::filesystem::path const& path) { - std::error_code ec; - std::filesystem::create_directories(path, ec); - if (ec) { - geode::log::warn("Failed to create languages directory {}: {}", path, ec.message()); - return; - } - for (auto& entry : std::filesystem::directory_iterator(path, ec)) { - auto filename = geode::utils::string::pathToString(entry.path().filename()); - if (filename.size() < 10 || filename.substr(filename.size() - 10) != ".lang.json") continue; - - auto code = filename.substr(0, filename.size() - 10); - auto name = getLanguageName(entry.path()); - if (!name) continue; - - // filter out duplicates - if (std::ranges::find_if(result, [&](auto const& lang) { - return lang.code == code; - }) != result.end()) continue; - - result.push_back(std::move(*name)); - } - if (ec) { - geode::log::warn("Failed to list languages in {}: {}", path, ec.message()); - } - }; - - globLangs(langsPath); - globLangs(fallbackPath); - - return result; - } - - bool hasBitmapFont(std::string_view font) { - if (font == "default") return true; - - static auto fontsPath = geode::Mod::get()->getConfigDir() / "bmfonts" / GEODE_MOD_ID; - std::error_code ec; - if (!std::filesystem::exists(fontsPath, ec)) - return false; - - if (!std::filesystem::exists(fontsPath / fmt::format("font_{}.fnt", font), ec)) - return false; - - return true; - } - - void downloadLanguage(std::string code) { - static auto langsPath = geode::Mod::get()->getSaveDir() / "languages"; - - using namespace geode::utils; - geode::async::runtime().spawn([](std::string code) -> arc::Future<> { - auto res = co_await web::WebRequest() - .get(fmt::format("https://raw.githubusercontent.com/EclipseMenu/translations/refs/heads/main/translations/{}.lang.json", code)); - - if (!res.ok()) { - co_return; - } - - if (res.data().empty()) { - geode::log::warn("Failed to download language file: {}", code); - co_return; - } - - std::error_code ec; - std::filesystem::create_directories(langsPath, ec); - if (ec) { - geode::log::warn("Failed to create languages directory: {}", ec.message()); - co_return; - } - - auto path = langsPath / fmt::format("{}.lang.json", code); - auto writeRes = res.into(path); - if (writeRes.isErr()) { - geode::log::warn("Failed to save language file: {}", path); - co_return; - } - - geode::log::debug("Downloaded language file: {}", code); - }(std::move(code))); - } - - geode::Result<> handleLanguageMetadata(matjson::Value metadata) { - auto lastCheck = getLastCheckTimestamp(); - - GEODE_UNWRAP_INTO(auto metadataTimestamp, metadata["timestamp"].asUInt()); - if (metadataTimestamp <= lastCheck) return geode::Ok(); - - // languages is an array of locale names - GEODE_UNWRAP_INTO(auto languages, metadata["languages"].asArray()); - for (auto const& lang : languages) { - GEODE_UNWRAP_INTO(auto code, lang.asString()); - downloadLanguage(code); - } - - setLastCheckTimestamp(); - return geode::Ok(); - } - - void downloadLanguages() { - auto lastCheck = getLastCheckTimestamp(); - - // our build timestamp is newer than the last check - if (lastCheck <= ECLIPSE_TRANSLATION_TIMESTAMP) { - // remove local languages (since they are outdated) - geode::log::info("Removing outdated languages..."); - static auto langsPath = geode::Mod::get()->getSaveDir() / "languages"; - std::error_code ec; - std::filesystem::remove_all(langsPath, ec); - if (ec) { - geode::log::warn("Failed to remove languages directory: {}", ec.message().c_str()); - } - setLastCheckTimestamp(); - return; - } - - // perform a check once per day - auto now = utils::getTimestamp(); - constexpr auto day = 24 * 60 * 60; - if (now - lastCheck < day) return; - - geode::log::info("Checking for language updates..."); - - using namespace geode::utils; - geode::async::runtime().spawn([]() -> arc::Future<> { - auto res = co_await web::WebRequest() - .get("https://raw.githubusercontent.com/EclipseMenu/translations/refs/heads/metadata/metadata.json"); - - if (!res.ok()) { - co_return; - } - - auto jsonRes = res.json(); - if (jsonRes.isErr()) { - geode::log::warn("Failed to parse language metadata"); - co_return; - } - - (void) handleLanguageMetadata(std::move(jsonRes).unwrap()); - }()); - } - - size_t getLanguageIndex() { - auto langs = fetchAvailableLanguages(); - auto it = std::ranges::find_if(langs, [&](auto const& lang) { - return lang.code == config::get("language", DEFAULT_LANGUAGE); - }); - - if (it == langs.end()) return 0; - return std::distance(langs.begin(), it); - } - - bool operator&(GlyphRange lhs, GlyphRange rhs) { - return static_cast(lhs) & static_cast(rhs); - } - - GlyphRange getRequiredGlyphRanges() { - auto it = g_translations.find("language-charset"); - if (it == g_translations.end()) { - return GlyphRange::Default; - } - - auto& charset = it->second; - if (charset == "greek") return GlyphRange::Greek; - if (charset == "korean") return GlyphRange::Korean; - if (charset == "japanese") return GlyphRange::Japanese; - if (charset == "chinese-full") return GlyphRange::ChineseFull; - if (charset == "chinese-simplified") return GlyphRange::ChineseSimplified; - if (charset == "cyrillic") return GlyphRange::Cyrillic; - if (charset == "thai") return GlyphRange::Thai; - if (charset == "vietnamese") return GlyphRange::Vietnamese; - - return GlyphRange::Default; - } - - std::string_view getRequiredGlyphRangesString() { - auto it = g_translations.find("language-charset"); - if (it == g_translations.end()) { - return "default"; - } - return it->second; - } - - std::vector getAvailableLanguages() { - auto langNames = fetchAvailableLanguages(); - auto currentLang = getCurrentLanguage(); - std::vector langNamesVec; - for (const auto& lang : langNames) { - if (lang.code == currentLang) { - langNamesVec.push_back(fmt::format("{} ({})", i18n::get("language-native"), lang.code)); - continue; - } - langNamesVec.push_back(fmt::format("{} ({})", lang.name, lang.code)); - } - return langNamesVec; - } -} diff --git a/src/modules/i18n/translations.hpp b/src/modules/i18n/translations.hpp deleted file mode 100644 index 51fc5797..00000000 --- a/src/modules/i18n/translations.hpp +++ /dev/null @@ -1,78 +0,0 @@ -#pragma once -#include - -namespace eclipse::i18n { - struct LanguageMetadata { - std::string name; - std::string code; - std::string fallback; - std::string charset; - std::filesystem::path path; - }; - - constexpr auto DEFAULT_LANGUAGE = "en_US"; - - /// @brief Get a translation for the specified key. - geode::ZStringView get(geode::ZStringView key); - - /// @brief Get a translation for the specified key. (std::string version) - std::string const& get_(geode::ZStringView key); - - /// @brief Format a translation with the specified arguments. - /// Note: use numbers in the format string to specify the argument index. - template - std::string format(geode::ZStringView key, Args&&... args) { - return fmt::format(fmt::runtime(get(key).view()), std::forward(args)...); - } - - /// @brief Loads translations from the specified language file. - bool setLanguage(std::string_view code); - - /// @brief Load saved language (or reset to default). - void init(); - - /// @brief Get the currently selected language code. - std::string getCurrentLanguage(); - - /// @brief Fetch all currently available languages. - std::vector fetchAvailableLanguages(); - - constexpr std::array BitmapFontsExtensions = { - ".fnt", ".png", - "-hd.fnt", "-hd.png", - "-uhd.fnt", "-uhd.png" - }; - - /// @brief Check if bitmap fonts are installed for the specified font. - bool hasBitmapFont(std::string_view font); - - /// @brief Redownload all language files from the server. - /// Makes sure translations are up-to-date. (does a check once per day) - void downloadLanguages(); - - /// @brief Get the index of the currently selected language. - size_t getLanguageIndex(); - - enum class GlyphRange : uint8_t { - Default = 0, - Greek = 1 << 0, - Korean = 1 << 1, - Japanese = 1 << 2, - ChineseFull = 1 << 3, - ChineseSimplified = 1 << 4, - Cyrillic = 1 << 5, - Thai = 1 << 6, - Vietnamese = 1 << 7 - }; - - bool operator&(GlyphRange lhs, GlyphRange rhs); - - /// @brief Get the required glyph ranges for the current language. - GlyphRange getRequiredGlyphRanges(); - - /// @brief Get the required glyph ranges for the current language as a string. - std::string_view getRequiredGlyphRangesString(); - - /// @brief Get a list of names of all available languages. - std::vector getAvailableLanguages(); -} diff --git a/src/modules/keybinds/keyboard.cpp b/src/modules/keybinds/keyboard.cpp deleted file mode 100644 index 66c3c1c9..00000000 --- a/src/modules/keybinds/keyboard.cpp +++ /dev/null @@ -1,203 +0,0 @@ -#include -#include -#include - -#include -#include -#include - -using namespace geode::prelude; - -namespace eclipse::keybinds { - static Keys convertCocosKey(enumKeyCodes key) { - switch (key) { - case KEY_A: return Keys::A; - case KEY_B: return Keys::B; - case KEY_C: return Keys::C; - case KEY_D: return Keys::D; - case KEY_E: return Keys::E; - case KEY_F: return Keys::F; - case KEY_G: return Keys::G; - case KEY_H: return Keys::H; - case KEY_I: return Keys::I; - case KEY_J: return Keys::J; - case KEY_K: return Keys::K; - case KEY_L: return Keys::L; - case KEY_M: return Keys::M; - case KEY_N: return Keys::N; - case KEY_O: return Keys::O; - case KEY_P: return Keys::P; - case KEY_Q: return Keys::Q; - case KEY_R: return Keys::R; - case KEY_S: return Keys::S; - case KEY_T: return Keys::T; - case KEY_U: return Keys::U; - case KEY_V: return Keys::V; - case KEY_W: return Keys::W; - case KEY_X: return Keys::X; - case KEY_Y: return Keys::Y; - case KEY_Z: return Keys::Z; - case KEY_Space: return Keys::Space; - case KEY_Apostrophe: return Keys::Apostrophe; - case KEY_OEMComma: return Keys::Comma; - case KEY_OEMMinus: return Keys::Minus; - case KEY_OEMPeriod: return Keys::Period; - case KEY_Slash: return Keys::Slash; - case KEY_Semicolon: return Keys::Semicolon; - case KEY_Equal: return Keys::Equal; - case KEY_LeftBracket: return Keys::LeftBracket; - case KEY_Backslash: return Keys::Backslash; - case KEY_RightBracket: return Keys::RightBracket; - case KEY_GraveAccent: return Keys::GraveAccent; - case KEY_World1: return Keys::World1; - case KEY_World2: return Keys::World2; - case KEY_Zero: return Keys::Num0; - case KEY_One: return Keys::Num1; - case KEY_Two: return Keys::Num2; - case KEY_Three: return Keys::Num3; - case KEY_Four: return Keys::Num4; - case KEY_Five: return Keys::Num5; - case KEY_Six: return Keys::Num6; - case KEY_Seven: return Keys::Num7; - case KEY_Eight: return Keys::Num8; - case KEY_Nine: return Keys::Num9; - case KEY_F1: return Keys::F1; - case KEY_F2: return Keys::F2; - case KEY_F3: return Keys::F3; - case KEY_F4: return Keys::F4; - case KEY_F5: return Keys::F5; - case KEY_F6: return Keys::F6; - case KEY_F7: return Keys::F7; - case KEY_F8: return Keys::F8; - case KEY_F9: return Keys::F9; - case KEY_F10: return Keys::F10; - case KEY_F11: return Keys::F11; - case KEY_F12: return Keys::F12; - case KEY_F13: return Keys::F13; - case KEY_F14: return Keys::F14; - case KEY_F15: return Keys::F15; - case KEY_F16: return Keys::F16; - case KEY_F17: return Keys::F17; - case KEY_F18: return Keys::F18; - case KEY_F19: return Keys::F19; - case KEY_F20: return Keys::F20; - case KEY_F21: return Keys::F21; - case KEY_F22: return Keys::F22; - case KEY_F23: return Keys::F23; - case KEY_F24: return Keys::F24; - case KEY_NumPad0: return Keys::NumPad0; - case KEY_NumPad1: return Keys::NumPad1; - case KEY_NumPad2: return Keys::NumPad2; - case KEY_NumPad3: return Keys::NumPad3; - case KEY_NumPad4: return Keys::NumPad4; - case KEY_NumPad5: return Keys::NumPad5; - case KEY_NumPad6: return Keys::NumPad6; - case KEY_NumPad7: return Keys::NumPad7; - case KEY_NumPad8: return Keys::NumPad8; - case KEY_NumPad9: return Keys::NumPad9; - case KEY_Decimal: return Keys::NumPadDecimal; - case KEY_Divide: return Keys::NumPadDivide; - case KEY_Multiply: return Keys::NumPadMultiply; - case KEY_Subtract: return Keys::NumPadSubtract; - case KEY_Add: return Keys::NumPadAdd; - case KEY_NumEnter: return Keys::NumPadEnter; - case KEY_OEMEqual: return Keys::NumPadEqual; - case KEY_ApplicationsKey: return Keys::Menu; - case KEY_Escape: return Keys::Escape; - case KEY_Enter: return Keys::Enter; - case KEY_Tab: return Keys::Tab; - case KEY_Backspace: return Keys::Backspace; - case KEY_Insert: return Keys::Insert; - case KEY_Delete: return Keys::Delete; - case KEY_Home: return Keys::Home; - case KEY_End: return Keys::End; - case KEY_PageUp: return Keys::PageUp; - case KEY_PageDown: return Keys::PageDown; - case KEY_CapsLock: return Keys::CapsLock; - case KEY_ScrollLock: return Keys::ScrollLock; - case KEY_Numlock: return Keys::NumLock; - case KEY_PrintScreen: return Keys::PrintScreen; - case KEY_Pause: return Keys::Pause; - case KEY_Up: return Keys::Up; - case KEY_Down: return Keys::Down; - case KEY_Left: return Keys::Left; - case KEY_Right: return Keys::Right; - case KEY_LeftShift: return Keys::LeftShift; - case KEY_LeftControl: return Keys::LeftControl; - case KEY_LeftMenu: return Keys::LeftAlt; - case KEY_LeftWindowsKey: return Keys::LeftSuper; - case KEY_RightShift: return Keys::RightShift; - case KEY_RightControl: return Keys::RightControl; - case KEY_RightMenu: return Keys::RightAlt; - case KEY_RightWindowsKey: return Keys::RightSuper; - case CONTROLLER_A: return Keys::GamepadButtonA; - case CONTROLLER_B: return Keys::GamepadButtonB; - case CONTROLLER_X: return Keys::GamepadButtonX; - case CONTROLLER_Y: return Keys::GamepadButtonY; - case CONTROLLER_LB: return Keys::GamepadButtonLeftBumper; - case CONTROLLER_RB: return Keys::GamepadButtonRightBumper; - case CONTROLLER_LT: return Keys::GamepadButtonLeftTrigger; - case CONTROLLER_RT: return Keys::GamepadButtonRightTrigger; - case CONTROLLER_Back: return Keys::GamepadButtonBack; - case CONTROLLER_Start: return Keys::GamepadButtonStart; - case CONTROLLER_Up: return Keys::GamepadButtonUp; - case CONTROLLER_Down: return Keys::GamepadButtonDown; - case CONTROLLER_Left: return Keys::GamepadButtonLeft; - case CONTROLLER_Right: return Keys::GamepadButtonRight; - default: return Keys::Unknown; - } - } - - static Keys convertMouseKey(MouseInputData::Button button) { - using enum MouseInputData::Button; - switch (button) { - case Left: return Keys::MouseLeft; - case Right: return Keys::MouseRight; - case Middle: return Keys::MouseMiddle; - case Button4: return Keys::MouseButton4; - case Button5: return Keys::MouseButton5; - default: return Keys::None; - } - } - - $execute { - KeyboardInputEvent().listen([](KeyboardInputData& event) { - auto manager = Manager::get(); - switch (event.action) { - case KeyboardInputData::Action::Press: - manager->registerKeyPress({ - .timestamp = event.timestamp, - .props = {convertCocosKey(event.key), event.modifiers}, - .down = true - }); - break; - case KeyboardInputData::Action::Release: - manager->registerKeyRelease({ - .timestamp = event.timestamp, - .props = {convertCocosKey(event.key), event.modifiers}, - .down = false - }); - break; - case KeyboardInputData::Action::Repeat: - break; - } - return ListenerResult::Propagate; - }, -1).leak(); - - MouseInputEvent().listen([](MouseInputData& event) { - if (event.button != MouseInputData::Button::Left && gui::Engine::getRendererType() == gui::RendererType::ImGui) { - ImGui::GetIO().AddMouseButtonEvent( - static_cast(event.button), - event.action == MouseInputData::Action::Press - ); - } - - Manager::get()->registerKeyRelease({ - .timestamp = event.timestamp, - .props = {convertMouseKey(event.button), event.modifiers}, - .down = event.action == MouseInputData::Action::Press - }); - return ListenerResult::Propagate; - }).leak(); - } -} \ No newline at end of file diff --git a/src/modules/keybinds/manager.cpp b/src/modules/keybinds/manager.cpp deleted file mode 100644 index 5c29cd1b..00000000 --- a/src/modules/keybinds/manager.cpp +++ /dev/null @@ -1,473 +0,0 @@ -#include "manager.hpp" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef GEODE_IS_WINDOWS -#include -#else -#include -#endif - -using namespace geode::prelude; - -namespace eclipse::keybinds { - Keys& operator++(Keys& key) { - key = static_cast(static_cast(key) + 1); - return key; - } - - Keys operator++(Keys& key, int) { - Keys result = key; - ++key; - return result; - } - - static ZStringView keyToString(Keys key) { - static std::unordered_map const names = { - { Keys::None, "-" }, - - { Keys::A, "A" }, { Keys::B, "B" }, { Keys::C, "C" }, { Keys::D, "D" }, - { Keys::E, "E" }, { Keys::F, "F" }, { Keys::G, "G" }, { Keys::H, "H" }, - { Keys::I, "I" }, { Keys::J, "J" }, { Keys::K, "K" }, { Keys::L, "L" }, - { Keys::M, "M" }, { Keys::N, "N" }, { Keys::O, "O" }, { Keys::P, "P" }, - { Keys::Q, "Q" }, { Keys::R, "R" }, { Keys::S, "S" }, { Keys::T, "T" }, - { Keys::U, "U" }, { Keys::V, "V" }, { Keys::W, "W" }, { Keys::X, "X" }, - { Keys::Y, "Y" }, { Keys::Z, "Z" }, - - { Keys::Space, "Space" }, { Keys::Apostrophe, "'" }, { Keys::Comma, "," }, - { Keys::Minus, "-" }, { Keys::Period, "." }, { Keys::Slash, "/" }, { Keys::Semicolon, ";" }, - { Keys::Equal, "=" }, { Keys::LeftBracket, "[" }, { Keys::Backslash, "\\" }, - { Keys::RightBracket, "]" }, { Keys::GraveAccent, "`" }, { Keys::World1, "World1" }, - { Keys::World2, "World2" }, - - { Keys::Num0, "0" }, { Keys::Num1, "1" }, { Keys::Num2, "2" }, { Keys::Num3, "3" }, - { Keys::Num4, "4" }, { Keys::Num5, "5" }, { Keys::Num6, "6" }, { Keys::Num7, "7" }, - { Keys::Num8, "8" }, { Keys::Num9, "9" }, - - { Keys::F1, "F1" }, { Keys::F2, "F2" }, { Keys::F3, "F3" }, { Keys::F4, "F4" }, - { Keys::F5, "F5" }, { Keys::F6, "F6" }, { Keys::F7, "F7" }, { Keys::F8, "F8" }, - { Keys::F9, "F9" }, { Keys::F10, "F10" }, { Keys::F11, "F11" }, { Keys::F12, "F12" }, - { Keys::F13, "F13" }, { Keys::F14, "F14" }, { Keys::F15, "F15" }, { Keys::F16, "F16" }, - { Keys::F17, "F17" }, { Keys::F18, "F18" }, { Keys::F19, "F19" }, { Keys::F20, "F20" }, - { Keys::F21, "F21" }, { Keys::F22, "F22" }, { Keys::F23, "F23" }, { Keys::F24, "F24" }, - { Keys::F25, "F25" }, - - { Keys::NumPad0, "Num 0" }, { Keys::NumPad1, "Num 1" }, { Keys::NumPad2, "Num 2" }, - { Keys::NumPad3, "Num 3" }, { Keys::NumPad4, "Num 4" }, { Keys::NumPad5, "Num 5" }, - { Keys::NumPad6, "Num 6" }, { Keys::NumPad7, "Num 7" }, { Keys::NumPad8, "Num 8" }, - { Keys::NumPad9, "Num 9" }, { Keys::NumPadDecimal, "Num ." }, { Keys::NumPadDivide, "Num /" }, - { Keys::NumPadMultiply, "Num *" }, { Keys::NumPadSubtract, "Num -" }, { Keys::NumPadAdd, "Num +" }, - { Keys::NumPadEnter, "Num Enter" }, { Keys::NumPadEqual, "Num =" }, - - { Keys::Menu, "Menu" }, { Keys::Escape, "Escape" }, { Keys::Enter, "Enter" }, { Keys::Tab, "Tab" }, - { Keys::Backspace, "Backspace" }, { Keys::Insert, "Insert" }, { Keys::Delete, "Delete" }, - { Keys::Home, "Home" }, { Keys::End, "End" }, { Keys::PageUp, "Page Up" }, { Keys::PageDown, "Page Down" }, - { Keys::CapsLock, "Caps Lock" }, { Keys::ScrollLock, "Scroll Lock" }, { Keys::NumLock, "Num Lock" }, - { Keys::PrintScreen, "Print Screen" }, { Keys::Pause, "Pause" }, - - { Keys::Up, "Up" }, { Keys::Down, "Down" }, { Keys::Left, "Left" }, { Keys::Right, "Right" }, - - { Keys::LeftShift, "Shift" }, { Keys::LeftControl, "Ctrl" }, { Keys::LeftAlt, "Alt" }, { Keys::LeftSuper, GEODE_WINDOWS("Win") GEODE_MACOS("Command") GEODE_ANDROID("Super") GEODE_IOS("Command") }, - { Keys::RightShift, "RShift" }, { Keys::RightControl, "RCtrl" }, { Keys::RightAlt, "RAlt" }, { Keys::RightSuper, GEODE_WINDOWS("RWin") GEODE_MACOS("RCommand") GEODE_ANDROID("RSuper") GEODE_IOS("RCommand") }, - - { Keys::MouseLeft, "LMB" }, { Keys::MouseRight, "RMB" }, { Keys::MouseMiddle, "MMB" }, - { Keys::MouseButton4, "Mouse 4" }, { Keys::MouseButton5, "Mouse 5" }, - - { Keys::GamepadButtonA, "Gamepad A" }, { Keys::GamepadButtonB, "Gamepad B" }, - { Keys::GamepadButtonX, "Gamepad X" }, { Keys::GamepadButtonY, "Gamepad Y" }, - { Keys::GamepadButtonUp, "Gamepad Up" }, { Keys::GamepadButtonDown, "Gamepad Down" }, - { Keys::GamepadButtonLeft, "Gamepad Left" }, { Keys::GamepadButtonRight, "Gamepad Right" }, - { Keys::GamepadButtonLeftBumper, "Gamepad LB" }, { Keys::GamepadButtonRightBumper, "Gamepad RB" }, - { Keys::GamepadButtonLeftTrigger, "Gamepad LT" }, { Keys::GamepadButtonRightTrigger, "Gamepad RT" }, - { Keys::GamepadButtonBack, "Gamepad Back" }, { Keys::GamepadButtonStart, "Gamepad Start" }, - - { Keys::MenuKey, "Menu Key" }, { Keys::LastKey, "Last Key" }, - { Keys::Unknown, "Unknown" } - }; - if (auto it = names.find(key); it != names.end()) { - return it->second; - } - return names.at(Keys::Unknown); - } - - static std::map s_keybindComponents; - static gui::LabelComponent* s_hintLabel; - - void updateHintLabel() { - if (!s_hintLabel) return; - auto& components = gui::MenuTab::find("tab.keybinds")->getComponents(); - s_hintLabel->setText( - components.size() <= 3 ? i18n::get_("keybinds.hint") : "" - ); - - // if in cocos ui, refresh the page - if (auto cocos = gui::cocos::CocosRenderer::get()) { - if (cocos->getSelectedTab() == "tab.keybinds") { - cocos->refreshPage(); - } - } - } - - Manager* Manager::get() { - static Manager instance; - return &instance; - } - - inline KeybindProps getCfgKeyInternal(std::string_view id) { - return config::get(id, Keys::None); - } - - inline KeybindProps getCfgKey(std::string_view id) { - return config::get(fmt::format("keybind.{}.key", id), Keys::None); - } - - inline bool getCfgState(std::string_view id) { - return config::get(fmt::format("keybind.{}.active", id), false); - } - - Keybind& Manager::registerKeybindInternal( - std::string id, std::string title, Function&& callback, bool internal - ) { - // check if this id already exists - for (auto& keybind : m_keybinds) { - if (keybind.getId() == id) { - return keybind; - } - } - - m_keybinds.emplace_back(Keys::None, std::move(id), std::move(title), std::move(callback), internal); - auto& keybind = m_keybinds.back(); - if (internal) { - keybind.setKey(getCfgKeyInternal(keybind.getId())); - this->setKeybindState(id, true); - } else if (m_initialized) { - keybind.setKey(getCfgKey(keybind.getId())); - this->setKeybindState(keybind.getId(), getCfgState(keybind.getId())); - } - - return keybind; - } - - Keybind& Manager::registerKeybind( - std::string id, std::string title, Function&& callback - ) { - return this->registerKeybindInternal(std::move(id), std::move(title), std::move(callback), false); - } - - Keybind& Manager::addListener(std::string id, Function&& callback) { - std::string title = id; - return this->registerKeybindInternal(std::move(id), std::move(title), std::move(callback), true); - } - - void Manager::registerGlobalListener(Function&& callback) { - m_globalListeners.push_back(std::move(callback)); - } - - bool Manager::unregisterKeybind(std::string const& id) { - for (auto it = m_keybinds.begin(); it != m_keybinds.end(); ++it) { - if (it->getId() == id) { - // apply disabled state to process the GUI - this->setKeybindState(id, false); - - // then delete the keybind from the config - m_keybinds.erase(it); - return true; - } - } - return false; - } - - void Manager::init() { - setupTab(); - - for (auto& keybind : m_keybinds) { - if (!keybind.isInternal()) { - keybind.setKey(getCfgKey(keybind.getId())); - this->setKeybindState(keybind.getId(), getCfgState(keybind.getId())); - } - } - - m_initialized = true; - } - - void Manager::update() { - for (auto& [key, state] : m_keyStates) { - m_lastKeyStates.insert_or_assign(key, state); - } - } - - void Manager::setKeybindState(std::string_view id, bool state) { - for (auto& keybind : m_keybinds) { - if (keybind.getId() == id) { - keybind.setInitialized(state); - if (!state) { - config::erase(fmt::format("keybind.{}.active", id)); - } else { - config::set(fmt::format("keybind.{}.active", id), state); - } - - // do not update GUI on mobile - #ifndef GEODE_IS_MOBILE - if (keybind.isInternal()) return; - - auto idStr = std::string(id); - gui::Engine::queueAfterDrawing( - [idStr = std::move(idStr), state, &keybind] { - auto tab = gui::MenuTab::find("tab.keybinds"); - if (state) { - // Add the keybind to the GUI - auto keybindComponent = tab->addKeybind( - keybind.getTitle(), fmt::format("keybind.{}.key", idStr), true - ); - keybindComponent->callback( - [tab, keybindComponent, idStr](KeybindProps key) { - auto keybind = Manager::get()->getKeybind(idStr); - - if (!keybind.has_value()) return; - - auto& keybindRef = keybind->get(); - - if (key == Keys::None) { - config::erase(fmt::format("keybind.{}.active", idStr)); - keybindRef.setInitialized(false); - gui::Engine::queueAfterDrawing( - [tab, keybindComponent] { - tab->removeComponent(keybindComponent); - updateHintLabel(); - } - ); - } - - keybindRef.setKey(key); - } - ); - - s_keybindComponents[idStr] = keybindComponent; - } else { - // Reset the keybind to None - config::erase(fmt::format("keybind.{}.key", idStr)); - - // Remove the keybind from the GUI - if (auto keybindComponent = s_keybindComponents[idStr]; keybindComponent) { - tab->removeComponent(keybindComponent); - } - } - - updateHintLabel(); - } - ); - - return; - #endif - } - } - - geode::log::warn("Keybind with ID '{}' not found", id); - } - - inline bool shouldIgnoreInputs() { - // Ignore if imgui is capturing inputs or if the keyboard is being used - if (gui::imgui::ImGuiRenderer::get() && ImGui::GetIO().WantTextInput) - return true; - - // Ignore if the keyboard is being used - if (utils::get()->hasDelegate()) - return true; - - return false; - } - - void Manager::registerKeyPress(KeyEvent key) { - m_keyStates[key.props.key] = true; - for (auto& listener : m_globalListeners) { - if (listener(key)) { - return; - } - } - - auto menuToggle = getKeybind("menu.toggle"); - if (menuToggle && key.props == menuToggle.value().get().getKey()) { - menuToggle.value().get().execute(key); - return; - } - - if (shouldIgnoreInputs()) return; - - bool ignoreInPlayLayer = !utils::get() && config::get("keybind.in-game-only", false); - - for (auto& keybind : m_keybinds) { - auto bindKey = keybind.getKey(); - bool matches = bindKey == key.props; - - if (!matches && (bindKey.key == Keys::LeftShift || bindKey.key == Keys::RightShift || - bindKey.key == Keys::LeftControl || bindKey.key == Keys::RightControl || - bindKey.key == Keys::LeftAlt || bindKey.key == Keys::RightAlt || - bindKey.key == Keys::LeftSuper || bindKey.key == Keys::RightSuper)) { - if (bindKey.key == key.props.key) { - auto expectedMods = bindKey.mods; - auto pressedMods = key.props.mods; - matches = (expectedMods & pressedMods) == expectedMods; - } - } - - if (matches && (keybind.isInitialized() || keybind.isInternal())) { - if (ignoreInPlayLayer && !keybind.isInternal()) continue; - keybind.execute(key); - } - } - } - - std::optional> Manager::getKeybind(std::string_view id) { - for (auto& keybind : m_keybinds) { - if (keybind.getId() == id) return keybind; - } - - return {}; - } - - void Manager::registerKeyRelease(KeyEvent key) { - m_keyStates[key.props.key] = false; - for (auto& listener : m_globalListeners) { - if (listener(key)) { - return; - } - } - - auto menuToggle = getKeybind("menu.toggle"); - if (menuToggle && key.props == menuToggle.value().get().getKey()) { - return; // on release, we don't want to toggle the menu - } - - if (shouldIgnoreInputs()) return; - - bool ignoreInPlayLayer = !utils::get() && config::get("keybind.in-game-only", false); - - for (auto& keybind : m_keybinds) { - if (keybind.getKey() == key.props && (keybind.isInitialized() || keybind.isInternal())) { - if (ignoreInPlayLayer && !keybind.isInternal()) continue; - keybind.execute(key); - } - } - } - - std::string keyToString(KeybindProps key) { - StringBuffer<> buffer; - - #ifdef GEODE_IS_WINDOWS - if (key.key != Keys::LeftControl && key.key != Keys::RightControl && static_cast(key.mods) & KeyboardModifier::Control) buffer.append("Ctrl+"); - if (key.key != Keys::LeftAlt && key.key != Keys::RightAlt && static_cast(key.mods) & KeyboardModifier::Alt) buffer.append("Alt+"); - if (key.key != Keys::LeftShift && key.key != Keys::RightShift && static_cast(key.mods) & KeyboardModifier::Shift) buffer.append("Shift+"); - if (key.key != Keys::LeftAlt && key.key != Keys::RightAlt && static_cast(key.mods) & KeyboardModifier::Super) buffer.append("Win+"); - #elif defined(GEODE_IS_MACOS) - if (key.key != Keys::LeftControl && key.key != Keys::RightControl && static_cast(key.mods) & KeyboardModifier::Control) buffer.append("Control+"); - if (key.key != Keys::LeftAlt && key.key != Keys::RightAlt && static_cast(key.mods) & KeyboardModifier::Alt) buffer.append("Option+"); - if (key.key != Keys::LeftShift && key.key != Keys::RightShift && static_cast(key.mods) & KeyboardModifier::Shift) buffer.append("Shift+"); - if (key.key != Keys::LeftSuper && key.key != Keys::RightSuper && static_cast(key.mods) & KeyboardModifier::Super) buffer.append("Command+"); - #else - if (key.key != Keys::LeftControl && key.key != Keys::RightControl && static_cast(key.mods) & KeyboardModifier::Control) buffer.append("Ctrl+"); - if (key.key != Keys::LeftAlt && key.key != Keys::RightAlt && static_cast(key.mods) & KeyboardModifier::Alt) buffer.append("Alt+"); - if (key.key != Keys::LeftShift && key.key != Keys::RightShift && static_cast(key.mods) & KeyboardModifier::Shift) buffer.append("Shift+"); - if (key.key != Keys::LeftSuper && key.key != Keys::RightSuper && static_cast(key.mods) & KeyboardModifier::Super) buffer.append("Super+"); - #endif - - buffer.append(keyToString(key.key)); - return buffer.str(); - } - - bool isKeyDown(Keys key) { - auto manager = Manager::get(); - return manager->m_keyStates[key]; - } - - bool isKeyDown(KeybindProps key) { - auto manager = Manager::get(); - bool down = manager->m_keyStates[key.key]; - if (static_cast(key.mods) & KeyboardModifier::Control) down &= (manager->m_keyStates[Keys::LeftControl] || manager->m_keyStates[Keys::RightControl]); - if (static_cast(key.mods) & KeyboardModifier::Alt) down &= (manager->m_keyStates[Keys::LeftAlt] || manager->m_keyStates[Keys::RightAlt]); - if (static_cast(key.mods) & KeyboardModifier::Shift) down &= (manager->m_keyStates[Keys::LeftShift] || manager->m_keyStates[Keys::RightShift]); - if (static_cast(key.mods) & KeyboardModifier::Super) down &= (manager->m_keyStates[Keys::LeftSuper] || manager->m_keyStates[Keys::RightSuper]); - return down; - } - - bool isKeyPressed(Keys key) { - auto manager = Manager::get(); - - if (manager->m_keyStates[key] ^ manager->m_lastKeyStates[key]) - return manager->m_keyStates[key]; - - return false; - } - - bool isKeyPressed(KeybindProps key) { - auto manager = Manager::get(); - bool pressed = manager->m_keyStates[key.key] && !manager->m_lastKeyStates[key.key]; - if (static_cast(key.mods) & KeyboardModifier::Control) pressed &= (manager->m_keyStates[Keys::LeftControl] || manager->m_keyStates[Keys::RightControl]); - if (static_cast(key.mods) & KeyboardModifier::Alt) pressed &= (manager->m_keyStates[Keys::LeftAlt] || manager->m_keyStates[Keys::RightAlt]); - if (static_cast(key.mods) & KeyboardModifier::Shift) pressed &= (manager->m_keyStates[Keys::LeftShift] || manager->m_keyStates[Keys::RightShift]); - if (static_cast(key.mods) & KeyboardModifier::Super) pressed &= (manager->m_keyStates[Keys::LeftSuper] || manager->m_keyStates[Keys::RightSuper]); - return pressed; - } - - bool isKeyReleased(Keys key) { - auto manager = Manager::get(); - - if (manager->m_keyStates[key] ^ manager->m_lastKeyStates[key]) - return !manager->m_keyStates[key]; - - return false; - } - - bool isKeyReleased(KeybindProps key) { - auto manager = Manager::get(); - bool released = !manager->m_keyStates[key.key] && manager->m_lastKeyStates[key.key]; - if (static_cast(key.mods) & KeyboardModifier::Control) released &= (manager->m_keyStates[Keys::LeftControl] || manager->m_keyStates[Keys::RightControl]); - if (static_cast(key.mods) & KeyboardModifier::Alt) released &= (manager->m_keyStates[Keys::LeftAlt] || manager->m_keyStates[Keys::RightAlt]); - if (static_cast(key.mods) & KeyboardModifier::Shift) released &= (manager->m_keyStates[Keys::LeftShift] || manager->m_keyStates[Keys::RightShift]); - if (static_cast(key.mods) & KeyboardModifier::Super) released &= (manager->m_keyStates[Keys::LeftSuper] || manager->m_keyStates[Keys::RightSuper]); - return released; - } - - KeyboardModifier getCurrentModifiers() { - KeyboardModifier mods = KeyboardModifier::None; - if (isKeyDown(Keys::LeftControl) || isKeyDown(Keys::RightControl)) mods |= KeyboardModifier::Control; - if (isKeyDown(Keys::LeftAlt) || isKeyDown(Keys::RightAlt)) mods |= KeyboardModifier::Alt; - if (isKeyDown(Keys::LeftShift) || isKeyDown(Keys::RightShift)) mods |= KeyboardModifier::Shift; - if (isKeyDown(Keys::LeftSuper) || isKeyDown(Keys::RightSuper)) mods |= KeyboardModifier::Super; - return mods; - } - - void Manager::setupTab() { - // for now, we only support keybinds tab on desktop - #ifndef GEODE_IS_MOBILE - auto tab = gui::MenuTab::find("tab.keybinds"); - - m_menuKeybindUID = tab->addKeybind("keybinds.open-menu", "menu.toggleKey")->callback( - [](KeybindProps key) { - if (key == Keys::MouseLeft) { - // Reset it back to the default keybind (LMB softlocks the menu) - key = Keys::Tab; - config::set("menu.toggleKey", Keys::Tab); - } - - if (auto keybind = Manager::get()->getKeybind("menu.toggle"); keybind.has_value()) - keybind->get().setKey(key); - } - )->setDefaultKey(Keys::Tab)->getUID(); - - tab->addToggle("keybinds.in-game-only") - ->setDescription(); - - s_hintLabel = tab->addLabel(""); - updateHintLabel(); - #endif - } -} diff --git a/src/modules/keybinds/manager.hpp b/src/modules/keybinds/manager.hpp deleted file mode 100644 index 31e24aff..00000000 --- a/src/modules/keybinds/manager.hpp +++ /dev/null @@ -1,268 +0,0 @@ -#pragma once - -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -namespace eclipse::keybinds { - enum class Keys : uint8_t { - None, - - // Letters - A, B, C, D, E, F, G, H, I, J, K, L, M, - N, O, P, Q, R, S, T, U, V, W, X, Y, Z, - - // Symbols - Space, Apostrophe, Comma, Minus, Period, Slash, Semicolon, Equal, - LeftBracket, Backslash, RightBracket, GraveAccent, World1, World2, - - // Numbers - Num0, Num1, Num2, Num3, Num4, Num5, Num6, Num7, Num8, Num9, - - // Function keys - F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, - F14, F15, F16, F17, F18, F19, F20, F21, F22, F23, F24, F25, - - // Keypad - NumPad0, NumPad1, NumPad2, NumPad3, NumPad4, NumPad5, NumPad6, NumPad7, NumPad8, NumPad9, - NumPadDecimal, NumPadDivide, NumPadMultiply, NumPadSubtract, NumPadAdd, NumPadEnter, NumPadEqual, - - // Special keys - Menu, Escape, Enter, Tab, Backspace, Insert, Delete, Home, End, PageUp, PageDown, - CapsLock, ScrollLock, NumLock, PrintScreen, Pause, - - // Arrow keys - Up, Down, Left, Right, - - // Modifier keys - LeftShift, LeftControl, LeftAlt, LeftSuper, RightShift, RightControl, RightAlt, RightSuper, - - // Mouse buttons - MouseLeft, MouseRight, MouseMiddle, MouseButton4, MouseButton5, - - // Controller buttons - GamepadButtonA, GamepadButtonB, GamepadButtonX, GamepadButtonY, - GamepadButtonUp, GamepadButtonDown, GamepadButtonLeft, GamepadButtonRight, - GamepadButtonLeftBumper, GamepadButtonRightBumper, - GamepadButtonLeftTrigger,GamepadButtonRightTrigger, - GamepadButtonBack, GamepadButtonStart, - - // System keys - MenuKey, LastKey, - - // Unknown key - Unknown - }; - - Keys& operator++(Keys& key); - Keys operator++(Keys& key, int); - - static constexpr int KEY_COUNT = static_cast(Keys::LastKey); - - struct KeybindProps { - Keys key; - geode::KeyboardModifier mods; - - constexpr KeybindProps(Keys key = Keys::None, geode::KeyboardModifier mods = {}) noexcept - : key(key), mods(mods) {} - - constexpr bool operator==(KeybindProps const& other) const noexcept { - return key == other.key && mods == other.mods; - } - - constexpr bool operator==(Keys other) const noexcept { - return key == other; - } - }; - - struct KeyEvent { - double timestamp; - KeybindProps props; - bool down; - }; - - /// @brief Convert a key to a string. - /// @param key Key to convert. - /// @return String representation of the key. - [[nodiscard]] std::string keyToString(KeybindProps key); - - /// @brief Convert a string to a key. - /// @param key String to convert. - /// @return Key representation of the string. - [[nodiscard]] Keys stringToKey(std::string_view key); - - /// @brief Check if a key is currently being pressed. - bool isKeyDown(Keys key); - - /// @brief Check if a keybind is currently being pressed. - bool isKeyDown(KeybindProps key); - - /// @brief Check if a key was pressed this frame. - bool isKeyPressed(Keys key); - - /// @brief Check if a keybind was pressed this frame. - bool isKeyPressed(KeybindProps key); - - /// @brief Check if a key was released this frame. - bool isKeyReleased(Keys key); - - /// @brief Check if a keybind was released this frame. - bool isKeyReleased(KeybindProps key); - - /// @brief Get the current modifiers state. - /// @return The current modifiers state. - geode::KeyboardModifier getCurrentModifiers(); - - /// @brief A keybind that can be used to execute a callback when a key is pressed. - class Keybind { - public: - /// @brief Construct a keybind. - /// @param key The key of the keybind. - /// @param id The ID of the keybind. - /// @param title The title of the keybind. - /// @param callback The callback to execute when the keybind is pressed. - /// @param internal Whether the keybind is internal or not. - Keybind(KeybindProps key, std::string id, std::string title, Function&& callback, bool internal = false) - : m_id(std::move(id)), m_title(std::move(title)), m_callback(std::move(callback)), m_key(key), - m_internal(internal) {} - - Keybind(Keybind&&) = default; - Keybind& operator=(Keybind&&) = default; - Keybind(Keybind const&) = delete; - Keybind& operator=(Keybind const&) = delete; - - /// @brief Get the key of the keybind. - [[nodiscard]] KeybindProps getKey() const { return m_key; } - - /// @brief Execute the keybind's callback with the given state. - void execute(KeyEvent down) { m_callback(down); } - - /// @brief Get the ID of the keybind. - [[nodiscard]] std::string const& getId() const { return m_id; } - - /// @brief Get the title of the keybind. - [[nodiscard]] std::string const& getTitle() const { return m_title; } - - /// @brief Check if the keybind is initialized. - [[nodiscard]] bool isInitialized() const { return m_initialized; } - - /// @brief Check if the keybind is initialized. - [[nodiscard]] bool isInternal() const { return m_internal; } - - /// @brief Set the keybind as initialized. - void setInitialized(bool initialized) { m_initialized = initialized; } - - /// @brief Set the key of the keybind. - void setKey(KeybindProps key) { m_key = key; } - - /// @brief Set the title of the keybind. - void setTitle(std::string title) { m_title = std::move(title); } - - private: - std::string m_id; - std::string m_title; - Function m_callback; - KeybindProps m_key; - bool m_initialized = false; - bool m_internal = false; - }; - - /// @brief A manager for keybinds. - class Manager { - public: - /// @brief Get the keybind manager. - static Manager* get(); - - /// @brief Register a keybind to the manager (in case the keybind will be later used) - /// @param id The ID of the keybind. - /// @param title The title of the keybind. - /// @param callback The callback to execute when the keybind is pressed. - Keybind& registerKeybind(std::string id, std::string title, Function&& callback); - - /// @brief Register a keybind without adding it to the keybinds UI tab. Useful for internal keybinds. - /// @param id The ID of the keybind. - /// @param callback The callback to execute when the keybind is pressed. - Keybind& addListener(std::string id, Function&& callback); - - /// @brief Register a global listener that will be called for every key event. - void registerGlobalListener(Function&& callback); - - /// @brief Unregister a keybind from the manager. This will completely remove it from the configuration. - /// @param id The ID of the keybind. - /// @return Whether the keybind was successfully unregistered. - bool unregisterKeybind(std::string const& id); - - /// @brief Load keybinds from config. - void init(); - - /// @brief Sets up the keybind manager UI tab. - void setupTab(); - - /// @brief Update the keybinds. This should be called every frame. - void update(); - - /// @brief Get all keybinds. - /// @return All keybinds. - [[nodiscard]] std::vector const& getKeybinds() const { return m_keybinds; } - - /// @brief Get a keybind by its ID. - /// @param id The ID of the keybind. - /// @return The keybind with the given ID. - [[nodiscard]] std::optional> getKeybind(std::string_view id); - - /// @brief Set whether a keybind is enabled or not. - /// @param id The ID of the keybind. - /// @param state The state of the keybind. - void setKeybindState(std::string_view id, bool state); - - /// @brief Register a key press. - /// @note This function is called from the key callback hook. - void registerKeyPress(KeyEvent key); - - /// @brief Register a key release. - /// @note This function is called from the key callback hook. - void registerKeyRelease(KeyEvent key); - - /// @brief Get the unique ID for the menu keybind component. - [[nodiscard]] size_t getMenuKeybindUID() const { return m_menuKeybindUID; } - - private: - std::vector m_keybinds; - std::vector> m_globalListeners; - std::unordered_map m_keyStates; - std::unordered_map m_lastKeyStates; - size_t m_menuKeybindUID = 0; - bool m_initialized = false; - - Keybind& registerKeybindInternal(std::string id, std::string title, Function&& callback, bool internal); - - friend bool isKeyDown(Keys key); - friend bool isKeyPressed(Keys key); - friend bool isKeyReleased(Keys key); - friend bool isKeyDown(KeybindProps key); - friend bool isKeyPressed(KeybindProps key); - friend bool isKeyReleased(KeybindProps key); - }; -} - -template <> -struct matjson::Serialize { - static Value toJson(eclipse::keybinds::KeybindProps const& key) { - return static_cast(key.key) | (static_cast(key.mods) << 8); - } - - static geode::Result fromJson(Value const& value) { - GEODE_UNWRAP_INTO(int keyInt, value.as()); - eclipse::keybinds::KeybindProps props; - props.key = static_cast(keyInt & 0xFF); - props.mods = (keyInt >> 8) & 0xFF; - return geode::Ok(props); - } -}; \ No newline at end of file diff --git a/src/modules/keybinds/touchscreen.cpp b/src/modules/keybinds/touchscreen.cpp deleted file mode 100644 index a03119b6..00000000 --- a/src/modules/keybinds/touchscreen.cpp +++ /dev/null @@ -1,37 +0,0 @@ -#include -#ifdef GEODE_IS_MOBILE - -#include -#include - -#include - -namespace eclipse::keybinds { - class $modify(MouseKeybindingsManagerCCTDHook, cocos2d::CCTouchDispatcher) { - static void onModify(auto& self) { - FIRST_PRIORITY("cocos2d::CCTouchDispatcher::touches"); - } - - void touches(cocos2d::CCSet* touches, cocos2d::CCEvent* event, unsigned int type) { - if (!touches) return CCTouchDispatcher::touches(touches, event, type); - auto* touch = static_cast(touches->anyObject()); - if (!touch) return CCTouchDispatcher::touches(touches, event, type); - - auto manager = Manager::get(); - if (type == cocos2d::CCTOUCHBEGAN) manager->registerKeyPress({ - .timestamp = touch->getTimestamp(), - .props = {Keys::MouseLeft, geode::KeyboardModifier::None}, - .down = true - }); - else if (type == cocos2d::CCTOUCHENDED) manager->registerKeyRelease({ - .timestamp = touch->getTimestamp(), - .props = {Keys::MouseLeft, geode::KeyboardModifier::None}, - .down = false - }); - - cocos2d::CCTouchDispatcher::touches(touches, event, type); - } - }; -} - -#endif \ No newline at end of file diff --git a/src/modules/labels/events.cpp b/src/modules/labels/events.cpp deleted file mode 100644 index 032e9605..00000000 --- a/src/modules/labels/events.cpp +++ /dev/null @@ -1,142 +0,0 @@ -#include "events.hpp" -#include - -#include "setting.hpp" - -namespace eclipse::labels { - LabelEvent::~LabelEvent() { - EventManager::get().removeEvent(this); - } - - float Event::getProgress() const { - auto now = std::chrono::steady_clock::now(); - auto delay = event->delay * 1000; // how long to wait after the event starts - auto duration = event->duration * 1000; // how long the event should last after the condition is no longer met - auto easing = event->easing * 1000; // smoothing for the animation - - if (event->type == LabelEvent::Type::Always) { - return 1.f; - } - - auto timePassed = std::chrono::duration_cast(now - beginTime).count(); - - // if we're still in the delay, return 0% - if (timePassed <= delay) return 0.f; - - if (ended) { - auto timePassedExit = std::chrono::duration_cast(now - endTime).count(); - - // calculate progress for ending the event - // | | | - // endTime duration easing - // (100%) (100%) (50%) (0%) - - // if we're still in the exit duration, return 100% - if (timePassedExit <= duration) return 1.f; - - // otherwise, calculate the easing - auto progress = 1 - std::clamp((timePassedExit - duration) / easing, 0.f, 1.f); - return std::clamp(gui::animation::easing::easeOutQuad(progress), 0.0, 1.0); - } - - // calculate progress for starting the event - // | | | - // beginTime delay easing - // (0%) (0%) (50%) (100%) - - auto progress = std::clamp((timePassed - delay) / easing, 0.f, 1.f); - return std::clamp(gui::animation::easing::easeInQuad(progress), 0.0, 1.0); - } - - bool Event::hasEnded() const { - return ended && getProgress() == 0.f; - } - - static float ease(float start, float end, float progress) { - return start + (end - start) * progress; - } - - void Event::processState(EventState& state) const { - auto progress = getProgress(); - - if (event->visible.has_value() && progress == 1.f) { - state.visible = event->visible.value(); - } - - if (event->scale.has_value()) { - state.scale = ease(state.scale, event->scale.value(), progress); - } - - auto color = state.color; - if (event->opacity.has_value()) { - color.a = ease(state.color.a, event->opacity.value(), progress); - } - - if (event->color.has_value()) { - color = gui::Color{ - ease(state.color.r, event->color->r, progress), - ease(state.color.g, event->color->g, progress), - ease(state.color.b, event->color->b, progress), - color.a - }; - } - - state.color = color; - - if (event->font.has_value() && progress == 1.f) { - state.font = event->font.value(); - } - } - - EventManager& EventManager::get() { - static EventManager instance; - return instance; - } - - void EventManager::queueEvent(LabelEvent const& event, LabelSettings* label) { - // check if the event is already queued - if (auto* existing = getEvent(label->id, event.id)) { - // if it has ended, recreate it - if (existing->hasEnded()) { - removeEvent(existing->event); - m_events.emplace_back(Event{label->id, event.id, const_cast(&event), label}); - } - - existing->start(); - return; - } - - auto& e = m_events.emplace_back(Event{label->id, event.id, const_cast(&event), label}); - e.start(); - } - - void EventManager::dequeueEvent(LabelEvent const& event, LabelSettings const* label) { - if (auto* e = getEvent(label->id, event.id)) { - e->end(); - if (e->hasEnded()) { - removeEvent(e->event); - } - } - } - - void EventManager::removeEvents(LabelSettings const* label) { - std::erase_if(m_events, [label](Event const& event) { - return event.settings == label; - }); - } - - void EventManager::removeEvent(LabelEvent const* event) { - std::erase_if(m_events, [event](Event const& e) { - return e.event == event; - }); - } - - Event* EventManager::getEvent(size_t labelId, size_t eventId) { - for (auto& event : m_events) { - if (event.labelId == labelId && event.eventId == eventId) { - return &event; - } - } - return nullptr; - } -} diff --git a/src/modules/labels/events.hpp b/src/modules/labels/events.hpp deleted file mode 100644 index c4e7e551..00000000 --- a/src/modules/labels/events.hpp +++ /dev/null @@ -1,121 +0,0 @@ -#pragma once -#include -#include -#include -#include -#include - -namespace eclipse::labels { - inline static std::array eventNames = { - "Always", "Custom", "On Death", "On Button Hold", "On Noclip Death" - }; - - inline static std::array visibleNames = { - "Don't Modify", "Show", "Hide" - }; - - /// @brief If a specified requirement is met, modify the label properties. - struct LabelEvent { - enum class Type { - Always = 0, // Unconditional (useful for testing, etc.) - Custom = 1, // Use RIFT to check for a condition - OnDeath = 2, // When the player is dead - OnButtonHold = 3, // When the player is holding a button - OnNoclipDeath = 4, // When the player is dying in noclip mode - }; - - ~LabelEvent(); - - inline static size_t instanceCount = 0; - - bool enabled = true; // whether the event is enabled - Type type = Type::Custom; // type of the event - - std::string condition; // RIFT condition (e.g. "progress >= bestPercent") - - // Properties to modify (optional means don't modify) - std::optional visible; - std::optional scale; - std::optional color; - std::optional opacity; - std::optional font; - - // Animation properties - float delay = 0.f; // delay before the animation starts - float duration = 0.f; // how long the new state should last after condition is no longer met - float easing = 0.f; // time to ease in/out the animation (only for scale and color) - - size_t id = instanceCount++; - }; - - /// @brief Holds information about event that happened. - struct Event { - size_t labelId; - size_t eventId; - LabelEvent* event; - struct LabelSettings* settings; - - Event(size_t labelId, size_t eventId, LabelEvent* event, LabelSettings* settings) - : labelId(labelId), eventId(eventId), event(event), settings(settings) {} - - std::chrono::time_point beginTime; - std::chrono::time_point endTime; - bool started = false; - bool ended = false; - - float getProgress() const; - bool hasEnded() const; - - struct EventState { - bool visible; - float scale; - gui::Color color; - std::string font; - }; - - void processState(EventState& state) const; - - void start() { - if (started) return; - beginTime = std::chrono::steady_clock::now(); - started = true; - } - - void end() { - if (ended) return; - endTime = std::chrono::steady_clock::now(); - ended = true; - } - }; - - /// @brief Manager for label events, used to queue and process events. - class EventManager { - public: - static EventManager& get(); - - void queueEvent(LabelEvent const& event, LabelSettings* label); - void dequeueEvent(LabelEvent const& event, LabelSettings const* label); - - /// @brief Remove all events for a label. Call this when the label is deleted. - void removeEvents(LabelSettings const* label); - /// @brief Remove a specific event. - void removeEvent(LabelEvent const* event); - - Event* getEvent(size_t labelId, size_t eventId); - void processEvents(); - - private: - std::vector m_events; - }; -} - -template <> -struct matjson::Serialize { - static Value toJson(eclipse::labels::LabelEvent::Type const& type) { - return static_cast(type); - } - static geode::Result fromJson(Value const& value) { - GEODE_UNWRAP_INTO(auto intValue, value.as()); - return geode::Ok(static_cast(intValue)); - } -}; diff --git a/src/modules/labels/setting.cpp b/src/modules/labels/setting.cpp deleted file mode 100644 index 1f7c395e..00000000 --- a/src/modules/labels/setting.cpp +++ /dev/null @@ -1,171 +0,0 @@ -#include "setting.hpp" - -#include -#include -#include - -#include "variables.hpp" - -namespace eclipse::labels { - size_t LabelSettings::instanceCount = 0; - - // Handle the event based on the type and condition - Event* handleEvent(LabelEvent const& event, LabelSettings const* label) { - if (!event.enabled) return nullptr; - - // check if the condition is met - bool shouldProcess = false; - switch (event.type) { - case LabelEvent::Type::Always: { - shouldProcess = true; - } break; - case LabelEvent::Type::Custom: { - auto res = rift::evaluate(event.condition, VariableManager::get().getVariables()); - if (res.isOk()) { - shouldProcess = res.unwrap().toBoolean(); - } - } break; - case LabelEvent::Type::OnDeath: { - if (auto gjbgl = utils::get()) - shouldProcess = gjbgl->m_player1->m_isDead; - } break; - case LabelEvent::Type::OnButtonHold: { - if (auto gjbgl = utils::get()) - shouldProcess = gjbgl->m_player1->m_jumpBuffered; - } break; - case LabelEvent::Type::OnNoclipDeath: { - shouldProcess = config::getTemp("noclipDying", false); - } break; - } - - // process the queueing and dequeuing of the event based on the delay/duration - auto& manager = EventManager::get(); - if (shouldProcess) manager.queueEvent(event, const_cast(label)); - else manager.dequeueEvent(event, label); - - // return whether the event should be processed this frame - return manager.getEvent(label->id, event.id); - } - - Event::EventState LabelSettings::processEvents() const { - Event::EventState state { - .visible = visible, - .scale = scale, - .color = color, - .font = font, - }; - - for (auto const& event : events) { - auto eventState = handleEvent(event, this); - if (!eventState) continue; - eventState->processState(state); - } - - return std::move(state); - } - - bool LabelSettings::hasEvents() const { - return !events.empty() && std::ranges::any_of(events, [](auto e) { return e.enabled; }); - } - - void LabelSettings::promptSave() const { - geode::utils::file::FilePickOptions::Filter filter; - filter.description = "Eclipse Label (*.ecl)"; - filter.files.insert("*.ecl"); - - geode::async::spawn( - geode::utils::file::pick( - geode::utils::file::PickMode::SaveFile, - { geode::Mod::get()->getSaveDir(), { std::move(filter) }} - ), - [this](geode::utils::file::PickResult res) { - if (!res) return; - auto pathOpt = std::move(res).unwrap(); - if (!pathOpt) return; - - auto path = std::move(*pathOpt); - if (path.extension() != ".ecl") path.replace_extension(".ecl"); - - auto res2 = geode::utils::file::writeToJson(path, *this); - if (res2.isErr()) { - geode::log::error("Failed to save label file: {}", res2.unwrapErr()); - } - } - ); - } -} - -matjson::Value matjson::Serialize::toJson( - eclipse::labels::LabelSettings const& settings -) { - return makeObject({ - {"name", settings.name}, - {"text", settings.text}, - {"font", settings.font}, - {"scale", settings.scale}, - {"color", settings.color}, - {"visible", settings.visible}, - {"absolutePosition", settings.absolutePosition}, - {"offset-x", settings.offset.x}, - {"offset-y", settings.offset.y}, - {"alignment", static_cast(settings.alignment)}, - {"fontAlignment", static_cast(settings.fontAlignment)}, - {"events", settings.events} - }); -} - -geode::Result matjson::Serialize::fromJson( - Value const& value -) { - eclipse::labels::LabelSettings settings; - GEODE_UNWRAP_INTO(settings.name, value["name"].as()); - GEODE_UNWRAP_INTO(settings.text, value["text"].as()); - GEODE_UNWRAP_INTO(settings.font, value["font"].as()); - GEODE_UNWRAP_INTO(settings.scale, value["scale"].as()); - GEODE_UNWRAP_INTO(settings.color, value["color"].as()); - GEODE_UNWRAP_INTO(settings.visible, value["visible"].as()); - GEODE_UNWRAP_INTO(settings.absolutePosition, value["absolutePosition"].as()); - GEODE_UNWRAP_INTO(settings.offset.x, value["offset-x"].as()); - GEODE_UNWRAP_INTO(settings.offset.y, value["offset-y"].as()); - GEODE_UNWRAP_INTO(int alignment, value["alignment"].as()); - GEODE_UNWRAP_INTO(int fontAlignment, value["fontAlignment"].as()); - GEODE_UNWRAP_INTO(settings.events, value["events"].as>()); - settings.alignment = static_cast(alignment); - settings.fontAlignment = static_cast(fontAlignment); - return geode::Ok(std::move(settings)); -} - -matjson::Value matjson::Serialize::toJson(eclipse::labels::LabelEvent const& event) { - Value json = makeObject({ - {"enabled", event.enabled}, - {"type", static_cast(event.type)}, - {"condition", event.condition}, - {"delay", event.delay}, - {"duration", event.duration}, - {"easing", event.easing} - }); - - if (event.visible.has_value()) json["visible"] = event.visible.value(); - if (event.scale.has_value()) json["scale"] = event.scale.value(); - if (event.color.has_value()) json["color"] = event.color.value(); - if (event.opacity.has_value()) json["opacity"] = event.opacity.value(); - if (event.font.has_value()) json["font"] = event.font.value(); - - return json; -} - -geode::Result matjson::Serialize::fromJson(Value const& value) { - eclipse::labels::LabelEvent event; - GEODE_UNWRAP_INTO(event.enabled, value["enabled"].as()); - GEODE_UNWRAP_INTO(event.type, value["type"].as()); - GEODE_UNWRAP_INTO(event.condition, value["condition"].as()); - GEODE_UNWRAP_INTO(event.delay, value["delay"].as()); - GEODE_UNWRAP_INTO(event.duration, value["duration"].as()); - GEODE_UNWRAP_INTO(event.easing, value["easing"].as()); - GEODE_UNWRAP_INTO(event.visible, value["visible"].as>()); - GEODE_UNWRAP_INTO(event.scale, value["scale"].as>()); - GEODE_UNWRAP_INTO(event.color, value["color"].as>()); - GEODE_UNWRAP_INTO(event.opacity, value["opacity"].as>()); - GEODE_UNWRAP_INTO(event.font, value["font"].as>()); - return geode::Ok(std::move(event)); -} diff --git a/src/modules/labels/setting.hpp b/src/modules/labels/setting.hpp deleted file mode 100644 index a208730b..00000000 --- a/src/modules/labels/setting.hpp +++ /dev/null @@ -1,104 +0,0 @@ -#pragma once -#include -#include -#include "events.hpp" - -enum class BMFontAlignment; - -namespace eclipse::labels { - using LabelsContainer = hacks::Labels::LabelsContainer; - - inline static std::array alignmentNames = { - "Top Left", "Top Center", "Top Right", - "Center Left", "Center", "Center Right", - "Bottom Left", "Bottom Center", "Bottom Right" - }; - - inline static std::array fontAlignmentNames = { - "Left", "Center", "Right" - }; - - constexpr std::array fontFiles = { - "bigFont.fnt", "chatFont.fnt", "goldFont.fnt", "gjFont01.fnt", - "gjFont02.fnt", "gjFont03.fnt", "gjFont04.fnt", "gjFont05.fnt", - "gjFont06.fnt", "gjFont07.fnt", "gjFont08.fnt", "gjFont09.fnt", - "gjFont10.fnt", "gjFont11.fnt", "gjFont12.fnt", "gjFont13.fnt", - "gjFont14.fnt", "gjFont15.fnt", "gjFont16.fnt", "gjFont17.fnt", - "gjFont18.fnt", "gjFont19.fnt", "gjFont20.fnt", "gjFont21.fnt", - "gjFont22.fnt", "gjFont23.fnt", "gjFont24.fnt", "gjFont25.fnt", - "gjFont26.fnt", "gjFont27.fnt", "gjFont28.fnt", "gjFont29.fnt", - "gjFont30.fnt", "gjFont31.fnt", "gjFont32.fnt", "gjFont33.fnt", - "gjFont34.fnt", "gjFont35.fnt", "gjFont36.fnt", "gjFont37.fnt", - "gjFont38.fnt", "gjFont39.fnt", "gjFont40.fnt", "gjFont41.fnt", - "gjFont42.fnt", "gjFont43.fnt", "gjFont44.fnt", "gjFont45.fnt", - "gjFont46.fnt", "gjFont47.fnt", "gjFont48.fnt", "gjFont49.fnt", - "gjFont50.fnt", "gjFont51.fnt", "gjFont52.fnt", "gjFont53.fnt", - "gjFont54.fnt", "gjFont55.fnt", "gjFont56.fnt", "gjFont57.fnt", - "gjFont58.fnt", "gjFont59.fnt", "font_default.fnt"_spr - }; - - constexpr std::array fontNames = { - "Pusab", "Aller", "Gold Pusab", "TRS Million", - "SF Distant Galaxy", "Relish Gargler", "Early GameBoy", "Good Dog", - "Dancing Script", "Stencilla", "Xirod", "Minercraftory", - "Super Mario 256", "Ketchum", "Gargle", "Amatic", - "Cartwheel", "Mothproof Script", "Lemon Milk Bold", "Lemon Milk", - "Minecraft", "Optimus Princeps", "Autolova", "Karate", - "a Annyeong Haseyo", "Ausweis Hollow", "Gypsy Curse", "Magic School Two", - "Old English Five", "Yeah Papa", "Ninja Naruto", "Metal Lord", - "Drip Drop", "Electroharmonix", "Aladin", "Creepster", - "Call Of Ops Duty", "BlocParty", "Astron Boy", "Osaka-Sans Serif", - "Some Time Later", "Fatboy Slim BLTC BRK", "Moria Citadel", "Rise of Kingdom", - "Fantaisie Artistique", "Edge of the Galaxy", "Wash Your Hand", "Bitwise", - "Foul Fiend", "Nandaka Western", "Evil Empire", "Comical Cartoon", - "Carton Six", "aAssassinNinja", "Public Pixel", "New Walt Disney UI", - "Random 5", "Crafting Lesson", "Game Of Squids", "Monster Game", - "Lo-Sumires", "Gewtymol", "Rubik" - }; - - inline int32_t getFontIndex(std::string_view font) { - auto it = std::ranges::find(fontFiles, font); - size_t index = it == fontFiles.end() ? 0 : std::distance(fontFiles.begin(), it); - return static_cast(index); - } - - /// @brief Settings for a label to store in the config. - struct LabelSettings { - static size_t instanceCount; // used to generate unique IDs - - ~LabelSettings() { - // release all current related events - EventManager::get().removeEvents(this); - } - - std::string name; - std::string text; - bool visible = true; - bool absolutePosition = false; - float scale = 0.35f; - gui::Color color = gui::Color(1.f, 1.f, 1.f, 0.3f); - std::string font = "bigFont.fnt"; - LabelsContainer::Alignment alignment = LabelsContainer::Alignment::TopLeft; - BMFontAlignment fontAlignment = static_cast(0); - cocos2d::CCPoint offset = {0, 0}; - std::vector events; - size_t id = instanceCount++; - - Event::EventState processEvents() const; - bool hasEvents() const; - - void promptSave() const; - }; -} - -template <> -struct matjson::Serialize { - static Value toJson(eclipse::labels::LabelSettings const& settings); - static geode::Result fromJson(Value const& value); -}; - -template <> -struct matjson::Serialize { - static Value toJson(eclipse::labels::LabelEvent const& event); - static geode::Result fromJson(Value const& value); -}; diff --git a/src/modules/labels/variables.cpp b/src/modules/labels/variables.cpp deleted file mode 100644 index 28499570..00000000 --- a/src/modules/labels/variables.cpp +++ /dev/null @@ -1,860 +0,0 @@ -#include "variables.hpp" -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -#include -#include - -#include - -#include - -namespace eclipse::labels { - static std::vector s_coins; - - rift::Value getConfigValue(std::string const& key) { - switch (config::getType(key)) { - case matjson::Type::String: return config::get(key).unwrap(); - case matjson::Type::Bool: return config::get(key).unwrap(); - case matjson::Type::Object: return config::get(key).unwrap(); - case matjson::Type::Number: { - if (config::getStorage()[key].isExactlyDouble()) { - return config::get(key).unwrap(); - } - return config::get(key).unwrap(); - } - default: return {}; - } - } - - $execute { - rift::Config::get().makeFunction("cfg", getConfigValue); - } - - VariableManager& VariableManager::get() { - static VariableManager instance = [] { - VariableManager manager; - manager.init(); - return manager; - }(); - return instance; - } - - void VariableManager::init() { - auto* mod = geode::Mod::get(); - auto* loader = geode::Loader::get(); - - // Mod variables - m_variables["modVersion"] = mod->getVersion().toNonVString(); - m_variables["geodeVersion"] = geode::Loader::get()->getVersion().toNonVString(); - m_variables["platform"] = GEODE_WINDOWS("Windows") - GEODE_ANDROID("Android") - GEODE_MACOS("macOS") - GEODE_IOS("iOS"); - m_variables["gameVersion"] = loader->getGameVersion(); - auto allMods = loader->getAllMods(); - m_variables["totalMods"] = static_cast(allMods.size()); - m_variables["enabledMods"] = rift::Value::integer( - std::ranges::count_if(allMods, [](auto* mod) { return mod->shouldLoad(); }) - ); - - // Emojis :D - m_variables["starEmoji"] = "⭐"; - m_variables["moonEmoji"] = "🌙"; - m_variables["heartEmoji"] = "❤️"; - m_variables["brokenHeartEmoji"] = "💔"; - m_variables["checkEmoji"] = "✅"; - m_variables["crossEmoji"] = "❌"; - m_variables["exclamationEmoji"] = "❗"; - m_variables["questionEmoji"] = "❓"; - m_variables["fireEmoji"] = "🔥"; - m_variables["snowflakeEmoji"] = "❄️"; - m_variables["catEmoji"] = "🐱"; - m_variables["dogEmoji"] = "🐶"; - m_variables["speakingHeadEmoji"] = "🗣️"; - m_variables["robotEmoji"] = "🤖"; - m_variables["alienEmoji"] = "👽"; - m_variables["ghostEmoji"] = "👻"; - m_variables["skullEmoji"] = "💀"; - m_variables["babyEmoji"] = "👶"; - m_variables["likeEmoji"] = "👍"; - m_variables["dislikeEmoji"] = "👎"; - m_variables["personInSteamyRoomEmoji"] = "🧖"; - m_variables["sleepingAccommodationEmoji"] = "🛌"; - m_variables["eclipseEmoji"] = "🌗"; - m_variables["nerdEmoji"] = "🤓"; - m_variables["sobEmoji"] = "😭"; - m_variables["explodingHeadEmoji"] = "🤯"; - m_variables["diamondEmoji"] = "💎"; - m_variables["diamondShardsEmoji"] = "💠"; - m_variables["geodeEmoji"] = "🪩"; - m_variables["orbsEmoji"] = "🔹"; - m_variables["emoji100"] = "💯"; - m_variables["shushingFaceEmoji"] = "🤫"; - m_variables["bearEmoji"] = "🐻"; - m_variables["foxEmoji"] = "🦊"; - m_variables["gunEmoji"] = "🔫"; - m_variables["faceWithRaisedEyebrowEmoji"] = "🤨"; - m_variables["moyaiEmoji"] = "🗿"; - m_variables["screamEmoji"] = "😱"; - m_variables["sunglassesEmoji"] = "😎"; - m_variables["heartEyesEmoji"] = "😍"; - m_variables["smilingImpEmoji"] = "😈"; - m_variables["clownEmoji"] = "🤡"; - m_variables["fishEmoji"] = "🐟"; - m_variables["sparklesEmoji"] = "✨"; - m_variables["partyPopperEmoji"] = "🎉"; - m_variables["pigEmoji"] = "🐷"; - m_variables["moonWithFaceEmoji"] = "🌚"; - m_variables["fullMoonFaceEmoji"] = "🌝"; - m_variables["sunWithFaceEmoji"] = "🌞"; - m_variables["monkeyEmoji"] = "🐵"; - m_variables["seeNoEvilMonkey"] = "🙈"; - m_variables["hearNoEvilMonkey"] = "🙉"; - m_variables["speakNoEvilMonkey"] = "🙊"; - m_variables["crownEmoji"] = "👑"; - m_variables["prayEmoji"] = "🙏"; - - m_variables["thinkingEmoji"] = "🤔"; - m_variables["gearEmoji"] = "⚙️"; - m_variables["muteEmoji"] = "🔇"; - m_variables["pensiveEmoji"] = "😔"; - m_variables["sweatSmileEmoji"] = "😅"; - m_variables["muscleEmoji"] = "💪"; - m_variables["rocketEmoji"] = "🚀"; - m_variables["blushEmoji"] = "😊"; - m_variables["raisedHandsEmoji"] = "🙌"; - m_variables["smirkEmoji"] = "😏"; - m_variables["vEmoji"] = "✌️"; - m_variables["smileEmoji"] = "😄"; - m_variables["relievedEmoji"] = "😌"; - m_variables["blueHeartEmoji"] = "💙"; - m_variables["sleepingEmoji"] = "😴"; - m_variables["waveEmoji"] = "👋"; - m_variables["cryEmoji"] = "😢"; - m_variables["oceanEmoji"] = "🌊"; - m_variables["triumphEmoji"] = "😤"; - m_variables["grimacingEmoji"] = "😬"; - m_variables["confusedEmoji"] = "😕"; - m_variables["dartEmoji"] = "🎯"; - m_variables["earEmoji"] = "👂"; - m_variables["thoughtEmoji"] = "💭"; - m_variables["eyesEmoji"] = "👀"; - m_variables["bulbEmoji"] = "💡"; - m_variables["videoGameEmoji"] = "🎮"; - m_variables["nailsEmoji"] = "💅"; - - // special emojis - m_variables["emojis"] = rift::Object{ - {"userCoin", rift::Array{"🛞", "🔵"}}, - {"secretCoin", rift::Array{"⭕", "🟡"}}, - {"startPos", "🧿"}, - {"practice", "♦️"}, - }; - - // regional indicators - - m_variables["ri"] = rift::Object{ - {"a", "🇦"}, {"b", "🇧"}, {"c", "🇨"}, {"d", "🇩"}, - {"e", "🇪"}, {"f", "🇫"}, {"g", "🇬"}, {"h", "🇭"}, - {"i", "🇮"}, {"j", "🇯"}, {"k", "🇰"}, {"l", "🇱"}, - {"m", "🇲"}, {"n", "🇳"}, {"o", "🇴"}, {"p", "🇵"}, - {"q", "🇶"}, {"r", "🇷"}, {"s", "🇸"}, {"t", "🇹"}, - {"u", "🇺"}, {"v", "🇻"}, {"w", "🇼"}, {"x", "🇽"}, - {"y", "🇾"}, {"z", "🇿"}, - {"num", rift::Array{ - "0️⃣", "1️⃣", "2️⃣", "3️⃣", "4️⃣", - "5️⃣", "6️⃣", "7️⃣", "8️⃣", "9️⃣" - }}, - }; - - // Fetch everything else - m_variables["fps"] = 0.f; - m_variables["realFps"] = 0.f; - m_variables["tps"] = 0.f; - refetch(); - } - - void VariableManager::setVariable(std::string name, rift::Value&& value) { - m_variables[std::move(name)] = std::move(value); - } - - rift::Value VariableManager::getVariable(std::string const& name) const { - auto it = m_variables.find(name); - if (it == m_variables.end()) return {}; - return it->second; - } - - bool VariableManager::hasVariable(std::string const& name) const { - return m_variables.contains(name); - } - - void VariableManager::removeVariable(std::string const& name) { - m_variables.erase(name); - } - - enum class LevelDifficulty { - NA, Auto, Easy, - Normal, Hard, Harder, - Insane, EasyDemon, MediumDemon, - HardDemon, InsaneDemon, ExtremeDemon - }; - - static LevelDifficulty getLevelDifficulty(GJGameLevel* level) { - if (level->m_autoLevel) return LevelDifficulty::Auto; - auto diff = level->m_difficulty; - - if (level->m_ratingsSum != 0) - diff = static_cast(level->m_ratingsSum / 10); - - if (level->m_demon > 0) { - switch (level->m_demonDifficulty) { - case 3: return LevelDifficulty::EasyDemon; - case 4: return LevelDifficulty::MediumDemon; - case 5: return LevelDifficulty::InsaneDemon; - case 6: return LevelDifficulty::ExtremeDemon; - default: return LevelDifficulty::HardDemon; - } - } - - switch (diff) { - case GJDifficulty::Easy: return LevelDifficulty::Easy; - case GJDifficulty::Normal: return LevelDifficulty::Normal; - case GJDifficulty::Hard: return LevelDifficulty::Hard; - case GJDifficulty::Harder: return LevelDifficulty::Harder; - case GJDifficulty::Insane: return LevelDifficulty::Insane; - case GJDifficulty::Demon: return LevelDifficulty::HardDemon; - default: return LevelDifficulty::NA; - } - } - - static std::string_view getLevelRatingString(GJGameLevel* level) { - if (!level) return "Unknown"; - int featured = level->m_featured; - int epic = level->m_isEpic; - switch (epic) { - default: // Not epic (featured, rated, unrated) - if (level->m_stars.value() == 0 && featured <= 0) { - return "Unrated"; - } else { - return (featured <= 0) ? "Rated" : "Featured"; - } - case 1: // Epic - return "Epic"; - case 2: // Legendary - return "Legendary"; - case 3: // Mythic - return "Mythic"; - } - } - - static std::string_view getLevelDifficultyString(LevelDifficulty diff) { - switch (diff) { - case LevelDifficulty::NA: return "N/A"; - case LevelDifficulty::Auto: return "Auto"; - case LevelDifficulty::Easy: return "Easy"; - case LevelDifficulty::Normal: return "Normal"; - case LevelDifficulty::Hard: return "Hard"; - case LevelDifficulty::Harder: return "Harder"; - case LevelDifficulty::Insane: return "Insane"; - case LevelDifficulty::EasyDemon: return "Easy Demon"; - case LevelDifficulty::MediumDemon: return "Medium Demon"; - case LevelDifficulty::HardDemon: return "Hard Demon"; - case LevelDifficulty::InsaneDemon: return "Insane Demon"; - case LevelDifficulty::ExtremeDemon: return "Extreme Demon"; - default: return "Unknown"; - } - } - - static std::string_view getLevelDifficultyKey(LevelDifficulty diff) { - switch (diff) { - case LevelDifficulty::NA: return "na"; - case LevelDifficulty::Auto: return "auto"; - case LevelDifficulty::Easy: return "easy"; - case LevelDifficulty::Normal: return "normal"; - case LevelDifficulty::Hard: return "hard"; - case LevelDifficulty::Harder: return "harder"; - case LevelDifficulty::Insane: return "insane"; - case LevelDifficulty::EasyDemon: return "easy_demon"; - case LevelDifficulty::MediumDemon: return "medium_demon"; - case LevelDifficulty::HardDemon: return "hard_demon"; - case LevelDifficulty::InsaneDemon: return "insane_demon"; - case LevelDifficulty::ExtremeDemon: return "extreme_demon"; - default: return "unknown"; - } - } - - static std::string formatTime(int millis) { - if (millis == 0) return "N/A"; - double seconds = millis / 1000.0; - return utils::formatTime(seconds); - } - - static double getFPS() { - static std::chrono::time_point s_lastUpdate; - auto now = std::chrono::system_clock::now(); - auto duration = now - s_lastUpdate; - s_lastUpdate = now; - double micros = static_cast(std::chrono::duration_cast(duration).count()); - return 1'000'000.0 / micros; - } - - static double accumulateFPS(double fps) { - static float s_currentFps = 0.f; - static float s_fpsAccumDelta = 0.f; - static uint32_t s_frames = 0; - s_fpsAccumDelta += 1.f / fps; - s_frames++; - if (s_fpsAccumDelta >= 0.1f) { - s_currentFps = s_frames / s_fpsAccumDelta; - s_frames = 0; - s_fpsAccumDelta = 0.f; - } - return s_currentFps; - } - - void VariableManager::updateFPS() { - auto fps = getFPS(); - m_variables["realFps"] = fps; - m_variables["fps"] = accumulateFPS(fps); - } - - constexpr int FIRST_PATH = 30; - constexpr int LAST_PATH = 39; - static std::array const PATH_NAMES = { - "fire", "ice", "poison", "shadow", "lava", - "earth", "blood", "metal", "light", "soul" - }; - static std::array const STAT_NAMES_1 = { - "totalJumps", "totalAttempts", "completedLevels", "completedOnlineLevels", - "demons", "stars", "completedMapPacks", "goldCoins", "playersDestroyed", - "likedLevels", "ratedLevels", "userCoins", "diamonds", "orbs", "dailies", - }; - - inline int getStatFromDictionary(cocos2d::CCDictionary* dict, gd::string const& key) { - auto& str = dict->valueForKey(key)->m_sString; - if (str.empty()) return 0; - if (auto res = geode::utils::numFromString(str)) { - return res.unwrap(); - } - return 0; - } - - // when m_usePlayerStatsCCDictionary is true - void playerStatsWithCCDict(rift::Object& variables) { - auto gsm = utils::get(); - auto playerStats = gsm->m_playerStats; - - auto& stats = variables["stats"]; - for (int i = 0; i < STAT_NAMES_1.size(); i++) { - stats[STAT_NAMES_1[i]] = getStatFromDictionary(playerStats, fmt::to_string(i + 1)); - } - - auto& stats2 = const_cast(stats.getObject()); // FIXME: add this api to rift - stats2["keys"] = getStatFromDictionary(playerStats, "21"); - stats2["totalOrbs"] = getStatFromDictionary(playerStats, "22"); - stats2["moons"] = getStatFromDictionary(playerStats, "28"); - stats2["diamondShards"] = getStatFromDictionary(playerStats, "29"); - stats2["gauntlets"] = getStatFromDictionary(playerStats, "40"); - stats2["lists"] = getStatFromDictionary(playerStats, "41"); - - auto& shards = stats2["shards"]; - for (int i = 16; i <= 27; i++) { - if (i == 21 || i == 22) continue; // skip demon keys and total orbs - - int index = i - 16; - if (i > 22) index -= 2; - - shards[PATH_NAMES[index]] = getStatFromDictionary(playerStats, fmt::to_string(i)); - } - - auto& paths = variables["paths"]; - for (int i = 0; i <= PATH_NAMES.size(); i++) { - paths[PATH_NAMES[i]] = getStatFromDictionary(playerStats, fmt::to_string(i + FIRST_PATH)); - } - } - - inline int getStatIndex(int i, gd::unordered_map const& seeds, gd::unordered_map const& rands) { - auto rand = rands.find(i); - auto seed = seeds.find(i); - if (rand != rands.end() && seed != seeds.end()) { - return rand->second - seed->second; - } - return 0; - } - - // when m_usePlayerStatsCCDictionary is false - void playerStatsWithMaps(rift::Object& variables) { - auto gsm = utils::get(); - auto const& seeds = gsm->m_playerStatsSeedMap; - auto const& rands = gsm->m_playerStatsRandMap; - - auto& stats = variables["stats"]; - for (int i = 1; i <= STAT_NAMES_1.size(); i++) { - stats[STAT_NAMES_1[i - 1]] = getStatIndex(i, seeds, rands); - } - - auto& stats2 = const_cast(stats.getObject()); // FIXME: add this api to rift - stats2["keys"] = getStatIndex(21, seeds, rands); - stats2["totalOrbs"] = getStatIndex(22, seeds, rands); - stats2["moons"] = getStatIndex(28, seeds, rands); - stats2["diamondShards"] = getStatIndex(29, seeds, rands); - stats2["gauntlets"] = getStatIndex(40, seeds, rands); - stats2["lists"] = getStatIndex(41, seeds, rands); - - auto& shards = stats2["shards"]; - for (int i = 16; i <= 27; i++) { - if (i == 21 || i == 22) continue; // skip demon keys and total orbs - - int index = i - 16; - if (i > 22) index -= 2; - - shards[PATH_NAMES[index]] = getStatIndex(i, seeds, rands); - } - - auto& paths = variables["paths"]; - for (int i = FIRST_PATH; i <= LAST_PATH; i++) { - paths[PATH_NAMES[i - FIRST_PATH]] = getStatIndex(i, seeds, rands); - } - } - - void VariableManager::fetchGeneralData() { - auto* gameManager = utils::get(); - m_variables["username"] = rift::Value::string(gameManager->m_playerName); - m_variables["cubeIcon"] = utils::getPlayerIcon(PlayerMode::Cube); - m_variables["shipIcon"] = utils::getPlayerIcon(PlayerMode::Ship); - m_variables["ballIcon"] = utils::getPlayerIcon(PlayerMode::Ball); - m_variables["ufoIcon"] = utils::getPlayerIcon(PlayerMode::UFO); - m_variables["waveIcon"] = utils::getPlayerIcon(PlayerMode::Wave); - m_variables["robotIcon"] = utils::getPlayerIcon(PlayerMode::Robot); - m_variables["spiderIcon"] = utils::getPlayerIcon(PlayerMode::Spider); - m_variables["swingIcon"] = utils::getPlayerIcon(PlayerMode::Swing); - - auto gsm = utils::get(); - if (gsm->m_usePlayerStatsCCDictionary) { - playerStatsWithCCDict(m_variables); - } else { - playerStatsWithMaps(m_variables); - } - - if (gsm->m_activePath >= FIRST_PATH && gsm->m_activePath <= LAST_PATH) { - m_variables["currentPath"] = PATH_NAMES[gsm->m_activePath - FIRST_PATH]; - } else { - m_variables["currentPath"] = {}; - } - - } - - void VariableManager::fetchTimeData() { - auto time = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); - auto localTime = geode::localtime(time); - m_variables["hour"] = localTime.tm_hour; - m_variables["minute"] = localTime.tm_min; - m_variables["second"] = localTime.tm_sec; - m_variables["day"] = localTime.tm_mday; - m_variables["month"] = localTime.tm_mon + 1; - m_variables["monthName"] = utils::getMonthName(localTime.tm_mon); - m_variables["year"] = localTime.tm_year + 1900; - m_variables["clock"] = utils::getClock(); - m_variables["clock12"] = utils::getClock(true); - } - - void VariableManager::fetchHacksData() { - m_variables["isCheating"] = config::getTemp("hasCheats", false); - m_variables["noclip"] = config::get("player.noclip", false); - m_variables["speedhack"] = config::get("global.speedhack.toggle", false); - m_variables["speedhackSpeed"] = config::get("global.speedhack", 1.f); - m_variables["framestepper"] = config::get("player.framestepper", false); - } - - static std::string const& cachedBase64Decode(std::string const& str) { - static std::string s_lastStr; - static std::string s_lastDecoded; - if (str == s_lastStr) return s_lastDecoded; - s_lastStr = str; - if (str.empty()) return s_lastDecoded = ""; - s_lastDecoded = cocos2d::ZipUtils::base64URLDecode(str); - return s_lastDecoded; - } - - constexpr bool isRobTopLevelID(int levelID) { - return (levelID >= 1 && levelID <= 22) // Official levels - || (levelID >= 5001 && levelID <= 5004) // Platformer levels - || (levelID >= 1001 && levelID <= 1003) // GD Meltdown - || (levelID >= 2001 && levelID <= 2010) // GD World - || (levelID >= 4001 && levelID <= 4003) // GD SubZero - || levelID == 3001; // "The Challenge" - } - - static int getTotalOrbsForLevel(GJGameLevel* level, int levelID) { - static int s_lastLevelID = -1; - static int s_lastTotalOrbs = 0; - if (levelID == s_lastLevelID) return s_lastTotalOrbs; - s_lastLevelID = levelID; - s_lastTotalOrbs = utils::get()->getBaseCurrencyForLevel(level); - return s_lastTotalOrbs; - } - - static int getCurrentOrbsForLevel(GJGameLevel* level, int levelID) { - auto gsm = utils::get(); - auto totalOrbs = getTotalOrbsForLevel(level, levelID); - auto dailyId = level->m_dailyID.value(); - - cocos2d::CCDictionary* currencyScores; - if (dailyId <= 0) { - if (level->m_levelType == GJLevelType::Main) { - currencyScores = gsm->m_mainCurrencyScores; - } else if (level->m_gauntletLevel) { - currencyScores = gsm->m_gauntletCurrencyScores; - } else { - currencyScores = gsm->m_onlineCurrencyScores; - } - dailyId = levelID; - } else { - currencyScores = gsm->m_timelyCurrencyScores; - } - - auto& str = currencyScores->valueForKey(fmt::to_string(dailyId))->m_sString; - if (str.empty()) return 0; - if (auto res = geode::utils::numFromString(str)) { - auto resValue = res.unwrap(); - if (resValue >= 100) return totalOrbs * 1.25; - return std::floor(totalOrbs * (resValue / 100.f)); - } - return 0; - } - - void VariableManager::fetchLevelData(GJGameLevel* level) { - if (!level) { - // Reset all level variables - constexpr std::array keys = { - "levelID", "levelName", "levelDescription", "author", - "isRobtopLevel", "levelAttempts", "levelStars", "levelRating", - "difficulty", "difficultyKey", "practicePercent", - "bestPercent", "bestTime", "best" - }; - for (auto const& key : keys) { - removeVariable(key); - } - return; - } - - auto levelID = level->m_levelID.value(); - bool isRobtopLevel = isRobTopLevelID(levelID); - auto levelDifficulty = getLevelDifficulty(level); - m_variables["levelID"] = levelID; - m_variables["levelName"] = rift::Value::string(level->m_levelName); - m_variables["levelDescription"] = cachedBase64Decode(level->m_levelDesc); - m_variables["author"] = rift::Value::string(isRobtopLevel ? "RobTop" : level->m_creatorName); - m_variables["isRobtopLevel"] = isRobtopLevel; - m_variables["levelAttempts"] = level->m_attempts.value(); - m_variables["levelStars"] = level->m_stars.value(); - m_variables["levelRating"] = getLevelRatingString(level); - m_variables["difficulty"] = getLevelDifficultyString(levelDifficulty); - m_variables["difficultyKey"] = getLevelDifficultyKey(levelDifficulty); - m_variables["practicePercent"] = level->m_practicePercent; - m_variables["bestPercent"] = level->m_normalPercent.value(); - m_variables["bestTime"] = level->m_bestTime; - if (utils::get()->m_isPlatformer) - m_variables["best"] =formatTime(level->m_bestTime); - else - m_variables["best"] = level->m_normalPercent.value(); - - m_variables["totalLevelOrbs"] = static_cast(getTotalOrbsForLevel(level, levelID) * 1.25); - m_variables["levelOrbs"] = getCurrentOrbsForLevel(level, levelID); - } - - void VariableManager::fetchPlayerData(PlayerObject* player, bool isPlayer2) { - if (!player) { - // Reset all player variables - constexpr std::array keys = { - "playerX", "playerY", "player2X", "player2Y", "playerXVelocity", "playerYVelocity", "player2XVelocity", "player2YVelocity" - }; - for (auto const& key : keys) { - removeVariable(key); - } - if (!isPlayer2) { - auto gamemode = utils::getGameMode(nullptr); - m_variables["gamemode"] = utils::gameModeName(gamemode); - m_variables["playerIcon"] = utils::getPlayerIcon(gamemode); - } - return; - } - - m_variables[isPlayer2 ? "player2X" : "playerX"] = player->m_position.x; - m_variables[isPlayer2 ? "player2Y" : "playerY"] = player->m_position.y; - - m_variables[isPlayer2 ? "player2XVelocity" : "playerXVelocity"] = player->m_isPlatformer ? player->m_platformerXVelocity : player->m_playerSpeed; - m_variables[isPlayer2 ? "player2YVelocity" : "playerYVelocity"] = player->m_yVelocity; - - if (!isPlayer2) { - auto gamemode = utils::getGameMode(player); - m_variables["gamemode"] = utils::gameModeName(gamemode); - m_variables["playerIcon"] = utils::getPlayerIcon(gamemode); - } - } - - void VariableManager::fetchGameplayData(GJBaseGameLayer* gameLayer) { - if (!gameLayer) { - // Reset all gameplay variables - static constexpr std::array keys = { - "attempt", "isTestMode", "isPracticeMode", "isPlatformer", - "levelTime", "levelLength", "levelDuration", "time", "frame", - "isDead", "isDualMode", "noclipDeaths", "noclipAccuracy", "progress", - "editorMode", "realProgress", "objects" - }; - for (auto const& key : keys) { - removeVariable(key); - } - - // Reset level and player data - fetchLevelData(nullptr); - fetchPlayerData(nullptr, false); - fetchPlayerData(nullptr, true); - return; - } - - m_variables["attempt"] = gameLayer->m_attempts; - m_variables["isTestMode"] = gameLayer->m_isTestMode; - m_variables["isPracticeMode"] = gameLayer->m_isPracticeMode; - m_variables["isPlatformer"] = gameLayer->m_isPlatformer; - m_variables["levelTime"] = gameLayer->m_gameState.m_levelTime; - m_variables["levelLength"] = gameLayer->m_levelLength; - m_variables["levelDuration"] = gameLayer->m_level->m_timestamp / 240.f; - m_variables["time"] = utils::formatTime(gameLayer->m_gameState.m_levelTime); - m_variables["frame"] = (int64_t)gameLayer->m_gameState.m_currentProgress; - m_variables["frameReal"] = gameLayer->m_gameState.m_levelTime * utils::getTPS(); - m_variables["isDead"] = gameLayer->m_player1->m_isDead; - m_variables["isDualMode"] = gameLayer->m_player2 != nullptr && gameLayer->m_player2->isRunning(); - m_variables["noclipDeaths"] = config::getTemp("noclipDeaths", 0); - m_variables["noclipAccuracy"] = config::getTemp("noclipAccuracy", 100.0); - m_variables["progress"] = utils::getActualProgress(gameLayer); - m_variables["timeWarp"] = gameLayer->m_gameState.m_timeWarp; - m_variables["gravity"] = gameLayer->m_player1->m_gravityMod; - m_variables["activeObjects"] = gameLayer->m_activeObjectsCount; - m_variables["gradients"] = gameLayer->m_activeGradients; - m_variables["particleCount"] = gameLayer->m_particleCount; - m_variables["randomSeed"] = static_cast(GameToolbox::getfast_srand()); - - auto fmod = utils::get(); - m_variables["songsCount"] = fmod->countActiveMusic(); - m_variables["sfxCount"] = fmod->countActiveEffects(); - - m_variables["moveTriggerCount"] = gameLayer->m_movedCountDisplay; - m_variables["rotateTriggerCount"] = gameLayer->m_rotatedCountDisplay; - m_variables["scaleTriggerCount"] = gameLayer->m_scaledCountDisplay; - m_variables["followTriggerCount"] = gameLayer->m_followedCountDisplay; - - m_variables["areaMoveTrigger"] = gameLayer->m_areaMovedCountTotalDisplay; - m_variables["areaMoveTriggerTotal"] = gameLayer->m_areaMovedCountDisplay; - m_variables["areaRotateTrigger"] = gameLayer->m_areaRotatedCountTotalDisplay; - m_variables["areaRotateTriggerTotal"] = gameLayer->m_areaRotatedCountDisplay; - m_variables["areaScaleTrigger"] = gameLayer->m_areaScaledCountTotalDisplay; - m_variables["areaScaleTriggerTotal"] = gameLayer->m_areaScaledCountDisplay; - m_variables["areaColOpTrigger"] = gameLayer->m_areaColorCountTotalDisplay; - m_variables["areaColOpTriggerTotal"] = gameLayer->m_areaColorCountDisplay; - - auto coinsArr = rift::Array(); - for (int i = 0; i < s_coins.size(); ++i) { - auto coinKey = gameLayer->m_level->getCoinKey(i + 1); - bool saved = false; - - if (gameLayer->m_level->m_levelType == GJLevelType::Main) { - saved = utils::get()->hasSecretCoin(coinKey); - } else { - saved = utils::get()->hasUserCoin(coinKey); - } - - if (saved) { - coinsArr.push_back(2); - continue; - } - - auto pickedUp = gameLayer->m_collectedItems->objectForKey(fmt::to_string(i + 1)) != nullptr; - coinsArr.push_back(pickedUp ? 1 : 0); - } - m_variables["coins"] = coinsArr; - - if (auto* pl = utils::get()) { - m_variables["editorMode"] = false; - m_variables["realProgress"] = pl->getCurrentPercent(); - m_variables["objects"] = gameLayer->m_level->m_objectCount.value(); - } else if (auto* ed = utils::get()) { - m_variables["editorMode"] = true; - m_variables["realProgress"] = 0.f; - m_variables["objects"] = static_cast(ed->m_objects->count()); - } - - fetchLevelData(gameLayer->m_level); - fetchPlayerData(gameLayer->m_player1, false); - fetchPlayerData(gameLayer->m_player2, true); - } - - static void fetchGlobedData(rift::Object& variables) { - auto& globed = variables["globed"]; - - auto enabled = geode::Loader::get()->isModLoaded("dankmeme.globed2"); - globed[std::string("enabled")] = enabled; - - if (enabled) { - // net - globed[std::string("isConnected")] = globed::api::net::isConnected(); - globed[std::string("ping")] = (int64_t)globed::api::net::getGamePingMs(); - globed[std::string("centralPing")] = (int64_t)globed::api::net::getCentralPingMs(); - globed[std::string("tps")] = (int64_t)globed::api::net::getGameTickrate(); - - // suggestion for daniel meme to add: - // serverName - // roomName - // roomId - // other room things - - // globed[std::string("playersOnline")] = (int64_t)globed::api::player::playersOnline(); - globed[std::string("playersOnLevel")] = (int64_t)globed::api::game::getPlayerCount(); - } - } - - void VariableManager::refetch() { - // Game variables - fetchGeneralData(); - - // Hack states (only the important ones - fetchHacksData(); - - // Time - fetchTimeData(); - - // Game state - fetchGameplayData(utils::get()); - - // Globed - fetchGlobedData(m_variables); - } - - class $modify(LabelsGJBGLHook, GJBaseGameLayer) { - static void updateTPS() { - static time_t s_lastUpdate = utils::getTimestamp(); - static size_t s_frames = 0; - s_frames++; - auto now = utils::getTimestamp(); - auto diff = now - s_lastUpdate; - constexpr time_t interval = 250; - if (diff >= interval) { - auto tps = s_frames / (diff / 1000.0); - VariableManager::get().setVariable("tps", tps); - s_lastUpdate = now; - s_frames = 0; - } - } - - #ifndef GEODE_IS_MACOS - void processCommands(float dt, bool isHalfTick, bool isLastTick) { - GJBaseGameLayer::processCommands(dt, isHalfTick, isLastTick); - this->updateTPS(); - } - #else - void processQueuedButtons(float dt, bool clearInputQueue) { - GJBaseGameLayer::processQueuedButtons(dt, clearInputQueue); - this->updateTPS(); - } - #endif - }; - - class $modify(VariablesPLHook, PlayLayer) { - struct Fields { - float m_runFrom = 0.f; - float m_lastRunFrom = 0.f; - float m_bestRun = 0.f; - float m_lastBestRun = 0.f; - }; - - void addObject(GameObject* obj) { - PlayLayer::addObject(obj); - auto id = obj->m_objectID; - - if (id == 142 || id == 1329) - s_coins.push_back(static_cast(obj)); - } - - bool init(GJGameLevel* level, bool useReplay, bool dontCreateObjects) { - s_coins.clear(); - if (!PlayLayer::init(level, useReplay, dontCreateObjects)) return false; - - auto& manager = VariableManager::get(); - manager.setVariable("runFrom", 0.f); - manager.setVariable("bestRun", 0.f); - - return true; - } - - bool shouldSave() { - bool safeMode = config::get<"global.safemode", bool>(false); - bool autoSafeMode = config::get<"global.autosafemode", bool>(false); - bool freezeBestRun = config::get<"global.safemode.freeze_best_run", bool>(false); - auto trippedLastAttempt = config::getTemp("trippedSafeMode", false); - auto hasCheats = config::getTemp("hasCheats", false); - - if((autoSafeMode && freezeBestRun && (hasCheats || trippedLastAttempt)) - || (safeMode && freezeBestRun)) return false; - - if(config::get<"player.noclip", bool>(false) && !m_levelEndAnimationStarted && !m_hasCompletedLevel) { - if (config::get<"player.noclip.acclimit.toggle", bool>(false)) { - double acc = config::getTemp("noclipAccuracy", 100.0); - double limit = config::get<"player.noclip.acclimit", double>(95.0); - if (acc >= limit) - return false; - } - if (config::get<"player.noclip.deathlimit.toggle", bool>(false)) { - int deaths = config::getTemp("noclipDeaths", 0); - int limit = config::get("player.noclip.deathlimit", 2); - if (deaths < limit) - return false; - } - } - - return true; - } - - void saveBestRun() { - auto fields = m_fields.self(); - fields->m_bestRun = utils::getActualProgress(this); - if (shouldSave() && (fields->m_bestRun - fields->m_runFrom) >= (fields->m_lastBestRun - fields->m_lastRunFrom)) { - fields->m_lastBestRun = fields->m_bestRun; - fields->m_lastRunFrom = fields->m_runFrom; - auto& manager = VariableManager::get(); - manager.setVariable("runFrom", fields->m_runFrom); - manager.setVariable("bestRun", fields->m_bestRun); - } - } - - void levelComplete() { - PlayLayer::levelComplete(); - saveBestRun(); - } - - void destroyPlayer(PlayerObject* player, GameObject* object) override { - auto percentage = utils::getActualProgress(this); - PlayLayer::destroyPlayer(player, object); - if (object != m_anticheatSpike) { - VariableManager::get().setVariable("lastDeath", percentage); - saveBestRun(); - } - } - - void resetLevel() override { - PlayLayer::resetLevel(); - auto from = utils::getActualProgress(this); - m_fields->m_runFrom = from; - VariableManager::get().setVariable("runStart", from); - } - }; -} diff --git a/src/modules/labels/variables.hpp b/src/modules/labels/variables.hpp deleted file mode 100644 index f80265cf..00000000 --- a/src/modules/labels/variables.hpp +++ /dev/null @@ -1,49 +0,0 @@ -#pragma once -#include -#include -#include - -// Quickly assign a value to a label variable for debugging purposes. -#define DEBUG_VAR(name, value) eclipse::labels::VariableManager::get().setVariable(name, rift::Value::from(value)) - -namespace eclipse::labels { - /// @brief Class that represents a variable manager, used to store and retrieve variables. - class VariableManager { - public: - static VariableManager& get(); - - /// @brief Set default variables (which usually don't change). - void init(); - - /// @brief Set a variable with the specified name and value. - void setVariable(std::string name, rift::Value&& value); - - /// @brief Get the value of a variable with the specified name. - [[nodiscard]] rift::Value getVariable(std::string const& name) const; - - /// @brief Check if a variable with the specified name exists. - [[nodiscard]] bool hasVariable(std::string const& name) const; - - /// @brief Remove a variable with the specified name. - void removeVariable(std::string const& name); - - /// @brief Get all variables. - [[nodiscard]] rift::Object const& getVariables() const { return m_variables; } - - /// @brief Re-fetch all variables from the game - void refetch(); - - /// @brief Update the FPS variable. - void updateFPS(); - - private: - void fetchGeneralData(); - void fetchTimeData(); - void fetchHacksData(); - void fetchLevelData(GJGameLevel* level); - void fetchPlayerData(PlayerObject* player, bool isPlayer2); - void fetchGameplayData(GJBaseGameLayer* gameLayer); - - rift::Object m_variables; - }; -} diff --git a/src/modules/recorder/DSPRecorder.cpp b/src/modules/recorder/DSPRecorder.cpp deleted file mode 100644 index 961f5af9..00000000 --- a/src/modules/recorder/DSPRecorder.cpp +++ /dev/null @@ -1,84 +0,0 @@ -#include "DSPRecorder.hpp" -#include -#include -#include - -#include "ffmpeg-api/events.hpp" - -DSPRecorder* DSPRecorder::get() { - static DSPRecorder instance; - static bool initialized = false; - if (!initialized) { - initialized = true; - instance.init(); - } - return &instance; -} - -void DSPRecorder::start() { - if (m_recording) return; - - m_masterGroup->addDSP(0, m_dsp); - std::lock_guard lock(m_lock); - m_data.clear(); - m_recording = true; -} - -void DSPRecorder::stop() { - if (!m_recording) return; - - m_masterGroup->removeDSP(m_dsp); - std::lock_guard lock(m_lock); - m_recording = false; - - m_masterGroup->setPaused(false); -} - -std::vector DSPRecorder::getData() { - std::lock_guard lock(m_lock); - auto data = m_data; - m_data.clear(); - return data; -} - -void DSPRecorder::init() { - auto system = eclipse::utils::get()->m_system; - - FMOD_DSP_DESCRIPTION desc = {}; - strcpy(desc.name, "DSP Recorder"); - desc.numinputbuffers = 1; - desc.numoutputbuffers = 1; - desc.read = [](FMOD_DSP_STATE*, float* inbuffer, float* outbuffer, unsigned int length, int, int* outchannels) { - auto recorder = DSPRecorder::get(); - if (!recorder->m_recording) return FMOD_OK; - - auto channels = *outchannels; - - { - std::lock_guard lock(recorder->m_lock); - recorder->m_data.insert(recorder->m_data.end(), inbuffer, inbuffer + length * channels); - } - - std::memcpy(outbuffer, inbuffer, length * channels * sizeof(float)); - - FMOD::ChannelGroup* master; - eclipse::utils::get()->m_system->getMasterChannelGroup(&master); - master->setPaused(true); - - return FMOD_OK; - }; - - system->createDSP(&desc, &m_dsp); - system->getMasterChannelGroup(&m_masterGroup); -} - -void DSPRecorder::tryUnpause(float time) const { - auto system = eclipse::utils::get()->m_system; - int sampleRate; - int channels; - system->getSoftwareFormat(&sampleRate, nullptr, &channels); - - float songTime = (float) m_data.size() / ((float) sampleRate * (float) channels); - - if (time >= songTime) m_masterGroup->setPaused(false); -} diff --git a/src/modules/recorder/DSPRecorder.hpp b/src/modules/recorder/DSPRecorder.hpp deleted file mode 100644 index 4147231a..00000000 --- a/src/modules/recorder/DSPRecorder.hpp +++ /dev/null @@ -1,30 +0,0 @@ -#pragma once -#include -#include - -class DSPRecorder { -public: - static DSPRecorder* get(); - - /// @brief Enable the DSP and start recording PCM data. - void start(); - /// @brief Disable the DSP and stop recording PCM data. - void stop(); - - /// @brief Returns the recorded PCM data and clears the buffer. - std::vector getData(); - - [[nodiscard]] bool isRecording() const { return m_recording; } - - void tryUnpause(float time) const; - -private: - void init(); - - FMOD::DSP* m_dsp = nullptr; - FMOD::ChannelGroup* m_masterGroup = nullptr; - std::vector m_data; - std::mutex m_lock; - - bool m_recording = false; -}; diff --git a/src/modules/recorder/recorder.cpp b/src/modules/recorder/recorder.cpp deleted file mode 100644 index 6248b2a9..00000000 --- a/src/modules/recorder/recorder.cpp +++ /dev/null @@ -1,151 +0,0 @@ -#include "recorder.hpp" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -namespace eclipse::recorder { - namespace ffmpeg = ffmpeg::events; - - class ProjectionDelegate : public cocos2d::CCDirectorDelegate { - void updateProjection() override { - kmGLMatrixMode(KM_GL_PROJECTION); - kmGLLoadIdentity(); - kmMat4 orthoMatrix; - auto size = utils::get()->m_obWinSizeInPoints; - kmMat4OrthographicProjection(&orthoMatrix, 0, size.width, size.height, 0, -1024, 1024); - kmGLMultMatrix(&orthoMatrix); - kmGLMatrixMode(KM_GL_MODELVIEW); - kmGLLoadIdentity(); - } - }; - - void Recorder::start() { - m_currentFrame.resize(m_renderSettings.m_width * m_renderSettings.m_height * 4, 0); - m_renderTexture = RenderTexture(m_renderSettings.m_width, m_renderSettings.m_height); - m_renderTexture.begin(); - - m_recording = true; - - DSPRecorder::get()->start(); - - utils::get()->m_pProjectionDelegate = new ProjectionDelegate(); - std::thread(&Recorder::recordThread, this).detach(); - } - - void Recorder::stop() { - if (!m_recording) return; - - m_recording = false; - - // make sure to let the recording thread know that we're stopping - m_frameReady.set(true); - - m_renderTexture.end(); - DSPRecorder::get()->stop(); - - auto director = utils::get(); - if (auto& delegate = utils::get()->m_pProjectionDelegate) { - delete delegate; - delegate = nullptr; - } - - director->setProjection(cocos2d::ccDirectorProjection::kCCDirectorProjection2D); - } - - void Recorder::captureFrame() { - // wait until the previous frame is processed - m_frameReady.wait_for(false); - - // don't capture if we're not recording - if (!m_recording) return; - - m_renderTexture.capture(utils::get(), m_currentFrame, m_frameReady); - } - - std::string Recorder::getRecordingDuration() const { - // m_recordingDuration is in nanoseconds - double inSeconds = m_recordingDuration / 1'000'000'000.0; - return utils::formatTime(inSeconds); - } - - void Recorder::recordThread() { - geode::utils::thread::setName("Eclipse Recorder Thread"); - geode::log::debug("Recorder thread started."); - - ffmpeg::Recorder ffmpegRecorder; - if (!ffmpegRecorder.isValid()) { - stop(); - m_callback("Failed to initialize ffmpeg recorder."); - geode::log::debug("Recorder thread stopped."); - return; - } - - auto res = ffmpegRecorder.init(m_renderSettings); - if (res.isErr()) { - stop(); - m_callback(res.unwrapErr()); - ffmpegRecorder.stop(); - m_frameReady.set(false); // unlock the main thread if it's waiting - geode::log::debug("Recorder thread stopped."); - return; - } - - // wait for the first frame - m_frameReady.set(false); - m_frameReady.wait_for(true); - - { - // record the time it took to record the video (to show in the end) - debug::Timer timer("Recording", &m_recordingDuration); - - while (m_recording) { - res = ffmpegRecorder.writeFrame(m_currentFrame); - if (res.isErr()) { - m_callback(res.unwrapErr()); - - // stop recording if an error occurred - this->stop(); - break; - } - - // break if we're not recording anymore (to avoid waiting forever) - if (!m_recording) break; - - m_frameReady.set(false); - m_frameReady.wait_for(true); - } - } - - geode::log::debug("Recorder thread stopped."); - - ffmpegRecorder.stop(); - - DSPRecorder::get()->stop(); - auto data = DSPRecorder::get()->getData(); - - std::filesystem::path tempPath = m_renderSettings.m_outputFile.parent_path() / "music.mp4"; - - res = ffmpeg::AudioMixer::mixVideoRaw(m_renderSettings.m_outputFile, data, tempPath); - if (res.isErr()) return m_callback(res.unwrapErr()); - - std::error_code ec; - std::filesystem::remove(m_renderSettings.m_outputFile, ec); - if (ec) return m_callback("Failed to remove old video file."); - - ec = {}; - std::filesystem::rename(tempPath, m_renderSettings.m_outputFile, ec); - if (ec) return m_callback("Failed to rename temporary video file."); - } - - std::vector Recorder::getAvailableCodecs() { - return ffmpeg::Recorder::getAvailableCodecs(); - } -} \ No newline at end of file diff --git a/src/modules/recorder/recorder.hpp b/src/modules/recorder/recorder.hpp deleted file mode 100644 index 8715cb4e..00000000 --- a/src/modules/recorder/recorder.hpp +++ /dev/null @@ -1,39 +0,0 @@ -#pragma once -#include -#include -#include - -#include "rendertexture.hpp" -#include "spinlock.hpp" - -namespace eclipse::recorder { - class Recorder { - public: - void start(); - void stop(); - - void captureFrame(); - - bool isRecording() const { return m_recording; } - std::string getRecordingDuration() const; - - void setCallback(Function&& callback) { m_callback = std::move(callback); } - - static std::vector getAvailableCodecs(); - - public: - ffmpeg::RenderSettings m_renderSettings{}; - - private: - void recordThread(); - - private: - volatile bool m_recording = false; - utils::spinlock m_frameReady; - std::vector m_currentFrame; - RenderTexture m_renderTexture{}; - uint64_t m_recordingDuration = 0; - - Function m_callback; - }; -}; \ No newline at end of file diff --git a/src/modules/recorder/rendertexture.cpp b/src/modules/recorder/rendertexture.cpp deleted file mode 100644 index a41ecbf4..00000000 --- a/src/modules/recorder/rendertexture.cpp +++ /dev/null @@ -1,78 +0,0 @@ -#include "rendertexture.hpp" - -#include -#include -#include - -namespace eclipse::recorder { - void RenderTexture::begin() { - // Save the old FBO - glGetIntegerv(GL_FRAMEBUFFER_BINDING, &m_oldFBO); - - // Create a new texture - constexpr auto bitsPerPixel = 32; - auto bytesPerRow = m_width * bitsPerPixel / 8; - if (bytesPerRow % 8 == 0) { - glPixelStorei(GL_UNPACK_ALIGNMENT, 8); - } else if (bytesPerRow % 4 == 0) { - glPixelStorei(GL_UNPACK_ALIGNMENT, 4); - } else if (bytesPerRow % 2 == 0) { - glPixelStorei(GL_UNPACK_ALIGNMENT, 2); - } else { - glPixelStorei(GL_UNPACK_ALIGNMENT, 1); - } - - glGenTextures(1, &m_texture); - glBindTexture(GL_TEXTURE_2D, m_texture); - - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_LINEAR); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); - - glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, m_width, m_height, 0, GL_RGBA, GL_UNSIGNED_BYTE, nullptr); - - // Save the old RBO - glGetIntegerv(GL_RENDERBUFFER_BINDING, &m_oldRBO); - - // Create a new FBO - glGenFramebuffers(1, &m_fbo); - glBindFramebuffer(GL_FRAMEBUFFER, m_fbo); - - // Attach the texture to the FBO - glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texture, 0); - - // Set texture parameters - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, GL_NEAREST); - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); - - // Unbind the FBO and RBO - glBindRenderbuffer(GL_RENDERBUFFER, m_oldRBO); - glBindFramebuffer(GL_FRAMEBUFFER, m_oldFBO); - } - - void RenderTexture::end() const { - if (m_texture) glDeleteTextures(1, &m_texture); - if (m_fbo) glDeleteFramebuffers(1, &m_fbo); - } - - void RenderTexture::capture(cocos2d::CCNode* node, std::span buffer, utils::spinlock& frameReady) { - glViewport(0, 0, m_width, m_height); - - glGetIntegerv(GL_FRAMEBUFFER_BINDING, &m_oldFBO); - glBindFramebuffer(GL_FRAMEBUFFER, m_fbo); - - auto director = utils::get(); - director->setProjection(cocos2d::kCCDirectorProjectionCustom); - node->visit(); - director->setProjection(cocos2d::kCCDirectorProjection2D); - - glPixelStorei(GL_PACK_ALIGNMENT, 1); - glReadPixels(0, 0, m_width, m_height, GL_RGBA, GL_UNSIGNED_BYTE, buffer.data()); - - frameReady.set(true); - - glBindFramebuffer(GL_FRAMEBUFFER, m_oldFBO); - director->setViewport(); - } -} diff --git a/src/modules/recorder/rendertexture.hpp b/src/modules/recorder/rendertexture.hpp deleted file mode 100644 index 94f9900e..00000000 --- a/src/modules/recorder/rendertexture.hpp +++ /dev/null @@ -1,24 +0,0 @@ -#pragma once - -#include -#include "spinlock.hpp" - -namespace eclipse::recorder { - class RenderTexture { - protected: - uint32_t m_width = 0, m_height = 0; - GLint m_oldFBO = 0, m_oldRBO = 0; - GLuint m_fbo = 0; - GLuint m_texture = 0; - - public: - RenderTexture() = default; - RenderTexture(uint32_t width, uint32_t height) : m_width(width), m_height(height) {} - ~RenderTexture() { this->end(); } - - void begin(); - void end() const; - - void capture(cocos2d::CCNode* node, std::span buffer, utils::spinlock& frameReady); - }; -} diff --git a/src/modules/recorder/spinlock.hpp b/src/modules/recorder/spinlock.hpp deleted file mode 100644 index c897642d..00000000 --- a/src/modules/recorder/spinlock.hpp +++ /dev/null @@ -1,43 +0,0 @@ -#pragma once - -namespace eclipse::utils { - /// @brief A spinlock implementation that uses atomic_flag. - class spinlock { - // macOS doesn't support atomic wait yet :P - #if defined(__cpp_lib_atomic_wait) && __cpp_lib_atomic_wait >= 201907L - #define HAS_ATOMIC_WAIT 1 - #else - #define HAS_ATOMIC_WAIT 0 - #endif - - public: - /// @brief Locks the thread until the flag is set to the desired state. - void wait_for(bool state) const { - #if HAS_ATOMIC_WAIT - m_flag.wait(!state, std::memory_order_acquire); - #else - while (m_flag.test(std::memory_order_acquire) != state) - std::this_thread::yield(); - #endif - } - - /// @brief Checks the flag's state without locking the thread. - [[nodiscard]] bool read() const { - return m_flag.test(std::memory_order_acquire); - } - - [[nodiscard]] operator bool() const { return read(); } - - /// @brief Sets the flag to the desired state and notifies any waiting threads. - void set(bool state) { - if (state) m_flag.test_and_set(std::memory_order_release); - else m_flag.clear(std::memory_order_release); - #if HAS_ATOMIC_WAIT - m_flag.notify_one(); - #endif - } - - private: - std::atomic_flag m_flag = ATOMIC_FLAG_INIT; - }; -} \ No newline at end of file diff --git a/src/modules/utils/GameCheckpoint.hpp b/src/modules/utils/GameCheckpoint.hpp deleted file mode 100644 index fc08d40f..00000000 --- a/src/modules/utils/GameCheckpoint.hpp +++ /dev/null @@ -1,872 +0,0 @@ -#pragma once -#include "modules/utils/SingletonCache.hpp" -#include - -using namespace geode::prelude; - -namespace eclipse::utils { - class FixPlayLayerCheckpoint { - public: - FixPlayLayerCheckpoint() = default; - - FixPlayLayerCheckpoint(PlayLayer* playLayer) { - //GJBaseGameLayer - m_player1CollisionBlock = playLayer->m_player1CollisionBlock; - m_player2CollisionBlock = playLayer->m_player2CollisionBlock; - m_extraDelta = playLayer->m_extraDelta; - m_unk32d0 = playLayer->m_unk32d0; - // m_queueInterval = playLayer->m_queueInterval; - m_unk32ec = playLayer->m_unk32ec; - m_currentStep = playLayer->m_currentStep; - m_unk3380 = playLayer->m_unk3380; - - #ifndef GEODE_IS_ANDROID - m_gameObjectPhysics = playLayer->m_gameState.m_gameObjectPhysics; - #endif - } - - void apply(PlayLayer* playLayer) { - //GJBaseGameLayer - - playLayer->m_player1CollisionBlock = m_player1CollisionBlock; - playLayer->m_player2CollisionBlock = m_player2CollisionBlock; - playLayer->m_extraDelta = m_extraDelta; - playLayer->m_unk32d0 = m_unk32d0; - // playLayer->m_queueInterval = m_queueInterval; - playLayer->m_unk32ec = m_unk32ec; - playLayer->m_currentStep = m_currentStep; - playLayer->m_unk3380 = m_unk3380; - - #ifndef GEODE_IS_ANDROID - playLayer->m_gameState.m_gameObjectPhysics = m_gameObjectPhysics; - #endif - } - - private: - //GJBaseGameLayer - GameObject* m_player1CollisionBlock; - GameObject* m_player2CollisionBlock; - double m_extraDelta; - int m_unk32d0; - double m_queueInterval; - int m_unk32ec; - int m_currentStep; - float m_unk3380; - - #ifndef GEODE_IS_ANDROID - //GameState - gd::unordered_map m_gameObjectPhysics; - #endif - }; - - class FixPlayerCheckpoint { - public: - FixPlayerCheckpoint() = default; - - FixPlayerCheckpoint(PlayerObject* player) { - m_wasTeleported = player->m_wasTeleported; - m_fixGravityBug = player->m_fixGravityBug; - m_reverseSync = player->m_reverseSync; - m_yVelocityBeforeSlope = player->m_yVelocityBeforeSlope; - m_dashX = player->m_dashX; - m_dashY = player->m_dashY; - m_dashAngle = player->m_dashAngle; - m_dashStartTime = player->m_dashStartTime; - m_slopeStartTime = player->m_slopeStartTime; - m_justPlacedStreak = player->m_justPlacedStreak; - m_maybeLastGroundObject = player->m_maybeLastGroundObject; - m_lastCollisionBottom = player->m_lastCollisionBottom; - m_lastCollisionTop = player->m_lastCollisionTop; - m_lastCollisionLeft = player->m_lastCollisionLeft; - m_lastCollisionRight = player->m_lastCollisionRight; - m_unk50C = player->m_unk50C; - m_unk510 = player->m_unk510; - m_currentSlope2 = player->m_currentSlope2; - m_preLastGroundObject = player->m_preLastGroundObject; - m_slopeAngle = player->m_slopeAngle; - m_slopeSlidingMaybeRotated = player->m_slopeSlidingMaybeRotated; - m_quickCheckpointMode = player->m_quickCheckpointMode; - m_collidedObject = player->m_collidedObject; - m_lastGroundObject = player->m_lastGroundObject; - m_collidingWithLeft = player->m_collidingWithLeft; - m_collidingWithRight = player->m_collidingWithRight; - m_maybeSavedPlayerFrame = player->m_maybeSavedPlayerFrame; - m_scaleXRelated2 = player->m_scaleXRelated2; - m_groundYVelocity = player->m_groundYVelocity; - m_yVelocityRelated = player->m_yVelocityRelated; - m_scaleXRelated3 = player->m_scaleXRelated3; - m_scaleXRelated4 = player->m_scaleXRelated4; - m_scaleXRelated5 = player->m_scaleXRelated5; - m_isCollidingWithSlope = player->m_isCollidingWithSlope; - m_isBallRotating = player->m_isBallRotating; - m_unk669 = player->m_unk669; - m_currentPotentialSlope = player->m_currentPotentialSlope; - m_currentSlope = player->m_currentSlope; - unk_584 = player->unk_584; - m_collidingWithSlopeId = player->m_collidingWithSlopeId; - m_slopeFlipGravityRelated = player->m_slopeFlipGravityRelated; - m_slopeAngleRadians = player->m_slopeAngleRadians; - m_rotationSpeed = player->m_rotationSpeed; - m_rotateSpeed = player->m_rotateSpeed; - m_isRotating = player->m_isRotating; - m_isBallRotating2 = player->m_isBallRotating2; - m_hasGlow = player->m_hasGlow; - m_isHidden = player->m_isHidden; - m_ghostType = player->m_ghostType; - m_speedMultiplier = player->m_speedMultiplier; - m_yStart = player->m_yStart; - m_gravity = player->m_gravity; - m_trailingParticleLife = player->m_trailingParticleLife; - m_unk648 = player->m_unk648; - m_gameModeChangedTime = player->m_gameModeChangedTime; - m_padRingRelated = player->m_padRingRelated; - m_maybeReducedEffects = player->m_maybeReducedEffects; - m_maybeIsFalling = player->m_maybeIsFalling; - m_shouldTryPlacingCheckpoint = player->m_shouldTryPlacingCheckpoint; - m_playEffects = player->m_playEffects; - m_maybeCanRunIntoBlocks = player->m_maybeCanRunIntoBlocks; - m_hasGroundParticles = player->m_hasGroundParticles; - m_hasShipParticles = player->m_hasShipParticles; - m_isOnGround3 = player->m_isOnGround3; - m_checkpointTimeout = player->m_checkpointTimeout; - m_lastCheckpointTime = player->m_lastCheckpointTime; - m_lastJumpTime = player->m_lastJumpTime; - m_lastFlipTime = player->m_lastFlipTime; - m_flashTime = player->m_flashTime; - m_flashDuration = player->m_flashDuration; - m_flashDelay = player->m_flashDelay; - m_flashMainColor = player->m_flashMainColor; - m_flashSecondColor = player->m_flashSecondColor; - m_lastSpiderFlipTime = player->m_lastSpiderFlipTime; - m_unkBool5 = player->m_unkBool5; - m_maybeIsVehicleGlowing = player->m_maybeIsVehicleGlowing; - m_switchWaveTrailColor = player->m_switchWaveTrailColor; - m_practiceDeathEffect = player->m_practiceDeathEffect; - m_accelerationOrSpeed = player->m_accelerationOrSpeed; - m_snapDistance = player->m_snapDistance; - m_ringJumpRelated = player->m_ringJumpRelated; - m_objectSnappedTo = player->m_objectSnappedTo; - m_pendingCheckpoint = player->m_pendingCheckpoint; - m_onFlyCheckpointTries = player->m_onFlyCheckpointTries; - m_maybeSpriteRelated = player->m_maybeSpriteRelated; - m_useLandParticles0 = player->m_useLandParticles0; - m_landParticlesAngle = player->m_landParticlesAngle; - m_landParticleRelatedY = player->m_landParticleRelatedY; - m_playerStreak = player->m_playerStreak; - m_streakStrokeWidth = player->m_streakStrokeWidth; - m_disableStreakTint = player->m_disableStreakTint; - m_alwaysShowStreak = player->m_alwaysShowStreak; - m_shipStreakType = player->m_shipStreakType; - m_slopeRotation = player->m_slopeRotation; - m_currentSlopeYVelocity = player->m_currentSlopeYVelocity; - m_unk3d0 = player->m_unk3d0; - m_blackOrbRelated = player->m_blackOrbRelated; - m_unk3e0 = player->m_unk3e0; - m_unk3e1 = player->m_unk3e1; - m_isAccelerating = player->m_isAccelerating; - m_isCurrentSlopeTop = player->m_isCurrentSlopeTop; - m_collidedTopMinY = player->m_collidedTopMinY; - m_collidedBottomMaxY = player->m_collidedBottomMaxY; - m_collidedLeftMaxX = player->m_collidedLeftMaxX; - m_collidedRightMinX = player->m_collidedRightMinX; - m_fadeOutStreak = player->m_fadeOutStreak; - // m_canPlaceCheckpoint = m_canPlaceCheckpointckpoint; (breaking) - m_originalMainColor = player->m_originalMainColor; - m_originalSecondColor = player->m_originalSecondColor; - m_hasCustomGlowColor = player->m_hasCustomGlowColor>m_hasCustomGlowColor; - m_glowColor = player->m_glowColor; - m_maybeIsColliding = player->m_maybeIsColliding; - // m_jumpBuffered = player->m_jumpBuffered; (breaking) - m_stateRingJump = player->m_stateRingJump; - m_wasJumpBuffered = player->m_wasJumpBuffered; - m_wasRobotJump = player->m_wasRobotJump; - m_stateJumpBuffered = player->m_stateJumpBuffered; - m_stateRingJump2 = player->m_stateRingJump2; - m_touchedRing = player->m_touchedRing; - m_touchedCustomRing = player->m_touchedCustomRing; - m_touchedGravityPortal = player->m_touchedGravityPortal; - m_maybeTouchedBreakableBlock = player->m_maybeTouchedBreakableBlock; - m_jumpRelatedAC2 = player->m_jumpRelatedAC2; - m_touchedPad = player->m_touchedPad; - m_yVelocity = player->m_yVelocity; - m_fallSpeed = player->m_fallSpeed; - m_isOnSlope = player->m_isOnSlope; - m_wasOnSlope = player->m_wasOnSlope; - m_slopeVelocity = player->m_slopeVelocity; - m_maybeUpsideDownSlope = player->m_maybeUpsideDownSlope; - m_isShip = player->m_isShip; - m_isBird = player->m_isBird; - m_isBall = player->m_isBall; - m_isDart = player->m_isDart; - m_isRobot = player->m_isRobot; - m_isSpider = player->m_isSpider; - m_isUpsideDown = player->m_isUpsideDown; - m_isDead = player->m_isDead; - m_isOnGround = player->m_isOnGround; - m_isGoingLeft = player->m_isGoingLeft; - m_isSideways = player->m_isSideways; - m_isSwing = player->m_isSwing; - m_reverseRelated = player->m_reverseRelated; - m_maybeReverseSpeed = player->m_maybeReverseSpeed; - m_maybeReverseAcceleration = player->m_maybeReverseAcceleration; - m_xVelocityRelated2 = player->m_xVelocityRelated2; - m_isDashing = player->m_isDashing; - m_dashFireFrame = player->m_dashFireFrame; - m_groundObjectMaterial = player->m_groundObjectMaterial; - m_vehicleSize = player->m_vehicleSize; - m_playerSpeed = player->m_playerSpeed; - m_shipRotation = player->m_shipRotation; - m_lastPortalPos = player->m_lastPortalPos; - m_unkUnused3 = player->m_unkUnused3; - m_isOnGround2 = player->m_isOnGround2; - m_lastLandTime = player->m_lastLandTime; - m_platformerVelocityRelated = player->m_platformerVelocityRelated; - m_maybeIsBoosted = player->m_maybeIsBoosted; - m_scaleXRelatedTime = player->m_scaleXRelatedTime; - m_decreaseBoostSlide = player->m_decreaseBoostSlide; - m_unkA29 = player->m_unkA29; - m_isLocked = player->m_isLocked; - m_controlsDisabled = player->m_controlsDisabled; - m_lastGroundedPos = player->m_lastGroundedPos; - m_lastActivatedPortal = player->m_lastActivatedPortal; - m_hasEverJumped = player->m_hasEverJumped; - m_hasEverHitRing = player->m_hasEverHitRing; - m_playerColor1 = player->m_playerColor1; - m_playerColor2 = player->m_playerColor2; - m_isSecondPlayer = player->m_isSecondPlayer; - m_unkA99 = player->m_unkA99; - m_isBeingSpawnedByDualPortal = player->m_isBeingSpawnedByDualPortal; - m_audioScale = player->m_audioScale; - m_unkAngle1 = player->m_unkAngle1; - m_yVelocityRelated3 = player->m_yVelocityRelated3; - m_defaultMiniIcon = player->m_defaultMiniIcon; - m_swapColors = player->m_swapColors; - m_switchDashFireColor = player->m_switchDashFireColor; - m_followRelated = player->m_followRelated; - m_unk838 = player->m_unk838; - m_stateOnGround = player->m_stateOnGround; - m_stateUnk = player->m_stateUnk; - m_stateNoStickX = player->m_stateNoStickX; - m_stateNoStickY = player->m_stateNoStickY; - m_stateUnk2 = player->m_stateUnk2; - m_stateBoostX = player->m_stateBoostX; - m_stateBoostY = player->m_stateBoostY; - m_maybeStateForce2 = player->m_maybeStateForce2; - m_stateScale = player->m_stateScale; - m_platformerXVelocity = player->m_platformerXVelocity; - m_holdingRight = player->m_holdingRight; - m_holdingLeft = player->m_holdingLeft; - m_leftPressedFirst = player->m_leftPressedFirst; - m_scaleXRelated = player->m_scaleXRelated; - m_maybeHasStopped = player->m_maybeHasStopped; - m_xVelocityRelated = player->m_xVelocityRelated; - m_maybeGoingCorrectSlopeDirection = player->m_maybeGoingCorrectSlopeDirection; - m_isSliding = player->m_isSliding; - m_maybeSlopeForce = player->m_maybeSlopeForce; - m_isOnIce = player->m_isOnIce; - m_physDeltaRelated = player->m_physDeltaRelated; - m_isOnGround4 = player->m_isOnGround4; - m_maybeSlidingTime = player->m_maybeSlidingTime; - m_maybeSlidingStartTime = player->m_maybeSlidingStartTime; - m_changedDirectionsTime = player->m_changedDirectionsTime; - m_slopeEndTime = player->m_slopeEndTime; - m_isMoving = player->m_isMoving; - m_platformerMovingLeft = player->m_platformerMovingLeft; - m_platformerMovingRight = player->m_platformerMovingRight; - m_isSlidingRight = player->m_isSlidingRight; - m_maybeChangedDirectionAngle = player->m_maybeChangedDirectionAngle; - m_unkUnused2 = player->m_unkUnused2; - m_stateNoAutoJump = player->m_stateNoAutoJump; - m_stateDartSlide = player->m_stateDartSlide; - m_stateHitHead = player->m_stateHitHead; - m_stateFlipGravity = player->m_stateFlipGravity; - m_gravityMod = player->m_gravityMod; - m_stateForce = player->m_stateForce; - m_stateForceVector = player->m_stateForceVector; - m_affectedByForces = player->m_affectedByForces; - m_somethingPlayerSpeedTime = player->m_somethingPlayerSpeedTime; - m_playerSpeedAC = player->m_playerSpeedAC; - m_fixRobotJump = player->m_fixRobotJump; - // m_holdingButtons = player->m_holdingButtons; // map - m_inputsLocked = player->m_inputsLocked; - m_gv0123 = player->m_gv0123; - m_iconRequestID = player->m_iconRequestID; - m_unkUnused = player->m_unkUnused; - m_isOutOfBounds = player->m_isOutOfBounds; - m_fallStartY = player->m_fallStartY; - m_disablePlayerSqueeze = player->m_disablePlayerSqueeze; - m_robotAnimation1Enabled = player->m_robotAnimation1Enabled; - m_robotAnimation2Enabled = player->m_robotAnimation2Enabled; - m_spiderAnimationEnabled = player->m_spiderAnimationEnabled; - - m_position = player->m_position; - m_rotation = player->getRotation(); - - m_positionX = player->m_positionX; - m_positionY = player->m_positionY; - m_unmodifiedPositionX = player->m_unmodifiedPositionX; - m_unmodifiedPositionY = player->m_unmodifiedPositionY; - - m_rotationXOffset = player->m_rotationXOffset; - m_rotationYOffset = player->m_rotationYOffset; - m_fRotationX = player->m_fRotationX; - m_fRotationY = player->m_fRotationY; - m_isRotationAligned = player->m_isRotationAligned; - m_startRotationX = player->m_startRotationX; - m_startRotationY = player->m_startRotationY; - - #ifndef GEODE_IS_ANDROID - - m_rotateObjectsRelated = player->m_rotateObjectsRelated; // unordered_map - m_potentialSlopeMap = player->m_potentialSlopeMap; // unordered_map - m_ringRelatedSet = player->m_ringRelatedSet; // unordered_set - m_touchedRings = player->m_touchedRings; // unordered_set - - m_jumpPadRelated = player->m_jumpPadRelated; // map - m_playerFollowFloats = player->m_playerFollowFloats; // vector - - m_currentRobotAnimation = player->m_currentRobotAnimation; - - for (int i = 0; i < player->m_touchingRings->count(); i++) - m_touchingRings.push_back(player->m_touchingRings->objectAtIndex(i)); - - #endif - } - - void apply(PlayerObject* player) { - if (!utils::get()->m_isPracticeMode) return; - - player->m_wasTeleported = m_wasTeleported; - player->m_fixGravityBug = m_fixGravityBug; - player->m_reverseSync = m_reverseSync; - player->m_yVelocityBeforeSlope = m_yVelocityBeforeSlope; - player->m_dashX = m_dashX; - player->m_dashY = m_dashY; - player->m_dashAngle = m_dashAngle; - player->m_dashStartTime = m_dashStartTime; - player->m_slopeStartTime = m_slopeStartTime; - player->m_justPlacedStreak = m_justPlacedStreak; - // player->m_maybeLastGroundObject = m_maybeLastGroundObject; - player->m_lastCollisionBottom = m_lastCollisionBottom; - player->m_lastCollisionTop = m_lastCollisionTop; - player->m_lastCollisionLeft = m_lastCollisionLeft; - player->m_lastCollisionRight = m_lastCollisionRight; - player->m_unk50C = m_unk50C; - player->m_unk510 = m_unk510; - player->m_currentSlope2 = m_currentSlope2; - player->m_preLastGroundObject = m_preLastGroundObject; - player->m_slopeAngle = m_slopeAngle; - player->m_slopeSlidingMaybeRotated = m_slopeSlidingMaybeRotated; - player->m_quickCheckpointMode = m_quickCheckpointMode; - player->m_collidedObject = m_collidedObject; - player->m_lastGroundObject = m_lastGroundObject; - player->m_collidingWithLeft = m_collidingWithLeft; - player->m_collidingWithRight = m_collidingWithRight; - player->m_maybeSavedPlayerFrame = m_maybeSavedPlayerFrame; - player->m_scaleXRelated2 = m_scaleXRelated2; - player->m_groundYVelocity = m_groundYVelocity; - player->m_yVelocityRelated = m_yVelocityRelated; - player->m_scaleXRelated3 = m_scaleXRelated3; - player->m_scaleXRelated4 = m_scaleXRelated4; - player->m_scaleXRelated5 = m_scaleXRelated5; - player->m_isCollidingWithSlope = m_isCollidingWithSlope; - player->m_isBallRotating = m_isBallRotating; - player->m_unk669 = m_unk669; - player->m_currentPotentialSlope = m_currentPotentialSlope; - player->m_currentSlope = m_currentSlope; - player->unk_584 = unk_584; - player->m_collidingWithSlopeId = m_collidingWithSlopeId; - player->m_slopeFlipGravityRelated = m_slopeFlipGravityRelated; - player->m_slopeAngleRadians = m_slopeAngleRadians; - player->m_rotationSpeed = m_rotationSpeed; - player->m_rotateSpeed = m_rotateSpeed; - player->m_isRotating = m_isRotating; - player->m_isBallRotating2 = m_isBallRotating2; - player->m_hasGlow = m_hasGlow; - player->m_isHidden = m_isHidden; - player->m_ghostType = m_ghostType; - player->m_speedMultiplier = m_speedMultiplier; - player->m_yStart = m_yStart; - player->m_gravity = m_gravity; - player->m_trailingParticleLife = m_trailingParticleLife; - player->m_unk648 = m_unk648; - player->m_gameModeChangedTime = m_gameModeChangedTime; - player->m_padRingRelated = m_padRingRelated; - player->m_maybeReducedEffects = m_maybeReducedEffects; - player->m_maybeIsFalling = m_maybeIsFalling; - player->m_shouldTryPlacingCheckpoint = m_shouldTryPlacingCheckpoint; - player->m_playEffects = m_playEffects; - player->m_maybeCanRunIntoBlocks = m_maybeCanRunIntoBlocks; - player->m_hasGroundParticles = m_hasGroundParticles; - player->m_hasShipParticles = m_hasShipParticles; - player->m_isOnGround3 = m_isOnGround3; - player->m_checkpointTimeout = m_checkpointTimeout; - player->m_lastCheckpointTime = m_lastCheckpointTime; - player->m_lastJumpTime = m_lastJumpTime; - player->m_lastFlipTime = m_lastFlipTime; - player->m_flashTime = m_flashTime; - player->m_flashDuration = m_flashDuration; - player->m_flashDelay = m_flashDelay; - player->m_flashMainColor = m_flashMainColor; - player->m_flashSecondColor = m_flashSecondColor; - player->m_lastSpiderFlipTime = m_lastSpiderFlipTime; - player->m_unkBool5 = m_unkBool5; - player->m_maybeIsVehicleGlowing = m_maybeIsVehicleGlowing; - player->m_switchWaveTrailColor = m_switchWaveTrailColor; - player->m_practiceDeathEffect = m_practiceDeathEffect; - player->m_accelerationOrSpeed = m_accelerationOrSpeed; - player->m_snapDistance = m_snapDistance; - player->m_ringJumpRelated = m_ringJumpRelated; - player->m_objectSnappedTo = m_objectSnappedTo; - player->m_pendingCheckpoint = m_pendingCheckpoint; - player->m_onFlyCheckpointTries = m_onFlyCheckpointTries; - player->m_maybeSpriteRelated = m_maybeSpriteRelated; - player->m_useLandParticles0 = m_useLandParticles0; - player->m_landParticlesAngle = m_landParticlesAngle; - player->m_landParticleRelatedY = m_landParticleRelatedY; - player->m_playerStreak = m_playerStreak; - player->m_streakStrokeWidth = m_streakStrokeWidth; - player->m_disableStreakTint = m_disableStreakTint; - player->m_alwaysShowStreak = m_alwaysShowStreak; - player->m_shipStreakType = m_shipStreakType; - player->m_slopeRotation = m_slopeRotation; - player->m_currentSlopeYVelocity = m_currentSlopeYVelocity; - player->m_unk3d0 = m_unk3d0; - player->m_blackOrbRelated = m_blackOrbRelated; - player->m_unk3e0 = m_unk3e0; - player->m_unk3e1 = m_unk3e1; - player->m_isAccelerating = m_isAccelerating; - player->m_isCurrentSlopeTop = m_isCurrentSlopeTop; - player->m_collidedTopMinY = m_collidedTopMinY; - player->m_collidedBottomMaxY = m_collidedBottomMaxY; - player->m_collidedLeftMaxX = m_collidedLeftMaxX; - player->m_collidedRightMinX = m_collidedRightMinX; - player->m_fadeOutStreak = m_fadeOutStreak; - // player->m_canPlaceCheckpoint = m_canPlaceCheckpoint; (breaking) - player->m_originalMainColor = m_originalMainColor; - player->m_originalSecondColor = m_originalSecondColor; - player->m_hasCustomGlowColor = m_hasCustomGlowColor; - player->m_glowColor = m_glowColor; - player->m_maybeIsColliding = m_maybeIsColliding; - // player->m_jumpBuffered = m_jumpBuffered; (breaking) - player->m_stateRingJump = m_stateRingJump; - player->m_wasJumpBuffered = m_wasJumpBuffered; - player->m_wasRobotJump = m_wasRobotJump; - player->m_stateJumpBuffered = m_stateJumpBuffered; - player->m_stateRingJump2 = m_stateRingJump2; - player->m_touchedRing = m_touchedRing; - player->m_touchedCustomRing = m_touchedCustomRing; - player->m_touchedGravityPortal = m_touchedGravityPortal; - player->m_maybeTouchedBreakableBlock = m_maybeTouchedBreakableBlock; - player->m_jumpRelatedAC2 = m_jumpRelatedAC2; - player->m_touchedPad = m_touchedPad; - player->m_yVelocity = m_yVelocity; - player->m_fallSpeed = m_fallSpeed; - player->m_isOnSlope = m_isOnSlope; - player->m_wasOnSlope = m_wasOnSlope; - player->m_slopeVelocity = m_slopeVelocity; - player->m_maybeUpsideDownSlope = m_maybeUpsideDownSlope; - player->m_isShip = m_isShip; - player->m_isBird = m_isBird; - player->m_isBall = m_isBall; - player->m_isDart = m_isDart; - player->m_isRobot = m_isRobot; - player->m_isSpider = m_isSpider; - player->m_isUpsideDown = m_isUpsideDown; - player->m_isDead = m_isDead; - player->m_isOnGround = m_isOnGround; - player->m_isGoingLeft = m_isGoingLeft; - player->m_isSideways = m_isSideways; - player->m_isSwing = m_isSwing; - player->m_reverseRelated = m_reverseRelated; - player->m_maybeReverseSpeed = m_maybeReverseSpeed; - player->m_maybeReverseAcceleration = m_maybeReverseAcceleration; - player->m_xVelocityRelated2 = m_xVelocityRelated2; - player->m_isDashing = m_isDashing; - player->m_dashFireFrame = m_dashFireFrame; - player->m_groundObjectMaterial = m_groundObjectMaterial; - player->m_vehicleSize = m_vehicleSize; - player->m_playerSpeed = m_playerSpeed; - player->m_shipRotation = m_shipRotation; - player->m_lastPortalPos = m_lastPortalPos; - player->m_unkUnused3 = m_unkUnused3; - player->m_isOnGround2 = m_isOnGround2; - player->m_lastLandTime = m_lastLandTime; - player->m_platformerVelocityRelated = m_platformerVelocityRelated; - player->m_maybeIsBoosted = m_maybeIsBoosted; - player->m_scaleXRelatedTime = m_scaleXRelatedTime; - player->m_decreaseBoostSlide = m_decreaseBoostSlide; - player->m_unkA29 = m_unkA29; - player->m_isLocked = m_isLocked; - player->m_controlsDisabled = m_controlsDisabled; - player->m_lastGroundedPos = m_lastGroundedPos; - player->m_lastActivatedPortal = m_lastActivatedPortal; - player->m_hasEverJumped = m_hasEverJumped; - player->m_hasEverHitRing = m_hasEverHitRing; - player->m_playerColor1 = m_playerColor1; - player->m_playerColor2 = m_playerColor2; - player->m_isSecondPlayer = m_isSecondPlayer; - player->m_unkA99 = m_unkA99; - player->m_isBeingSpawnedByDualPortal = m_isBeingSpawnedByDualPortal; - player->m_audioScale = m_audioScale; - player->m_unkAngle1 = m_unkAngle1; - player->m_yVelocityRelated3 = m_yVelocityRelated3; - player->m_defaultMiniIcon = m_defaultMiniIcon; - player->m_swapColors = m_swapColors; - player->m_switchDashFireColor = m_switchDashFireColor; - player->m_followRelated = m_followRelated; - player->m_unk838 = m_unk838; - player->m_stateOnGround = m_stateOnGround; - player->m_stateUnk = m_stateUnk; - player->m_stateNoStickX = m_stateNoStickX; - player->m_stateNoStickY = m_stateNoStickY; - player->m_stateUnk2 = m_stateUnk2; - player->m_stateBoostX = m_stateBoostX; - player->m_stateBoostY = m_stateBoostY; - player->m_maybeStateForce2 = m_maybeStateForce2; - player->m_stateScale = m_stateScale; - player->m_platformerXVelocity = m_platformerXVelocity; - player->m_holdingRight = m_holdingRight; - player->m_holdingLeft = m_holdingLeft; - player->m_leftPressedFirst = m_leftPressedFirst; - player->m_scaleXRelated = m_scaleXRelated; - player->m_maybeHasStopped = m_maybeHasStopped; - player->m_xVelocityRelated = m_xVelocityRelated; - player->m_maybeGoingCorrectSlopeDirection = m_maybeGoingCorrectSlopeDirection; - player->m_isSliding = m_isSliding; - player->m_maybeSlopeForce = m_maybeSlopeForce; - player->m_isOnIce = m_isOnIce; - player->m_physDeltaRelated = m_physDeltaRelated; - player->m_isOnGround4 = m_isOnGround4; - player->m_maybeSlidingTime = m_maybeSlidingTime; - player->m_maybeSlidingStartTime = m_maybeSlidingStartTime; - player->m_changedDirectionsTime = m_changedDirectionsTime; - player->m_slopeEndTime = m_slopeEndTime; - player->m_isMoving = m_isMoving; - player->m_platformerMovingLeft = m_platformerMovingLeft; - player->m_platformerMovingRight = m_platformerMovingRight; - player->m_isSlidingRight = m_isSlidingRight; - player->m_maybeChangedDirectionAngle = m_maybeChangedDirectionAngle; - player->m_unkUnused2 = m_unkUnused2; - player->m_stateNoAutoJump = m_stateNoAutoJump; - player->m_stateDartSlide = m_stateDartSlide; - player->m_stateHitHead = m_stateHitHead; - player->m_stateFlipGravity = m_stateFlipGravity; - player->m_gravityMod = m_gravityMod; - player->m_stateForce = m_stateForce; - player->m_stateForceVector = m_stateForceVector; - player->m_affectedByForces = m_affectedByForces; - player->m_somethingPlayerSpeedTime = m_somethingPlayerSpeedTime; - player->m_playerSpeedAC = m_playerSpeedAC; - player->m_fixRobotJump = m_fixRobotJump; - player->m_inputsLocked = m_inputsLocked; - player->m_gv0123 = m_gv0123; - player->m_iconRequestID = m_iconRequestID; - player->m_unkUnused = m_unkUnused; - player->m_isOutOfBounds = m_isOutOfBounds; - player->m_fallStartY = m_fallStartY; - player->m_disablePlayerSqueeze = m_disablePlayerSqueeze; - player->m_robotAnimation1Enabled = m_robotAnimation1Enabled; - player->m_robotAnimation2Enabled = m_robotAnimation2Enabled; - player->m_spiderAnimationEnabled = m_spiderAnimationEnabled; - - player->m_position = m_position; - player->setPosition(m_position); - player->setRotation(m_rotation); - player->m_positionX = m_positionX; - player->m_positionY = m_positionY; - player->m_unmodifiedPositionX = m_unmodifiedPositionX; - player->m_unmodifiedPositionY = m_unmodifiedPositionY; - - player->m_rotationXOffset = m_rotationXOffset; - player->m_rotationYOffset = m_rotationYOffset; - player->m_fRotationX = m_fRotationX; - player->m_fRotationY = m_fRotationY; - player->m_isRotationAligned = m_isRotationAligned; - player->m_startRotationX = m_startRotationX; - player->m_startRotationY = m_startRotationY; - - #ifndef GEODE_IS_ANDROID - - player->m_rotateObjectsRelated = m_rotateObjectsRelated; - player->m_potentialSlopeMap = m_potentialSlopeMap; - player->m_ringRelatedSet = m_ringRelatedSet; - player->m_touchedRings = m_touchedRings; - - player->m_jumpPadRelated = m_jumpPadRelated; - player->m_playerFollowFloats = m_playerFollowFloats; - - player->m_currentRobotAnimation = m_currentRobotAnimation; - - player->m_touchingRings->removeAllObjects(); - for (CCObject* obj : m_touchingRings) - player->m_touchingRings->addObject(obj); - - #endif - } - - private: - cocos2d::CCPoint m_position; - float m_rotation; - - bool m_wasTeleported; - bool m_fixGravityBug; - bool m_reverseSync; - double m_yVelocityBeforeSlope; - double m_dashX; - double m_dashY; - double m_dashAngle; - double m_dashStartTime; - double m_slopeStartTime; - bool m_justPlacedStreak; - cocos2d::CCNode* m_maybeLastGroundObject; - int m_lastCollisionBottom; - int m_lastCollisionTop; - int m_lastCollisionLeft; - int m_lastCollisionRight; - int m_unk50C; - int m_unk510; - GameObject* m_currentSlope2; - GameObject* m_preLastGroundObject; - float m_slopeAngle; - bool m_slopeSlidingMaybeRotated; - bool m_quickCheckpointMode; - GameObject* m_collidedObject; - GameObject* m_lastGroundObject; - GameObject* m_collidingWithLeft; - GameObject* m_collidingWithRight; - int m_maybeSavedPlayerFrame; - double m_scaleXRelated2; - double m_groundYVelocity; - double m_yVelocityRelated; - double m_scaleXRelated3; - double m_scaleXRelated4; - double m_scaleXRelated5; - bool m_isCollidingWithSlope; - bool m_isBallRotating; - bool m_unk669; - GameObject* m_currentPotentialSlope; - GameObject* m_currentSlope; - double unk_584; - int m_collidingWithSlopeId; - bool m_slopeFlipGravityRelated; - float m_slopeAngleRadians; - float m_rotationSpeed; - float m_rotateSpeed; - bool m_isRotating; - bool m_isBallRotating2; - bool m_hasGlow; - bool m_isHidden; - GhostType m_ghostType; - double m_speedMultiplier; - double m_yStart; - double m_gravity; - float m_trailingParticleLife; - float m_unk648; - double m_gameModeChangedTime; - bool m_padRingRelated; - bool m_maybeReducedEffects; - bool m_maybeIsFalling; - bool m_shouldTryPlacingCheckpoint; - bool m_playEffects; - bool m_maybeCanRunIntoBlocks; - bool m_hasGroundParticles; - bool m_hasShipParticles; - bool m_isOnGround3; - bool m_checkpointTimeout; - double m_lastCheckpointTime; - double m_lastJumpTime; - double m_lastFlipTime; - double m_flashTime; - float m_flashDuration; - float m_flashDelay; - cocos2d::ccColor3B m_flashMainColor; - cocos2d::ccColor3B m_flashSecondColor; - double m_lastSpiderFlipTime; - bool m_unkBool5; - bool m_maybeIsVehicleGlowing; - bool m_switchWaveTrailColor; - bool m_practiceDeathEffect; - double m_accelerationOrSpeed; - double m_snapDistance; - bool m_ringJumpRelated; - GameObject* m_objectSnappedTo; - CheckpointObject* m_pendingCheckpoint; - int m_onFlyCheckpointTries; - bool m_maybeSpriteRelated; - bool m_useLandParticles0; - float m_landParticlesAngle; - float m_landParticleRelatedY; - int m_playerStreak; - float m_streakStrokeWidth; - bool m_disableStreakTint; - bool m_alwaysShowStreak; - ShipStreak m_shipStreakType; - double m_slopeRotation; - double m_currentSlopeYVelocity; - double m_unk3d0; - double m_blackOrbRelated; - bool m_unk3e0; - bool m_unk3e1; - bool m_isAccelerating; - bool m_isCurrentSlopeTop; - double m_collidedTopMinY; - double m_collidedBottomMaxY; - double m_collidedLeftMaxX; - double m_collidedRightMinX; - bool m_fadeOutStreak; - // bool m_canPlaceCheckpoint; (breaking) - cocos2d::ccColor3B m_originalMainColor; - cocos2d::ccColor3B m_originalSecondColor; - bool m_hasCustomGlowColor; - cocos2d::ccColor3B m_glowColor; - bool m_maybeIsColliding; - // bool m_jumpBuffered; (breaking) - bool m_stateRingJump; - bool m_wasJumpBuffered; - bool m_wasRobotJump; - unsigned char m_stateJumpBuffered; - bool m_stateRingJump2; - bool m_touchedRing; - bool m_touchedCustomRing; - bool m_touchedGravityPortal; - bool m_maybeTouchedBreakableBlock; - geode::SeedValueRSV m_jumpRelatedAC2; - bool m_touchedPad; - double m_yVelocity; - double m_fallSpeed; - bool m_isOnSlope; - bool m_wasOnSlope; - float m_slopeVelocity; - bool m_maybeUpsideDownSlope; - bool m_isShip; - bool m_isBird; - bool m_isBall; - bool m_isDart; - bool m_isRobot; - bool m_isSpider; - bool m_isUpsideDown; - bool m_isDead; - bool m_isOnGround; - bool m_isGoingLeft; - bool m_isSideways; - bool m_isSwing; - int m_reverseRelated; - double m_maybeReverseSpeed; - double m_maybeReverseAcceleration; - float m_xVelocityRelated2; - bool m_isDashing; - int m_dashFireFrame; - int m_groundObjectMaterial; - float m_vehicleSize; - float m_playerSpeed; - cocos2d::CCPoint m_shipRotation; - cocos2d::CCPoint m_lastPortalPos; - float m_unkUnused3; - bool m_isOnGround2; - double m_lastLandTime; - float m_platformerVelocityRelated; - bool m_maybeIsBoosted; - double m_scaleXRelatedTime; - bool m_decreaseBoostSlide; - bool m_unkA29; - bool m_isLocked; - bool m_controlsDisabled; - cocos2d::CCPoint m_lastGroundedPos; - GameObject* m_lastActivatedPortal; - bool m_hasEverJumped; - bool m_hasEverHitRing; - cocos2d::ccColor3B m_playerColor1; - cocos2d::ccColor3B m_playerColor2; - bool m_isSecondPlayer; - bool m_unkA99; - bool m_isBeingSpawnedByDualPortal; - float m_audioScale; - float m_unkAngle1; - float m_yVelocityRelated3; - bool m_defaultMiniIcon; - bool m_swapColors; - bool m_switchDashFireColor; - int m_followRelated; - float m_unk838; - int m_stateOnGround; - unsigned char m_stateUnk; - unsigned char m_stateNoStickX; - unsigned char m_stateNoStickY; - unsigned char m_stateUnk2; - int m_stateBoostX; - int m_stateBoostY; - int m_maybeStateForce2; - int m_stateScale; - double m_platformerXVelocity; - bool m_holdingRight; - bool m_holdingLeft; - bool m_leftPressedFirst; - double m_scaleXRelated; - bool m_maybeHasStopped; - float m_xVelocityRelated; - bool m_maybeGoingCorrectSlopeDirection; - bool m_isSliding; - double m_maybeSlopeForce; - bool m_isOnIce; - double m_physDeltaRelated; - bool m_isOnGround4; - int m_maybeSlidingTime; - double m_maybeSlidingStartTime; - double m_changedDirectionsTime; - double m_slopeEndTime; - bool m_isMoving; - bool m_platformerMovingLeft; - bool m_platformerMovingRight; - bool m_isSlidingRight; - double m_maybeChangedDirectionAngle; - double m_unkUnused2; - int m_stateNoAutoJump; - int m_stateDartSlide; - int m_stateHitHead; - int m_stateFlipGravity; - float m_gravityMod; - int m_stateForce; - cocos2d::CCPoint m_stateForceVector; - bool m_affectedByForces; - float m_somethingPlayerSpeedTime; - float m_playerSpeedAC; - bool m_fixRobotJump; - // gd::map m_holdingButtons; (breaking) - bool m_inputsLocked; - bool m_gv0123; - int m_iconRequestID; - int m_unkUnused; - bool m_isOutOfBounds; - float m_fallStartY; - bool m_disablePlayerSqueeze; - bool m_robotAnimation1Enabled; - bool m_robotAnimation2Enabled; - bool m_spiderAnimationEnabled; - - double m_positionX; - double m_positionY; - float m_unmodifiedPositionX; - float m_unmodifiedPositionY; - float m_rotationXOffset; - float m_rotationYOffset; - float m_fRotationX; - float m_fRotationY; - bool m_isRotationAligned; - float m_startRotationX; - float m_startRotationY; - - // these dont work well on android - // (P.S. robtop pls update NDK) - #ifndef GEODE_IS_ANDROID - std::unordered_map m_rotateObjectsRelated; - std::unordered_map m_potentialSlopeMap; - std::unordered_set m_ringRelatedSet; - std::unordered_set m_touchedRings; - std::map m_jumpPadRelated; - std::vector m_playerFollowFloats; - std::vector m_touchingRings; - std::string m_currentRobotAnimation; - #endif - }; -} \ No newline at end of file diff --git a/src/modules/utils/RingBuffer.hpp b/src/modules/utils/RingBuffer.hpp deleted file mode 100644 index 324ae85d..00000000 --- a/src/modules/utils/RingBuffer.hpp +++ /dev/null @@ -1,271 +0,0 @@ -#pragma once -#include -#include -#include - -/// @brief A fixed-size circular buffer that overwrites old elements when full. -template > -class RingBuffer { -public: - using value_type = T; - using pointer = T*; - using reference = T&; - using const_pointer = T const*; - using const_reference = T const&; - using allocator_type = Alloc; - using allocator_traits = std::allocator_traits; - using size_type = size_t; - - explicit constexpr RingBuffer(size_type n, Alloc const& alloc = Alloc()) noexcept(std::is_nothrow_constructible_v) - : m_alloc(alloc), - m_allocStart(allocator_traits::allocate(m_alloc, n)), - m_allocEnd(m_allocStart + n), - m_start(m_allocStart), - m_end(m_allocStart), - m_size(0), - m_capacity(n) {} - - constexpr ~RingBuffer() noexcept(std::is_nothrow_destructible_v) { - if (m_allocStart) { - this->destroy_all(); - allocator_traits::deallocate(m_alloc, m_allocStart, m_capacity); - } - } - - constexpr RingBuffer(RingBuffer const& other) - : m_alloc(allocator_traits::select_on_container_copy_construction(other.m_alloc)), - m_allocStart(allocator_traits::allocate(m_alloc, other.m_capacity)), - m_allocEnd(m_allocStart + other.m_capacity), - m_start(m_allocStart), - m_end(m_allocStart), - m_size(0), - m_capacity(other.m_capacity) - { - for (size_type i = 0; i < other.m_size; ++i) { - pointer p = other.m_start + i; - if (p >= other.m_allocEnd) p -= other.m_capacity; - this->push_back(*p); - } - } - - RingBuffer& operator=(RingBuffer const& other) { - if (this != &other) { - if (m_allocStart) { - this->destroy_all(); - allocator_traits::deallocate(m_alloc, m_allocStart, m_capacity); - } - m_alloc = allocator_traits::select_on_container_copy_construction(other.m_alloc); - m_allocStart = allocator_traits::allocate(m_alloc, other.m_capacity); - m_allocEnd = m_allocStart + other.m_capacity; - m_start = m_allocStart; - m_end = m_allocStart; - m_size = 0; - m_capacity = other.m_capacity; - - for (size_type i = 0; i < other.m_size; ++i) { - pointer p = other.m_start + i; - if (p >= other.m_allocEnd) p -= other.m_capacity; - this->push_back(*p); - } - } - return *this; - } - - constexpr RingBuffer(RingBuffer&& other) noexcept - : m_alloc(std::move(other.m_alloc)), - m_allocStart(std::exchange(other.m_allocStart, nullptr)), - m_allocEnd(std::exchange(other.m_allocEnd, nullptr)), - m_start(std::exchange(other.m_start, nullptr)), - m_end(std::exchange(other.m_end, nullptr)), - m_size(std::exchange(other.m_size, 0)), - m_capacity(std::exchange(other.m_capacity, 0)) {} - - RingBuffer& operator=(RingBuffer&& other) noexcept { - if (m_allocStart) { - this->destroy_all(); - allocator_traits::deallocate(m_alloc, m_allocStart, m_capacity); - } - m_alloc = std::move(other.m_alloc); - m_allocStart = std::exchange(other.m_allocStart, nullptr); - m_allocEnd = std::exchange(other.m_allocEnd, nullptr); - m_start = std::exchange(other.m_start, nullptr); - m_end = std::exchange(other.m_end, nullptr); - m_size = std::exchange(other.m_size, 0); - m_capacity = std::exchange(other.m_capacity, 0); - return *this; - } - - template - constexpr void emplace_back(Args&&... args) noexcept(std::is_nothrow_constructible_v && std::is_nothrow_destructible_v) { - if (m_size == m_capacity) { - std::destroy_at(m_end); - } - - std::construct_at(m_end, std::forward(args)...); - if (++m_end == m_allocEnd) { - m_end = m_allocStart; - } - - if (m_size == m_capacity) { - if (++m_start == m_allocEnd) { - m_start = m_allocStart; - } - } else { - ++m_size; - } - } - - constexpr void push_back(T const& value) noexcept(std::is_nothrow_copy_constructible_v && std::is_nothrow_destructible_v) { - this->emplace_back(value); - } - - constexpr void push_back(T&& value) noexcept(std::is_nothrow_move_constructible_v && std::is_nothrow_destructible_v) { - this->emplace_back(std::move(value)); - } - - constexpr void pop_front() noexcept(std::is_nothrow_destructible_v) { - if (m_size == 0) return; - std::destroy_at(m_start); - if (++m_start == m_allocEnd) { - m_start = m_allocStart; - } - --m_size; - } - - constexpr void pop_back() noexcept(std::is_nothrow_destructible_v) { - if (m_size == 0) return; - if (m_end == m_allocStart) m_end = m_allocEnd; - --m_end; - std::destroy_at(m_end); - --m_size; - } - - constexpr void clear() noexcept(std::is_nothrow_destructible_v) { - this->destroy_all(); - m_start = m_allocStart; - m_end = m_allocStart; - m_size = 0; - } - - constexpr void resize(size_type new_capacity) { - pointer new_alloc = allocator_traits::allocate(m_alloc, new_capacity); - - size_type new_size = std::min(m_size, new_capacity); - size_type offset = m_size - new_size; - - for (size_type i = 0; i < new_size; ++i) { - pointer src = m_start + offset + i; - if (src >= m_allocEnd) src -= m_capacity; - std::construct_at(new_alloc + i, std::move(*src)); - } - - destroy_all(); - if (m_allocStart) { - allocator_traits::deallocate(m_alloc, m_allocStart, m_capacity); - } - - m_allocStart = new_alloc; - m_allocEnd = new_alloc + new_capacity; - m_start = new_alloc; - m_end = new_alloc + new_size; - m_size = new_size; - m_capacity = new_capacity; - } - - constexpr reference front() noexcept { return *m_start; } - constexpr const_reference front() const noexcept { return *m_start; } - constexpr reference back() noexcept { return *(m_end == m_allocStart ? m_allocEnd - 1 : m_end - 1); } - constexpr const_reference back() const noexcept { return *(m_end == m_allocStart ? m_allocEnd - 1 : m_end - 1); } - - constexpr size_type size() const noexcept { return m_size; } - constexpr size_type capacity() const noexcept { return m_capacity; } - constexpr bool empty() const noexcept { return m_size == 0; } - constexpr bool full() const noexcept { return m_size == m_capacity; } - - template - struct iterator_impl { - using value_type = T; - using difference_type = std::ptrdiff_t; - using pointer = std::conditional_t; - using reference = std::conditional_t; - using buffer_ptr = std::conditional_t; - - private: - buffer_ptr m_rb = nullptr; - pointer m_ptr = nullptr; - size_type m_index = 0; - - friend class RingBuffer; - constexpr iterator_impl(buffer_ptr rb, pointer ptr, size_type index) noexcept - : m_rb(rb), m_ptr(ptr), m_index(index) {} - - public: - constexpr iterator_impl() = default; - - constexpr reference operator*() const noexcept { return *m_ptr; } - constexpr pointer operator->() const noexcept { return m_ptr; } - - constexpr iterator_impl& operator++() noexcept { - ++m_index; - if (++m_ptr == m_rb->m_allocEnd) - m_ptr = m_rb->m_allocStart; - return *this; - } - - constexpr iterator_impl operator++(int) noexcept { - iterator_impl temp = *this; - ++(*this); - return temp; - } - - constexpr bool operator==(iterator_impl const& other) const noexcept { - return m_index == other.m_index; - } - - constexpr bool operator!=(iterator_impl const& other) const noexcept { - return !(*this == other); - } - }; - - using iterator = iterator_impl; - using const_iterator = iterator_impl; - - constexpr iterator begin() noexcept { return iterator(this, m_start, 0); } - constexpr iterator end() noexcept { return iterator(this, m_end, m_size); } - constexpr const_iterator begin() const noexcept { return const_iterator(this, m_start, 0); } - constexpr const_iterator end() const noexcept { return const_iterator(this, m_end, m_size); } - constexpr const_iterator cbegin() const noexcept { return begin(); } - constexpr const_iterator cend() const noexcept { return end(); } - - constexpr reference operator[](size_type index) noexcept { - pointer p = m_start + index; - if (p >= m_allocEnd) p -= m_capacity; - return *p; - } - - constexpr const_reference operator[](size_type index) const noexcept { - pointer p = m_start + index; - if (p >= m_allocEnd) p -= m_capacity; - return *p; - } - -private: - constexpr void destroy_all() noexcept(std::is_nothrow_destructible_v) { - if constexpr (!std::is_trivially_destructible_v) { - for (size_type i = 0; i < m_size; ++i) { - pointer p = m_start + i; - if (p >= m_allocEnd) p -= m_capacity; - std::destroy_at(p); - } - } - } - -private: - GEODE_NO_UNIQUE_ADDRESS Alloc m_alloc; - pointer m_allocStart; - pointer m_allocEnd; - pointer m_start; - pointer m_end; - size_type m_size; - size_type m_capacity; -}; \ No newline at end of file diff --git a/src/modules/utils/SingletonCache.hpp b/src/modules/utils/SingletonCache.hpp deleted file mode 100644 index 59b4fa9a..00000000 --- a/src/modules/utils/SingletonCache.hpp +++ /dev/null @@ -1,143 +0,0 @@ -#pragma once - -namespace eclipse::utils { - template - using base_type = std::remove_pointer_t>; - - template - struct not_one_of { - constexpr static bool value = (!std::is_same_v, Args> && ...); - }; - - template - constexpr bool not_one_of_v = not_one_of::value; - - template - constexpr bool one_of_v = !not_one_of_v; - - template - concept HasSharedState = requires { T::get(); } - || requires { T::sharedDispatcher(); } - || requires { T::sharedConfiguration(); } - || requires { T::sharedShaderCache(); }; - - template - concept NestedInstance = one_of_v, EditorUI, UILayer>; - - // types that can be purged at runtime (e.g. texture reload) - template - concept PurgeableSingleton = one_of_v< - base_type, - cocos2d::CCSpriteFrameCache, - cocos2d::CCShaderCache, - cocos2d::CCTextureCache, - cocos2d::CCFileUtils, - BitmapFontCache, - ObjectManager - >; - - template - concept SupportedSingleton = HasSharedState> || NestedInstance; - - template - base_type* get(); // forward declaration - - template - base_type* getNested() { - if constexpr (std::is_same_v, EditorUI>) { - if (auto editor = utils::get()) { - return editor->m_editorUI; - } - } else if constexpr (std::is_same_v, UILayer>) { - if (auto gjbgl = utils::get()) { - return gjbgl->m_uiLayer; - } - } else { - static_assert(!std::is_same_v, base_type>, "Unsupported nested singleton type"); - } - return nullptr; - } - - template - base_type*& getPurgeable() { - static base_type* ref = nullptr; - return ref; - } - - /// @brief Cleans up internally stored singleton cache for a specific type. - template - void purgeSingleton() { - getPurgeable() = nullptr; - } - - /// @brief Cleans up internally stored singleton cache for types that require it. - inline void purgeAllSingletons() { - purgeSingleton(); - purgeSingleton(); - purgeSingleton(); - purgeSingleton(); - purgeSingleton(); - purgeSingleton(); - } - - /// @brief More optimized way to get singletons. Caches the pointer after first call. - /// Regular sharedState() function calls have an overhead of 10-20% compared to this. - template - base_type* get() { - using type = base_type; - - if constexpr (NestedInstance) { - return getNested(); - } else { - constexpr bool isStatic = not_one_of_v< - type, - PlayLayer, LevelEditorLayer, - GJBaseGameLayer, MenuLayer, - cocos2d::CCScene - >; - using refType = std::conditional_t; - - if constexpr (PurgeableSingleton) { - auto& pref = getPurgeable(); - if (pref) return pref; - if constexpr (std::is_same_v) { - pref = cocos2d::CCShaderCache::sharedShaderCache(); - } else { - pref = type::get(); - } - return pref; - } - - static refType* ref = nullptr; - if (ref) { - if constexpr (isStatic) return ref; - else return *ref; - } - - if constexpr (std::is_same_v) { - ref = &utils::get()->m_playLayer; - } else if constexpr (std::is_same_v) { - ref = &utils::get()->m_levelEditorLayer; - } else if constexpr (std::is_same_v) { - ref = &utils::get()->m_gameLayer; - } else if constexpr (std::is_same_v) { - ref = &utils::get()->m_menuLayer; - } else if constexpr (std::is_same_v) { - ref = &cocos2d::CCDirector::sharedDirector()->m_pRunningScene; - } else if constexpr (isStatic) { - if constexpr (std::is_same_v) { - ref = cocos2d::CCIMEDispatcher::sharedDispatcher(); - } else if constexpr (std::is_same_v) { - ref = cocos2d::CCConfiguration::sharedConfiguration(); - } else if constexpr (!PurgeableSingleton) { - ref = type::get(); - } - } else { - static_assert(!std::is_same_v, "Unsupported singleton type"); - } - - if constexpr (isStatic) return ref; - else return *ref; - } - } -} diff --git a/src/modules/utils/VMTHooker.hpp b/src/modules/utils/VMTHooker.hpp deleted file mode 100644 index 6d0be720..00000000 --- a/src/modules/utils/VMTHooker.hpp +++ /dev/null @@ -1,220 +0,0 @@ -#pragma once - -#ifdef GEODE_IS_ANDROID -#include -#include -#endif - -namespace eclipse::utils { - namespace traits - { - template - struct FunctionTraits; - - template - struct FunctionTraits { - using ReturnType = Ret; - using ClassType = void; - using ArgumentTypes = std::tuple; - static constexpr size_t Arity = sizeof...(Args); - }; - - template - struct FunctionTraits { - using FunctionType = Ret(Class::*)(Args...); - using FunctionPointerType = Ret(*)(Class*, Args...); - using ReturnType = Ret; - using ClassType = Class; - using ArgumentTypes = std::tuple; - static constexpr size_t Arity = sizeof...(Args); - - template - using TrampolineType = Ret(*)(H&, typename H::TargetType*, Args...); - - template - static Ret trampoline(Class* self, Args... args); - - static Ret Call(Ret(Class::*method)(Args...), Class* obj, Args... args) { - return (obj->*method)(args...); - } - }; - - template - struct FunctionTraits { - using FunctionType = Ret(Class::*)(Args...); - using FunctionPointerType = Ret(*)(const Class*, Args...); - using ReturnType = Ret; - using ClassType = Class; - using ArgumentTypes = std::tuple; - static constexpr size_t Arity = sizeof...(Args); - - template - using TrampolineType = Ret(*)(H&, typename H::TargetType*, Args...); - - template - static Ret trampoline(Class* self, Args... args); - - static Ret Call(Ret(Class::*method)(Args...) const, const Class* obj, Args... args) { - return (obj->*method)(args...); - } - }; - } - - /// @brief Utility class for replacing virtual table entries with custom functions. - /// Supports chaining multiple hooks. - template ::ClassType> - class VMTHooker { - public: - using TargetType = T; - using Traits = traits::FunctionTraits; - static_assert(!std::is_same_v, "Function cannot be a free floating function"); - using HookFunc = Traits::template TrampolineType; - - private: - friend struct traits::FunctionTraits; - - Traits::FunctionPointerType m_original = nullptr; - std::vector m_hooks; - size_t m_callCount = 0; - #ifdef GEODE_IS_ANDROID - uintptr_t* m_vmt_address = 0; - #else - geode::Patch* m_patch = nullptr; - #endif - - private: - VMTHooker() { - auto vmtOffset = geode::addresser::getVirtualOffset(F); - uintptr_t vmtAddress = 0; { - auto tmpInstance = TargetType(); - vmtAddress = *reinterpret_cast(&tmpInstance); - } - - auto vmtEntry = reinterpret_cast(vmtAddress + vmtOffset); - m_original = reinterpret_cast(*vmtEntry); - #ifdef GEODE_IS_ANDROID - static size_t pageSize = sysconf(_SC_PAGESIZE); - static void* pageStart = reinterpret_cast( - reinterpret_cast(vmtEntry) & ~(pageSize - 1) - ); - m_vmt_address = vmtEntry; - - if (mprotect(pageStart, pageSize, PROT_READ | PROT_WRITE) == -1) { - geode::log::error( - "mprotect failed while trying to make VMT entry at {} writable: {}", - static_cast(m_vmt_address), - strerror(errno) - ); - return; - } - - const auto bytes = geode::toBytes(&Traits::template trampoline); - std::memcpy(m_vmt_address, bytes.data(), bytes.size()); - - mprotect(pageStart, pageSize, PROT_READ); - #else - auto res = geode::Mod::get()->patch( - vmtEntry, geode::toBytes(&Traits::template trampoline) - ); - - if (!res) { - geode::log::error("Failed to hook VMT entry: {}", res.unwrapErr()); - } else { - m_patch = res.unwrap(); - } - - updatePatch(); - #endif - } - - template - Traits::ReturnType callOriginal(Traits::ClassType* instance, Args... args) { - return m_original(instance, args...); - } - - void updatePatch() { - #ifdef GEODE_IS_ANDROID - static size_t pageSize = sysconf(_SC_PAGESIZE); - static void* pageStart = reinterpret_cast( - reinterpret_cast(m_vmt_address) & ~(pageSize - 1) - ); - if (mprotect(pageStart, pageSize, PROT_READ | PROT_WRITE) == -1) { - geode::log::error( - "mprotect failed while trying to make VMT entry at {} writable: {}", - static_cast(m_vmt_address), - strerror(errno) - ); - return; - } - - if (m_hooks.empty()) { - *m_vmt_address = reinterpret_cast(m_original); - } else { - const auto bytes = geode::toBytes(&Traits::template trampoline); - std::memcpy(m_vmt_address, bytes.data(), bytes.size()); - } - - mprotect(pageStart, pageSize, PROT_READ); - #else - if (!m_patch) return; - if (m_hooks.empty()) { - (void) m_patch->disable(); - } else { - (void) m_patch->enable(); - } - #endif - } - - public: - static VMTHooker& get() { - static VMTHooker hooker; - return hooker; - } - - /// @brief Adds a hook to the chain. - void addHook(HookFunc hook) { - if (std::find(m_hooks.begin(), m_hooks.end(), hook) != m_hooks.end()) return; - m_hooks.push_back(hook); - updatePatch(); - } - - /// @brief Removes a hook from the chain. - void removeHook(HookFunc hook) { - m_hooks.erase(std::remove(m_hooks.begin(), m_hooks.end(), hook), m_hooks.end()); - updatePatch(); - } - - /// @brief Toggles a hook in the chain. - void toggleHook(HookFunc hook, bool enable) { - if (enable) { - addHook(hook); - } else { - removeHook(hook); - } - } - - /// @brief Invokes the hook chain. If no hooks are present, the original function is called. - template - Traits::ReturnType invoke(TargetType* instance, Args... args) { - if (m_callCount >= m_hooks.size()) { - return callOriginal(reinterpret_cast(instance), args...); - } - auto hook = m_hooks[m_callCount]; - m_callCount++; - return hook(*this, instance, args...); - } - - template - Traits::ReturnType operator()(TargetType* instance, Args... args) { - return invoke(instance, args...); - } - }; - - template - template - R traits::FunctionTraits::trampoline(C* self, Args... args) { - auto& hook = H::get(); - hook.m_callCount = 0; - return hook.invoke(reinterpret_cast(self), args...); - } -} diff --git a/src/modules/utils/assembler.hpp b/src/modules/utils/assembler.hpp deleted file mode 100644 index 1ed81ec2..00000000 --- a/src/modules/utils/assembler.hpp +++ /dev/null @@ -1,614 +0,0 @@ -#pragma once -#include -#include -#include - -namespace eclipse::assembler { - namespace x86_64 { - enum class Register64 : uint8_t { - rax = 0, rcx = 1, rdx = 2, rbx = 3, - rsp = 4, rbp = 5, rsi = 6, rdi = 7, - r8 = 8, r9 = 9, r10 = 10, r11 = 11, - r12 = 12, r13 = 13, r14 = 14, r15 = 15 - }; - - enum class Register32 : uint8_t { - eax = 0, ecx = 1, edx = 2, ebx = 3, - esp = 4, ebp = 5, esi = 6, edi = 7, - r8d = 8, r9d = 9, r10d = 10, r11d = 11, - r12d = 12, r13d = 13, r14d = 14, r15d = 15 - }; - - enum class XmmRegister : uint8_t { - xmm0 = 0, xmm1 = 1, xmm2 = 2, xmm3 = 3, - xmm4 = 4, xmm5 = 5, xmm6 = 6, xmm7 = 7, - xmm8 = 8, xmm9 = 9, xmm10 = 10, xmm11 = 11, - xmm12 = 12, xmm13 = 13, xmm14 = 14, xmm15 = 15, - }; - - /// @brief movabs r64, imm64: Move a 64-bit immediate value to a register. - constexpr std::array movabs(Register64 dst, uint64_t imm) { - uint8_t rex = 0x48; - if (static_cast(dst) >= 8) - rex |= 0x01; - - uint8_t opcode = 0xB8 + (static_cast(dst) & 0x7); - return { - rex, - opcode, - static_cast(imm & 0xFF), - static_cast((imm >> 8) & 0xFF), - static_cast((imm >> 16) & 0xFF), - static_cast((imm >> 24) & 0xFF), - static_cast((imm >> 32) & 0xFF), - static_cast((imm >> 40) & 0xFF), - static_cast((imm >> 48) & 0xFF), - static_cast((imm >> 56) & 0xFF), - }; - } - - /// @brief mov r32, dword ptr [reg]: Load a 32-bit value from address stored in a register. - constexpr std::array mov(Register32 dst, Register64 src) { - uint8_t rex = 0x40; - if (static_cast(dst) >= 8) - rex |= 0x04; - if (static_cast(src) >= 8) - rex |= 0x01; - - uint8_t modrm = (static_cast(dst) & 0x7) << 3; - modrm |= (static_cast(src) & 0x7); - - return {rex, 0x8B, modrm}; - } - - /// @brief jmp rel32: Jump to a relative address. - constexpr std::array jmp(int32_t rel) { - return { - 0xE9, - static_cast(rel & 0xFF), - static_cast((rel >> 8) & 0xFF), - static_cast((rel >> 16) & 0xFF), - static_cast((rel >> 24) & 0xFF) - }; - } - - /// @brief movss xmm, dword ptr [r64]: Move scalar single-precision floating-point from memory to XMM register - constexpr std::array movss(XmmRegister dst, Register64 src) { - uint8_t rex = 0x40; - if (static_cast(dst) >= 8) - rex |= 0x04; // REX.R bit for destination register extension - if (static_cast(src) >= 8) - rex |= 0x01; // REX.B bit for source register extension - - uint8_t modrm = (static_cast(dst) & 0x7) << 3; - modrm |= (static_cast(src) & 0x7); - - return {0xF3, rex, 0x0F, 0x10, modrm}; - } - - class Builder { - public: - constexpr Builder() = default; - explicit constexpr Builder(uintptr_t baseAddress) : m_baseAddress(baseAddress) {} - - constexpr Builder& movabs(Register64 dst, uint64_t imm) { - auto bytes = x86_64::movabs(dst, imm); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& mov(Register32 dst, Register64 src) { - auto bytes = x86_64::mov(dst, src); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& jmp(int32_t offset, bool relative = false) { - // If relative is true, offset is the absolute address, and we calculate the relative jump. - if (relative) offset -= m_baseAddress + m_bytes.size() + 5; // 5 is the size of the jmp instruction - auto bytes = x86_64::jmp(offset); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& nop(size_t count = 1) { - m_bytes.insert(m_bytes.end(), count, 0x90); - return *this; - } - - constexpr Builder& movss(XmmRegister dst, Register64 src) { - auto bytes = x86_64::movss(dst, src); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr std::vector build() { return std::move(m_bytes); } - - template - consteval std::array build_array() { - if (m_bytes.size() != N) throw std::runtime_error("Size mismatch!"); - - std::array result{}; - std::copy(m_bytes.begin(), m_bytes.end(), result.begin()); - return result; - } - - private: - uintptr_t m_baseAddress = 0; - std::vector m_bytes; - }; - } - - namespace arm64 { - enum class Register { - x0 = 0b00000, w0 = 0b100000, - x1 = 0b00001, w1 = 0b100001, - x2 = 0b00010, w2 = 0b100010, - x3 = 0b00011, w3 = 0b100011, - x4 = 0b00100, w4 = 0b100100, - x5 = 0b00101, w5 = 0b100101, - x6 = 0b00110, w6 = 0b100110, - x7 = 0b00111, w7 = 0b100111, - x8 = 0b01000, w8 = 0b101000, - x9 = 0b01001, w9 = 0b101001, - x10 = 0b01010, w10 = 0b101010, - x11 = 0b01011, w11 = 0b101011, - x12 = 0b01100, w12 = 0b101100, - x13 = 0b01101, w13 = 0b101101, - x14 = 0b01110, w14 = 0b101110, - x15 = 0b01111, w15 = 0b101111, - x16 = 0b10000, w16 = 0b110000, - x17 = 0b10001, w17 = 0b110001, - x18 = 0b10010, w18 = 0b110010, - x19 = 0b10011, w19 = 0b110011, - x20 = 0b10100, w20 = 0b110100, - x21 = 0b10101, w21 = 0b110101, - x22 = 0b10110, w22 = 0b110110, - x23 = 0b10111, w23 = 0b110111, - x24 = 0b11000, w24 = 0b111000, - x25 = 0b11001, w25 = 0b111001, - x26 = 0b11010, w26 = 0b111010, - x27 = 0b11011, w27 = 0b111011, - x28 = 0b11100, w28 = 0b111100, - x29 = 0b11101, w29 = 0b111101, - x30 = 0b11110, w30 = 0b111110, - x31 = 0b11111, w31 = 0b111111, - - pc = 0b11110, - sp = 0b11111 - }; - - enum class FloatRegister { - s0 = 0b00000, d0 = 0b100000, - s1 = 0b00001, d1 = 0b100001, - s2 = 0b00010, d2 = 0b100010, - s3 = 0b00011, d3 = 0b100011, - s4 = 0b00100, d4 = 0b100100, - s5 = 0b00101, d5 = 0b100101, - s6 = 0b00110, d6 = 0b100110, - s7 = 0b00111, d7 = 0b100111, - s8 = 0b01000, d8 = 0b101000, - s9 = 0b01001, d9 = 0b101001, - s10 = 0b01010, d10 = 0b101010, - s11 = 0b01011, d11 = 0b101011, - s12 = 0b01100, d12 = 0b101100, - s13 = 0b01101, d13 = 0b101101, - s14 = 0b01110, d14 = 0b101110, - s15 = 0b01111, d15 = 0b101111, - s16 = 0b10000, d16 = 0b110000, - s17 = 0b10001, d17 = 0b110001, - s18 = 0b10010, d18 = 0b110010, - s19 = 0b10011, d19 = 0b110011, - s20 = 0b10100, d20 = 0b110100, - s21 = 0b10101, d21 = 0b110101, - s22 = 0b10110, d22 = 0b110110, - s23 = 0b10111, d23 = 0b110111, - s24 = 0b11000, d24 = 0b111000, - s25 = 0b11001, d25 = 0b111001, - s26 = 0b11010, d26 = 0b111010, - s27 = 0b11011, d27 = 0b111011, - s28 = 0b11100, d28 = 0b111100, - s29 = 0b11101, d29 = 0b111101, - s30 = 0b11110, d30 = 0b111110, - s31 = 0b11111, d31 = 0b111111 - }; - - constexpr bool is_w(Register reg) { return static_cast(reg) & 0b100000; } - constexpr int operator&(Register dst, int rhs) { return static_cast(dst) & rhs; } - constexpr int operator|(int lhs, Register dst) { return lhs | static_cast(dst); } - - constexpr bool is_d(FloatRegister reg) { return static_cast(reg) & 0b100000; } - constexpr int operator&(FloatRegister dst, int rhs) { return static_cast(dst) & rhs; } - constexpr int operator|(int lhs, FloatRegister dst) { return lhs | static_cast(dst); } - - /// @brief Form PC Relative Address: - /// Adds an immediate that is shifted left by 12 bits to the PC value. - constexpr std::array adrp(Register dst, uint64_t addr) { - uint32_t page = static_cast(addr >> 12); - uint32_t immlo = page & 0x3; - uint32_t immhi = (page >> 2) & 0x7FFFF; - uint8_t rd = dst & 0x1F; - - return { - static_cast(rd | ((immhi & 0x7) << 5)), - static_cast((immhi >> 3) & 0xFF), - static_cast((immhi >> 11) & 0xFF), - static_cast(0x90 | ((immlo & 0x3) << 5)) - }; - } - - /// @brief Add - /// Adds an immediate value to a register and stores the result in a destination register. - constexpr std::array add(Register dst, Register src, uint64_t imm) { - uint8_t rn = src & 0b11111; - uint8_t sf = is_w(dst) ? 0 : 1; - uint8_t sh = 0; - uint16_t imm12; - - if (imm <= 0xFFF) { - // number fits in 12 bits - imm12 = static_cast(imm); - sh = 0; - } else if ((imm & 0xFFF) == 0 && (imm >> 12) <= 0xFFF) { - // number can be represented as a 12-bit immediate with a shift - imm12 = static_cast(imm >> 12); - sh = 1; - } else { - // number doesn't fit, idk just use the lower 12 bits for now - imm12 = static_cast(imm & 0xFFF); - sh = 0; - } - - return { - static_cast((dst & 0b11111) | (rn << 5)), - static_cast((rn >> 3) | ((imm12 & 0x3F) << 2)), - static_cast(((imm12 >> 6) & 0x3F) | (sh << 6)), - static_cast(0x91 | (sf << 7)) - }; - } - - /// @brief Move with Zero: - /// Move a 16-bit immediate value to a register, with a left shift. - constexpr std::array movz(Register dst, uint16_t imm, uint8_t shift = 0) { - uint8_t sf = is_w(dst) ? 0 : 1; - uint8_t hw = shift / 16; - - return { - static_cast(((imm & 0b111) << 5) | (dst & 0b11111)), - static_cast(imm >> 3), - static_cast(0b10000000 | (hw << 5) | imm >> 11), - static_cast((sf << 7) | 0b1010010) - }; - } - - /// @brief Move wide with keep: - /// Move a 16-bit immediate value to a register, with a left shift, keeping the rest of the register. - constexpr std::array movk(Register dst, uint16_t imm, uint8_t shift = 0) { - uint8_t sf = is_w(dst) ? 0 : 1; - uint8_t hw = shift / 16; - - return { - static_cast(((imm & 0b111) << 5) | (dst & 0b11111)), - static_cast(imm >> 3), - static_cast(0b10000000 | (hw << 5) | imm >> 11), - static_cast((sf << 7) | 0b1110010) - }; - } - - /// @brief Load SIMD&FP Register with Immediate Offset: - /// LDR , [{, #}] - 32-bit variant - /// LDR
, [{, #}] - 64-bit variant - constexpr std::array ldr(FloatRegister rt, Register rn, uint16_t imm = 0) { - uint8_t size, opc; - uint8_t scale; - if (is_d(rt)) { - // Double precision (D register) - 64-bit - size = 0b11; - opc = 0b01; - scale = 3; - } else { - // Single precision (S register) - 32-bit - size = 0b10; - opc = 0b01; - scale = 2; - } - - uint16_t imm12 = imm >> scale; - uint8_t rt_bits = rt & 0b11111; - uint8_t rn_bits = rn & 0b11111; - - return { - static_cast(rt_bits | ((rn_bits & 0b111) << 5)), - static_cast((rn_bits >> 3) | ((imm12 & 0b1111111) << 2)), - static_cast(0b01000000 | ((imm12 >> 6) & 0b111111)), - static_cast((size << 6) | 0b111000 | (opc << 2) | 0b1) - }; - } - - /// @brief Load General Purpose Register with Immediate Offset: - /// LDR , [{, #}] - 32-bit variant - /// LDR , [{, #}] - 64-bit variant - constexpr std::array ldr(Register rt, Register rn, uint16_t imm = 0) { - uint8_t size, opc; - uint8_t scale; - - if (is_w(rt)) { - // 32-bit W register - size = 0b10; - opc = 0b00; - scale = 2; - } else { - // 64-bit X register - size = 0b11; - opc = 0b00; - scale = 3; - } - - uint16_t imm12 = imm >> scale; - uint8_t rt_bits = rt & 0b11111; - uint8_t rn_bits = rn & 0b11111; - - return { - static_cast(rt_bits | ((rn_bits & 0b111) << 5)), - static_cast((rn_bits >> 3) | ((imm12 & 0b1111111) << 2)), - static_cast(0b01000000 | ((imm12 >> 6) & 0b111111)), - static_cast((size << 6) | 0b111000 | (opc << 2) | 0b1) - }; - } - - /// @brief Branch with Immediate: - /// Branch to a relative address, with a signed 26-bit immediate value. - constexpr std::array b(int32_t offset) { - int32_t word_offset = offset >> 2; - uint32_t imm26 = static_cast(word_offset) & 0x3FFFFFF; - uint32_t instr = (0b000101 << 26) | imm26; - - return { - static_cast(instr & 0xFF), - static_cast((instr >> 8) & 0xFF), - static_cast((instr >> 16) & 0xFF), - static_cast((instr >> 24) & 0xFF) - }; - } - - /// @brief No Operation: - /// Instruction that does nothing, used for padding. - constexpr std::array nop() { - return {0x1F, 0x20, 0x03, 0xD5}; - } - - /// @brief Helper function to move a float to a register as an immediate value. Generates 2 instructions. - [[nodiscard]] inline std::array mov_float(Register dst, float imm) { - auto bytes = reinterpret_cast(&imm); - auto instr1 = movz(dst, *reinterpret_cast(bytes)); - auto instr2 = movk(dst, *reinterpret_cast(bytes + 2), 16); - return { - instr1[0], instr1[1], instr1[2], instr1[3], - instr2[0], instr2[1], instr2[2], instr2[3] - }; - } - - /// @brief Helper function to move a double value to a register as an immediate value. Generates 3 instructions. - [[nodiscard]] inline std::array mov_double(Register dst, double imm) { - uint64_t bits = *reinterpret_cast(&imm); - auto instr1 = movz(dst, static_cast(bits >> 16), 16); - auto instr2 = movk(dst, static_cast(bits >> 32), 32); - auto instr3 = movk(dst, static_cast(bits >> 48), 48); - return { - instr1[0], instr1[1], instr1[2], instr1[3], - instr2[0], instr2[1], instr2[2], instr2[3], - instr3[0], instr3[1], instr3[2], instr3[3] - }; - } - - class Builder { - public: - constexpr Builder() = default; - explicit constexpr Builder(uintptr_t baseAddress) : m_baseAddress(baseAddress) {} - - constexpr Builder& adrp(Register dst, uint64_t addr) { - auto bytes = arm64::adrp(dst, addr); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& add(Register dst, Register src, uint64_t imm) { - auto bytes = arm64::add(dst, src, imm); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& movz(Register dst, uint16_t imm, uint8_t shift = 0) { - auto bytes = arm64::movz(dst, imm, shift); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& movk(Register dst, uint16_t imm, uint8_t shift = 0) { - auto bytes = arm64::movk(dst, imm, shift); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& mov(Register dst, uint64_t imm) { - auto bytes = arm64::movz(dst, static_cast(imm & 0xFFFF)); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - if (imm > 0xFFFF) { - bytes = arm64::movk(dst, static_cast((imm >> 16) & 0xFFFF), 16); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - } - if (imm > 0xFFFFFFFF) { - bytes = arm64::movk(dst, static_cast((imm >> 32) & 0xFFFF), 32); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - } - if (imm > 0xFFFFFFFFFFFF) { - bytes = arm64::movk(dst, static_cast((imm >> 48) & 0xFFFF), 48); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - } - return *this; - } - - constexpr Builder& ldr(FloatRegister rt, Register rn, uint16_t imm = 0) { - auto bytes = arm64::ldr(rt, rn, imm); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& ldr(Register rt, Register rn, uint16_t imm = 0) { - auto bytes = arm64::ldr(rt, rn, imm); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& b(int32_t offset, bool relative = false) { - // If relative is true, offset is the absolute address, and we calculate the relative jump. - if (relative) offset -= m_baseAddress + m_bytes.size() + 4; - auto bytes = arm64::b(offset); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& nop(size_t count = 1) { - for (size_t i = 0; i < count; ++i) { - auto bytes = arm64::nop(); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - } - return *this; - } - - /// @brief Adds NOP instructions to make the total size of bytes equal to `byteCount`. - constexpr Builder& pad_nops(size_t byteCount) { - size_t currentSize = m_bytes.size(); - if (currentSize < byteCount) { - size_t nopsToAdd = (byteCount - currentSize + 3) / 4; // Each NOP is 4 bytes - this->nop(nopsToAdd); - } - return *this; - } - - constexpr std::vector build() { return std::move(m_bytes); } - - template - consteval std::array build_array() { - if (m_bytes.size() != N) throw std::runtime_error("Size mismatch!"); - - std::array result{}; - std::copy(m_bytes.begin(), m_bytes.end(), result.begin()); - return result; - } - - private: - uintptr_t m_baseAddress = 0; - std::vector m_bytes; - }; - } - - namespace armv7 { - enum class Register : uint8_t { - r0 = 0, r1 = 1, r2 = 2, r3 = 3, - r4 = 4, r5 = 5, r6 = 6, r7 = 7, - r8 = 8, r9 = 9, r10 = 10, r11 = 11, - r12 = 12, sp = 13, lr = 14, pc = 15 - }; - - /// @brief NOP instruction for Thumb-2 (ARMv7). 2 bytes. - constexpr std::array nop_t() { - return {0x00, 0xBF}; - } - - /// @brief NOP instruction for ARMv7. 4 bytes. - constexpr std::array nop() { - return {0x00, 0x00, 0xA0, 0xE3}; - } - - /// @brief MOV immediate (Thumb-2, 32-bit instruction) - /// MOVW , # - Move 16-bit immediate to register - constexpr std::array movw(Register rd, uint16_t imm16) { - uint8_t rd_bits = static_cast(rd) & 0xF; - uint8_t imm4 = (imm16 >> 12) & 0xF; - uint8_t i = (imm16 >> 11) & 1; - uint8_t imm3 = (imm16 >> 8) & 0x7; - uint8_t imm8 = imm16 & 0xFF; - - return { - static_cast(0x40 | imm4), - static_cast(0xF2 | (i << 2)), - imm8, - static_cast((imm3 << 4) | rd_bits), - }; - } - - /// @brief MOVT (Move Top) - Move 16-bit immediate to top half of register (Thumb-2, 32-bit instruction) - /// MOVT , # - Move immediate to bits [31:16], keeping bits [15:0] - constexpr std::array movt(Register rd, uint16_t imm16) { - uint8_t rd_bits = static_cast(rd) & 0xF; - uint8_t imm4 = (imm16 >> 12) & 0xF; - uint8_t i = (imm16 >> 11) & 1; - uint8_t imm3 = (imm16 >> 8) & 0x7; - uint8_t imm8 = imm16 & 0xFF; - - return { - static_cast(0xC0 | imm4), - static_cast(0xF2 | (i << 2)), - imm8, - static_cast((imm3 << 4) | rd_bits), - }; - } - - /// @brief LDR immediate (Thumb, 16-bit instruction) - /// LDR , [] - Load register from memory - constexpr std::array ldr(Register rt, Register rn) { - uint8_t rt_bits = static_cast(rt) & 0x7; - uint8_t rn_bits = static_cast(rn) & 0x7; - - return { - static_cast(rn_bits << 3), - static_cast(0x68 | rt_bits) - }; - } - - class Builder { - public: - constexpr Builder() = default; - constexpr explicit Builder(uintptr_t baseAddress) : m_baseAddress(baseAddress) {} - - constexpr Builder& mov(Register dst, uint32_t imm) { - auto bytes = armv7::movw(dst, static_cast(imm & 0xFFFF)); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - if (imm > 0xFFFF) { - bytes = armv7::movt(dst, static_cast((imm >> 16) & 0xFFFF)); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - } - return *this; - } - - constexpr Builder& ldr_t(Register rt, Register rn, uint16_t imm = 0) { - auto bytes = armv7::ldr(rt, rn); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - return *this; - } - - constexpr Builder& nop(size_t count = 1) { - for (size_t i = 0; i < count; ++i) { - auto bytes = armv7::nop(); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - } - return *this; - } - - constexpr Builder& nop_t(size_t count = 1) { - for (size_t i = 0; i < count; ++i) { - auto bytes = armv7::nop_t(); - m_bytes.insert(m_bytes.end(), bytes.begin(), bytes.end()); - } - return *this; - } - - std::vector build() { return std::move(m_bytes); } - - private: - uintptr_t m_baseAddress = 0; - std::vector m_bytes; - }; - } -} diff --git a/src/utils.cpp b/src/utils.cpp deleted file mode 100644 index a696f9f1..00000000 --- a/src/utils.cpp +++ /dev/null @@ -1,263 +0,0 @@ -#include "utils.hpp" - -#include -#include -#include -#include -#include -#include - -#include -#include -#include - -// headers for getBaseSize() -#ifdef GEODE_IS_WINDOWS - #include -#elif defined(__APPLE__) - #include - #include - #include -#elif defined(GEODE_IS_ANDROID) - #include - #include - #include - #include - #include - #include -#endif - -namespace eclipse::utils { -#if 0 - std::mt19937_64& getRng() { - static std::mt19937_64 rng{std::random_device{}()}; - return rng; - } -#endif - - std::string getClock(bool useTwelveHours) { - auto lt = geode::localtime(std::time(nullptr)); - return useTwelveHours ? fmt::format("{:%I:%M:%S %p}", lt) - : fmt::format("{:%H:%M:%S}", lt); - } - - bool hasOpenGLExtension(std::string_view extension) { - static auto extensions = reinterpret_cast(glGetString(GL_EXTENSIONS)); - if (!extensions) return false; - static std::string_view extensionsString = extensions; - return extensionsString.find(extension) != std::string_view::npos; - } - - bool shouldUseLegacyDraw() { - #ifdef __APPLE__ - static bool hasVAO = hasOpenGLExtension("GL_APPLE_vertex_array_object"); - #else - static bool hasVAO = hasOpenGLExtension("GL_ARB_vertex_array_object"); - #endif - auto useLegacy = geode::Mod::get()->getSettingValue("legacy-render"); - return !hasVAO || useLegacy; - } - - std::string formatTime(double time, bool showMillis) { - auto hours = static_cast(time / 3600); - auto minutes = static_cast(time / 60) % 60; - auto seconds = static_cast(time) % 60; - auto millis = static_cast(time * 1000) % 1000; - - if (showMillis) { - if (hours > 0) return fmt::format("{}:{:02d}:{:02d}.{:03d}", hours, minutes, seconds, millis); - if (minutes > 0) return fmt::format("{}:{:02d}.{:03d}", minutes, seconds, millis); - return fmt::format("{}.{:03d}", seconds, millis); - } - - if (hours > 0) return fmt::format("{}:{:02d}:{:02d}", hours, minutes, seconds); - if (minutes > 0) return fmt::format("{}:{:02d}", minutes, seconds); - return fmt::format("{}", seconds); - } - - double getActualProgress(GJBaseGameLayer* game) { - double percent; - if (game->m_level->m_timestamp > 0) { - percent = game->m_gameState.m_levelTime * 240.0 / game->m_level->m_timestamp * 100.0; - } else { - percent = game->m_player1->getPositionX() * 100.0 / game->m_levelLength; - } - return std::clamp(percent, 0.0, 100.0); - } - - void updateCursorState(bool visible) { - bool canShowInLevel = true; - if (auto* playLayer = utils::get()) { - canShowInLevel = playLayer->m_hasCompletedLevel || - playLayer->m_isPaused || - utils::get()->getGameVariable(GameVar::ShowCursor); - } - if (visible || canShowInLevel) - PlatformToolbox::showCursor(); - else - PlatformToolbox::hideCursor(); - } - - std::string_view getMonthName(int month) { - static constexpr std::array months = std::to_array({ - "January", "February", "March", "April", "May", "June", - "July", "August", "September", "October", "November", "December" - }); - return months.at(month); - } - - template - time_t getTimestamp() { - if constexpr (std::is_same_v) { - return std::chrono::duration_cast( - std::chrono::system_clock::now().time_since_epoch() - ).count(); - } else { - return std::chrono::duration_cast( - std::chrono::high_resolution_clock::now().time_since_epoch() - ).count(); - } - } - - template time_t getTimestamp(); - template time_t getTimestamp(); - - gui::Color getRainbowColor(float speed, float saturation, float value, float offset) { - time_t ms = getTimestamp(); - float h = std::fmod(ms * speed + offset, 360.0f); - return gui::Color::fromHSV(h, saturation, value); - } - - PlayerMode getGameMode(PlayerObject* player) { - if (!player) { - auto gm = utils::get(); - switch (gm->m_playerIconType) { - case IconType::Cube: default: return PlayerMode::Cube; - case IconType::Ship: - case IconType::Jetpack: return PlayerMode::Ship; - case IconType::Ball: return PlayerMode::Ball; - case IconType::Ufo: return PlayerMode::UFO; - case IconType::Wave: return PlayerMode::Wave; - case IconType::Robot: return PlayerMode::Robot; - case IconType::Spider: return PlayerMode::Spider; - case IconType::Swing: return PlayerMode::Swing; - } - } - - if (player->m_isShip) return PlayerMode::Ship; - if (player->m_isBall) return PlayerMode::Ball; - if (player->m_isBird) return PlayerMode::UFO; - if (player->m_isDart) return PlayerMode::Wave; - if (player->m_isRobot) return PlayerMode::Robot; - if (player->m_isSpider) return PlayerMode::Spider; - if (player->m_isSwing) return PlayerMode::Swing; - return PlayerMode::Cube; - } - - std::string_view gameModeName(PlayerMode mode) { - switch (mode) { - case PlayerMode::Cube: return "Cube"; - case PlayerMode::Ship: return "Ship"; - case PlayerMode::Ball: return "Ball"; - case PlayerMode::UFO: return "UFO"; - case PlayerMode::Wave: return "Wave"; - case PlayerMode::Robot: return "Robot"; - case PlayerMode::Spider: return "Spider"; - case PlayerMode::Swing: return "Swing"; - } - return "Unknown"; - } - - int getPlayerIcon(PlayerMode mode) { - auto gm = utils::get(); - switch (mode) { - case PlayerMode::Cube: return gm->m_playerFrame; - case PlayerMode::Ship: return gm->m_playerShip; - case PlayerMode::Ball: return gm->m_playerBall; - case PlayerMode::UFO: return gm->m_playerBird; - case PlayerMode::Wave: return gm->m_playerDart; - case PlayerMode::Robot: return gm->m_playerRobot; - case PlayerMode::Spider: return gm->m_playerSpider; - case PlayerMode::Swing: return gm->m_playerSwing; - } - return 1; - } - - double getTPS() { - return config::get<"global.tpsbypass.toggle", bool>(false) - ? config::get<"global.tpsbypass", double>(240.f) : 240.f; - } - - cocos2d::CCMenu* getEclipseUILayer() { - auto uiLayer = utils::get(); - if (!uiLayer) return nullptr; - - if (auto menu = uiLayer->getChildByID("eclipse-ui"_spr)) - return static_cast(menu); - - auto menu = cocos2d::CCMenu::create(); - menu->setID("eclipse-ui"_spr); - uiLayer->addChild(menu, 1000); - menu->setPosition({0, 0}); - return menu; - } - - bool matchesStringFuzzy(std::string_view haystack, std::string_view needle) { - auto it = std::ranges::search( - haystack, needle, [](char ch1, char ch2) { - return std::toupper(ch1) == std::toupper(ch2); - } - ).begin(); - - return (it != haystack.end()); - } - - size_t getBaseSize() { - static size_t baseSize = []() -> size_t { - #ifdef GEODE_IS_WINDOWS - - auto handle = GetModuleHandle(nullptr); - if (!handle) return 0; - - MODULEINFO info; - if (!GetModuleInformation(GetCurrentProcess(), handle, &info, sizeof(info))) - return 0; - - return info.SizeOfImage; - - #elif defined(__APPLE__) - - // i have no idea how to do this on macOS, - // so for now just hardcode some arbitrary value within the range of the base size :fire: - return GEODE_INTEL_MAC(0x980000) - GEODE_ARM_MAC(0x8B0000) - GEODE_IOS(0x8C0000); - - #elif defined(GEODE_IS_ANDROID) - - // this can apparently crash for some people - // struct dl_phdr_info info; - // if (dl_iterate_phdr([](struct dl_phdr_info *info, size_t, void *data) { - // if (info->dlpi_name[0] == '\0') { // Main executable - // *reinterpret_cast(data) = info->dlpi_phnum > 0 - // ? info->dlpi_phdr[info->dlpi_phnum - 1].p_vaddr + info->dlpi_phdr[info->dlpi_phnum - 1].p_memsz - // : 0; - // return 1; - // } - // return 0; - // }, &info) == 1) { - // return info.dlpi_phnum > 0 - // ? info.dlpi_phdr[info.dlpi_phnum - 1].p_vaddr + info.dlpi_phdr[info.dlpi_phnum - 1].p_memsz - // : 0; - // } - return 0; - - #else - - static_assert(false, "getBaseSize() is not implemented for this platform"); - - #endif - }(); - return baseSize; - } -} diff --git a/src/utils.hpp b/src/utils.hpp deleted file mode 100644 index eb24f3f8..00000000 --- a/src/utils.hpp +++ /dev/null @@ -1,171 +0,0 @@ -#pragma once - -#include -#include -#include - -enum class PlayerMode { - Cube, Ship, Ball, - UFO, Wave, Robot, - Spider, Swing -}; - -namespace eclipse::gui { - class Color; -} - -namespace eclipse::utils { -#if 0 // deprecated since Geode v5 - /// @brief Returns a random device. - /// @return Random device. - std::mt19937_64& getRng(); - - /// @brief Generates a random number between min and max. - /// @tparam T Type of the number. - /// @param min Minimum value. - /// @param max Maximum value. - /// @return Random number between min and max. - template - T random(T min, T max) { - if constexpr (std::is_integral_v) { - std::uniform_int_distribution dist(min, max); - return dist(getRng()); - } else if constexpr (std::is_floating_point_v) { - std::uniform_real_distribution dist(min, max); - return dist(getRng()); - } else { - static_assert(!sizeof(T*), "T must be an integral or floating point type."); - } - } - - /// @brief Generates a random number between 0 and max. - /// @tparam T Type of the number. - /// @param max Maximum value. - /// @return Random number between 0 and max. - template - T random(T max) { - return random(0, max); - } -#else - auto random(auto min, auto max) { - return geode::utils::random::generate(min, max); - } - - auto random(auto max) { - return geode::utils::random::generate(0, max); - } -#endif - - /// @brief Allows to access a member of a struct by offset. - /// @tparam T Type of the member. - /// @param ptr Pointer to the struct. - /// @param offset Offset of the member. - /// @return Reference to the member. - /// @example auto& member = utils::memberByOffset\(ptr, offsetof(Struct, member));\n - /// geode::log::info("Member: {}", member);\n - /// member = 42; - /// @warning Use with caution, for debugging purposes only. - template - [[deprecated("Don't use MBO!")]] constexpr T& memberByOffset(void* ptr, size_t offset) { - return *reinterpret_cast(reinterpret_cast(ptr) + offset); - } - - /// @brief Gets the current time as a string. - /// @param useTwelveHours Whether to use twelve hours format. - /// @return Current time as a string (e.g. "16:34:56", "12:34 PM"). - std::string getClock(bool useTwelveHours = false); - - /// @brief Get whether current OpenGL context has an extension. - /// @param extension Extension to check. - /// @return Whether current OpenGL context has the extension. - bool hasOpenGLExtension(std::string_view extension); - - /// @brief Get whether to use legacy rendering functions for OpenGL. - /// @return Whether to use legacy rendering functions. - bool shouldUseLegacyDraw(); - - /// @brief Format time in seconds to a string. - /// @param time Time in seconds. - /// @param showMillis Whether to show milliseconds. - /// @return Formatted time string (e.g. "1:23:45.678"). - std::string formatTime(double time, bool showMillis = true); - - /// @brief Bugfixed version of getCurrentPercent. - /// @param game GJBaseGameLayer to get the progress from. - /// @return Actual progress of the level. - double getActualProgress(class GJBaseGameLayer* game); - - /// @brief Make the cursor visible/hidden under certain conditions - void updateCursorState(bool visible); - - /// @brief Get month name from its number. (0-11) - std::string_view getMonthName(int month); - - using millis = std::chrono::milliseconds; - using seconds = std::chrono::seconds; - - /// @brief Get the current timestamp. - template - time_t getTimestamp(); - - /// @brief Get a rainbow color for specific parameters - /// @param speed The speed of the rainbow effect - /// @param saturation The S (saturation) component of the HSV color - /// @param value The V (value) component of the HSV color - /// @param offset The offset in milliseconds for the rainbow effect - gui::Color getRainbowColor(float speed, float saturation, float value, float offset = 0.f); - - /// @brief Get the current player game mode. If player is nullptr, returns selected profile icon. - PlayerMode getGameMode(class PlayerObject* player); - - /// @brief Get the name of a game mode. - std::string_view gameModeName(PlayerMode mode); - - /// @brief Get icon frame for a specific mode. - int getPlayerIcon(PlayerMode mode); - - /// @brief Get current chosen TPS. - double getTPS(); - - /// @brief Get custom CCMenu created in UILayer. - class cocos2d::CCMenu* getEclipseUILayer(); - - /// @brief Checks if a string matches another one (case-insensitive) - bool matchesStringFuzzy(std::string_view haystack, std::string_view needle); - - /// @brief Returns a specific page of items from a given Vector. - /// @tparam T Type of item. - /// @param array Vector to paginate. - /// @param size Amount of items per page. - /// @param page Page number to retrieve. - /// @return A paginated span containing the items of the specified page. - template - std::span paginate(std::vector const& array, int size, int page) { - if (size <= 0) return {}; - int startIndex = page * size; - int endIndex = std::min(startIndex + size, static_cast(array.size())); - if (startIndex >= array.size()) return {}; - // result.insert(result.end(), array.begin() + startIndex, array.begin() + endIndex); - return {const_cast(array.data()) + startIndex, static_cast(endIndex - startIndex)}; - } - - /// @brief Returns a "gradual" page of items from a given Vector. - /// @tparam T Type of item. - /// @param array Vector to paginate. - /// @param size Amount of items per "gradual" page. - /// @param page "Gradual" page number to retrieve. - /// @return A paginated span containing the items of the specified "gradual" page. - template - std::span gradualPaginate(std::vector const& array, int size, int page) { - if (size <= 0) return {}; - if (page < 0) return {}; - int startIndex = page; - int endIndex = std::min(startIndex + size, static_cast(array.size())); - if (startIndex >= array.size()) return {}; - // result.insert(result.end(), array.begin() + startIndex, array.begin() + endIndex); - return {const_cast(array.data()) + startIndex, static_cast(endIndex - startIndex)}; - } - - /// @brief Get the module size of the game. - size_t getBaseSize(); -} diff --git a/support.md b/support.md deleted file mode 100644 index edc14b3a..00000000 --- a/support.md +++ /dev/null @@ -1,4 +0,0 @@ -# Support us on [Ko-Fi](https://ko-fi.com/eclipsemenu)! -You can support us for our hard-work developing **Eclipse Menu**, and add **more features** that will benefit those using the mod! - -__**Join our Discord Server after supporting us to receive a role to show your contribution!**__