1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-01 21:03:38 +02:00
MLEM/Docs/api/MLEM.Formatting.TextFormatting.yml
2020-05-21 01:08:36 +02:00

799 lines
25 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Formatting.TextFormatting
commentId: T:MLEM.Formatting.TextFormatting
id: TextFormatting
parent: MLEM.Formatting
children:
- MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
- MLEM.Formatting.TextFormatting.FormattingCodes
- MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)
- MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)
- MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)
langs:
- csharp
- vb
name: TextFormatting
nameWithType: TextFormatting
fullName: MLEM.Formatting.TextFormatting
type: Class
source:
remote:
path: MLEM/Formatting/Obsolete/TextFormatting.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: TextFormatting
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
startLine: 11
assemblies:
- MLEM
namespace: MLEM.Formatting
syntax:
content: >-
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
public static class TextFormatting
content.vb: >-
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
Public Module TextFormatting
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
attributes:
- type: System.ObsoleteAttribute
ctor: System.ObsoleteAttribute.#ctor(System.String)
arguments:
- type: System.String
value: Use the new text formatting system in MLEM.Formatting instead
modifiers.csharp:
- public
- static
- class
modifiers.vb:
- Public
- Module
- uid: MLEM.Formatting.TextFormatting.FormattingCodes
commentId: F:MLEM.Formatting.TextFormatting.FormattingCodes
id: FormattingCodes
parent: MLEM.Formatting.TextFormatting
langs:
- csharp
- vb
name: FormattingCodes
nameWithType: TextFormatting.FormattingCodes
fullName: MLEM.Formatting.TextFormatting.FormattingCodes
type: Field
source:
remote:
path: MLEM/Formatting/Obsolete/TextFormatting.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: FormattingCodes
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
startLine: 14
assemblies:
- MLEM
namespace: MLEM.Formatting
syntax:
content: public static readonly Dictionary<string, FormattingCode> FormattingCodes
return:
type: System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode}
content.vb: Public Shared ReadOnly FormattingCodes As Dictionary(Of String, FormattingCode)
modifiers.csharp:
- public
- static
- readonly
modifiers.vb:
- Public
- Shared
- ReadOnly
- uid: MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)
commentId: M:MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)
id: SetFormatIndicators(System.Char,System.Char)
parent: MLEM.Formatting.TextFormatting
langs:
- csharp
- vb
name: SetFormatIndicators(Char, Char)
nameWithType: TextFormatting.SetFormatIndicators(Char, Char)
fullName: MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char, System.Char)
type: Method
source:
remote:
path: MLEM/Formatting/Obsolete/TextFormatting.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: SetFormatIndicators
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
startLine: 39
assemblies:
- MLEM
namespace: MLEM.Formatting
syntax:
content: public static void SetFormatIndicators(char opener, char closer)
parameters:
- id: opener
type: System.Char
- id: closer
type: System.Char
content.vb: Public Shared Sub SetFormatIndicators(opener As Char, closer As Char)
overload: MLEM.Formatting.TextFormatting.SetFormatIndicators*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)
commentId: M:MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)
id: RemoveFormatting(System.String,MLEM.Font.GenericFont)
isExtensionMethod: true
parent: MLEM.Formatting.TextFormatting
langs:
- csharp
- vb
name: RemoveFormatting(String, GenericFont)
nameWithType: TextFormatting.RemoveFormatting(String, GenericFont)
fullName: MLEM.Formatting.TextFormatting.RemoveFormatting(System.String, MLEM.Font.GenericFont)
type: Method
source:
remote:
path: MLEM/Formatting/Obsolete/TextFormatting.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: RemoveFormatting
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
startLine: 47
assemblies:
- MLEM
namespace: MLEM.Formatting
syntax:
content: public static string RemoveFormatting(this string s, GenericFont font)
parameters:
- id: s
type: System.String
- id: font
type: MLEM.Font.GenericFont
return:
type: System.String
content.vb: >-
<ExtensionAttribute>
Public Shared Function RemoveFormatting(s As String, font As GenericFont) As String
overload: MLEM.Formatting.TextFormatting.RemoveFormatting*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)
commentId: M:MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)
id: GetFormattingCodes(System.String,MLEM.Font.GenericFont)
isExtensionMethod: true
parent: MLEM.Formatting.TextFormatting
langs:
- csharp
- vb
name: GetFormattingCodes(String, GenericFont)
nameWithType: TextFormatting.GetFormattingCodes(String, GenericFont)
fullName: MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String, MLEM.Font.GenericFont)
type: Method
source:
remote:
path: MLEM/Formatting/Obsolete/TextFormatting.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GetFormattingCodes
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
startLine: 54
assemblies:
- MLEM
namespace: MLEM.Formatting
syntax:
content: public static FormattingCodeCollection GetFormattingCodes(this string s, GenericFont font)
parameters:
- id: s
type: System.String
- id: font
type: MLEM.Font.GenericFont
return:
type: MLEM.Formatting.FormattingCodeCollection
content.vb: >-
<ExtensionAttribute>
Public Shared Function GetFormattingCodes(s As String, font As GenericFont) As FormattingCodeCollection
overload: MLEM.Formatting.TextFormatting.GetFormattingCodes*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
- uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
commentId: M:MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
id: DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
isExtensionMethod: true
parent: MLEM.Formatting.TextFormatting
langs:
- csharp
- vb
name: DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings)
nameWithType: TextFormatting.DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings)
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.String, MLEM.Formatting.FormattingCodeCollection, Microsoft.Xna.Framework.Color, System.Single, MLEM.Font.GenericFont, MLEM.Font.GenericFont, System.Single, System.TimeSpan, MLEM.Formatting.FormatSettings)
type: Method
source:
remote:
path: MLEM/Formatting/Obsolete/TextFormatting.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawFormattedString
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
startLine: 73
assemblies:
- MLEM
namespace: MLEM.Formatting
syntax:
content: public static void DrawFormattedString(this GenericFont regularFont, SpriteBatch batch, Vector2 pos, string unformattedText, FormattingCodeCollection formatting, Color color, float scale, GenericFont boldFont = null, GenericFont italicFont = null, float depth = 0F, TimeSpan timeIntoAnimation = default(TimeSpan), FormatSettings formatSettings = null)
parameters:
- id: regularFont
type: MLEM.Font.GenericFont
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: pos
type: Microsoft.Xna.Framework.Vector2
- id: unformattedText
type: System.String
- id: formatting
type: MLEM.Formatting.FormattingCodeCollection
- id: color
type: Microsoft.Xna.Framework.Color
- id: scale
type: System.Single
- id: boldFont
type: MLEM.Font.GenericFont
- id: italicFont
type: MLEM.Font.GenericFont
- id: depth
type: System.Single
- id: timeIntoAnimation
type: System.TimeSpan
- id: formatSettings
type: MLEM.Formatting.FormatSettings
content.vb: >-
<ExtensionAttribute>
Public Shared Sub DrawFormattedString(regularFont As GenericFont, batch As SpriteBatch, pos As Vector2, unformattedText As String, formatting As FormattingCodeCollection, color As Color, scale As Single, boldFont As GenericFont = Nothing, italicFont As GenericFont = Nothing, depth As Single = 0F, timeIntoAnimation As TimeSpan = Nothing, formatSettings As FormatSettings = Nothing)
overload: MLEM.Formatting.TextFormatting.DrawFormattedString*
modifiers.csharp:
- public
- static
modifiers.vb:
- Public
- Shared
references:
- uid: MLEM.Formatting
commentId: N:MLEM.Formatting
name: MLEM.Formatting
nameWithType: MLEM.Formatting
fullName: MLEM.Formatting
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode}
commentId: T:System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
name: Dictionary<String, FormattingCode>
nameWithType: Dictionary<String, FormattingCode>
fullName: System.Collections.Generic.Dictionary<System.String, MLEM.Formatting.FormattingCode>
nameWithType.vb: Dictionary(Of String, FormattingCode)
fullName.vb: System.Collections.Generic.Dictionary(Of System.String, MLEM.Formatting.FormattingCode)
name.vb: Dictionary(Of String, FormattingCode)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormattingCode
name: FormattingCode
nameWithType: FormattingCode
fullName: MLEM.Formatting.FormattingCode
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormattingCode
name: FormattingCode
nameWithType: FormattingCode
fullName: MLEM.Formatting.FormattingCode
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: MLEM.Formatting.TextFormatting.SetFormatIndicators*
commentId: Overload:MLEM.Formatting.TextFormatting.SetFormatIndicators
name: SetFormatIndicators
nameWithType: TextFormatting.SetFormatIndicators
fullName: MLEM.Formatting.TextFormatting.SetFormatIndicators
- uid: System.Char
commentId: T:System.Char
parent: System
isExternal: true
name: Char
nameWithType: Char
fullName: System.Char
- uid: MLEM.Formatting.TextFormatting.RemoveFormatting*
commentId: Overload:MLEM.Formatting.TextFormatting.RemoveFormatting
name: RemoveFormatting
nameWithType: TextFormatting.RemoveFormatting
fullName: MLEM.Formatting.TextFormatting.RemoveFormatting
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: MLEM.Font.GenericFont
commentId: T:MLEM.Font.GenericFont
parent: MLEM.Font
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- uid: MLEM.Font
commentId: N:MLEM.Font
name: MLEM.Font
nameWithType: MLEM.Font
fullName: MLEM.Font
- uid: MLEM.Formatting.TextFormatting.GetFormattingCodes*
commentId: Overload:MLEM.Formatting.TextFormatting.GetFormattingCodes
name: GetFormattingCodes
nameWithType: TextFormatting.GetFormattingCodes
fullName: MLEM.Formatting.TextFormatting.GetFormattingCodes
- uid: MLEM.Formatting.FormattingCodeCollection
commentId: T:MLEM.Formatting.FormattingCodeCollection
parent: MLEM.Formatting
name: FormattingCodeCollection
nameWithType: FormattingCodeCollection
fullName: MLEM.Formatting.FormattingCodeCollection
- uid: MLEM.Formatting.TextFormatting.DrawFormattedString*
commentId: Overload:MLEM.Formatting.TextFormatting.DrawFormattedString
name: DrawFormattedString
nameWithType: TextFormatting.DrawFormattedString
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent: Microsoft.Xna.Framework.Graphics
isExternal: true
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
- uid: Microsoft.Xna.Framework.Vector2
commentId: T:Microsoft.Xna.Framework.Vector2
parent: Microsoft.Xna.Framework
isExternal: true
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
- uid: Microsoft.Xna.Framework.Color
commentId: T:Microsoft.Xna.Framework.Color
parent: Microsoft.Xna.Framework
isExternal: true
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: MLEM.Formatting.FormatSettings
commentId: T:MLEM.Formatting.FormatSettings
parent: MLEM.Formatting
name: FormatSettings
nameWithType: FormatSettings
fullName: MLEM.Formatting.FormatSettings
- uid: Microsoft.Xna.Framework.Graphics
commentId: N:Microsoft.Xna.Framework.Graphics
isExternal: true
name: Microsoft.Xna.Framework.Graphics
nameWithType: Microsoft.Xna.Framework.Graphics
fullName: Microsoft.Xna.Framework.Graphics
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework