// Assembly: Unity.TextMeshPro
// Full name: TMPro.TMP_Settings

namespace TMPro
{
public class TMP_Settings // TypeDefIndex: 9473
{
	// Fields
	type#26912 s_Instance;
	type#26578 assetVersion;
	type#26583 s_CurrentAssetVersion;
	type#27300 m_TextWrappingMode;
	type#15314 m_enableKerning;
	type#8917 m_ActiveFontFeatures;
	type#15314 m_enableExtraPadding;
	type#15314 m_enableTintAllSprites;
	type#15314 m_enableParseEscapeCharacters;
	type#15314 m_EnableRaycastTarget;
	type#15314 m_GetFontFeaturesAtRuntime;
	type#20868 m_missingGlyphCharacter;
	type#15314 m_ClearDynamicDataOnBuild;
	type#15314 m_warningsDisabled;
	type#26869 m_defaultFontAsset;
	type#26577 m_defaultFontAssetPath;
	type#26060 m_defaultFontSize;
	type#26060 m_defaultAutoSizeMinRatio;
	type#26060 m_defaultAutoSizeMaxRatio;
	type#28440 m_defaultTextMeshProTextContainerSize;
	type#28440 m_defaultTextMeshProUITextContainerSize;
	type#15314 m_autoSizeTextContainer;
	type#15314 m_IsTextObjectScaleStatic;
	type#9111 m_fallbackFontAssets;
	type#15314 m_matchMaterialPreset;
	type#15314 m_HideSubTextObjects;
	type#26918 m_defaultSpriteAsset;
	type#26577 m_defaultSpriteAssetPath;
	type#15314 m_enableEmojiSupport;
	type#27918 m_MissingCharacterSpriteUnicode;
	type#9107 m_EmojiFallbackTextAssets;
	type#26577 m_defaultColorGradientPresetsPath;
	type#26929 m_defaultStyleSheet;
	type#26577 m_StyleSheetsResourcePath;
	type#27127 m_leadingCharacters;
	type#27127 m_followingCharacters;
	type#34000 m_linebreakingRules;
	type#15314 m_UseModernHangulLineBreakingRules;

	// Methods
	// RVA: -1
	public static type#26576 get_version() { }
	// RVA: -1
	internal type#28660 SetAssetVersion() { }
	// RVA: -1
	public static type#27299 get_textWrappingMode() { }
	// RVA: -1
	public static type#15313 get_enableKerning() { }
	// RVA: -1
	public static type#8916 get_fontFeatures() { }
	// RVA: -1
	public static type#15313 get_enableExtraPadding() { }
	// RVA: -1
	public static type#15313 get_enableTintAllSprites() { }
	// RVA: -1
	public static type#15313 get_enableParseEscapeCharacters() { }
	// RVA: -1
	public static type#15313 get_enableRaycastTarget() { }
	// RVA: -1
	public static type#15313 get_getFontFeaturesAtRuntime() { }
	// RVA: -1
	public static type#20867 get_missingGlyphCharacter() { }
	// RVA: -1
	public static type#28660 set_missingGlyphCharacter(type#20867 value) { }
	// RVA: -1
	public static type#15313 get_clearDynamicDataOnBuild() { }
	// RVA: -1
	public static type#15313 get_warningsDisabled() { }
	// RVA: -1
	public static type#26868 get_defaultFontAsset() { }
	// RVA: -1
	public static type#28660 set_defaultFontAsset(type#26868 value) { }
	// RVA: -1
	public static type#26576 get_defaultFontAssetPath() { }
	// RVA: -1
	public static type#26059 get_defaultFontSize() { }
	// RVA: -1
	public static type#26059 get_defaultTextAutoSizingMinRatio() { }
	// RVA: -1
	public static type#26059 get_defaultTextAutoSizingMaxRatio() { }
	// RVA: -1
	public static type#28439 get_defaultTextMeshProTextContainerSize() { }
	// RVA: -1
	public static type#28439 get_defaultTextMeshProUITextContainerSize() { }
	// RVA: -1
	public static type#15313 get_autoSizeTextContainer() { }
	// RVA: -1
	public static type#15313 get_isTextObjectScaleStatic() { }
	// RVA: -1
	public static type#28660 set_isTextObjectScaleStatic(type#15313 value) { }
	// RVA: -1
	public static type#9110 get_fallbackFontAssets() { }
	// RVA: -1
	public static type#28660 set_fallbackFontAssets(type#9110 value) { }
	// RVA: -1
	public static type#15313 get_matchMaterialPreset() { }
	// RVA: -1
	public static type#15313 get_hideSubTextObjects() { }
	// RVA: -1
	public static type#26917 get_defaultSpriteAsset() { }
	// RVA: -1
	public static type#28660 set_defaultSpriteAsset(type#26917 value) { }
	// RVA: -1
	public static type#26576 get_defaultSpriteAssetPath() { }
	// RVA: -1
	public static type#15313 get_enableEmojiSupport() { }
	// RVA: -1
	public static type#28660 set_enableEmojiSupport(type#15313 value) { }
	// RVA: -1
	public static type#27917 get_missingCharacterSpriteUnicode() { }
	// RVA: -1
	public static type#28660 set_missingCharacterSpriteUnicode(type#27917 value) { }
	// RVA: -1
	public static type#9106 get_emojiFallbackTextAssets() { }
	// RVA: -1
	public static type#28660 set_emojiFallbackTextAssets(type#9106 value) { }
	// RVA: -1
	public static type#26576 get_defaultColorGradientPresetsPath() { }
	// RVA: -1
	public static type#26928 get_defaultStyleSheet() { }
	// RVA: -1
	public static type#28660 set_defaultStyleSheet(type#26928 value) { }
	// RVA: -1
	public static type#26576 get_styleSheetsResourcePath() { }
	// RVA: -1
	public static type#27126 get_leadingCharacters() { }
	// RVA: -1
	public static type#27126 get_followingCharacters() { }
	// RVA: -1
	public static type#33999 get_linebreakingRules() { }
	// RVA: -1
	public static type#15313 get_useModernHangulLineBreakingRules() { }
	// RVA: -1
	public static type#28660 set_useModernHangulLineBreakingRules(type#15313 value) { }
	// RVA: -1
	public static type#26911 get_instance() { }
	// RVA: -1
	internal static type#15313 get_isTMPSettingsNull() { }
	// RVA: -1
	public static type#26911 LoadDefaultSettings() { }
	// RVA: -1
	public static type#26911 GetSettings() { }
	// RVA: -1
	public static type#26868 GetFontAsset() { }
	// RVA: -1
	public static type#26917 GetSpriteAsset() { }
	// RVA: -1
	public static type#26928 GetStyleSheet() { }
	// RVA: -1
	public static type#28660 LoadLinebreakingRules() { }
	// RVA: -1
	private static type#6077 GetCharacters(type#27126 file) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
