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

namespace TMPro
{
public class TMP_Text // TypeDefIndex: 9506
{
	// Fields
	type#26579 m_text;
	type#15314 m_IsTextBackingStringDirty;
	type#20572 m_TextPreprocessor;
	type#15316 m_isRightToLeft;
	type#26870 m_fontAsset;
	type#26870 m_currentFontAsset;
	type#15316 m_isSDFShader;
	type#22479 m_sharedMaterial;
	type#22479 m_currentMaterial;
	type#13244 m_materialReferences;
	type#4530 m_materialReferenceIndexLookup;
	type#10377 m_materialReferenceStack;
	type#20870 m_currentMaterialIndex;
	type#13242 m_fontSharedMaterials;
	type#22479 m_fontMaterial;
	type#13242 m_fontMaterials;
	type#15316 m_isMaterialDirty;
	type#16088 m_fontColor32;
	type#16070 m_fontColor;
	type#16091 s_colorWhite;
	type#16088 m_underlineColor;
	type#16088 m_strikethroughColor;
	type#19610 m_HighlightState;
	type#15315 m_ConvertToLinearSpace;
	type#15316 m_enableVertexGradient;
	type#16118 m_colorMode;
	type#28547 m_fontColorGradient;
	type#26861 m_fontColorGradientPreset;
	type#26919 m_spriteAsset;
	type#15316 m_tintAllSprites;
	type#15316 m_tintSprite;
	type#16088 m_spriteColor;
	type#26930 m_StyleSheet;
	type#26926 m_TextStyle;
	type#20870 m_TextStyleHashCode;
	type#15316 m_overrideHtmlColors;
	type#16088 m_faceColor;
	type#16088 m_outlineColor;
	type#26062 m_outlineWidth;
	type#28471 m_currentEnvMapRotation;
	type#15316 m_hasEnvMapProperty;
	type#26062 m_fontSize;
	type#26062 m_currentFontSize;
	type#26062 m_fontSizeBase;
	type#10380 m_sizeStack;
	type#18674 m_fontWeight;
	type#18674 m_FontWeightInternal;
	type#10364 m_FontWeightStack;
	type#15316 m_enableAutoSizing;
	type#26062 m_maxFontSize;
	type#26062 m_minFontSize;
	type#20870 m_AutoSizeIterationCount;
	type#20870 m_AutoSizeMaxIterationCount;
	type#15316 m_IsAutoSizePointSizeSet;
	type#26062 m_fontSizeMin;
	type#26062 m_fontSizeMax;
	type#18663 m_fontStyle;
	type#18663 m_FontStyleInternal;
	type#26878 m_fontStyleStack;
	type#15316 m_isUsingBold;
	type#19622 m_HorizontalAlignment;
	type#28557 m_VerticalAlignment;
	type#27117 m_textAlignment;
	type#19622 m_lineJustification;
	type#10369 m_lineJustificationStack;
	type#13590 m_textContainerLocalCorners;
	type#26062 m_characterSpacing;
	type#26062 m_cSpacing;
	type#26062 m_monoSpacing;
	type#15316 m_duoSpace;
	type#26062 m_wordSpacing;
	type#26062 m_lineSpacing;
	type#26062 m_lineSpacingDelta;
	type#26062 m_lineHeight;
	type#15316 m_IsDrivenLineSpacing;
	type#26062 m_lineSpacingMax;
	type#26062 m_paragraphSpacing;
	type#26062 m_charWidthMaxAdj;
	type#26062 m_charWidthAdjDelta;
	type#27301 m_TextWrappingMode;
	type#15316 m_isCharacterWrappingEnabled;
	type#15316 m_isNonBreakingSpace;
	type#15316 m_isIgnoringAlignment;
	type#26062 m_wordWrappingRatios;
	type#27240 m_overflowMode;
	type#20870 m_firstOverflowCharacterIndex;
	type#26936 m_linkedTextComponent;
	type#26935 parentLinkedComponent;
	type#15316 m_isTextTruncated;
	type#15316 m_enableKerning;
	type#20870 m_LastBaseGlyphIndex;
	type#8918 m_ActiveFontFeatures;
	type#15316 m_enableExtraPadding;
	type#15316 checkPaddingRequired;
	type#15316 m_isRichText;
	type#15314 m_EmojiFallbackSupport;
	type#15316 m_parseCtrlCharacters;
	type#15316 m_isOverlay;
	type#15316 m_isOrthographic;
	type#15316 m_isCullingEnabled;
	type#15316 m_isMaskingEnabled;
	type#15316 isMaskUpdateRequired;
	type#15316 m_ignoreCulling;
	type#27349 m_horizontalMapping;
	type#27349 m_verticalMapping;
	type#26062 m_uvLineOffset;
	type#27266 m_renderMode;
	type#28551 m_geometrySortingOrder;
	type#15316 m_IsTextObjectScaleStatic;
	type#15316 m_VertexBufferAutoSizeReduction;
	type#20870 m_firstVisibleCharacter;
	type#20870 m_maxVisibleCharacters;
	type#20870 m_maxVisibleWords;
	type#20870 m_maxVisibleLines;
	type#15316 m_useMaxVisibleDescender;
	type#20870 m_pageToDisplay;
	type#15316 m_isNewPage;
	type#28497 m_margin;
	type#26062 m_marginLeft;
	type#26062 m_marginRight;
	type#26062 m_marginWidth;
	type#26062 m_marginHeight;
	type#26062 m_width;
	type#26948 m_textInfo;
	type#15316 m_havePropertiesChanged;
	type#15316 m_isUsingLegacyAnimationComponent;
	type#27607 m_transform;
	type#25046 m_rectTransform;
	type#28442 m_PreviousRectTransformSize;
	type#28442 m_PreviousPivotPosition;
	type#15314 <autoSizeTextContainer>k__BackingField;
	type#15316 m_autoSizeTextContainer;
	type#22583 m_mesh;
	type#15316 m_isVolumetricText;
	type#5930 OnFontAssetRequest;
	type#5932 OnSpriteAssetRequest;
	type#34008 OnMissingCharacter;
	type#3360 OnPreRenderText;
	type#26915 m_spriteAnimator;
	type#26062 m_flexibleHeight;
	type#26062 m_flexibleWidth;
	type#26062 m_minWidth;
	type#26062 m_minHeight;
	type#26062 m_maxWidth;
	type#26062 m_maxHeight;
	type#21830 m_LayoutElement;
	type#26062 m_preferredWidth;
	type#26062 m_RenderedWidth;
	type#15316 m_isPreferredWidthDirty;
	type#26062 m_preferredHeight;
	type#26062 m_RenderedHeight;
	type#15316 m_isPreferredHeightDirty;
	type#15316 m_isCalculatingPreferredValues;
	type#20870 m_layoutPriority;
	type#15316 m_isLayoutDirty;
	type#15316 m_isAwake;
	type#15315 m_isWaitingOnResourceLoad;
	type#34014 m_inputSource;
	type#26062 m_fontScaleMultiplier;
	type#12904 m_htmlTag;
	type#13377 m_xmlAttribute;
	type#13418 m_attributeParameterValues;
	type#26062 tag_LineIndent;
	type#26062 tag_Indent;
	type#10380 m_indentStack;
	type#15316 tag_NoParsing;
	type#15316 m_isTextLayoutPhase;
	type#24841 m_FXRotation;
	type#28471 m_FXScale;
	type#13698 m_TextProcessingArray;
	type#20869 m_InternalTextProcessingArraySize;
	type#13488 m_internalCharacterInfo;
	type#20870 m_totalCharacterCount;
	type#28827 m_SavedWordWrapState;
	type#28827 m_SavedLineState;
	type#28827 m_SavedEllipsisState;
	type#28827 m_SavedLastValidState;
	type#28827 m_SavedSoftLineBreakState;
	type#10385 m_EllipsisInsertionCandidateStack;
	type#20870 m_characterCount;
	type#20870 m_firstCharacterOfLine;
	type#20870 m_firstVisibleCharacterOfLine;
	type#20870 m_lastCharacterOfLine;
	type#20870 m_lastVisibleCharacterOfLine;
	type#20870 m_lineNumber;
	type#20870 m_lineVisibleCharacterCount;
	type#20870 m_lineVisibleSpaceCount;
	type#20870 m_pageNumber;
	type#26062 m_PageAscender;
	type#26062 m_maxTextAscender;
	type#26062 m_maxCapHeight;
	type#26062 m_ElementAscender;
	type#26062 m_ElementDescender;
	type#26062 m_maxLineAscender;
	type#26062 m_maxLineDescender;
	type#26062 m_startOfLineAscender;
	type#26062 m_startOfLineDescender;
	type#26062 m_lineOffset;
	type#18237 m_meshExtents;
	type#16088 m_htmlColor;
	type#10362 m_colorStack;
	type#10362 m_underlineColorStack;
	type#10362 m_strikethroughColorStack;
	type#10367 m_HighlightStateStack;
	type#26861 m_colorGradientPreset;
	type#10382 m_colorGradientStack;
	type#15316 m_colorGradientPresetIsTinted;
	type#26062 m_tabSpacing;
	type#26062 m_spacing;
	type#12762 m_TextStyleStacks;
	type#20870 m_TextStyleStackDepth;
	type#10372 m_ItalicAngleStack;
	type#20870 m_ItalicAngle;
	type#10372 m_actionStack;
	type#26062 m_padding;
	type#26062 m_baselineOffset;
	type#10380 m_baselineOffsetStack;
	type#26062 m_xAdvance;
	type#26943 m_textElementType;
	type#26940 m_cached_TextElement;
	type#34010 m_Ellipsis;
	type#34010 m_Underline;
	type#26919 m_defaultSpriteAsset;
	type#26919 m_currentSpriteAsset;
	type#20870 m_spriteCount;
	type#20870 m_spriteIndex;
	type#20870 m_spriteAnimationID;
	type#24724 k_ParseTextMarker;
	type#24724 k_InsertNewLineMarker;
	type#15316 m_ignoreActiveState;
	type#34012 m_TextBackingArray;
	type#12982 k_Power;
	type#28446 k_LargePositiveVector2;
	type#28446 k_LargeNegativeVector2;
	type#26066 k_LargePositiveFloat;
	type#26066 k_LargeNegativeFloat;
	type#20875 k_LargePositiveInt;
	type#20875 k_LargeNegativeInt;

