diff --git a/Assets/Fungus/Scripts/Editor/FungusEditorPreferences.cs b/Assets/Fungus/Scripts/Editor/FungusEditorPreferences.cs index bf4bae54..dc86c201 100644 --- a/Assets/Fungus/Scripts/Editor/FungusEditorPreferences.cs +++ b/Assets/Fungus/Scripts/Editor/FungusEditorPreferences.cs @@ -27,26 +27,39 @@ namespace Fungus LoadOnScriptLoad(); } - // Add preferences section named "My Preferences" to the Preferences Window - [PreferenceItem("Fungus")] - public static void PreferencesGUI() + [SettingsProvider] + public static SettingsProvider CreateFungusSettingsProvider() { - // Load the preferences - if (!prefsLoaded) + // First parameter is the path in the Settings window. + // Second parameter is the scope of this setting: it only appears in the Project Settings window. + var provider = new SettingsProvider("Project/Fungus", SettingsScope.Project) { - LoadOnScriptLoad(); - } + // Create the SettingsProvider and initialize its drawing (IMGUI) function in place: + guiHandler = (searchContext) => + { + // Load the preferences + if (!prefsLoaded) + { + LoadOnScriptLoad(); + } - // Preferences GUI - hideMushroomInHierarchy = EditorGUILayout.Toggle("Hide Mushroom Flowchart Icon", hideMushroomInHierarchy); - useExperimentalMenus = EditorGUILayout.Toggle(new GUIContent("Experimental Searchable Menus", "Experimental menus replace the Event, Add Variable and Add Command menus with a searchable menu more like the Unity AddComponent menu."), useExperimentalMenus); + // Preferences GUI + hideMushroomInHierarchy = EditorGUILayout.Toggle("Hide Mushroom Flowchart Icon", hideMushroomInHierarchy); + useExperimentalMenus = EditorGUILayout.Toggle(new GUIContent("Experimental Searchable Menus", "Experimental menus replace the Event, Add Variable and Add Command menus with a searchable menu more like the Unity AddComponent menu."), useExperimentalMenus); - // Save the preferences - if (GUI.changed) - { - EditorPrefs.SetBool(HIDE_MUSH_KEY, hideMushroomInHierarchy); - EditorPrefs.SetBool(USE_EXP_MENUS, useExperimentalMenus); - } + // Save the preferences + if (GUI.changed) + { + EditorPrefs.SetBool(HIDE_MUSH_KEY, hideMushroomInHierarchy); + EditorPrefs.SetBool(USE_EXP_MENUS, useExperimentalMenus); + } + }, + + // // Populate the search keywords to enable smart search filtering and label highlighting: + // keywords = new HashSet(new[] { "Number", "Some String" }) + }; + + return provider; } public static void LoadOnScriptLoad() diff --git a/Assets/Fungus/Scripts/Editor/FungusEditorResources.cs b/Assets/Fungus/Scripts/Editor/FungusEditorResources.cs index d2a84915..886db035 100644 --- a/Assets/Fungus/Scripts/Editor/FungusEditorResources.cs +++ b/Assets/Fungus/Scripts/Editor/FungusEditorResources.cs @@ -146,6 +146,8 @@ namespace Fungus.EditorUtils writer.WriteLine("// This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus)."); writer.WriteLine("// It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE)"); writer.WriteLine(""); + writer.WriteLine("#pragma warning disable 0649"); + writer.WriteLine(""); writer.WriteLine("using UnityEngine;"); writer.WriteLine(""); writer.WriteLine("namespace Fungus.EditorUtils"); diff --git a/Assets/Fungus/Scripts/Editor/FungusEditorResourcesGenerated.cs b/Assets/Fungus/Scripts/Editor/FungusEditorResourcesGenerated.cs index 1bfd555a..bc077d06 100644 --- a/Assets/Fungus/Scripts/Editor/FungusEditorResourcesGenerated.cs +++ b/Assets/Fungus/Scripts/Editor/FungusEditorResourcesGenerated.cs @@ -1,6 +1,8 @@ // This code is part of the Fungus library (http://fungusgames.com) maintained by Chris Gregan (http://twitter.com/gofungus). // It is released for free under the MIT open source license (https://github.com/snozbot/fungus/blob/master/LICENSE) +#pragma warning disable 0649 + using UnityEngine; namespace Fungus.EditorUtils diff --git a/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Fonts & Materials/LiberationSans SDF.asset b/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Fonts & Materials/LiberationSans SDF.asset index 6a528139..bc921f0a 100644 --- a/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Fonts & Materials/LiberationSans SDF.asset +++ b/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Fonts & Materials/LiberationSans SDF.asset @@ -5,7 +5,8 @@ Material: serializedVersion: 6 m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_Name: LiberationSans SDF Material m_Shader: {fileID: 4800000, guid: fe393ace9b354375a9cb14cdbbc28be4, type: 3} m_ShaderKeywords: _EMISSION @@ -149,7 +150,8 @@ Material: Texture2D: m_ObjectHideFlags: 1 m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_Name: LiberationSans SDF Atlas m_ImageContentsHash: serializedVersion: 2 @@ -188,7 +190,8 @@ Texture2D: MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 @@ -198,7 +201,4538 @@ MonoBehaviour: hashCode: 231247347 material: {fileID: 2180264} materialHashCode: -1183942120 - fontAssetType: 1 + m_Version: 1.1.0 + m_SourceFontFileGUID: e3265ab4bf004d28a9537516768c1c75 + m_SourceFontFile_EditorRef: {fileID: 0} + m_SourceFontFile: {fileID: 0} + m_AtlasPopulationMode: 0 + m_FaceInfo: + m_FamilyName: Liberation Sans + m_StyleName: + m_PointSize: 86 + m_Scale: 1 + m_LineHeight: 98.90625 + m_AscentLine: 77.84375 + m_CapLine: 59.1875 + m_MeanLine: 0 + m_Baseline: 0 + m_DescentLine: -18.21875 + m_SuperscriptOffset: 77.84375 + m_SuperscriptSize: 0.5 + m_SubscriptOffset: -12.261719 + m_SubscriptSize: 0.5 + m_UnderlineOffset: -12.261719 + m_UnderlineThickness: 6.298828 + m_StrikethroughOffset: 23.675 + m_StrikethroughThickness: 0 + m_TabWidth: 239.0625 + m_GlyphTable: + - m_Index: 0 + m_Metrics: + m_Width: 23.90625 + m_Height: 96.0625 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 77.84375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 10 + m_Y: -105 + m_Width: 24 + m_Height: 96 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 1 + m_Metrics: + m_Width: 8.3125 + m_Height: 59.15625 + m_HorizontalBearingX: 7.75 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 1004 + m_Y: 346 + m_Width: 8 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 2 + m_Metrics: + m_Width: 23.21875 + m_Height: 18.59375 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 30.53125 + m_GlyphRect: + m_X: 336 + m_Y: 995 + m_Width: 23 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 3 + m_Metrics: + m_Width: 47.03125 + m_Height: 58.84375 + m_HorizontalBearingX: 0.375 + m_HorizontalBearingY: 58.84375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 426 + m_Y: 354 + m_Width: 47 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 4 + m_Metrics: + m_Width: 45.5 + m_Height: 69.625 + m_HorizontalBearingX: 0.90625 + m_HorizontalBearingY: 63.6875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 164 + m_Y: 593 + m_Width: 46 + m_Height: 70 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 5 + m_Metrics: + m_Width: 70.34375 + m_Height: 60.15625 + m_HorizontalBearingX: 3.0625 + m_HorizontalBearingY: 59.6875 + m_HorizontalAdvance: 76.46875 + m_GlyphRect: + m_X: 405 + m_Y: 11 + m_Width: 70 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 6 + m_Metrics: + m_Width: 53 + m_Height: 60.34375 + m_HorizontalBearingX: 3 + m_HorizontalBearingY: 59.53125 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 383 + m_Y: 185 + m_Width: 53 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 7 + m_Metrics: + m_Width: 7.71875 + m_Height: 18.59375 + m_HorizontalBearingX: 4.34375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 16.40625 + m_GlyphRect: + m_X: 796 + m_Y: 771 + m_Width: 8 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 8 + m_Metrics: + m_Width: 22.78125 + m_Height: 80.125 + m_HorizontalBearingX: 5.3125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 146 + m_Y: 206 + m_Width: 23 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 9 + m_Metrics: + m_Width: 22.8125 + m_Height: 80.125 + m_HorizontalBearingX: 0.5 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 165 + m_Y: 494 + m_Width: 23 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 10 + m_Metrics: + m_Width: 30.75 + m_Height: 30.1875 + m_HorizontalBearingX: 1.375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 33.46875 + m_GlyphRect: + m_X: 807 + m_Y: 952 + m_Width: 31 + m_Height: 30 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 11 + m_Metrics: + m_Width: 41.78125 + m_Height: 42.0625 + m_HorizontalBearingX: 4.1875 + m_HorizontalBearingY: 49.65625 + m_HorizontalAdvance: 50.21875 + m_GlyphRect: + m_X: 725 + m_Y: 560 + m_Width: 42 + m_Height: 42 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 12 + m_Metrics: + m_Width: 8.4375 + m_Height: 20.1875 + m_HorizontalBearingX: 7.71875 + m_HorizontalBearingY: 9.21875 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 569 + m_Y: 115 + m_Width: 8 + m_Height: 20 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 13 + m_Metrics: + m_Width: 21 + m_Height: 6.71875 + m_HorizontalBearingX: 3.8125 + m_HorizontalBearingY: 26.21875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 764 + m_Y: 1002 + m_Width: 21 + m_Height: 7 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 14 + m_Metrics: + m_Width: 8.1875 + m_Height: 9.1875 + m_HorizontalBearingX: 7.84375 + m_HorizontalBearingY: 9.21875 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 558 + m_Y: 305 + m_Width: 8 + m_Height: 9 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 15 + m_Metrics: + m_Width: 23.90625 + m_Height: 63.15625 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 383 + m_Y: 294 + m_Width: 24 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 16 + m_Metrics: + m_Width: 41.09375 + m_Height: 60.90625 + m_HorizontalBearingX: 3.34375 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 787 + m_Y: 488 + m_Width: 41 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 17 + m_Metrics: + m_Width: 37.0625 + m_Height: 59.15625 + m_HorizontalBearingX: 6.53125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 321 + m_Y: 579 + m_Width: 37 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 18 + m_Metrics: + m_Width: 39.1875 + m_Height: 60.0625 + m_HorizontalBearingX: 4.3125 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 962 + m_Y: 666 + m_Width: 39 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 19 + m_Metrics: + m_Width: 40.78125 + m_Height: 60.90625 + m_HorizontalBearingX: 3.25 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 908 + m_Y: 583 + m_Width: 41 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 20 + m_Metrics: + m_Width: 43.34375 + m_Height: 59.15625 + m_HorizontalBearingX: 1.96875 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 378 + m_Y: 579 + m_Width: 43 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 21 + m_Metrics: + m_Width: 40.78125 + m_Height: 60 + m_HorizontalBearingX: 3.4375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 441 + m_Y: 578 + m_Width: 41 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 22 + m_Metrics: + m_Width: 39.6875 + m_Height: 60.90625 + m_HorizontalBearingX: 4.34375 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 339 + m_Y: 915 + m_Width: 40 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 23 + m_Metrics: + m_Width: 39.09375 + m_Height: 59.15625 + m_HorizontalBearingX: 4.40625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 501 + m_Y: 579 + m_Width: 39 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 24 + m_Metrics: + m_Width: 40.34375 + m_Height: 60.90625 + m_HorizontalBearingX: 3.71875 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 968 + m_Y: 585 + m_Width: 40 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 25 + m_Metrics: + m_Width: 39.71875 + m_Height: 60.90625 + m_HorizontalBearingX: 4.03125 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 398 + m_Y: 909 + m_Width: 40 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 26 + m_Metrics: + m_Width: 8.1875 + m_Height: 45.4375 + m_HorizontalBearingX: 7.84375 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 941 + m_Y: 804 + m_Width: 8 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 27 + m_Metrics: + m_Width: 8.4375 + m_Height: 56.4375 + m_HorizontalBearingX: 7.71875 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 800 + m_Y: 810 + m_Width: 8 + m_Height: 56 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 28 + m_Metrics: + m_Width: 41.78125 + m_Height: 43.65625 + m_HorizontalBearingX: 4.21875 + m_HorizontalBearingY: 50.15625 + m_HorizontalAdvance: 50.21875 + m_GlyphRect: + m_X: 422 + m_Y: 515 + m_Width: 42 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 29 + m_Metrics: + m_Width: 41.78125 + m_Height: 27.71875 + m_HorizontalBearingX: 4.1875 + m_HorizontalBearingY: 42.1875 + m_HorizontalAdvance: 50.21875 + m_GlyphRect: + m_X: 847 + m_Y: 583 + m_Width: 42 + m_Height: 28 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 30 + m_Metrics: + m_Width: 41.78125 + m_Height: 43.65625 + m_HorizontalBearingX: 4.21875 + m_HorizontalBearingY: 50.15625 + m_HorizontalAdvance: 50.21875 + m_GlyphRect: + m_X: 483 + m_Y: 515 + m_Width: 42 + m_Height: 44 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 31 + m_Metrics: + m_Width: 41.09375 + m_Height: 60.0625 + m_HorizontalBearingX: 3.5 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 848 + m_Y: 504 + m_Width: 41 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 32 + m_Metrics: + m_Width: 73.125 + m_Height: 74.1875 + m_HorizontalBearingX: 6.75 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 87.3125 + m_GlyphRect: + m_X: 10 + m_Y: 11 + m_Width: 73 + m_Height: 74 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 33 + m_Metrics: + m_Width: 57.03125 + m_Height: 59.15625 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 751 + m_Y: 94 + m_Width: 57 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 34 + m_Metrics: + m_Width: 45.75 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 939 + m_Y: 346 + m_Width: 46 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 35 + m_Metrics: + m_Width: 54.46875 + m_Height: 60.90625 + m_HorizontalBearingX: 4.34375 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 825 + m_Y: 181 + m_Width: 54 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 36 + m_Metrics: + m_Width: 50.9375 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 808 + m_Y: 262 + m_Width: 51 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 37 + m_Metrics: + m_Width: 46.59375 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 492 + m_Y: 258 + m_Width: 47 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 38 + m_Metrics: + m_Width: 42.03125 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 52.53125 + m_GlyphRect: + m_X: 725 + m_Y: 481 + m_Width: 42 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 39 + m_Metrics: + m_Width: 56.15625 + m_Height: 60.90625 + m_HorizontalBearingX: 4.3125 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 593 + m_Y: 154 + m_Width: 56 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 40 + m_Metrics: + m_Width: 48.03125 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 947 + m_Y: 267 + m_Width: 48 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 41 + m_Metrics: + m_Width: 8.03125 + m_Height: 59.15625 + m_HorizontalBearingX: 7.90625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 571 + m_Y: 909 + m_Width: 8 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 42 + m_Metrics: + m_Width: 35.28125 + m_Height: 60 + m_HorizontalBearingX: 1.34375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 655 + m_Y: 898 + m_Width: 35 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 43 + m_Metrics: + m_Width: 49.34375 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 682 + m_Y: 90 + m_Width: 49 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 44 + m_Metrics: + m_Width: 37.90625 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 514 + m_Y: 909 + m_Width: 38 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 45 + m_Metrics: + m_Width: 57.53125 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 71.625 + m_GlyphRect: + m_X: 828 + m_Y: 103 + m_Width: 58 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 46 + m_Metrics: + m_Width: 48.03125 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 315 + m_Y: 294 + m_Width: 48 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 47 + m_Metrics: + m_Width: 58.71875 + m_Height: 60.90625 + m_HorizontalBearingX: 4.0625 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 305 + m_Y: 184 + m_Width: 59 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 48 + m_Metrics: + m_Width: 45.75 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 670 + m_Y: 393 + m_Width: 46 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 49 + m_Metrics: + m_Width: 58.71875 + m_Height: 76.3125 + m_HorizontalBearingX: 4.0625 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 10 + m_Y: 105 + m_Width: 59 + m_Height: 76 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 50 + m_Metrics: + m_Width: 51.0625 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 666 + m_Y: 235 + m_Width: 51 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 51 + m_Metrics: + m_Width: 49.5 + m_Height: 60.90625 + m_HorizontalBearingX: 3.875 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 878 + m_Y: 262 + m_Width: 50 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 52 + m_Metrics: + m_Width: 48.625 + m_Height: 59.15625 + m_HorizontalBearingX: 1.90625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 52.53125 + m_GlyphRect: + m_X: 600 + m_Y: 314 + m_Width: 49 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 53 + m_Metrics: + m_Width: 48.84375 + m_Height: 60 + m_HorizontalBearingX: 6.625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 668 + m_Y: 313 + m_Width: 49 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 54 + m_Metrics: + m_Width: 56.59375 + m_Height: 59.15625 + m_HorizontalBearingX: 0.375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 749 + m_Y: 173 + m_Width: 57 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 55 + m_Metrics: + m_Width: 80.5 + m_Height: 59.15625 + m_HorizontalBearingX: 0.375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 81.15625 + m_GlyphRect: + m_X: 305 + m_Y: 11 + m_Width: 81 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 56 + m_Metrics: + m_Width: 53.625 + m_Height: 59.15625 + m_HorizontalBearingX: 1.90625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 899 + m_Y: 184 + m_Width: 54 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 57 + m_Metrics: + m_Width: 53.59375 + m_Height: 59.15625 + m_HorizontalBearingX: 1.875 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 593 + m_Y: 235 + m_Width: 54 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 58 + m_Metrics: + m_Width: 47.125 + m_Height: 59.15625 + m_HorizontalBearingX: 2.71875 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 52.53125 + m_GlyphRect: + m_X: 872 + m_Y: 343 + m_Width: 47 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 59 + m_Metrics: + m_Width: 17.09375 + m_Height: 80.15625 + m_HorizontalBearingX: 6.125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 188 + m_Y: 186 + m_Width: 17 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 60 + m_Metrics: + m_Width: 23.90625 + m_Height: 63.15625 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 557 + m_Y: 337 + m_Width: 24 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 61 + m_Metrics: + m_Width: 17.0625 + m_Height: 80.15625 + m_HorizontalBearingX: 0.65625 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 455 + m_Y: 171 + m_Width: 17 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 62 + m_Metrics: + m_Width: 39.53125 + m_Height: 30.90625 + m_HorizontalBearingX: 0.40625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 40.34375 + m_GlyphRect: + m_X: 964 + m_Y: 745 + m_Width: 40 + m_Height: 31 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 63 + m_Metrics: + m_Width: 50.09375 + m_Height: 5.46875 + m_HorizontalBearingX: -1.3125 + m_HorizontalBearingY: -11.625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 894 + m_Y: 754 + m_Width: 50 + m_Height: 5 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 64 + m_Metrics: + m_Width: 17.8125 + m_Height: 12.875 + m_HorizontalBearingX: 4.4375 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 807 + m_Y: 1001 + m_Width: 18 + m_Height: 13 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 65 + m_Metrics: + m_Width: 44.1875 + m_Height: 47.125 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 99 + m_Y: 965 + m_Width: 44 + m_Height: 47 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 66 + m_Metrics: + m_Width: 38.6875 + m_Height: 63.15625 + m_HorizontalBearingX: 5.53125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 456 + m_Y: 826 + m_Width: 39 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 67 + m_Metrics: + m_Width: 37.0625 + m_Height: 47.125 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 163 + m_Y: 965 + m_Width: 37 + m_Height: 47 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 68 + m_Metrics: + m_Width: 38.65625 + m_Height: 63.15625 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 485 + m_Y: 433 + m_Width: 39 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 69 + m_Metrics: + m_Width: 40.34375 + m_Height: 47.125 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 220 + m_Y: 965 + m_Width: 40 + m_Height: 47 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 70 + m_Metrics: + m_Width: 22.8125 + m_Height: 62.21875 + m_HorizontalBearingX: 1.1875 + m_HorizontalBearingY: 62.25 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 632 + m_Y: 817 + m_Width: 23 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 71 + m_Metrics: + m_Width: 38.65625 + m_Height: 64 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 46.15625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 514 + m_Y: 825 + m_Width: 39 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 72 + m_Metrics: + m_Width: 36.28125 + m_Height: 62.3125 + m_HorizontalBearingX: 5.9375 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 674 + m_Y: 817 + m_Width: 36 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 73 + m_Metrics: + m_Width: 7.5625 + m_Height: 62.3125 + m_HorizontalBearingX: 5.75 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 19.09375 + m_GlyphRect: + m_X: 722 + m_Y: 734 + m_Width: 8 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 74 + m_Metrics: + m_Width: 15.40625 + m_Height: 80.15625 + m_HorizontalBearingX: -2.125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 19.09375 + m_GlyphRect: + m_X: 558 + m_Y: 167 + m_Width: 15 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 75 + m_Metrics: + m_Width: 37.34375 + m_Height: 62.3125 + m_HorizontalBearingX: 5.78125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 543 + m_Y: 420 + m_Width: 37 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 76 + m_Metrics: + m_Width: 7.5625 + m_Height: 62.3125 + m_HorizontalBearingX: 5.78125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 19.09375 + m_GlyphRect: + m_X: 730 + m_Y: 816 + m_Width: 8 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 77 + m_Metrics: + m_Width: 60.25 + m_Height: 46.28125 + m_HorizontalBearingX: 5.6875 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 71.625 + m_GlyphRect: + m_X: 669 + m_Y: 169 + m_Width: 60 + m_Height: 46 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 78 + m_Metrics: + m_Width: 36.53125 + m_Height: 46.28125 + m_HorizontalBearingX: 5.6875 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 544 + m_Y: 502 + m_Width: 37 + m_Height: 46 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 79 + m_Metrics: + m_Width: 40.59375 + m_Height: 47.125 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 902 + m_Y: 664 + m_Width: 41 + m_Height: 47 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 80 + m_Metrics: + m_Width: 38.6875 + m_Height: 64.0625 + m_HorizontalBearingX: 5.53125 + m_HorizontalBearingY: 46.25 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 263 + m_Y: 484 + m_Width: 39 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 81 + m_Metrics: + m_Width: 38.71875 + m_Height: 64.125 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 335 + m_Y: 748 + m_Width: 39 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 82 + m_Metrics: + m_Width: 21.5 + m_Height: 46.28125 + m_HorizontalBearingX: 5.6875 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 796 + m_Y: 706 + m_Width: 22 + m_Height: 46 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 83 + m_Metrics: + m_Width: 37.5 + m_Height: 47 + m_HorizontalBearingX: 2.375 + m_HorizontalBearingY: 46.15625 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 837 + m_Y: 709 + m_Width: 38 + m_Height: 47 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 84 + m_Metrics: + m_Width: 21.9375 + m_Height: 56.25 + m_HorizontalBearingX: 1.28125 + m_HorizontalBearingY: 55.625 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 766 + m_Y: 888 + m_Width: 22 + m_Height: 56 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 85 + m_Metrics: + m_Width: 36.53125 + m_Height: 46.28125 + m_HorizontalBearingX: 5.5625 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 807 + m_Y: 886 + m_Width: 37 + m_Height: 46 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 86 + m_Metrics: + m_Width: 42.4375 + m_Height: 45.4375 + m_HorizontalBearingX: 0.28125 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 600 + m_Y: 586 + m_Width: 42 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 87 + m_Metrics: + m_Width: 62.4375 + m_Height: 45.4375 + m_HorizontalBearingX: -0.15625 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 600 + m_Y: 90 + m_Width: 62 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 88 + m_Metrics: + m_Width: 41.09375 + m_Height: 45.4375 + m_HorizontalBearingX: 0.9375 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 662 + m_Y: 586 + m_Width: 41 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 89 + m_Metrics: + m_Width: 42.625 + m_Height: 63.28125 + m_HorizontalBearingX: 0.1875 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 663 + m_Y: 472 + m_Width: 43 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 90 + m_Metrics: + m_Width: 35.21875 + m_Height: 45.4375 + m_HorizontalBearingX: 3.46875 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 828 + m_Y: 801 + m_Width: 35 + m_Height: 45 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 91 + m_Metrics: + m_Width: 25.78125 + m_Height: 80.15625 + m_HorizontalBearingX: 1.40625 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 28.71875 + m_GlyphRect: + m_X: 987 + m_Y: 11 + m_Width: 26 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 92 + m_Metrics: + m_Width: 6.96875 + m_Height: 80.53125 + m_HorizontalBearingX: 7.65625 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 22.34375 + m_GlyphRect: + m_X: 229 + m_Y: 572 + m_Width: 7 + m_Height: 81 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 93 + m_Metrics: + m_Width: 25.71875 + m_Height: 80.15625 + m_HorizontalBearingX: 1.40625 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 28.71875 + m_GlyphRect: + m_X: 216 + m_Y: 865 + m_Width: 26 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 94 + m_Metrics: + m_Width: 42.5 + m_Height: 10.65625 + m_HorizontalBearingX: 3.84375 + m_HorizontalBearingY: 33.90625 + m_HorizontalAdvance: 50.21875 + m_GlyphRect: + m_X: 663 + m_Y: 554 + m_Width: 43 + m_Height: 11 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 95 + m_Metrics: + m_Width: 23.90625 + m_Height: 96.0625 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 77.84375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 10 + m_Y: -105 + m_Width: 24 + m_Height: 96 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 96 + m_Metrics: + m_Width: 8.3125 + m_Height: 59.15625 + m_HorizontalBearingX: 10.15625 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 710 + m_Y: 899 + m_Width: 8 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 97 + m_Metrics: + m_Width: 37.09375 + m_Height: 60.46875 + m_HorizontalBearingX: 5.65625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 457 + m_Y: 909 + m_Width: 37 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 98 + m_Metrics: + m_Width: 43.9375 + m_Height: 60.0625 + m_HorizontalBearingX: 2.40625 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 600 + m_Y: 427 + m_Width: 44 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 99 + m_Metrics: + m_Width: 38.34375 + m_Height: 38.40625 + m_HorizontalBearingX: 4.71875 + m_HorizontalBearingY: 47.84375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 883 + m_Y: 804 + m_Width: 38 + m_Height: 38 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 100 + m_Metrics: + m_Width: 48.0625 + m_Height: 59.15625 + m_HorizontalBearingX: -0.09375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 736 + m_Y: 323 + m_Width: 48 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 101 + m_Metrics: + m_Width: 6.96875 + m_Height: 80.53125 + m_HorizontalBearingX: 7.65625 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 22.34375 + m_GlyphRect: + m_X: 255 + m_Y: 572 + m_Width: 7 + m_Height: 81 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 102 + m_Metrics: + m_Width: 38.15625 + m_Height: 69.53125 + m_HorizontalBearingX: 4.8125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 191 + m_Y: 395 + m_Width: 38 + m_Height: 70 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 103 + m_Metrics: + m_Width: 23.40625 + m_Height: 7.71875 + m_HorizontalBearingX: 1.875 + m_HorizontalBearingY: 58.9375 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 735 + m_Y: 703 + m_Width: 23 + m_Height: 8 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 104 + m_Metrics: + m_Width: 60.71875 + m_Height: 60.71875 + m_HorizontalBearingX: 1.28125 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 63.375 + m_GlyphRect: + m_X: 401 + m_Y: 90 + m_Width: 61 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 105 + m_Metrics: + m_Width: 31.03125 + m_Height: 32.78125 + m_HorizontalBearingX: 1.0625 + m_HorizontalBearingY: 60.15625 + m_HorizontalAdvance: 31.84375 + m_GlyphRect: + m_X: 982 + m_Y: 110 + m_Width: 31 + m_Height: 33 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 106 + m_Metrics: + m_Width: 40.84375 + m_Height: 33.5625 + m_HorizontalBearingX: 3.46875 + m_HorizontalBearingY: 39.5 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 644 + m_Y: 977 + m_Width: 41 + m_Height: 34 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 107 + m_Metrics: + m_Width: 41.78125 + m_Height: 24.09375 + m_HorizontalBearingX: 4.1875 + m_HorizontalBearingY: 31.6875 + m_HorizontalAdvance: 50.21875 + m_GlyphRect: + m_X: 398 + m_Y: 990 + m_Width: 42 + m_Height: 24 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 108 + m_Metrics: + m_Width: 21 + m_Height: 6.71875 + m_HorizontalBearingX: 3.8125 + m_HorizontalBearingY: 26.21875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 955 + m_Y: 930 + m_Width: 21 + m_Height: 7 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 109 + m_Metrics: + m_Width: 60.71875 + m_Height: 60.71875 + m_HorizontalBearingX: 1.28125 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 63.375 + m_GlyphRect: + m_X: 225 + m_Y: 184 + m_Width: 61 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 110 + m_Metrics: + m_Width: 48.9375 + m_Height: 3.9375 + m_HorizontalBearingX: -0.71875 + m_HorizontalBearingY: 64.9375 + m_HorizontalAdvance: 47.5 + m_GlyphRect: + m_X: 894 + m_Y: 730 + m_Width: 49 + m_Height: 4 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 111 + m_Metrics: + m_Width: 24.09375 + m_Height: 23.9375 + m_HorizontalBearingX: 5.09375 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 34.40625 + m_GlyphRect: + m_X: 912 + m_Y: 957 + m_Width: 24 + m_Height: 24 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 112 + m_Metrics: + m_Width: 41.78125 + m_Height: 51.1875 + m_HorizontalBearingX: 2.71875 + m_HorizontalBearingY: 51.21875 + m_HorizontalAdvance: 47.1875 + m_GlyphRect: + m_X: 970 + m_Y: 515 + m_Width: 42 + m_Height: 51 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 113 + m_Metrics: + m_Width: 25.28125 + m_Height: 36 + m_HorizontalBearingX: 1.71875 + m_HorizontalBearingY: 59.6875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 863 + m_Y: 865 + m_Width: 25 + m_Height: 36 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 114 + m_Metrics: + m_Width: 25.84375 + m_Height: 36.53125 + m_HorizontalBearingX: 1.125 + m_HorizontalBearingY: 59.6875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 599 + m_Y: 977 + m_Width: 26 + m_Height: 37 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 115 + m_Metrics: + m_Width: 17.8125 + m_Height: 12.875 + m_HorizontalBearingX: 3 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 844 + m_Y: 1001 + m_Width: 18 + m_Height: 13 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 116 + m_Metrics: + m_Width: 41.6875 + m_Height: 63.28125 + m_HorizontalBearingX: 5.875 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 49.5625 + m_GlyphRect: + m_X: 972 + m_Y: 184 + m_Width: 42 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 117 + m_Metrics: + m_Width: 39.15625 + m_Height: 70.25 + m_HorizontalBearingX: 3.34375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 46.1875 + m_GlyphRect: + m_X: 198 + m_Y: 775 + m_Width: 39 + m_Height: 70 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 118 + m_Metrics: + m_Width: 8.1875 + m_Height: 9.25 + m_HorizontalBearingX: 10.1875 + m_HorizontalBearingY: 27.96875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 857 + m_Y: 973 + m_Width: 8 + m_Height: 9 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 119 + m_Metrics: + m_Width: 15.28125 + m_Height: 18.21875 + m_HorizontalBearingX: 4.96875 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 558 + m_Y: 267 + m_Width: 15 + m_Height: 18 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 120 + m_Metrics: + m_Width: 23.375 + m_Height: 35.5 + m_HorizontalBearingX: 3.34375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 912 + m_Y: 902 + m_Width: 23 + m_Height: 36 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 121 + m_Metrics: + m_Width: 29.25 + m_Height: 32.78125 + m_HorizontalBearingX: 1.125 + m_HorizontalBearingY: 60.15625 + m_HorizontalAdvance: 31.40625 + m_GlyphRect: + m_X: 863 + m_Y: 920 + m_Width: 29 + m_Height: 33 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 122 + m_Metrics: + m_Width: 40.84375 + m_Height: 33.5625 + m_HorizontalBearingX: 3.46875 + m_HorizontalBearingY: 39.5 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 704 + m_Y: 979 + m_Width: 41 + m_Height: 34 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 123 + m_Metrics: + m_Width: 65.40625 + m_Height: 59.15625 + m_HorizontalBearingX: 2.34375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 71.71875 + m_GlyphRect: + m_X: 582 + m_Y: 11 + m_Width: 65 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 124 + m_Metrics: + m_Width: 67.03125 + m_Height: 59.15625 + m_HorizontalBearingX: 2.34375 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 71.71875 + m_GlyphRect: + m_X: 495 + m_Y: 11 + m_Width: 67 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 125 + m_Metrics: + m_Width: 64.71875 + m_Height: 59.65625 + m_HorizontalBearingX: 3.0625 + m_HorizontalBearingY: 59.6875 + m_HorizontalAdvance: 71.71875 + m_GlyphRect: + m_X: 667 + m_Y: 10 + m_Width: 65 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 126 + m_Metrics: + m_Width: 41.125 + m_Height: 60.0625 + m_HorizontalBearingX: 5.5 + m_HorizontalBearingY: 45.4375 + m_HorizontalAdvance: 52.53125 + m_GlyphRect: + m_X: 909 + m_Y: 504 + m_Width: 41 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 127 + m_Metrics: + m_Width: 57.03125 + m_Height: 74.59375 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 910 + m_Y: 10 + m_Width: 57 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 128 + m_Metrics: + m_Width: 57.03125 + m_Height: 74.59375 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 88 + m_Y: 496 + m_Width: 57 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 129 + m_Metrics: + m_Width: 57.03125 + m_Height: 75.15625 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 75.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 10 + m_Y: 582 + m_Width: 57 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 130 + m_Metrics: + m_Width: 57.03125 + m_Height: 75.5 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 75.53125 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 10 + m_Y: 676 + m_Width: 57 + m_Height: 76 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 131 + m_Metrics: + m_Width: 57.03125 + m_Height: 71.96875 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 72 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 87 + m_Y: 590 + m_Width: 57 + m_Height: 72 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 132 + m_Metrics: + m_Width: 57.03125 + m_Height: 75.0625 + m_HorizontalBearingX: 0.15625 + m_HorizontalBearingY: 75.0625 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 10 + m_Y: 772 + m_Width: 57 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 133 + m_Metrics: + m_Width: 81.3125 + m_Height: 59.15625 + m_HorizontalBearingX: 1 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 204 + m_Y: 11 + m_Width: 81 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 134 + m_Metrics: + m_Width: 54.46875 + m_Height: 78.28125 + m_HorizontalBearingX: 4.34375 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 10 + m_Y: 867 + m_Width: 54 + m_Height: 78 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 135 + m_Metrics: + m_Width: 46.59375 + m_Height: 74.59375 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 84 + m_Y: 870 + m_Width: 47 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 136 + m_Metrics: + m_Width: 46.59375 + m_Height: 74.59375 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 150 + m_Y: 870 + m_Width: 47 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 137 + m_Metrics: + m_Width: 46.59375 + m_Height: 75.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 75.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 88 + m_Y: 402 + m_Width: 47 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 138 + m_Metrics: + m_Width: 46.59375 + m_Height: 71.96875 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 72 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 492 + m_Y: 166 + m_Width: 47 + m_Height: 72 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 139 + m_Metrics: + m_Width: 17.8125 + m_Height: 74.59375 + m_HorizontalBearingX: 0.375 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 150 + m_Y: 305 + m_Width: 18 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 140 + m_Metrics: + m_Width: 17.8125 + m_Height: 74.59375 + m_HorizontalBearingX: 5.9375 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 154 + m_Y: 399 + m_Width: 18 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 141 + m_Metrics: + m_Width: 27.8125 + m_Height: 75.15625 + m_HorizontalBearingX: -1.9375 + m_HorizontalBearingY: 75.1875 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 354 + m_Y: 90 + m_Width: 28 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 142 + m_Metrics: + m_Width: 23.40625 + m_Height: 71.96875 + m_HorizontalBearingX: 0.28125 + m_HorizontalBearingY: 72 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 155 + m_Y: 775 + m_Width: 23 + m_Height: 72 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 143 + m_Metrics: + m_Width: 57.40625 + m_Height: 59.15625 + m_HorizontalBearingX: 0.5625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 905 + m_Y: 105 + m_Width: 57 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 144 + m_Metrics: + m_Width: 48.03125 + m_Height: 75.5 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 75.53125 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 87 + m_Y: 775 + m_Width: 48 + m_Height: 76 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 145 + m_Metrics: + m_Width: 58.71875 + m_Height: 75.4375 + m_HorizontalBearingX: 4.0625 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 10 + m_Y: 297 + m_Width: 59 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 146 + m_Metrics: + m_Width: 58.71875 + m_Height: 75.4375 + m_HorizontalBearingX: 4.0625 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 10 + m_Y: 392 + m_Width: 59 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 147 + m_Metrics: + m_Width: 58.71875 + m_Height: 76 + m_HorizontalBearingX: 4.0625 + m_HorizontalBearingY: 75.1875 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 10 + m_Y: 486 + m_Width: 59 + m_Height: 76 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 148 + m_Metrics: + m_Width: 58.71875 + m_Height: 76.34375 + m_HorizontalBearingX: 4.0625 + m_HorizontalBearingY: 75.53125 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 10 + m_Y: 201 + m_Width: 59 + m_Height: 76 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 149 + m_Metrics: + m_Width: 58.71875 + m_Height: 72.8125 + m_HorizontalBearingX: 4.0625 + m_HorizontalBearingY: 72 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 832 + m_Y: 10 + m_Width: 59 + m_Height: 73 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 150 + m_Metrics: + m_Width: 38.34375 + m_Height: 38.40625 + m_HorizontalBearingX: 5.9375 + m_HorizontalBearingY: 47.84375 + m_HorizontalAdvance: 50.21875 + m_GlyphRect: + m_X: 969 + m_Y: 796 + m_Width: 38 + m_Height: 38 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 151 + m_Metrics: + m_Width: 61.03125 + m_Height: 63.78125 + m_HorizontalBearingX: 2.96875 + m_HorizontalBearingY: 61.5625 + m_HorizontalAdvance: 66.90625 + m_GlyphRect: + m_X: 751 + m_Y: 10 + m_Width: 61 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 152 + m_Metrics: + m_Width: 48.84375 + m_Height: 75.4375 + m_HorizontalBearingX: 6.625 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 150 + m_Y: 91 + m_Width: 49 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 153 + m_Metrics: + m_Width: 48.84375 + m_Height: 75.4375 + m_HorizontalBearingX: 6.625 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 218 + m_Y: 90 + m_Width: 49 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 154 + m_Metrics: + m_Width: 48.84375 + m_Height: 76 + m_HorizontalBearingX: 6.625 + m_HorizontalBearingY: 75.1875 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 286 + m_Y: 89 + m_Width: 49 + m_Height: 76 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 155 + m_Metrics: + m_Width: 48.84375 + m_Height: 72.8125 + m_HorizontalBearingX: 6.625 + m_HorizontalBearingY: 72 + m_HorizontalAdvance: 62.09375 + m_GlyphRect: + m_X: 160 + m_Y: 682 + m_Width: 49 + m_Height: 73 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 156 + m_Metrics: + m_Width: 53.59375 + m_Height: 74.59375 + m_HorizontalBearingX: 1.875 + m_HorizontalBearingY: 74.59375 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 87 + m_Y: 681 + m_Width: 54 + m_Height: 75 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 157 + m_Metrics: + m_Width: 45.75 + m_Height: 59.15625 + m_HorizontalBearingX: 7.03125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 57.375 + m_GlyphRect: + m_X: 735 + m_Y: 402 + m_Width: 46 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 158 + m_Metrics: + m_Width: 43.03125 + m_Height: 63.15625 + m_HorizontalBearingX: 5.9375 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 52.53125 + m_GlyphRect: + m_X: 422 + m_Y: 433 + m_Width: 43 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 159 + m_Metrics: + m_Width: 44.1875 + m_Height: 64.15625 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 251 + m_Y: 290 + m_Width: 44 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 160 + m_Metrics: + m_Width: 44.1875 + m_Height: 64.15625 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 426 + m_Y: 271 + m_Width: 44 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 161 + m_Metrics: + m_Width: 44.1875 + m_Height: 63.46875 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 62.625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 493 + m_Y: 337 + m_Width: 44 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 162 + m_Metrics: + m_Width: 44.1875 + m_Height: 62.53125 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 61.6875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 865 + m_Y: 421 + m_Width: 44 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 163 + m_Metrics: + m_Width: 44.1875 + m_Height: 59.75 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 58.9375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 929 + m_Y: 424 + m_Width: 44 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 164 + m_Metrics: + m_Width: 44.1875 + m_Height: 70.1875 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 69.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 187 + m_Y: 306 + m_Width: 44 + m_Height: 70 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 165 + m_Metrics: + m_Width: 69.875 + m_Height: 47.125 + m_HorizontalBearingX: 2.75 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 76.46875 + m_GlyphRect: + m_X: 10 + m_Y: 965 + m_Width: 70 + m_Height: 47 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 166 + m_Metrics: + m_Width: 37.0625 + m_Height: 64.5 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 46.28125 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 339 + m_Y: 831 + m_Width: 37 + m_Height: 65 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 167 + m_Metrics: + m_Width: 40.34375 + m_Height: 64.15625 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 384 + m_Y: 658 + m_Width: 40 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 168 + m_Metrics: + m_Width: 40.34375 + m_Height: 64.15625 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 393 + m_Y: 742 + m_Width: 40 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 169 + m_Metrics: + m_Width: 40.34375 + m_Height: 63.46875 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 62.625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 599 + m_Y: 651 + m_Width: 40 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 170 + m_Metrics: + m_Width: 40.34375 + m_Height: 59.75 + m_HorizontalBearingX: 3.625 + m_HorizontalBearingY: 58.9375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 782 + m_Y: 626 + m_Width: 40 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 171 + m_Metrics: + m_Width: 17.8125 + m_Height: 63.3125 + m_HorizontalBearingX: 0.40625 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 629 + m_Y: 734 + m_Width: 18 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 172 + m_Metrics: + m_Width: 17.8125 + m_Height: 63.3125 + m_HorizontalBearingX: 5.65625 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 659 + m_Y: 651 + m_Width: 18 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 173 + m_Metrics: + m_Width: 27.8125 + m_Height: 62.625 + m_HorizontalBearingX: -1.875 + m_HorizontalBearingY: 62.625 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 735 + m_Y: 621 + m_Width: 28 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 174 + m_Metrics: + m_Width: 23.40625 + m_Height: 58.90625 + m_HorizontalBearingX: 0.3125 + m_HorizontalBearingY: 58.9375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 757 + m_Y: 809 + m_Width: 23 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 175 + m_Metrics: + m_Width: 41 + m_Height: 64.40625 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 63.59375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 396 + m_Y: 826 + m_Width: 41 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 176 + m_Metrics: + m_Width: 36.53125 + m_Height: 61.6875 + m_HorizontalBearingX: 5.84375 + m_HorizontalBearingY: 61.6875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 280 + m_Y: 952 + m_Width: 37 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 177 + m_Metrics: + m_Width: 40.59375 + m_Height: 64.15625 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 444 + m_Y: 658 + m_Width: 41 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 178 + m_Metrics: + m_Width: 40.59375 + m_Height: 64.15625 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 453 + m_Y: 742 + m_Width: 41 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 179 + m_Metrics: + m_Width: 40.59375 + m_Height: 63.46875 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 62.625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 569 + m_Y: 734 + m_Width: 41 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 180 + m_Metrics: + m_Width: 40.59375 + m_Height: 62.53125 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 61.6875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 572 + m_Y: 816 + m_Width: 41 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 181 + m_Metrics: + m_Width: 40.59375 + m_Height: 59.75 + m_HorizontalBearingX: 3.59375 + m_HorizontalBearingY: 58.9375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 842 + m_Y: 630 + m_Width: 41 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 182 + m_Metrics: + m_Width: 41.78125 + m_Height: 38.53125 + m_HorizontalBearingX: 2.71875 + m_HorizontalBearingY: 47.9375 + m_HorizontalAdvance: 47.1875 + m_GlyphRect: + m_X: 786 + m_Y: 568 + m_Width: 42 + m_Height: 39 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 183 + m_Metrics: + m_Width: 48.71875 + m_Height: 48.46875 + m_HorizontalBearingX: 1.84375 + m_HorizontalBearingY: 46.875 + m_HorizontalAdvance: 52.53125 + m_GlyphRect: + m_X: 804 + m_Y: 341 + m_Width: 49 + m_Height: 48 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 184 + m_Metrics: + m_Width: 36.53125 + m_Height: 64.15625 + m_HorizontalBearingX: 5.8125 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 504 + m_Y: 658 + m_Width: 37 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 185 + m_Metrics: + m_Width: 36.53125 + m_Height: 64.15625 + m_HorizontalBearingX: 5.8125 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 513 + m_Y: 742 + m_Width: 37 + m_Height: 64 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 186 + m_Metrics: + m_Width: 36.53125 + m_Height: 63.46875 + m_HorizontalBearingX: 5.8125 + m_HorizontalBearingY: 62.625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 666 + m_Y: 734 + m_Width: 37 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 187 + m_Metrics: + m_Width: 36.53125 + m_Height: 59.75 + m_HorizontalBearingX: 5.8125 + m_HorizontalBearingY: 58.9375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 599 + m_Y: 898 + m_Width: 37 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 188 + m_Metrics: + m_Width: 42.625 + m_Height: 81.15625 + m_HorizontalBearingX: 0.1875 + m_HorizontalBearingY: 63.34375 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 88 + m_Y: 105 + m_Width: 43 + m_Height: 81 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 189 + m_Metrics: + m_Width: 38.4375 + m_Height: 80.15625 + m_HorizontalBearingX: 5.78125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 88 + m_Y: 206 + m_Width: 38 + m_Height: 80 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 190 + m_Metrics: + m_Width: 42.625 + m_Height: 76.75 + m_HorizontalBearingX: 0.1875 + m_HorizontalBearingY: 58.9375 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 88 + m_Y: 305 + m_Width: 43 + m_Height: 77 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 191 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 192 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 193 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 194 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 195 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 28.6875 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 196 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 21.5 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 197 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 14.3125 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 198 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 199 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 200 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 17.21875 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 201 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 7.1875 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 202 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 203 + m_Metrics: + m_Width: 3.5 + m_Height: 65.5 + m_HorizontalBearingX: -1.78125 + m_HorizontalBearingY: 54.0625 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 399 + m_Y: 488 + m_Width: 4 + m_Height: 66 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 204 + m_Metrics: + m_Width: 18.8125 + m_Height: 70.84375 + m_HorizontalBearingX: -9.40625 + m_HorizontalBearingY: 59.40625 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 228 + m_Y: 682 + m_Width: 19 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 205 + m_Metrics: + m_Width: 20 + m_Height: 70.84375 + m_HorizontalBearingX: -1.75 + m_HorizontalBearingY: 59.40625 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 257 + m_Y: 772 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 206 + m_Metrics: + m_Width: 20 + m_Height: 70.84375 + m_HorizontalBearingX: -18.3125 + m_HorizontalBearingY: 59.40625 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 261 + m_Y: 862 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 207 + m_Metrics: + m_Width: 47.78125 + m_Height: 5.75 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 24.71875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 823 + m_Y: 775 + m_Width: 48 + m_Height: 6 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 208 + m_Metrics: + m_Width: 47.78125 + m_Height: 5.75 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 24.71875 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 890 + m_Y: 778 + m_Width: 48 + m_Height: 6 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 209 + m_Metrics: + m_Width: 86 + m_Height: 5.75 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 24.71875 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 225 + m_Y: 264 + m_Width: 86 + m_Height: 6 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 210 + m_Metrics: + m_Width: 86 + m_Height: 5.75 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 24.71875 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 495 + m_Y: 89 + m_Width: 86 + m_Height: 6 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 211 + m_Metrics: + m_Width: 20.46875 + m_Height: 62.3125 + m_HorizontalBearingX: 7.5 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 35.53125 + m_GlyphRect: + m_X: 560 + m_Y: 568 + m_Width: 20 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 212 + m_Metrics: + m_Width: 50.09375 + m_Height: 14.5625 + m_HorizontalBearingX: -1.3125 + m_HorizontalBearingY: -3.65625 + m_HorizontalAdvance: 47.5 + m_GlyphRect: + m_X: 600 + m_Y: 392 + m_Width: 50 + m_Height: 15 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 213 + m_Metrics: + m_Width: 8.4375 + m_Height: 19.1875 + m_HorizontalBearingX: 5.3125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 19.09375 + m_GlyphRect: + m_X: 996 + m_Y: 878 + m_Width: 8 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 214 + m_Metrics: + m_Width: 8.4375 + m_Height: 19.1875 + m_HorizontalBearingX: 5.3125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 19.09375 + m_GlyphRect: + m_X: 390 + m_Y: 416 + m_Width: 8 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 215 + m_Metrics: + m_Width: 8.4375 + m_Height: 19.1875 + m_HorizontalBearingX: 5.3125 + m_HorizontalBearingY: 8.21875 + m_HorizontalAdvance: 19.09375 + m_GlyphRect: + m_X: 556 + m_Y: 988 + m_Width: 8 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 216 + m_Metrics: + m_Width: 8.4375 + m_Height: 19.1875 + m_HorizontalBearingX: 5.28125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 19.09375 + m_GlyphRect: + m_X: 996 + m_Y: 917 + m_Width: 8 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 217 + m_Metrics: + m_Width: 22.34375 + m_Height: 19.1875 + m_HorizontalBearingX: 3.125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 360 + m_Y: 377 + m_Width: 22 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 218 + m_Metrics: + m_Width: 22.34375 + m_Height: 19.1875 + m_HorizontalBearingX: 3.125 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 348 + m_Y: 416 + m_Width: 22 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 219 + m_Metrics: + m_Width: 22.34375 + m_Height: 19.1875 + m_HorizontalBearingX: 3.125 + m_HorizontalBearingY: 8.21875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 514 + m_Y: 988 + m_Width: 22 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 220 + m_Metrics: + m_Width: 21.4375 + m_Height: 19.1875 + m_HorizontalBearingX: 3 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 766 + m_Y: 964 + m_Width: 21 + m_Height: 19 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 221 + m_Metrics: + m_Width: 36.28125 + m_Height: 68.09375 + m_HorizontalBearingX: 5.78125 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 207 + m_Y: 485 + m_Width: 36 + m_Height: 68 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 222 + m_Metrics: + m_Width: 36.3125 + m_Height: 68.21875 + m_HorizontalBearingX: 5.6875 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 249 + m_Y: 396 + m_Width: 36 + m_Height: 68 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 223 + m_Metrics: + m_Width: 23.3125 + m_Height: 23.3125 + m_HorizontalBearingX: 3.375 + m_HorizontalBearingY: 40.15625 + m_HorizontalAdvance: 30.09375 + m_GlyphRect: + m_X: 305 + m_Y: 414 + m_Width: 23 + m_Height: 23 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 224 + m_Metrics: + m_Width: 62.625 + m_Height: 9.1875 + m_HorizontalBearingX: 11.65625 + m_HorizontalBearingY: 9.21875 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 330 + m_Y: 265 + m_Width: 63 + m_Height: 9 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 225 + m_Metrics: + m_Width: 20 + m_Height: 63.25 + m_HorizontalBearingX: -1.75 + m_HorizontalBearingY: 51.78125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 560 + m_Y: 650 + m_Width: 20 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 226 + m_Metrics: + m_Width: 20 + m_Height: 63.25 + m_HorizontalBearingX: -18.28125 + m_HorizontalBearingY: 51.78125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 696 + m_Y: 651 + m_Width: 20 + m_Height: 63 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 227 + m_Metrics: + m_Width: 20 + m_Height: 70.71875 + m_HorizontalBearingX: -10 + m_HorizontalBearingY: 59.28125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 266 + m_Y: 672 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 228 + m_Metrics: + m_Width: 20 + m_Height: 70.71875 + m_HorizontalBearingX: -10 + m_HorizontalBearingY: 59.28125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 305 + m_Y: 657 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 229 + m_Metrics: + m_Width: 20 + m_Height: 70.71875 + m_HorizontalBearingX: -10 + m_HorizontalBearingY: 59.28125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 296 + m_Y: 762 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 230 + m_Metrics: + m_Width: 0 + m_Height: 0 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 0 + m_HorizontalAdvance: 17.21875 + m_GlyphRect: + m_X: 10 + m_Y: -9 + m_Width: 0 + m_Height: 0 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 231 + m_Metrics: + m_Width: 81.34375 + m_Height: 60.125 + m_HorizontalBearingX: 2.28125 + m_HorizontalBearingY: 59.6875 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 103 + m_Y: 11 + m_Width: 81 + m_Height: 60 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 232 + m_Metrics: + m_Width: 10.9375 + m_Height: 21.78125 + m_HorizontalBearingX: 3.5625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 16.125 + m_GlyphRect: + m_X: 908 + m_Y: 861 + m_Width: 11 + m_Height: 22 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 233 + m_Metrics: + m_Width: 25.3125 + m_Height: 21.78125 + m_HorizontalBearingX: 3.5625 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 30.4375 + m_GlyphRect: + m_X: 315 + m_Y: 372 + m_Width: 25 + m_Height: 22 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 234 + m_Metrics: + m_Width: 34.25 + m_Height: 21.78125 + m_HorizontalBearingX: -3.875 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 30.4375 + m_GlyphRect: + m_X: 459 + m_Y: 988 + m_Width: 34 + m_Height: 22 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 235 + m_Metrics: + m_Width: 21.21875 + m_Height: 33.5625 + m_HorizontalBearingX: 3.6875 + m_HorizontalBearingY: 39.5 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 955 + m_Y: 877 + m_Width: 21 + m_Height: 34 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 236 + m_Metrics: + m_Width: 21.1875 + m_Height: 33.5625 + m_HorizontalBearingX: 3.71875 + m_HorizontalBearingY: 39.5 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 956 + m_Y: 956 + m_Width: 21 + m_Height: 34 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 237 + m_Metrics: + m_Width: 27.46875 + m_Height: 59.15625 + m_HorizontalBearingX: 7.75 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 43 + m_GlyphRect: + m_X: 749 + m_Y: 731 + m_Width: 27 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 238 + m_Metrics: + m_Width: 34.0625 + m_Height: 4.90625 + m_HorizontalBearingX: -2.6875 + m_HorizontalBearingY: 68.03125 + m_HorizontalAdvance: 28.625 + m_GlyphRect: + m_X: 969 + m_Y: 853 + m_Width: 34 + m_Height: 5 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 239 + m_Metrics: + m_Width: 43.09375 + m_Height: 59.15625 + m_HorizontalBearingX: -17.46875 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 14.375 + m_GlyphRect: + m_X: 600 + m_Y: 507 + m_Width: 43 + m_Height: 59 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 240 + m_Metrics: + m_Width: 8.1875 + m_Height: 62.3125 + m_HorizontalBearingX: 7.84375 + m_HorizontalBearingY: 62.34375 + m_HorizontalAdvance: 23.90625 + m_GlyphRect: + m_X: 738 + m_Y: 898 + m_Width: 8 + m_Height: 62 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 241 + m_Metrics: + m_Width: 20 + m_Height: 70.71875 + m_HorizontalBearingX: -10 + m_HorizontalBearingY: 59.28125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 300 + m_Y: 852 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 242 + m_Metrics: + m_Width: 20 + m_Height: 70.71875 + m_HorizontalBearingX: -10 + m_HorizontalBearingY: 59.28125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 321 + m_Y: 488 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 243 + m_Metrics: + m_Width: 20.15625 + m_Height: 70.71875 + m_HorizontalBearingX: -10.09375 + m_HorizontalBearingY: 59.28125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 281 + m_Y: 567 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 244 + m_Metrics: + m_Width: 20.15625 + m_Height: 71 + m_HorizontalBearingX: -10.09375 + m_HorizontalBearingY: 59.5625 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 993 + m_Y: 424 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 245 + m_Metrics: + m_Width: 20.0625 + m_Height: 70.84375 + m_HorizontalBearingX: -10.0625 + m_HorizontalBearingY: 59.40625 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 344 + m_Y: 657 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 246 + m_Metrics: + m_Width: 20 + m_Height: 70.71875 + m_HorizontalBearingX: -10 + m_HorizontalBearingY: 59.28125 + m_HorizontalAdvance: 0 + m_GlyphRect: + m_X: 360 + m_Y: 488 + m_Width: 20 + m_Height: 71 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 247 + m_Metrics: + m_Width: 45.9375 + m_Height: 60.90625 + m_HorizontalBearingX: 0.65625 + m_HorizontalBearingY: 60.0625 + m_HorizontalAdvance: 47.84375 + m_GlyphRect: + m_X: 800 + m_Y: 408 + m_Width: 46 + m_Height: 61 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 248 + m_Metrics: + m_Width: 68.40625 + m_Height: 32.53125 + m_HorizontalBearingX: 7.875 + m_HorizontalBearingY: 59.1875 + m_HorizontalAdvance: 86 + m_GlyphRect: + m_X: 481 + m_Y: 114 + m_Width: 68 + m_Height: 33 + m_Scale: 1 + m_AtlasIndex: 0 + - m_Index: 249 + m_Metrics: + m_Width: 51.4375 + m_Height: 51.4375 + m_HorizontalBearingX: 0.25 + m_HorizontalBearingY: 51.46875 + m_HorizontalAdvance: 51.9375 + m_GlyphRect: + m_X: 737 + m_Y: 252 + m_Width: 51 + m_Height: 51 + m_Scale: 1 + m_AtlasIndex: 0 + m_CharacterTable: + - m_ElementType: 1 + m_Unicode: 32 + m_GlyphIndex: 0 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 33 + m_GlyphIndex: 1 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 34 + m_GlyphIndex: 2 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 35 + m_GlyphIndex: 3 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 36 + m_GlyphIndex: 4 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 37 + m_GlyphIndex: 5 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 38 + m_GlyphIndex: 6 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 39 + m_GlyphIndex: 7 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 40 + m_GlyphIndex: 8 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 41 + m_GlyphIndex: 9 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 42 + m_GlyphIndex: 10 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 43 + m_GlyphIndex: 11 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 44 + m_GlyphIndex: 12 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 45 + m_GlyphIndex: 13 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 46 + m_GlyphIndex: 14 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 47 + m_GlyphIndex: 15 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 48 + m_GlyphIndex: 16 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 49 + m_GlyphIndex: 17 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 50 + m_GlyphIndex: 18 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 51 + m_GlyphIndex: 19 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 52 + m_GlyphIndex: 20 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 53 + m_GlyphIndex: 21 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 54 + m_GlyphIndex: 22 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 55 + m_GlyphIndex: 23 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 56 + m_GlyphIndex: 24 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 57 + m_GlyphIndex: 25 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 58 + m_GlyphIndex: 26 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 59 + m_GlyphIndex: 27 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 60 + m_GlyphIndex: 28 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 61 + m_GlyphIndex: 29 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 62 + m_GlyphIndex: 30 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 63 + m_GlyphIndex: 31 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 64 + m_GlyphIndex: 32 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 65 + m_GlyphIndex: 33 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 66 + m_GlyphIndex: 34 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 67 + m_GlyphIndex: 35 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 68 + m_GlyphIndex: 36 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 69 + m_GlyphIndex: 37 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 70 + m_GlyphIndex: 38 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 71 + m_GlyphIndex: 39 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 72 + m_GlyphIndex: 40 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 73 + m_GlyphIndex: 41 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 74 + m_GlyphIndex: 42 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 75 + m_GlyphIndex: 43 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 76 + m_GlyphIndex: 44 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 77 + m_GlyphIndex: 45 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 78 + m_GlyphIndex: 46 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 79 + m_GlyphIndex: 47 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 80 + m_GlyphIndex: 48 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 81 + m_GlyphIndex: 49 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 82 + m_GlyphIndex: 50 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 83 + m_GlyphIndex: 51 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 84 + m_GlyphIndex: 52 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 85 + m_GlyphIndex: 53 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 86 + m_GlyphIndex: 54 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 87 + m_GlyphIndex: 55 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 88 + m_GlyphIndex: 56 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 89 + m_GlyphIndex: 57 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 90 + m_GlyphIndex: 58 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 91 + m_GlyphIndex: 59 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 92 + m_GlyphIndex: 60 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 93 + m_GlyphIndex: 61 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 94 + m_GlyphIndex: 62 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 95 + m_GlyphIndex: 63 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 96 + m_GlyphIndex: 64 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 97 + m_GlyphIndex: 65 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 98 + m_GlyphIndex: 66 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 99 + m_GlyphIndex: 67 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 100 + m_GlyphIndex: 68 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 101 + m_GlyphIndex: 69 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 102 + m_GlyphIndex: 70 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 103 + m_GlyphIndex: 71 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 104 + m_GlyphIndex: 72 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 105 + m_GlyphIndex: 73 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 106 + m_GlyphIndex: 74 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 107 + m_GlyphIndex: 75 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 108 + m_GlyphIndex: 76 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 109 + m_GlyphIndex: 77 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 110 + m_GlyphIndex: 78 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 111 + m_GlyphIndex: 79 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 112 + m_GlyphIndex: 80 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 113 + m_GlyphIndex: 81 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 114 + m_GlyphIndex: 82 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 115 + m_GlyphIndex: 83 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 116 + m_GlyphIndex: 84 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 117 + m_GlyphIndex: 85 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 118 + m_GlyphIndex: 86 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 119 + m_GlyphIndex: 87 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 120 + m_GlyphIndex: 88 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 121 + m_GlyphIndex: 89 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 122 + m_GlyphIndex: 90 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 123 + m_GlyphIndex: 91 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 124 + m_GlyphIndex: 92 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 125 + m_GlyphIndex: 93 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 126 + m_GlyphIndex: 94 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 160 + m_GlyphIndex: 95 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 161 + m_GlyphIndex: 96 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 162 + m_GlyphIndex: 97 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 163 + m_GlyphIndex: 98 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 164 + m_GlyphIndex: 99 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 165 + m_GlyphIndex: 100 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 166 + m_GlyphIndex: 101 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 167 + m_GlyphIndex: 102 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 168 + m_GlyphIndex: 103 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 169 + m_GlyphIndex: 104 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 170 + m_GlyphIndex: 105 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 171 + m_GlyphIndex: 106 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 172 + m_GlyphIndex: 107 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 173 + m_GlyphIndex: 108 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 174 + m_GlyphIndex: 109 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 175 + m_GlyphIndex: 110 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 176 + m_GlyphIndex: 111 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 177 + m_GlyphIndex: 112 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 178 + m_GlyphIndex: 113 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 179 + m_GlyphIndex: 114 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 180 + m_GlyphIndex: 115 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 181 + m_GlyphIndex: 116 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 182 + m_GlyphIndex: 117 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 183 + m_GlyphIndex: 118 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 184 + m_GlyphIndex: 119 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 185 + m_GlyphIndex: 120 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 186 + m_GlyphIndex: 121 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 187 + m_GlyphIndex: 122 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 188 + m_GlyphIndex: 123 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 189 + m_GlyphIndex: 124 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 190 + m_GlyphIndex: 125 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 191 + m_GlyphIndex: 126 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 192 + m_GlyphIndex: 127 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 193 + m_GlyphIndex: 128 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 194 + m_GlyphIndex: 129 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 195 + m_GlyphIndex: 130 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 196 + m_GlyphIndex: 131 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 197 + m_GlyphIndex: 132 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 198 + m_GlyphIndex: 133 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 199 + m_GlyphIndex: 134 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 200 + m_GlyphIndex: 135 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 201 + m_GlyphIndex: 136 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 202 + m_GlyphIndex: 137 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 203 + m_GlyphIndex: 138 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 204 + m_GlyphIndex: 139 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 205 + m_GlyphIndex: 140 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 206 + m_GlyphIndex: 141 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 207 + m_GlyphIndex: 142 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 208 + m_GlyphIndex: 143 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 209 + m_GlyphIndex: 144 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 210 + m_GlyphIndex: 145 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 211 + m_GlyphIndex: 146 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 212 + m_GlyphIndex: 147 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 213 + m_GlyphIndex: 148 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 214 + m_GlyphIndex: 149 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 215 + m_GlyphIndex: 150 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 216 + m_GlyphIndex: 151 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 217 + m_GlyphIndex: 152 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 218 + m_GlyphIndex: 153 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 219 + m_GlyphIndex: 154 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 220 + m_GlyphIndex: 155 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 221 + m_GlyphIndex: 156 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 222 + m_GlyphIndex: 157 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 223 + m_GlyphIndex: 158 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 224 + m_GlyphIndex: 159 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 225 + m_GlyphIndex: 160 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 226 + m_GlyphIndex: 161 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 227 + m_GlyphIndex: 162 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 228 + m_GlyphIndex: 163 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 229 + m_GlyphIndex: 164 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 230 + m_GlyphIndex: 165 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 231 + m_GlyphIndex: 166 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 232 + m_GlyphIndex: 167 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 233 + m_GlyphIndex: 168 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 234 + m_GlyphIndex: 169 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 235 + m_GlyphIndex: 170 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 236 + m_GlyphIndex: 171 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 237 + m_GlyphIndex: 172 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 238 + m_GlyphIndex: 173 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 239 + m_GlyphIndex: 174 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 240 + m_GlyphIndex: 175 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 241 + m_GlyphIndex: 176 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 242 + m_GlyphIndex: 177 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 243 + m_GlyphIndex: 178 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 244 + m_GlyphIndex: 179 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 245 + m_GlyphIndex: 180 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 246 + m_GlyphIndex: 181 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 247 + m_GlyphIndex: 182 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 248 + m_GlyphIndex: 183 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 249 + m_GlyphIndex: 184 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 250 + m_GlyphIndex: 185 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 251 + m_GlyphIndex: 186 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 252 + m_GlyphIndex: 187 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 253 + m_GlyphIndex: 188 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 254 + m_GlyphIndex: 189 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 255 + m_GlyphIndex: 190 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8192 + m_GlyphIndex: 191 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8193 + m_GlyphIndex: 192 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8194 + m_GlyphIndex: 193 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8195 + m_GlyphIndex: 194 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8196 + m_GlyphIndex: 195 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8197 + m_GlyphIndex: 196 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8198 + m_GlyphIndex: 197 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8199 + m_GlyphIndex: 198 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8200 + m_GlyphIndex: 199 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8201 + m_GlyphIndex: 200 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8202 + m_GlyphIndex: 201 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8203 + m_GlyphIndex: 202 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8204 + m_GlyphIndex: 203 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8205 + m_GlyphIndex: 204 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8206 + m_GlyphIndex: 205 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8207 + m_GlyphIndex: 206 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8210 + m_GlyphIndex: 207 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8211 + m_GlyphIndex: 208 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8212 + m_GlyphIndex: 209 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8213 + m_GlyphIndex: 210 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8214 + m_GlyphIndex: 211 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8215 + m_GlyphIndex: 212 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8216 + m_GlyphIndex: 213 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8217 + m_GlyphIndex: 214 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8218 + m_GlyphIndex: 215 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8219 + m_GlyphIndex: 216 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8220 + m_GlyphIndex: 217 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8221 + m_GlyphIndex: 218 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8222 + m_GlyphIndex: 219 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8223 + m_GlyphIndex: 220 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8224 + m_GlyphIndex: 221 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8225 + m_GlyphIndex: 222 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8226 + m_GlyphIndex: 223 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8230 + m_GlyphIndex: 224 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8234 + m_GlyphIndex: 225 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8235 + m_GlyphIndex: 226 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8236 + m_GlyphIndex: 227 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8237 + m_GlyphIndex: 228 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8238 + m_GlyphIndex: 229 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8239 + m_GlyphIndex: 230 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8240 + m_GlyphIndex: 231 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8242 + m_GlyphIndex: 232 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8243 + m_GlyphIndex: 233 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8244 + m_GlyphIndex: 234 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8249 + m_GlyphIndex: 235 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8250 + m_GlyphIndex: 236 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8252 + m_GlyphIndex: 237 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8254 + m_GlyphIndex: 238 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8260 + m_GlyphIndex: 239 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8286 + m_GlyphIndex: 240 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8298 + m_GlyphIndex: 241 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8299 + m_GlyphIndex: 242 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8300 + m_GlyphIndex: 243 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8301 + m_GlyphIndex: 244 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8302 + m_GlyphIndex: 245 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8303 + m_GlyphIndex: 246 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8364 + m_GlyphIndex: 247 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 8482 + m_GlyphIndex: 248 + m_Scale: 1 + - m_ElementType: 1 + m_Unicode: 9633 + m_GlyphIndex: 249 + m_Scale: 1 + m_AtlasTextures: + - {fileID: 2846298} + m_AtlasTextureIndex: 0 + m_UsedGlyphRects: [] + m_FreeGlyphRects: [] m_fontInfo: Name: Liberation Sans PointSize: 86 @@ -222,6 +4756,10 @@ MonoBehaviour: AtlasWidth: 1024 AtlasHeight: 1024 atlas: {fileID: 2846298} + m_AtlasWidth: 1024 + m_AtlasHeight: 1024 + m_AtlasPadding: 9 + m_AtlasRenderMode: 32810 m_glyphInfoList: - id: 32 x: 10 @@ -2473,1375 +7011,1571 @@ MonoBehaviour: yOffset: 51.46875 xAdvance: 51.9375 scale: 1 - m_kerningInfo: - kerningPairs: - - m_FirstGlyph: 32 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 65 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 32 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 89 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 32 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 84 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 97 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 65 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 101 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -0.7558594 - yAdvance: 0 - m_SecondGlyph: 121 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -0.7558594 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 111 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 114 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 59 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 117 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 58 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 45 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 87 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 119 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 119 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 32 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 87 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 119 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 86 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 89 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 84 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 121 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 118 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 65 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 8217 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 97 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 65 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 101 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 121 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 105 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 111 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 114 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -7.8945312 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -7.8945312 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 59 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 117 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 58 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 45 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 86 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -7.8945312 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -7.8945312 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 32 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 97 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 65 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -7.8945312 - yAdvance: 0 - m_SecondGlyph: 101 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -7.8945312 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 112 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -7.8945312 - yAdvance: 0 - m_SecondGlyph: 113 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -7.8945312 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 118 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 105 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -7.8945312 - yAdvance: 0 - m_SecondGlyph: 111 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -7.8945312 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -11.0859375 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -11.0859375 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -5.584961 - yAdvance: 0 - m_SecondGlyph: 59 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -5.584961 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 117 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 58 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -7.8945312 - yAdvance: 0 - m_SecondGlyph: 45 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -7.8945312 - - m_FirstGlyph: 89 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -11.0859375 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -11.0859375 - - m_FirstGlyph: 82 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 87 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 82 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 86 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 82 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 89 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 82 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 84 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 32 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 97 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 99 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 79 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 119 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 65 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 101 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 121 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 105 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 111 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 114 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 115 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 59 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 117 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 58 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 45 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 84 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 80 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 32 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 80 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 65 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 80 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -11.0859375 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -11.0859375 - - m_FirstGlyph: 80 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -11.0859375 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -11.0859375 - - m_FirstGlyph: 49 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 49 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 121 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 121 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 70 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 65 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 70 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 70 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -9.532227 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -9.532227 - - m_FirstGlyph: 118 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 118 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 102 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 102 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 102 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 1.5537109 - yAdvance: 0 - m_SecondGlyph: 8217 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: 1.5537109 - - m_FirstGlyph: 76 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 32 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 76 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 87 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 76 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 86 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 76 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 89 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 76 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -6.3828125 - yAdvance: 0 - m_SecondGlyph: 84 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -6.3828125 - - m_FirstGlyph: 76 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 121 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 76 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 8217 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 114 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 44 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 114 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -4.745117 - yAdvance: 0 - m_SecondGlyph: 46 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -4.745117 - - m_FirstGlyph: 114 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 3.1914062 - yAdvance: 0 - m_SecondGlyph: 8217 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: 3.1914062 - - m_FirstGlyph: 8216 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 8216 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 8217 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -3.1914062 - yAdvance: 0 - m_SecondGlyph: 32 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -3.1914062 - - m_FirstGlyph: 8217 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 115 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - - m_FirstGlyph: 8217 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: -1.5537109 - yAdvance: 0 - m_SecondGlyph: 8217 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: -1.5537109 - m_kerningPair: - m_FirstGlyph: 0 - m_FirstGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - m_SecondGlyph: 0 - m_SecondGlyphAdjustments: - xPlacement: 0 - yPlacement: 0 - xAdvance: 0 - yAdvance: 0 - xOffset: 0 - fallbackFontAssets: [] + m_KerningTable: + kerningPairs: [] + m_FontFeatureTable: + m_GlyphPairAdjustmentRecords: + - m_FirstAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 65 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 69 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -0.7558594 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 89 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 79 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 82 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 27 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 85 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 26 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 13 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 87 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 87 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 87 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 89 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 86 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 65 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 69 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 89 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 73 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 79 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 82 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -7.8945312 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 27 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 85 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 26 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 13 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -7.8945312 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 65 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -7.8945312 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 69 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 80 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -7.8945312 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 81 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 86 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 73 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -7.8945312 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 79 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -11.0859375 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -5.584961 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 27 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 85 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 26 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -7.8945312 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 13 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -11.0859375 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 50 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 50 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 50 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 50 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 65 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 67 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 47 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 87 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 69 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 89 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 73 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 79 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 82 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 83 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 27 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 85 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 26 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 13 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 48 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 48 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 48 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -11.0859375 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 48 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -11.0859375 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 17 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 17 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 89 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 89 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 38 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 33 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 38 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 38 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -9.532227 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 86 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 86 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 70 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 70 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 70 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 44 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 44 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 55 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 44 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 54 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 44 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 57 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 44 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -6.3828125 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 52 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 44 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 89 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 44 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 82 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 12 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 82 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -4.745117 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 14 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 82 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 213 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 213 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -3.1914062 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 0 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 83 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + - m_FirstAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: -1.5537109 + m_YAdvance: 0 + m_SecondAdjustmentRecord: + m_GlyphIndex: 214 + m_GlyphValueRecord: + m_XPlacement: 0 + m_YPlacement: 0 + m_XAdvance: 0 + m_YAdvance: 0 + m_FeatureLookupFlags: 0 + m_FallbackFontAssetTable: [] m_CreationSettings: sourceFontFileName: sourceFontFileGUID: e3265ab4bf004d28a9537516768c1c75 @@ -3859,6 +8593,27 @@ MonoBehaviour: fontStyleModifier: 2 renderMode: 7 includeFontFeatures: 0 + m_FontWeightTable: + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} + - regularTypeface: {fileID: 0} + italicTypeface: {fileID: 0} fontWeights: - regularTypeface: {fileID: 0} italicTypeface: {fileID: 0} diff --git a/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Sprite Assets/EmojiOne.asset b/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Sprite Assets/EmojiOne.asset index 5b12b950..2484fcd0 100644 --- a/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Sprite Assets/EmojiOne.asset +++ b/Assets/Fungus/Thirdparty/TextMeshPro/Resources/Sprite Assets/EmojiOne.asset @@ -4,8 +4,9 @@ Material: serializedVersion: 6 m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_Name: TextMeshPro/Sprite m_Shader: {fileID: 4800000, guid: cf81c85f95fe47e1a27f6ae460cf182c, type: 3} m_ShaderKeywords: UNITY_UI_CLIP_RECT @@ -36,8 +37,9 @@ Material: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 @@ -47,7 +49,346 @@ MonoBehaviour: hashCode: -1836805472 material: {fileID: 2103686} materialHashCode: 0 + m_Version: 1.1.0 spriteSheet: {fileID: 2800000, guid: dffef66376be4fa480fb02b19edbe903, type: 3} + m_SpriteCharacterTable: + - m_ElementType: 2 + m_Unicode: 128522 + m_GlyphIndex: 0 + m_Scale: 1 + m_Name: Smiling face with smiling eyes + m_HashCode: -1318250903 + - m_ElementType: 2 + m_Unicode: 128523 + m_GlyphIndex: 1 + m_Scale: 1 + m_Name: 1f60b + m_HashCode: 57188339 + - m_ElementType: 2 + m_Unicode: 128525 + m_GlyphIndex: 2 + m_Scale: 1 + m_Name: 1f60d + m_HashCode: 57188341 + - m_ElementType: 2 + m_Unicode: 128526 + m_GlyphIndex: 3 + m_Scale: 1 + m_Name: 1f60e + m_HashCode: 57188340 + - m_ElementType: 2 + m_Unicode: 128512 + m_GlyphIndex: 4 + m_Scale: 1 + m_Name: Grinning face + m_HashCode: -95541379 + - m_ElementType: 2 + m_Unicode: 128513 + m_GlyphIndex: 5 + m_Scale: 1 + m_Name: 1f601 + m_HashCode: 57188256 + - m_ElementType: 2 + m_Unicode: 128514 + m_GlyphIndex: 6 + m_Scale: 1 + m_Name: Face with tears of joy + m_HashCode: 239522663 + - m_ElementType: 2 + m_Unicode: 128515 + m_GlyphIndex: 7 + m_Scale: 1 + m_Name: 1f603 + m_HashCode: 57188258 + - m_ElementType: 2 + m_Unicode: 128516 + m_GlyphIndex: 8 + m_Scale: 1 + m_Name: 1f604 + m_HashCode: 57188261 + - m_ElementType: 2 + m_Unicode: 128517 + m_GlyphIndex: 9 + m_Scale: 1 + m_Name: 1f605 + m_HashCode: 57188260 + - m_ElementType: 2 + m_Unicode: 128518 + m_GlyphIndex: 10 + m_Scale: 1 + m_Name: 1f606 + m_HashCode: 57188263 + - m_ElementType: 2 + m_Unicode: 128521 + m_GlyphIndex: 11 + m_Scale: 1 + m_Name: 1f609 + m_HashCode: 57188264 + - m_ElementType: 2 + m_Unicode: 128536 + m_GlyphIndex: 12 + m_Scale: 1 + m_Name: 1f618 + m_HashCode: 57188168 + - m_ElementType: 2 + m_Unicode: 129315 + m_GlyphIndex: 13 + m_Scale: 1 + m_Name: 1f923 + m_HashCode: 57200239 + - m_ElementType: 2 + m_Unicode: 9786 + m_GlyphIndex: 14 + m_Scale: 1 + m_Name: 263a + m_HashCode: 1748406 + - m_ElementType: 2 + m_Unicode: 9785 + m_GlyphIndex: 15 + m_Scale: 1 + m_Name: 2639 + m_HashCode: 1748462 + m_SpriteGlyphTable: + - m_Index: 0 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 0 + m_Y: 384 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 1 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 128 + m_Y: 384 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 2 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 256 + m_Y: 384 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 3 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 384 + m_Y: 384 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 4 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 0 + m_Y: 256 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 5 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 128 + m_Y: 256 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 6 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 256 + m_Y: 256 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 7 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 384 + m_Y: 256 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 8 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 0 + m_Y: 128 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 9 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 128 + m_Y: 128 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 10 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 256 + m_Y: 128 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 11 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 384 + m_Y: 128 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 12 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 0 + m_Y: 0 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 13 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 128 + m_Y: 0 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 14 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 256 + m_Y: 0 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} + - m_Index: 15 + m_Metrics: + m_Width: 128 + m_Height: 128 + m_HorizontalBearingX: 0 + m_HorizontalBearingY: 115.6 + m_HorizontalAdvance: 128 + m_GlyphRect: + m_X: 384 + m_Y: 0 + m_Width: 128 + m_Height: 128 + m_Scale: 1 + m_AtlasIndex: 0 + sprite: {fileID: 0} spriteInfoList: - id: 0 x: 0 @@ -278,8 +619,9 @@ MonoBehaviour: Material: serializedVersion: 6 m_ObjectHideFlags: 1 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_Name: TextMeshPro/Sprite m_Shader: {fileID: 4800000, guid: cf81c85f95fe47e1a27f6ae460cf182c, type: 3} m_ShaderKeywords: diff --git a/Assets/Tests/Perf.meta b/Assets/Tests/Perf.meta new file mode 100644 index 00000000..2b282c65 --- /dev/null +++ b/Assets/Tests/Perf.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e02cb2d24b7c2428d9d4aa9a085b0914 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Logs/Packages-Update.log b/Logs/Packages-Update.log new file mode 100644 index 00000000..46c77790 --- /dev/null +++ b/Logs/Packages-Update.log @@ -0,0 +1,16 @@ + +=== Fri May 3 22:24:04 2019 + +Packages were changed. +Update Mode: updateDependencies + +The following packages were added: + com.unity.timeline@1.0.0 + com.unity.multiplayer-hlapi@1.0.2 + com.unity.xr.legacyinputhelpers@2.0.2 +The following packages were updated: + com.unity.analytics from version 3.2.2 to 3.3.2 + com.unity.collab-proxy from version 1.2.15 to 1.2.16 + com.unity.package-manager-ui from version 2.0.3 to 2.1.2 + com.unity.purchasing from version 2.0.3 to 2.0.6 + com.unity.textmeshpro from version 1.3.0 to 2.0.0 diff --git a/Packages/manifest.json b/Packages/manifest.json index 16819bf7..07f9a32d 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,11 +1,14 @@ { "dependencies": { "com.unity.ads": "2.3.1", - "com.unity.analytics": "3.2.2", - "com.unity.collab-proxy": "1.2.15", - "com.unity.package-manager-ui": "2.0.3", - "com.unity.purchasing": "2.0.3", - "com.unity.textmeshpro": "1.3.0", + "com.unity.analytics": "3.3.2", + "com.unity.collab-proxy": "1.2.16", + "com.unity.multiplayer-hlapi": "1.0.2", + "com.unity.package-manager-ui": "2.1.2", + "com.unity.purchasing": "2.0.6", + "com.unity.textmeshpro": "2.0.0", + "com.unity.timeline": "1.0.0", + "com.unity.xr.legacyinputhelpers": "2.0.2", "com.unity.modules.ai": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.assetbundle": "1.0.0", diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index b9ee9b77..934043fe 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -3,7 +3,7 @@ --- !u!129 &1 PlayerSettings: m_ObjectHideFlags: 0 - serializedVersion: 15 + serializedVersion: 16 productGUID: 47d9f350ed27d4ecaa6699f3ebe641c8 AndroidProfiler: 0 AndroidFilterTouchesWhenObscured: 0 @@ -52,7 +52,6 @@ PlayerSettings: m_StackTraceTypes: 010000000100000001000000010000000100000001000000 iosShowActivityIndicatorOnLoading: -1 androidShowActivityIndicatorOnLoading: -1 - tizenShowActivityIndicatorOnLoading: -1 iosAppInBackgroundBehavior: 0 displayResolutionDialog: 1 iosAllowHTTPDownload: 1 @@ -64,6 +63,8 @@ PlayerSettings: use32BitDisplayBuffer: 1 preserveFramebufferAlpha: 0 disableDepthAndStencilBuffers: 0 + androidStartInFullscreen: 1 + androidRenderOutsideSafeArea: 1 androidBlitType: 0 defaultIsNativeResolution: 1 macRetinaSupport: 1 @@ -97,9 +98,6 @@ PlayerSettings: xboxEnableGuest: 0 xboxEnablePIXSampling: 0 metalFramebufferOnly: 0 - n3dsDisableStereoscopicView: 0 - n3dsEnableSharedListOpt: 1 - n3dsEnableVSync: 0 xboxOneResolution: 0 xboxOneSResolution: 0 xboxOneXResolution: 3 @@ -108,9 +106,12 @@ PlayerSettings: xboxOneDisableEsram: 0 xboxOnePresentImmediateThreshold: 0 switchQueueCommandMemory: 0 - videoMemoryForVertexBuffers: 0 - psp2PowerMode: 0 - psp2AcquireBGM: 1 + switchQueueControlMemory: 16384 + switchQueueComputeMemory: 262144 + switchNVNShaderPoolsGranularity: 33554432 + switchNVNDefaultPoolsGranularity: 16777216 + switchNVNOtherPoolsGranularity: 16777216 + vulkanEnableSetSRGBWrite: 0 m_SupportedAspectRatios: 4:3: 1 5:4: 1 @@ -138,11 +139,19 @@ PlayerSettings: hololens: depthFormat: 1 depthBufferSharingEnabled: 0 - enable360StereoCapture: 0 + lumin: + depthFormat: 0 + frameTiming: 2 + enableGLCache: 0 + glCacheMaxBlobSize: 524288 + glCacheMaxFileSize: 8388608 oculus: sharedDepthBuffer: 0 dashSupport: 0 + enable360StereoCapture: 0 + isWsaHolographicRemotingEnabled: 0 protectGraphicsMemory: 0 + enableFrameTimingStats: 0 useHDRDisplay: 0 m_ColorGamuts: 00000000 targetPixelDensity: 30 @@ -153,10 +162,10 @@ PlayerSettings: Android: com.fungus.sherlock Standalone: unity.Fungus.Sherlock Tizen: com.fungus.sherlock - iOS: com.fungus.sherlock + iPhone: com.fungus.sherlock tvOS: com.fungus.sherlock buildNumber: - iOS: 0 + iPhone: 0 AndroidBundleVersionCode: 1 AndroidMinSdkVersion: 16 AndroidTargetSdkVersion: 0 @@ -173,7 +182,7 @@ PlayerSettings: StripUnusedMeshComponents: 0 VertexChannelCompressionMask: 214 iPhoneSdkVersion: 988 - iOSTargetOSVersionString: 8.0 + iOSTargetOSVersionString: 9.0 tvOSSdkVersion: 0 tvOSRequireExtendedGameController: 0 tvOSTargetOSVersionString: 9.0 @@ -195,6 +204,10 @@ PlayerSettings: iPadHighResPortraitSplashScreen: {fileID: 0} iPadLandscapeSplashScreen: {fileID: 0} iPadHighResLandscapeSplashScreen: {fileID: 0} + iPhone65inPortraitSplashScreen: {fileID: 0} + iPhone65inLandscapeSplashScreen: {fileID: 0} + iPhone61inPortraitSplashScreen: {fileID: 0} + iPhone61inLandscapeSplashScreen: {fileID: 0} appleTVSplashScreen: {fileID: 0} appleTVSplashScreen2x: {fileID: 0} tvOSSmallIconLayers: [] @@ -238,6 +251,7 @@ PlayerSettings: tvOSManualSigningProvisioningProfileType: 0 appleEnableAutomaticSigning: 0 iOSRequireARKit: 0 + iOSAutomaticallyDetectAndAddCapabilities: 1 appleEnableProMotion: 0 clonedFromGUID: 00000000000000000000000000000000 templatePackageId: @@ -245,13 +259,15 @@ PlayerSettings: AndroidTargetArchitectures: 5 AndroidSplashScreenScale: 0 androidSplashScreen: {fileID: 0} - AndroidKeystoreName: + AndroidKeystoreName: '{inproject}: ' AndroidKeyaliasName: + AndroidBuildApkPerCpuArchitecture: 0 AndroidTVCompatibility: 1 AndroidIsGame: 1 AndroidEnableTango: 0 androidEnableBanner: 1 androidUseLowAccuracyLocation: 0 + androidUseCustomKeystore: 0 m_AndroidBanners: - width: 320 height: 180 @@ -277,7 +293,7 @@ PlayerSettings: m_Enabled: 0 m_Devices: - Oculus - - m_BuildTarget: Metro + - m_BuildTarget: Windows Store Apps m_Enabled: 0 m_Devices: [] - m_BuildTarget: N3DS @@ -321,7 +337,7 @@ PlayerSettings: - m_BuildTarget: XboxOne m_Enabled: 0 m_Devices: [] - - m_BuildTarget: iOS + - m_BuildTarget: iPhone m_Enabled: 0 m_Devices: [] - m_BuildTarget: tvOS @@ -330,6 +346,7 @@ PlayerSettings: m_BuildTargetEnableVuforiaSettings: [] openGLRequireES31: 0 openGLRequireES31AEP: 0 + openGLRequireES32: 0 m_TemplateCustomTags: {} mobileMTRendering: iPhone: 1 @@ -341,6 +358,7 @@ PlayerSettings: m_EncodingQuality: 1 - m_BuildTarget: PS4 m_EncodingQuality: 1 + m_BuildTargetGroupLightmapSettings: [] playModeTestRunnerEnabled: 0 runPlayModeTestAsEditModeTest: 0 actionOnDotNetUnhandledException: 1 @@ -462,7 +480,12 @@ PlayerSettings: switchAllowsVideoCapturing: 1 switchAllowsRuntimeAddOnContentInstall: 0 switchDataLossConfirmation: 0 + switchUserAccountLockEnabled: 0 + switchSystemResourceMemory: 16777216 switchSupportedNpadStyles: 3 + switchNativeFsCacheSize: 32 + switchIsHoldTypeHorizontal: 0 + switchSupportedNpadCount: 8 switchSocketConfigEnabled: 0 switchTcpInitialSendBufferSize: 32 switchTcpInitialReceiveBufferSize: 64 @@ -512,6 +535,7 @@ PlayerSettings: ps4DownloadDataSize: 0 ps4GarlicHeapSize: 2048 ps4ProGarlicHeapSize: 2560 + playerPrefsMaxSize: 32768 ps4Passcode: 5PN2qmWqBlQ9wQj99nsQzldVI5ZuGXbE ps4pnSessions: 1 ps4pnPresence: 1 @@ -519,6 +543,7 @@ PlayerSettings: ps4pnGameCustomData: 1 playerPrefsSupport: 0 enableApplicationExit: 0 + resetTempFolder: 1 restrictedAudioUsageRights: 0 ps4UseResolutionFallback: 0 ps4ReprojectionSupport: 0 @@ -542,53 +567,6 @@ PlayerSettings: ps4attribEyeToEyeDistanceSettingVR: 0 ps4IncludedModules: [] monoEnv: - psp2Splashimage: {fileID: 0} - psp2NPTrophyPackPath: - psp2NPSupportGBMorGJP: 0 - psp2NPAgeRating: 12 - psp2NPTitleDatPath: - psp2NPCommsID: - psp2NPCommunicationsID: - psp2NPCommsPassphrase: - psp2NPCommsSig: - psp2ParamSfxPath: - psp2ManualPath: - psp2LiveAreaGatePath: - psp2LiveAreaBackroundPath: - psp2LiveAreaPath: - psp2LiveAreaTrialPath: - psp2PatchChangeInfoPath: - psp2PatchOriginalPackage: - psp2PackagePassword: N2qmWqBlQ9wQj99nsQzldVI5ZuGXbEWR - psp2KeystoneFile: - psp2MemoryExpansionMode: 0 - psp2DRMType: 0 - psp2StorageType: 0 - psp2MediaCapacity: 0 - psp2DLCConfigPath: - psp2ThumbnailPath: - psp2BackgroundPath: - psp2SoundPath: - psp2TrophyCommId: - psp2TrophyPackagePath: - psp2PackagedResourcesPath: - psp2SaveDataQuota: 10240 - psp2ParentalLevel: 1 - psp2ShortTitle: Not Set - psp2ContentID: IV0000-ABCD12345_00-0123456789ABCDEF - psp2Category: 0 - psp2MasterVersion: 01.00 - psp2AppVersion: 01.00 - psp2TVBootMode: 0 - psp2EnterButtonAssignment: 2 - psp2TVDisableEmu: 0 - psp2AllowTwitterDialog: 1 - psp2Upgradable: 0 - psp2HealthWarning: 0 - psp2UseLibLocation: 0 - psp2InfoBarOnStartup: 0 - psp2InfoBarColor: 0 - psp2ScriptOptimizationLevel: 0 splashScreenBackgroundSourceLandscape: {fileID: 0} splashScreenBackgroundSourcePortrait: {fileID: 0} spritePackerPolicy: @@ -604,6 +582,8 @@ PlayerSettings: webGLUseEmbeddedResources: 0 webGLCompressionFormat: 1 webGLLinkerTarget: 0 + webGLThreadsSupport: 0 + webGLWasmStreaming: 0 scriptingDefineSymbols: 1: CROSS_PLATFORM_INPUT 4: CROSS_PLATFORM_INPUT;MOBILE_INPUT @@ -611,19 +591,22 @@ PlayerSettings: 14: MOBILE_INPUT 17: MOBILE_INPUT platformArchitecture: - iOS: 2 + iPhone: 2 scriptingBackend: Android: 0 - Metro: 2 Standalone: 0 WebGL: 1 - iOS: 0 + Windows Store Apps: 2 + iPhone: 0 il2cppCompilerConfiguration: {} + managedStrippingLevel: {} incrementalIl2cppBuild: - iOS: 0 + iPhone: 0 allowUnsafeCode: 0 additionalIl2CppArgs: - scriptingRuntimeVersion: 0 + scriptingRuntimeVersion: 1 + gcIncremental: 0 + gcWBarrierValidation: 0 apiCompatibilityLevelPerPlatform: {} m_RenderingPath: 1 m_MobileRenderingPath: 1 @@ -637,40 +620,22 @@ PlayerSettings: metroApplicationDescription: Fungus wsaImages: {} metroTileShortName: - metroCommandLineArgsFile: metroTileShowName: 1 metroMediumTileShowName: 0 metroLargeTileShowName: 0 metroWideTileShowName: 0 + metroSupportStreamingInstall: 0 + metroLastRequiredScene: 0 metroDefaultTileSize: 1 metroTileForegroundText: 1 metroTileBackgroundColor: {r: 0, g: 0, b: 0, a: 1} metroSplashScreenBackgroundColor: {r: 0, g: 0, b: 0, a: 1} metroSplashScreenUseBackgroundColor: 0 platformCapabilities: {} + metroTargetDeviceFamilies: {} metroFTAName: metroFTAFileTypes: [] metroProtocolName: - metroCompilationOverrides: 1 - tizenProductDescription: - tizenProductURL: - tizenSigningProfileName: - tizenGPSPermissions: 0 - tizenMicrophonePermissions: 0 - tizenDeploymentTarget: - tizenDeploymentTargetType: -1 - tizenMinOSVersion: 1 - n3dsUseExtSaveData: 0 - n3dsCompressStaticMem: 1 - n3dsExtSaveDataNumber: 0x12345 - n3dsStackSize: 131072 - n3dsTargetPlatform: 2 - n3dsRegion: 7 - n3dsMediaSize: 0 - n3dsLogoStyle: 3 - n3dsTitle: GameName - n3dsProductCode: - n3dsApplicationId: 0xFF3FF XboxOneProductId: XboxOneUpdateKey: XboxOneSandboxId: @@ -680,6 +645,7 @@ PlayerSettings: XboxOneGameOsOverridePath: XboxOnePackagingOverridePath: XboxOneAppManifestOverridePath: + XboxOneVersion: 1.0.0.0 XboxOnePackageEncryption: 0 XboxOnePackageUpdateGranularity: 2 XboxOneDescription: @@ -695,6 +661,7 @@ PlayerSettings: XboxOnePersistentLocalStorageSize: 0 XboxOneXTitleMemory: 8 xboxOneScriptCompiler: 0 + XboxOneOverrideIdentityName: vrEditorSettings: daydream: daydreamIconForeground: {fileID: 0} @@ -709,11 +676,30 @@ PlayerSettings: Purchasing: 0 UNet: 0 Unity_Ads: 0 + luminIcon: + m_Name: + m_ModelFolderPath: + m_PortalFolderPath: + luminCert: + m_CertPath: + m_SignPackage: 1 + luminIsChannelApp: 0 + luminVersion: + m_VersionCode: 1 + m_VersionName: facebookSdkVersion: 7.9.1 + facebookAppId: + facebookCookies: 1 + facebookLogging: 1 + facebookStatus: 1 + facebookXfbml: 0 + facebookFrictionlessRequests: 1 apiCompatibilityLevel: 2 cloudProjectId: + framebufferDepthMemorylessMode: 0 projectName: organizationId: cloudEnabled: 0 enableNativePlatformBackendsForNewInputSystem: 0 disableOldInputManagerSupport: 0 + legacyClampBlendShapeWeights: 1 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 1b2cd94c..241ebd0e 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1 +1,2 @@ -m_EditorVersion: 2018.3.6f1 +m_EditorVersion: 2019.1.0f2 +m_EditorVersionWithRevision: 2019.1.0f2 (292b93d75a2c) diff --git a/ProjectSettings/XRSettings.asset b/ProjectSettings/XRSettings.asset new file mode 100644 index 00000000..482590c1 --- /dev/null +++ b/ProjectSettings/XRSettings.asset @@ -0,0 +1,10 @@ +{ + "m_SettingKeys": [ + "VR Device Disabled", + "VR Device User Alert" + ], + "m_SettingValues": [ + "False", + "False" + ] +} \ No newline at end of file