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.Font.GenericFont.yml
2020-05-21 01:08:36 +02:00

1802 lines
68 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Font.GenericFont
commentId: T:MLEM.Font.GenericFont
id: GenericFont
parent: MLEM.Font
children:
- MLEM.Font.GenericFont.Bold
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
- MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
- MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char)
- MLEM.Font.GenericFont.Italic
- MLEM.Font.GenericFont.LineHeight
- MLEM.Font.GenericFont.MeasureString(System.String)
- MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder)
- MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single)
- MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String)
langs:
- csharp
- vb
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
type: Class
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GenericFont
path: ../MLEM/Font/GenericFont.cs
startLine: 11
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nRepresents a font with additional abilities.\n<xref href=\"MLEM.Font.GenericSpriteFont\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: public abstract class GenericFont
content.vb: Public MustInherit Class GenericFont
inheritance:
- System.Object
derivedClasses:
- MLEM.Extended.Font.GenericBitmapFont
- MLEM.Font.GenericSpriteFont
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
extensionMethods:
- MLEM.Font.GenericFont.MLEM.Formatting.TextFormatting.DrawFormattedString(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)
modifiers.csharp:
- public
- abstract
- class
modifiers.vb:
- Public
- MustInherit
- Class
- uid: MLEM.Font.GenericFont.Bold
commentId: P:MLEM.Font.GenericFont.Bold
id: Bold
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: Bold
nameWithType: GenericFont.Bold
fullName: MLEM.Font.GenericFont.Bold
type: Property
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Bold
path: ../MLEM/Font/GenericFont.cs
startLine: 16
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nThe bold version of this font.\n"
example: []
syntax:
content: public abstract GenericFont Bold { get; }
parameters: []
return:
type: MLEM.Font.GenericFont
content.vb: Public MustOverride ReadOnly Property Bold As GenericFont
overload: MLEM.Font.GenericFont.Bold*
modifiers.csharp:
- public
- abstract
- get
modifiers.vb:
- Public
- MustOverride
- ReadOnly
- uid: MLEM.Font.GenericFont.Italic
commentId: P:MLEM.Font.GenericFont.Italic
id: Italic
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: Italic
nameWithType: GenericFont.Italic
fullName: MLEM.Font.GenericFont.Italic
type: Property
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Italic
path: ../MLEM/Font/GenericFont.cs
startLine: 21
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nThe italic version of this font.\n"
example: []
syntax:
content: public abstract GenericFont Italic { get; }
parameters: []
return:
type: MLEM.Font.GenericFont
content.vb: Public MustOverride ReadOnly Property Italic As GenericFont
overload: MLEM.Font.GenericFont.Italic*
modifiers.csharp:
- public
- abstract
- get
modifiers.vb:
- Public
- MustOverride
- ReadOnly
- uid: MLEM.Font.GenericFont.LineHeight
commentId: P:MLEM.Font.GenericFont.LineHeight
id: LineHeight
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: LineHeight
nameWithType: GenericFont.LineHeight
fullName: MLEM.Font.GenericFont.LineHeight
type: Property
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: LineHeight
path: ../MLEM/Font/GenericFont.cs
startLine: 24
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract float LineHeight { get; }
parameters: []
return:
type: System.Single
content.vb: Public MustOverride ReadOnly Property LineHeight As Single
overload: MLEM.Font.GenericFont.LineHeight*
modifiers.csharp:
- public
- abstract
- get
modifiers.vb:
- Public
- MustOverride
- ReadOnly
- uid: MLEM.Font.GenericFont.MeasureString(System.String)
commentId: M:MLEM.Font.GenericFont.MeasureString(System.String)
id: MeasureString(System.String)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: MeasureString(String)
nameWithType: GenericFont.MeasureString(String)
fullName: MLEM.Font.GenericFont.MeasureString(System.String)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: MeasureString
path: ../MLEM/Font/GenericFont.cs
startLine: 27
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract Vector2 MeasureString(string text)
parameters:
- id: text
type: System.String
return:
type: Microsoft.Xna.Framework.Vector2
content.vb: Public MustOverride Function MeasureString(text As String) As Vector2
overload: MLEM.Font.GenericFont.MeasureString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder)
commentId: M:MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder)
id: MeasureString(System.Text.StringBuilder)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: MeasureString(StringBuilder)
nameWithType: GenericFont.MeasureString(StringBuilder)
fullName: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: MeasureString
path: ../MLEM/Font/GenericFont.cs
startLine: 30
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract Vector2 MeasureString(StringBuilder text)
parameters:
- id: text
type: System.Text.StringBuilder
return:
type: Microsoft.Xna.Framework.Vector2
content.vb: Public MustOverride Function MeasureString(text As StringBuilder) As Vector2
overload: MLEM.Font.GenericFont.MeasureString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, String, Vector2, Color)
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 33
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract void DrawString(SpriteBatch batch, string text, Vector2 position, Color color)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.String
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: color
type: Microsoft.Xna.Framework.Color
content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single)
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 36
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.String
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: color
type: Microsoft.Xna.Framework.Color
- id: rotation
type: System.Single
- id: origin
type: Microsoft.Xna.Framework.Vector2
- id: scale
type: System.Single
- id: effects
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
- id: layerDepth
type: System.Single
content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single)
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 39
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract void DrawString(SpriteBatch batch, string text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.String
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: color
type: Microsoft.Xna.Framework.Color
- id: rotation
type: System.Single
- id: origin
type: Microsoft.Xna.Framework.Vector2
- id: scale
type: Microsoft.Xna.Framework.Vector2
- id: effects
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
- id: layerDepth
type: System.Single
content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, StringBuilder, Vector2, Color)
nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 42
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.Text.StringBuilder
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: color
type: Microsoft.Xna.Framework.Color
content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single)
nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 45
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.Text.StringBuilder
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: color
type: Microsoft.Xna.Framework.Color
- id: rotation
type: System.Single
- id: origin
type: Microsoft.Xna.Framework.Vector2
- id: scale
type: System.Single
- id: effects
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
- id: layerDepth
type: System.Single
content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single)
nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 48
assemblies:
- MLEM
namespace: MLEM.Font
example: []
syntax:
content: public abstract void DrawString(SpriteBatch batch, StringBuilder text, Vector2 position, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.Text.StringBuilder
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: color
type: Microsoft.Xna.Framework.Color
- id: rotation
type: System.Single
- id: origin
type: Microsoft.Xna.Framework.Vector2
- id: scale
type: Microsoft.Xna.Framework.Vector2
- id: effects
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
- id: layerDepth
type: System.Single
content.vb: Public MustOverride Sub DrawString(batch As SpriteBatch, text As StringBuilder, position As Vector2, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
- abstract
modifiers.vb:
- Public
- MustOverride
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color)
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 58
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nDraws a string with the given text alignment.\n"
example: []
syntax:
content: public void DrawString(SpriteBatch batch, string text, Vector2 position, TextAlign align, Color color)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
description: The sprite batch to use
- id: text
type: System.String
description: The string to draw
- id: position
type: Microsoft.Xna.Framework.Vector2
description: The position of the top left corner of the string
- id: align
type: MLEM.Font.TextAlign
description: The alignment to use
- id: color
type: Microsoft.Xna.Framework.Color
description: The color to use
content.vb: Public Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, align As TextAlign, color As Color)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single)
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Single, SpriteEffects, Single)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 63
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nDraws a string with the given text alignment.\n"
example: []
syntax:
content: public void DrawString(SpriteBatch batch, string text, Vector2 position, TextAlign align, Color color, float rotation, Vector2 origin, float scale, SpriteEffects effects, float layerDepth)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.String
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: align
type: MLEM.Font.TextAlign
- id: color
type: Microsoft.Xna.Framework.Color
- id: rotation
type: System.Single
- id: origin
type: Microsoft.Xna.Framework.Vector2
- id: scale
type: System.Single
- id: effects
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
- id: layerDepth
type: System.Single
content.vb: Public Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, align As TextAlign, color As Color, rotation As Single, origin As Vector2, scale As Single, effects As SpriteEffects, layerDepth As Single)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
id: DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single)
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color, Single, Vector2, Vector2, SpriteEffects, Single)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawString
path: ../MLEM/Font/GenericFont.cs
startLine: 68
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nDraws a string with the given text alignment.\n"
example: []
syntax:
content: public void DrawString(SpriteBatch batch, string text, Vector2 position, TextAlign align, Color color, float rotation, Vector2 origin, Vector2 scale, SpriteEffects effects, float layerDepth)
parameters:
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: text
type: System.String
- id: position
type: Microsoft.Xna.Framework.Vector2
- id: align
type: MLEM.Font.TextAlign
- id: color
type: Microsoft.Xna.Framework.Color
- id: rotation
type: System.Single
- id: origin
type: Microsoft.Xna.Framework.Vector2
- id: scale
type: Microsoft.Xna.Framework.Vector2
- id: effects
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
- id: layerDepth
type: System.Single
content.vb: Public Sub DrawString(batch As SpriteBatch, text As String, position As Vector2, align As TextAlign, color As Color, rotation As Single, origin As Vector2, scale As Vector2, effects As SpriteEffects, layerDepth As Single)
overload: MLEM.Font.GenericFont.DrawString*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String)
commentId: M:MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String)
id: TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: TruncateString(String, Single, Single, Boolean, String)
nameWithType: GenericFont.TruncateString(String, Single, Single, Boolean, String)
fullName: MLEM.Font.GenericFont.TruncateString(System.String, System.Single, System.Single, System.Boolean, System.String)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: TruncateString
path: ../MLEM/Font/GenericFont.cs
startLine: 94
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nTruncates a string to a given width. If the string&apos;s displayed area is larger than the maximum width, the string is cut off.\nOptionally, the string can be cut off a bit sooner, adding the <see cref=\"!:ellipsis\"></see> at the end instead.\n"
example: []
syntax:
content: public string TruncateString(string text, float width, float scale, bool fromBack = false, string ellipsis = "")
parameters:
- id: text
type: System.String
description: The text to truncate
- id: width
type: System.Single
description: The maximum width, in display pixels based on the font and scale
- id: scale
type: System.Single
description: The scale to use for width measurements
- id: fromBack
type: System.Boolean
description: If the string should be truncated from the back rather than the front
- id: ellipsis
type: System.String
description: The characters to add to the end of the string if it is too long
return:
type: System.String
description: The truncated string, or the same string if it is shorter than the maximum width
content.vb: Public Function TruncateString(text As String, width As Single, scale As Single, fromBack As Boolean = False, ellipsis As String = "") As String
overload: MLEM.Font.GenericFont.TruncateString*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single)
commentId: M:MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single)
id: SplitString(System.String,System.Single,System.Single)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: SplitString(String, Single, Single)
nameWithType: GenericFont.SplitString(String, Single, Single)
fullName: MLEM.Font.GenericFont.SplitString(System.String, System.Single, System.Single)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: SplitString
path: ../MLEM/Font/GenericFont.cs
startLine: 123
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nSplits a string to a given maximum width, adding newline characters between each line.\nAlso splits long words.\n"
example: []
syntax:
content: public string SplitString(string text, float width, float scale)
parameters:
- id: text
type: System.String
description: The text to split into multiple lines
- id: width
type: System.Single
description: The maximum width that each line should have
- id: scale
type: System.Single
description: The scale to use for width measurements
return:
type: System.String
description: The split string, containing newline characters at each new line
content.vb: Public Function SplitString(text As String, width As Single, scale As Single) As String
overload: MLEM.Font.GenericFont.SplitString*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char)
commentId: M:MLEM.Font.GenericFont.GetWidthString(System.Single,System.Char)
id: GetWidthString(System.Single,System.Char)
parent: MLEM.Font.GenericFont
langs:
- csharp
- vb
name: GetWidthString(Single, Char)
nameWithType: GenericFont.GetWidthString(Single, Char)
fullName: MLEM.Font.GenericFont.GetWidthString(System.Single, System.Char)
type: Method
source:
remote:
path: MLEM/Font/GenericFont.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GetWidthString
path: ../MLEM/Font/GenericFont.cs
startLine: 164
assemblies:
- MLEM
namespace: MLEM.Font
summary: "\nReturns a string made up of the given content characters that is the given length long when displayed.\n"
example: []
syntax:
content: public string GetWidthString(float width, char content = ' ')
parameters:
- id: width
type: System.Single
description: The width that the string should have if the scale is 1
- id: content
type: System.Char
description: The content that the string should contain. Defaults to a space.
return:
type: System.String
description: ''
content.vb: Public Function GetWidthString(width As Single, content As Char = " "c) As String
overload: MLEM.Font.GenericFont.GetWidthString*
modifiers.csharp:
- public
modifiers.vb:
- Public
references:
- uid: MLEM.Font.GenericSpriteFont
commentId: T:MLEM.Font.GenericSpriteFont
name: GenericSpriteFont
nameWithType: GenericSpriteFont
fullName: MLEM.Font.GenericSpriteFont
- uid: MLEM.Font
commentId: N:MLEM.Font
name: MLEM.Font
nameWithType: MLEM.Font
fullName: MLEM.Font
- 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: MLEM.Font.GenericFont.MLEM.Formatting.TextFormatting.DrawFormattedString(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)
parent: MLEM.Formatting.TextFormatting
definition: 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)
name: DrawFormattedString(SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings)
nameWithType: TextFormatting.DrawFormattedString(SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings)
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(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)
spec.csharp:
- uid: MLEM.Formatting.TextFormatting.DrawFormattedString(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)
name: DrawFormattedString
nameWithType: TextFormatting.DrawFormattedString
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormattingCodeCollection
name: FormattingCodeCollection
nameWithType: FormattingCodeCollection
fullName: MLEM.Formatting.FormattingCodeCollection
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Color
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormatSettings
name: FormatSettings
nameWithType: FormatSettings
fullName: MLEM.Formatting.FormatSettings
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Formatting.TextFormatting.DrawFormattedString(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)
name: DrawFormattedString
nameWithType: TextFormatting.DrawFormattedString
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormattingCodeCollection
name: FormattingCodeCollection
nameWithType: FormattingCodeCollection
fullName: MLEM.Formatting.FormattingCodeCollection
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Color
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormatSettings
name: FormatSettings
nameWithType: FormatSettings
fullName: MLEM.Formatting.FormatSettings
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- 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)
isExternal: true
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)
spec.csharp:
- 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)
name: DrawFormattedString
nameWithType: TextFormatting.DrawFormattedString
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormattingCodeCollection
name: FormattingCodeCollection
nameWithType: FormattingCodeCollection
fullName: MLEM.Formatting.FormattingCodeCollection
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Color
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormatSettings
name: FormatSettings
nameWithType: FormatSettings
fullName: MLEM.Formatting.FormatSettings
- name: )
nameWithType: )
fullName: )
spec.vb:
- 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)
name: DrawFormattedString
nameWithType: TextFormatting.DrawFormattedString
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString
- name: (
nameWithType: (
fullName: (
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormattingCodeCollection
name: FormattingCodeCollection
nameWithType: FormattingCodeCollection
fullName: MLEM.Formatting.FormattingCodeCollection
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Color
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.GenericFont
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Formatting.FormatSettings
name: FormatSettings
nameWithType: FormatSettings
fullName: MLEM.Formatting.FormatSettings
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Formatting.TextFormatting
commentId: T:MLEM.Formatting.TextFormatting
parent: MLEM.Formatting
name: TextFormatting
nameWithType: TextFormatting
fullName: MLEM.Formatting.TextFormatting
- uid: MLEM.Formatting
commentId: N:MLEM.Formatting
name: MLEM.Formatting
nameWithType: MLEM.Formatting
fullName: MLEM.Formatting
- uid: MLEM.Font.GenericFont.Bold*
commentId: Overload:MLEM.Font.GenericFont.Bold
name: Bold
nameWithType: GenericFont.Bold
fullName: MLEM.Font.GenericFont.Bold
- uid: MLEM.Font.GenericFont
commentId: T:MLEM.Font.GenericFont
parent: MLEM.Font
name: GenericFont
nameWithType: GenericFont
fullName: MLEM.Font.GenericFont
- uid: MLEM.Font.GenericFont.Italic*
commentId: Overload:MLEM.Font.GenericFont.Italic
name: Italic
nameWithType: GenericFont.Italic
fullName: MLEM.Font.GenericFont.Italic
- uid: Microsoft.Xna.Framework.Graphics.SpriteFont.LineSpacing
commentId: P:Microsoft.Xna.Framework.Graphics.SpriteFont.LineSpacing
isExternal: true
- uid: MLEM.Font.GenericFont.LineHeight*
commentId: Overload:MLEM.Font.GenericFont.LineHeight
name: LineHeight
nameWithType: GenericFont.LineHeight
fullName: MLEM.Font.GenericFont.LineHeight
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.String)
commentId: M:Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.String)
isExternal: true
- uid: MLEM.Font.GenericFont.MeasureString*
commentId: Overload:MLEM.Font.GenericFont.MeasureString
name: MeasureString
nameWithType: GenericFont.MeasureString
fullName: MLEM.Font.GenericFont.MeasureString
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- 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
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
- uid: Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.Text.StringBuilder)
commentId: M:Microsoft.Xna.Framework.Graphics.SpriteFont.MeasureString(System.Text.StringBuilder)
isExternal: true
- uid: System.Text.StringBuilder
commentId: T:System.Text.StringBuilder
parent: System.Text
isExternal: true
name: StringBuilder
nameWithType: StringBuilder
fullName: System.Text.StringBuilder
- uid: System.Text
commentId: N:System.Text
isExternal: true
name: System.Text
nameWithType: System.Text
fullName: System.Text
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.DrawString(Microsoft.Xna.Framework.Graphics.SpriteFont,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.DrawString(Microsoft.Xna.Framework.Graphics.SpriteFont,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
isExternal: true
- uid: MLEM.Font.GenericFont.DrawString*
commentId: Overload:MLEM.Font.GenericFont.DrawString
name: DrawString
nameWithType: GenericFont.DrawString
fullName: MLEM.Font.GenericFont.DrawString
- 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.Color
commentId: T:Microsoft.Xna.Framework.Color
parent: Microsoft.Xna.Framework
isExternal: true
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
- 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.Graphics.SpriteEffects
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects
parent: Microsoft.Xna.Framework.Graphics
isExternal: true
name: SpriteEffects
nameWithType: SpriteEffects
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
- uid: MLEM.Font.TextAlign
commentId: T:MLEM.Font.TextAlign
parent: MLEM.Font
name: TextAlign
nameWithType: TextAlign
fullName: MLEM.Font.TextAlign
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
parent: MLEM.Font.GenericFont
isExternal: true
name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color)
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color)
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color)
spec.csharp:
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
name: DrawString
nameWithType: GenericFont.DrawString
fullName: MLEM.Font.GenericFont.DrawString
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.TextAlign
name: TextAlign
nameWithType: TextAlign
fullName: MLEM.Font.TextAlign
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Color
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
name: DrawString
nameWithType: GenericFont.DrawString
fullName: MLEM.Font.GenericFont.DrawString
- name: (
nameWithType: (
fullName: (
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
name: SpriteBatch
nameWithType: SpriteBatch
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.String
name: String
nameWithType: String
fullName: System.String
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: MLEM.Font.TextAlign
name: TextAlign
nameWithType: TextAlign
fullName: MLEM.Font.TextAlign
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: Microsoft.Xna.Framework.Color
name: Color
nameWithType: Color
fullName: Microsoft.Xna.Framework.Color
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: MLEM.Font.GenericFont.TruncateString*
commentId: Overload:MLEM.Font.GenericFont.TruncateString
name: TruncateString
nameWithType: GenericFont.TruncateString
fullName: MLEM.Font.GenericFont.TruncateString
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: MLEM.Font.GenericFont.SplitString*
commentId: Overload:MLEM.Font.GenericFont.SplitString
name: SplitString
nameWithType: GenericFont.SplitString
fullName: MLEM.Font.GenericFont.SplitString
- uid: MLEM.Font.GenericFont.GetWidthString*
commentId: Overload:MLEM.Font.GenericFont.GetWidthString
name: GetWidthString
nameWithType: GenericFont.GetWidthString
fullName: MLEM.Font.GenericFont.GetWidthString
- uid: System.Char
commentId: T:System.Char
parent: System
isExternal: true
name: Char
nameWithType: Char
fullName: System.Char