	// Methods
	// RVA: -1
	public virtual type#26576 get_text() { }
	// RVA: -1
	public virtual type#28660 set_text(type#26576 value) { }
	// RVA: -1
	public type#20571 get_textPreprocessor() { }
	// RVA: -1
	public type#28660 set_textPreprocessor(type#20571 value) { }
	// RVA: -1
	public type#15313 get_isRightToLeftText() { }
	// RVA: -1
	public type#28660 set_isRightToLeftText(type#15313 value) { }
	// RVA: -1
	public type#26868 get_font() { }
	// RVA: -1
	public type#28660 set_font(type#26868 value) { }
	// RVA: -1
	public virtual type#22476 get_fontSharedMaterial() { }
	// RVA: -1
	public virtual type#28660 set_fontSharedMaterial(type#22476 value) { }
	// RVA: -1
	public virtual type#13241 get_fontSharedMaterials() { }
	// RVA: -1
	public virtual type#28660 set_fontSharedMaterials(type#13241 value) { }
	// RVA: -1
	public type#22476 get_fontMaterial() { }
	// RVA: -1
	public type#28660 set_fontMaterial(type#22476 value) { }
	// RVA: -1
	public virtual type#13241 get_fontMaterials() { }
	// RVA: -1
	public virtual type#28660 set_fontMaterials(type#13241 value) { }
	// RVA: -1
	public virtual type#16067 get_color() { }
	// RVA: -1
	public virtual type#28660 set_color(type#16067 value) { }
	// RVA: -1
	public type#26059 get_alpha() { }
	// RVA: -1
	public type#28660 set_alpha(type#26059 value) { }
	// RVA: -1
	public type#15313 get_enableVertexGradient() { }
	// RVA: -1
	public type#28660 set_enableVertexGradient(type#15313 value) { }
	// RVA: -1
	public type#28546 get_colorGradient() { }
	// RVA: -1
	public type#28660 set_colorGradient(type#28546 value) { }
	// RVA: -1
	public type#26860 get_colorGradientPreset() { }
	// RVA: -1
	public type#28660 set_colorGradientPreset(type#26860 value) { }
	// RVA: -1
	public type#26917 get_spriteAsset() { }
	// RVA: -1
	public type#28660 set_spriteAsset(type#26917 value) { }
	// RVA: -1
	public type#15313 get_tintAllSprites() { }
	// RVA: -1
	public type#28660 set_tintAllSprites(type#15313 value) { }
	// RVA: -1
	public type#26928 get_styleSheet() { }
	// RVA: -1
	public type#28660 set_styleSheet(type#26928 value) { }
	// RVA: -1
	public type#26925 get_textStyle() { }
	// RVA: -1
	public type#28660 set_textStyle(type#26925 value) { }
	// RVA: -1
	public type#15313 get_overrideColorTags() { }
	// RVA: -1
	public type#28660 set_overrideColorTags(type#15313 value) { }
	// RVA: -1
	public type#16085 get_faceColor() { }
	// RVA: -1
	public type#28660 set_faceColor(type#16085 value) { }
	// RVA: -1
	public type#16085 get_outlineColor() { }
	// RVA: -1
	public type#28660 set_outlineColor(type#16085 value) { }
	// RVA: -1
	public type#26059 get_outlineWidth() { }
	// RVA: -1
	public type#28660 set_outlineWidth(type#26059 value) { }
	// RVA: -1
	public type#26059 get_fontSize() { }
	// RVA: -1
	public type#28660 set_fontSize(type#26059 value) { }
	// RVA: -1
	public type#18673 get_fontWeight() { }
	// RVA: -1
	public type#28660 set_fontWeight(type#18673 value) { }
	// RVA: -1
	public type#26059 get_pixelsPerUnit() { }
	// RVA: -1
	public type#15313 get_enableAutoSizing() { }
	// RVA: -1
	public type#28660 set_enableAutoSizing(type#15313 value) { }
	// RVA: -1
	public type#26059 get_fontSizeMin() { }
	// RVA: -1
	public type#28660 set_fontSizeMin(type#26059 value) { }
	// RVA: -1
	public type#26059 get_fontSizeMax() { }
	// RVA: -1
	public type#28660 set_fontSizeMax(type#26059 value) { }
	// RVA: -1
	public type#18662 get_fontStyle() { }
	// RVA: -1
	public type#28660 set_fontStyle(type#18662 value) { }
	// RVA: -1
	public type#15313 get_isUsingBold() { }
	// RVA: -1
	public type#19621 get_horizontalAlignment() { }
	// RVA: -1
	public type#28660 set_horizontalAlignment(type#19621 value) { }
	// RVA: -1
	public type#28556 get_verticalAlignment() { }
	// RVA: -1
	public type#28660 set_verticalAlignment(type#28556 value) { }
	// RVA: -1
	public type#27115 get_alignment() { }
	// RVA: -1
	public type#28660 set_alignment(type#27115 value) { }
	// RVA: -1
	public type#26059 get_characterSpacing() { }
	// RVA: -1
	public type#28660 set_characterSpacing(type#26059 value) { }
	// RVA: -1
	public type#26059 get_wordSpacing() { }
	// RVA: -1
	public type#28660 set_wordSpacing(type#26059 value) { }
	// RVA: -1
	public type#26059 get_lineSpacing() { }
	// RVA: -1
	public type#28660 set_lineSpacing(type#26059 value) { }
	// RVA: -1
	public type#26059 get_lineSpacingAdjustment() { }
	// RVA: -1
	public type#28660 set_lineSpacingAdjustment(type#26059 value) { }
	// RVA: -1
	public type#26059 get_paragraphSpacing() { }
	// RVA: -1
	public type#28660 set_paragraphSpacing(type#26059 value) { }
	// RVA: -1
	public type#26059 get_characterWidthAdjustment() { }
	// RVA: -1
	public type#28660 set_characterWidthAdjustment(type#26059 value) { }
	// RVA: -1
	public type#27299 get_textWrappingMode() { }
	// RVA: -1
	public type#28660 set_textWrappingMode(type#27299 value) { }
	// RVA: -1
	public type#15313 get_enableWordWrapping() { }
	// RVA: -1
	public type#28660 set_enableWordWrapping(type#15313 value) { }
	// RVA: -1
	public type#26059 get_wordWrappingRatios() { }
	// RVA: -1
	public type#28660 set_wordWrappingRatios(type#26059 value) { }
	// RVA: -1
	public type#27239 get_overflowMode() { }
	// RVA: -1
	public type#28660 set_overflowMode(type#27239 value) { }
	// RVA: -1
	public type#15313 get_isTextOverflowing() { }
	// RVA: -1
	public type#20867 get_firstOverflowCharacterIndex() { }
	// RVA: -1
	public type#26933 get_linkedTextComponent() { }
	// RVA: -1
	public type#28660 set_linkedTextComponent(type#26933 value) { }
	// RVA: -1
	public type#15313 get_isTextTruncated() { }
	// RVA: -1
	public type#15313 get_enableKerning() { }
	// RVA: -1
	public type#28660 set_enableKerning(type#15313 value) { }
	// RVA: -1
	public type#8916 get_fontFeatures() { }
	// RVA: -1
	public type#28660 set_fontFeatures(type#8916 value) { }
	// RVA: -1
	public type#15313 get_extraPadding() { }
	// RVA: -1
	public type#28660 set_extraPadding(type#15313 value) { }
	// RVA: -1
	public type#15313 get_richText() { }
	// RVA: -1
	public type#28660 set_richText(type#15313 value) { }
	// RVA: -1
	public type#15313 get_emojiFallbackSupport() { }
	// RVA: -1
	public type#28660 set_emojiFallbackSupport(type#15313 value) { }
	// RVA: -1
	public type#15313 get_parseCtrlCharacters() { }
	// RVA: -1
	public type#28660 set_parseCtrlCharacters(type#15313 value) { }
	// RVA: -1
	public type#15313 get_isOverlay() { }
	// RVA: -1
	public type#28660 set_isOverlay(type#15313 value) { }
	// RVA: -1
	public type#15313 get_isOrthographic() { }
	// RVA: -1
	public type#28660 set_isOrthographic(type#15313 value) { }
	// RVA: -1
	public type#15313 get_enableCulling() { }
	// RVA: -1
	public type#28660 set_enableCulling(type#15313 value) { }
	// RVA: -1
	public type#15313 get_ignoreVisibility() { }
	// RVA: -1
	public type#28660 set_ignoreVisibility(type#15313 value) { }
	// RVA: -1
	public type#27348 get_horizontalMapping() { }
	// RVA: -1
	public type#28660 set_horizontalMapping(type#27348 value) { }
	// RVA: -1
	public type#27348 get_verticalMapping() { }
	// RVA: -1
	public type#28660 set_verticalMapping(type#27348 value) { }
	// RVA: -1
	public type#26059 get_mappingUvLineOffset() { }
	// RVA: -1
	public type#28660 set_mappingUvLineOffset(type#26059 value) { }
	// RVA: -1
	public type#27265 get_renderMode() { }
	// RVA: -1
	public type#28660 set_renderMode(type#27265 value) { }
	// RVA: -1
	public type#28550 get_geometrySortingOrder() { }
	// RVA: -1
	public type#28660 set_geometrySortingOrder(type#28550 value) { }
	// RVA: -1
	public type#15313 get_isTextObjectScaleStatic() { }
	// RVA: -1
	public type#28660 set_isTextObjectScaleStatic(type#15313 value) { }
	// RVA: -1
	public type#15313 get_vertexBufferAutoSizeReduction() { }
	// RVA: -1
	public type#28660 set_vertexBufferAutoSizeReduction(type#15313 value) { }
	// RVA: -1
	public type#20867 get_firstVisibleCharacter() { }
	// RVA: -1
	public type#28660 set_firstVisibleCharacter(type#20867 value) { }
	// RVA: -1
	public type#20867 get_maxVisibleCharacters() { }
	// RVA: -1
	public type#28660 set_maxVisibleCharacters(type#20867 value) { }
	// RVA: -1
	public type#20867 get_maxVisibleWords() { }
	// RVA: -1
	public type#28660 set_maxVisibleWords(type#20867 value) { }
	// RVA: -1
	public type#20867 get_maxVisibleLines() { }
	// RVA: -1
	public type#28660 set_maxVisibleLines(type#20867 value) { }
	// RVA: -1
	public type#15313 get_useMaxVisibleDescender() { }
	// RVA: -1
	public type#28660 set_useMaxVisibleDescender(type#15313 value) { }
	// RVA: -1
	public type#20867 get_pageToDisplay() { }
	// RVA: -1
	public type#28660 set_pageToDisplay(type#20867 value) { }
	// RVA: -1
	public virtual type#28494 get_margin() { }
	// RVA: -1
	public virtual type#28660 set_margin(type#28494 value) { }
	// RVA: -1
	public type#26947 get_textInfo() { }
	// RVA: -1
	public type#15313 get_havePropertiesChanged() { }
	// RVA: -1
	public type#28660 set_havePropertiesChanged(type#15313 value) { }
	// RVA: -1
	public type#15313 get_isUsingLegacyAnimationComponent() { }
	// RVA: -1
	public type#28660 set_isUsingLegacyAnimationComponent(type#15313 value) { }
	// RVA: -1
	public type#27605 get_transform() { }
	// RVA: -1
	public type#25043 get_rectTransform() { }
	// RVA: -1
	public virtual type#15313 get_autoSizeTextContainer() { }
	// RVA: -1
	public virtual type#28660 set_autoSizeTextContainer(type#15313 value) { }
	// RVA: -1
	public virtual type#22581 get_mesh() { }
	// RVA: -1
	public type#15313 get_isVolumetricText() { }
	// RVA: -1
	public type#28660 set_isVolumetricText(type#15313 value) { }
	// RVA: -1
	public type#15356 get_bounds() { }
	// RVA: -1
	public type#15356 get_textBounds() { }
	// RVA: -1
	public static type#28660 add_OnFontAssetRequest(type#5929 value) { }
	// RVA: -1
	public static type#28660 remove_OnFontAssetRequest(type#5929 value) { }
	// RVA: -1
	public static type#28660 add_OnSpriteAssetRequest(type#5931 value) { }
	// RVA: -1
	public static type#28660 remove_OnSpriteAssetRequest(type#5931 value) { }
	// RVA: -1
	public static type#28660 add_OnMissingCharacter(type#34007 value) { }
	// RVA: -1
	public static type#28660 remove_OnMissingCharacter(type#34007 value) { }
	// RVA: -1
	public virtual type#28660 add_OnPreRenderText(type#3359 value) { }
	// RVA: -1
	public virtual type#28660 remove_OnPreRenderText(type#3359 value) { }
	// RVA: -1
	protected type#26914 get_spriteAnimator() { }
	// RVA: -1
	public virtual type#26059 get_flexibleHeight() { }
	// RVA: -1
	public virtual type#26059 get_flexibleWidth() { }
	// RVA: -1
	public virtual type#26059 get_minWidth() { }
	// RVA: -1
	public virtual type#26059 get_minHeight() { }
	// RVA: -1
	public type#26059 get_maxWidth() { }
	// RVA: -1
	public type#26059 get_maxHeight() { }
	// RVA: -1
	protected type#21828 get_layoutElement() { }
	// RVA: -1
	public virtual type#26059 get_preferredWidth() { }
	// RVA: -1
	public virtual type#26059 get_preferredHeight() { }
	// RVA: -1
	public virtual type#26059 get_renderedWidth() { }
	// RVA: -1
	public virtual type#26059 get_renderedHeight() { }
	// RVA: -1
	public virtual type#20867 get_layoutPriority() { }
	// RVA: -1
	protected virtual type#28660 LoadFontAsset() { }
	// RVA: -1
	protected virtual type#28660 SetSharedMaterial(type#22476 mat) { }
	// RVA: -1
	protected virtual type#22476 GetMaterial(type#22476 mat) { }
	// RVA: -1
	protected virtual type#28660 SetFontBaseMaterial(type#22476 mat) { }
	// RVA: -1
	protected virtual type#13241 GetSharedMaterials() { }
	// RVA: -1
	protected virtual type#28660 SetSharedMaterials(type#13241 materials) { }
	// RVA: -1
	protected virtual type#13241 GetMaterials(type#13241 mats) { }
	// RVA: -1
	protected virtual type#22476 CreateMaterialInstance(type#22476 source) { }
	// RVA: -1
	protected type#28660 SetVertexColorGradient(type#26860 gradient) { }
	// RVA: -1
	protected type#28660 SetTextSortingOrder(type#28550 order) { }
	// RVA: -1
	protected type#28660 SetTextSortingOrder(type#13150 order) { }
	// RVA: -1
	protected virtual type#28660 SetFaceColor(type#16085 color) { }
	// RVA: -1
	protected virtual type#28660 SetOutlineColor(type#16085 color) { }
	// RVA: -1
	protected virtual type#28660 SetOutlineThickness(type#26059 thickness) { }
	// RVA: -1
	protected virtual type#28660 SetShaderDepth() { }
	// RVA: -1
	protected virtual type#28660 SetCulling() { }
	// RVA: -1
	internal virtual type#28660 UpdateCulling() { }
	// RVA: -1
	protected virtual type#26059 GetPaddingForMaterial() { }
	// RVA: -1
	protected virtual type#26059 GetPaddingForMaterial(type#22476 mat) { }
	// RVA: -1
	protected virtual type#13587 GetTextContainerLocalCorners() { }
	// RVA: -1
	public virtual type#28660 ForceMeshUpdate(type#15335 ignoreActiveState, type#15335 forceTextReparsing) { }
	// RVA: -1
	public virtual type#28660 UpdateGeometry(type#22581 mesh, type#20867 index) { }
	// RVA: -1
	public virtual type#28660 UpdateVertexData(type#26961 flags) { }
	// RVA: -1
	public virtual type#28660 UpdateVertexData() { }
	// RVA: -1
	public virtual type#28660 SetVertices(type#13587 vertices) { }
	// RVA: -1
	public virtual type#28660 UpdateMeshPadding() { }
	// RVA: -1
	public virtual type#28660 CrossFadeColor(type#16067 targetColor, type#26059 duration, type#15313 ignoreTimeScale, type#15313 useAlpha) { }
	// RVA: -1
	public virtual type#28660 CrossFadeAlpha(type#26059 alpha, type#26059 duration, type#15313 ignoreTimeScale) { }
	// RVA: -1
	protected virtual type#28660 InternalCrossFadeColor(type#16067 targetColor, type#26059 duration, type#15313 ignoreTimeScale, type#15313 useAlpha) { }
	// RVA: -1
	protected virtual type#28660 InternalCrossFadeAlpha(type#26059 alpha, type#26059 duration, type#15313 ignoreTimeScale) { }
	// RVA: -1
	protected type#28660 ParseInputText() { }
	// RVA: -1
	private type#28660 PopulateTextBackingArray(type#26576 sourceText) { }
	// RVA: -1
	private type#28660 PopulateTextBackingArray(type#26576 sourceText, type#20867 start, type#20867 length) { }
	// RVA: -1
	private type#28660 PopulateTextBackingArray(type#26605 sourceText, type#20867 start, type#20867 length) { }
	// RVA: -1
	private type#28660 PopulateTextBackingArray(type#12899 sourceText, type#20867 start, type#20867 length) { }
	// RVA: -1
	private type#28660 PopulateTextProcessingArray() { }
	// RVA: -1
	private type#28660 SetTextInternal(type#26576 sourceText) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#15335 syncTextInputBox) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0, type#26059 arg1) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0, type#26059 arg1, type#26059 arg2) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0, type#26059 arg1, type#26059 arg2, type#26059 arg3) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0, type#26059 arg1, type#26059 arg2, type#26059 arg3, type#26059 arg4) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0, type#26059 arg1, type#26059 arg2, type#26059 arg3, type#26059 arg4, type#26059 arg5) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0, type#26059 arg1, type#26059 arg2, type#26059 arg3, type#26059 arg4, type#26059 arg5, type#26059 arg6) { }
	// RVA: -1
	public type#28660 SetText(type#26576 sourceText, type#26059 arg0, type#26059 arg1, type#26059 arg2, type#26059 arg3, type#26059 arg4, type#26059 arg5, type#26059 arg6, type#26059 arg7) { }
	// RVA: -1
	public type#28660 SetText(type#26605 sourceText) { }
	// RVA: -1
	private type#28660 SetText(type#26605 sourceText, type#20867 start, type#20867 length) { }
	// RVA: -1
	public type#28660 SetText(type#12899 sourceText) { }
	// RVA: -1
	public type#28660 SetText(type#12899 sourceText, type#20867 start, type#20867 length) { }
	// RVA: -1
	public type#28660 SetCharArray(type#12899 sourceText) { }
	// RVA: -1
	public type#28660 SetCharArray(type#12899 sourceText, type#20867 start, type#20867 length) { }
	// RVA: -1
	private type#26925 GetStyle(type#20867 hashCode) { }
	// RVA: -1
	private type#28660 InsertOpeningTextStyle(type#26925 style, type#11740 charBuffer, type#11942 writeIndex) { }
	// RVA: -1
	private type#28660 InsertClosingTextStyle(type#26925 style, type#11740 charBuffer, type#11942 writeIndex) { }
	// RVA: -1
	private type#28660 InsertTextStyleInTextProcessingArray(type#11740 charBuffer, type#11942 writeIndex, type#13557 styleDefinition) { }
	// RVA: -1
	private type#15313 ReplaceOpeningStyleTag(type#12321 sourceText, type#20867 srcIndex, type#11944 srcOffset, type#11740 charBuffer, type#11942 writeIndex) { }
	// RVA: -1
	private type#15313 ReplaceOpeningStyleTag(type#11730 sourceText, type#20867 srcIndex, type#11944 srcOffset, type#11740 charBuffer, type#11942 writeIndex) { }
	// RVA: -1
	private type#28660 ReplaceClosingStyleTag(type#11740 charBuffer, type#11942 writeIndex) { }
	// RVA: -1
	private type#28660 InsertOpeningStyleTag(type#26925 style, type#11740 charBuffer, type#11942 writeIndex) { }
	// RVA: -1
	private type#28660 InsertClosingStyleTag(type#11740 charBuffer, type#11942 writeIndex) { }
	// RVA: -1
	private type#20867 GetMarkupTagHashCode(type#13557 styleDefinition, type#20867 readIndex) { }
	// RVA: -1
	private type#20867 GetMarkupTagHashCode(type#34011 styleDefinition, type#20867 readIndex) { }
	// RVA: -1
	private type#20867 GetStyleHashCode(type#11730 text, type#20867 index, type#11944 closeIndex) { }
	// RVA: -1
	private type#20867 GetStyleHashCode(type#12321 text, type#20867 index, type#11944 closeIndex) { }
	// RVA: -1
	private type#28660 ResizeInternalArray(type#11690 array) { }
	// RVA: -1
	private type#28660 ResizeInternalArray(type#11691 array, type#20867 size) { }
	// RVA: -1
	private type#28660 AddFloatToInternalTextBackingArray(type#26059 value, type#20867 padding, type#20867 precision, type#11942 writeIndex) { }
	// RVA: -1
	private type#28660 AddIntegerToInternalTextBackingArray(type#17430 number, type#20867 padding, type#11942 writeIndex) { }
	// RVA: -1
	private type#26576 InternalTextBackingArrayToString() { }
	// RVA: -1
	internal virtual type#20867 SetArraySizes(type#13697 unicodeChars) { }
	// RVA: -1
	public type#28439 GetPreferredValues() { }
	// RVA: -1
	public type#28439 GetPreferredValues(type#26059 width, type#26059 height) { }
	// RVA: -1
	public type#28439 GetPreferredValues(type#26576 text) { }
	// RVA: -1
	public type#28439 GetPreferredValues(type#26576 text, type#26059 width, type#26059 height) { }
	// RVA: -1
	protected type#26059 GetPreferredWidth() { }
	// RVA: -1
	private type#26059 GetPreferredWidth(type#28439 margin) { }
	// RVA: -1
	private type#26059 GetPreferredWidth(type#28439 margin, type#27299 wrapMode) { }
	// RVA: -1
	protected type#26059 GetPreferredHeight() { }
	// RVA: -1
	private type#26059 GetPreferredHeight(type#28439 margin) { }
	// RVA: -1
	public type#28439 GetRenderedValues() { }
	// RVA: -1
	public type#28439 GetRenderedValues(type#15313 onlyVisibleCharacters) { }
	// RVA: -1
	private type#26059 GetRenderedWidth() { }
	// RVA: -1
	protected type#26059 GetRenderedWidth(type#15313 onlyVisibleCharacters) { }
	// RVA: -1
	private type#26059 GetRenderedHeight() { }
	// RVA: -1
	protected type#26059 GetRenderedHeight(type#15313 onlyVisibleCharacters) { }
	// RVA: -1
	protected virtual type#28439 CalculatePreferredValues(type#12112 fontSize, type#28439 marginSize, type#15313 isTextAutoSizingEnabled, type#27299 textWrapMode) { }
	// RVA: -1
	protected virtual type#15356 GetCompoundBounds() { }
	// RVA: -1
	internal virtual type#25017 GetCanvasSpaceClippingRect() { }
	// RVA: -1
	protected type#15356 GetTextBounds() { }
	// RVA: -1
	protected type#15356 GetTextBounds(type#15313 onlyVisibleCharacters) { }
	// RVA: -1
	protected type#28660 AdjustLineOffset(type#20867 startIndex, type#20867 endIndex, type#26059 offset) { }
	// RVA: -1
	protected type#28660 ResizeLineExtents(type#20867 size) { }
	// RVA: -1
	public virtual type#26947 GetTextInfo(type#26576 text) { }
	// RVA: -1
	public virtual type#28660 ComputeMarginSize() { }
	// RVA: -1
	internal type#28660 InsertNewLine(type#20867 i, type#26059 baseScale, type#26059 currentElementScale, type#26059 currentEmScale, type#26059 boldSpacingAdjustment, type#26059 characterSpacingAdjustment, type#26059 width, type#26059 lineGap, type#11788 isMaxVisibleDescenderSet, type#12112 maxVisibleDescender) { }
	// RVA: -1
	internal type#28660 SaveWordWrappingState(type#12241 state, type#20867 index, type#20867 count) { }
	// RVA: -1
	internal type#20867 RestoreWordWrappingState(type#12241 state) { }
	// RVA: -1
	protected virtual type#28660 SaveGlyphVertexInfo(type#26059 padding, type#26059 style_padding, type#16085 vertexColor) { }
	// RVA: -1
	protected virtual type#28660 SaveSpriteVertexInfo(type#16085 vertexColor) { }
	// RVA: -1
	protected virtual type#28660 FillCharacterVertexBuffers(type#20867 i) { }
	// RVA: -1
	protected virtual type#28660 FillCharacterVertexBuffers(type#20867 i, type#15313 isVolumetric) { }
	// RVA: -1
	protected virtual type#28660 FillSpriteVertexBuffers(type#20867 i) { }
	// RVA: -1
	protected virtual type#28660 DrawUnderlineMesh(type#28468 start, type#28468 end, type#11942 index, type#26059 startScale, type#26059 endScale, type#26059 maxScale, type#26059 sdfScale, type#16085 underlineColor) { }
	// RVA: -1
	protected virtual type#28660 DrawTextHighlight(type#28468 start, type#28468 end, type#11942 index, type#16085 highlightColor) { }
	// RVA: -1
	protected type#28660 LoadDefaultSettings() { }
	// RVA: -1
	protected type#28660 GetSpecialCharacters(type#26868 fontAsset) { }
	// RVA: -1
	protected type#28660 GetEllipsisSpecialCharacter(type#26868 fontAsset) { }
	// RVA: -1
	protected type#28660 GetUnderlineSpecialCharacter(type#26868 fontAsset) { }
	// RVA: -1
	protected type#28660 ReplaceTagWithCharacter(type#13150 chars, type#20867 insertionIndex, type#20867 tagLength, type#15837 c) { }
	// RVA: -1
	protected type#26868 GetFontAssetForWeight(type#20867 fontWeight) { }
	// RVA: -1
	internal type#26938 GetTextElement(type#27917 unicode, type#26868 fontAsset, type#18662 fontStyle, type#18673 fontWeight, type#11789 isUsingAlternativeTypeface) { }
	// RVA: -1
	protected virtual type#28660 SetActiveSubMeshes(type#15313 state) { }
	// RVA: -1
	protected virtual type#28660 DestroySubMeshObjects() { }
	// RVA: -1
	public virtual type#28660 ClearMesh() { }
	// RVA: -1
	public virtual type#28660 ClearMesh(type#15313 uploadGeometry) { }
	// RVA: -1
	public virtual type#26576 GetParsedText() { }
	// RVA: -1
	internal type#15313 IsSelfOrLinkedAncestor(type#26933 targetTextComponent) { }
	// RVA: -1
	internal type#28660 ReleaseLinkedTextComponent(type#26933 targetTextComponent) { }
	// RVA: -1
	protected type#28660 DoMissingGlyphCallback(type#20867 unicode, type#20867 stringIndex, type#26868 fontAsset) { }
	// RVA: -1
	protected type#28439 PackUV(type#26059 x, type#26059 y, type#26059 scale) { }
	// RVA: -1
	protected type#26059 PackUV(type#26059 x, type#26059 y) { }
	// RVA: -1
	internal virtual type#28660 InternalUpdate() { }
	// RVA: -1
	protected type#27917 HexToInt(type#15837 hex) { }
	// RVA: -1
	private type#15313 IsValidUTF16(type#34011 text, type#20867 index) { }
	// RVA: -1
	private type#27917 GetUTF16(type#13557 text, type#20867 i) { }
	// RVA: -1
	private type#27917 GetUTF16(type#34011 text, type#20867 i) { }
	// RVA: -1
	private type#15313 IsValidUTF32(type#34011 text, type#20867 index) { }
	// RVA: -1
	private type#27917 GetUTF32(type#13557 text, type#20867 i) { }
	// RVA: -1
	private type#27917 GetUTF32(type#34011 text, type#20867 i) { }
	// RVA: -1
	protected type#16085 HexCharsToColor(type#12899 hexChars, type#20867 tagCount) { }
	// RVA: -1
	protected type#16085 HexCharsToColor(type#12899 hexChars, type#20867 startIndex, type#20867 length) { }
	// RVA: -1
	private type#20867 GetAttributeParameters(type#12899 chars, type#20867 startIndex, type#20867 length, type#11724 parameters) { }
	// RVA: -1
	protected type#26059 ConvertToFloat(type#12899 chars, type#20867 startIndex, type#20867 length) { }
	// RVA: -1
	protected type#26059 ConvertToFloat(type#12899 chars, type#20867 startIndex, type#20867 length, type#11944 lastIndex) { }
	// RVA: -1
	private type#28660 ClearMarkupTagAttributes() { }
	// RVA: -1
	internal type#15313 ValidateHtmlTag(type#13697 chars, type#20867 startIndex, type#11944 endIndex) { }
	// RVA: -1
	protected type#28660 .ctor() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
