2020-05-21 01:08:36 +02:00
### YamlMime:ManagedReference
items :
- uid : MLEM.Font.TextAlign
commentId : T:MLEM.Font.TextAlign
id : TextAlign
parent : MLEM.Font
children :
- MLEM.Font.TextAlign.Center
- MLEM.Font.TextAlign.CenterBothAxes
- MLEM.Font.TextAlign.Left
- MLEM.Font.TextAlign.Right
langs :
- csharp
- vb
name : TextAlign
nameWithType : TextAlign
fullName : MLEM.Font.TextAlign
type : Enum
source :
remote :
path : MLEM/Font/GenericFont.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : TextAlign
path : ../MLEM/Font/GenericFont.cs
2020-05-21 23:19:16 +02:00
startLine : 176
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Font
2020-05-21 23:19:16 +02:00
summary : "\nAn enum that represents the text alignment options for <xref href=\"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch%2cSystem.String%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Font.TextAlign%2cMicrosoft.Xna.Framework.Color)\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public enum TextAlign
content.vb : Public Enum TextAlign
modifiers.csharp :
- public
- enum
modifiers.vb :
- Public
- Enum
- uid : MLEM.Font.TextAlign.Left
commentId : F:MLEM.Font.TextAlign.Left
id : Left
parent : MLEM.Font.TextAlign
langs :
- csharp
- vb
name : Left
nameWithType : TextAlign.Left
fullName : MLEM.Font.TextAlign.Left
type : Field
source :
remote :
path : MLEM/Font/GenericFont.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Left
path : ../MLEM/Font/GenericFont.cs
2020-05-21 23:19:16 +02:00
startLine : 181
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Font
2020-05-21 23:19:16 +02:00
summary : "\nThe text is aligned as normal\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : Left = 0
return :
type : MLEM.Font.TextAlign
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- uid : MLEM.Font.TextAlign.Center
commentId : F:MLEM.Font.TextAlign.Center
id : Center
parent : MLEM.Font.TextAlign
langs :
- csharp
- vb
name : Center
nameWithType : TextAlign.Center
fullName : MLEM.Font.TextAlign.Center
type : Field
source :
remote :
path : MLEM/Font/GenericFont.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Center
path : ../MLEM/Font/GenericFont.cs
2020-05-21 23:19:16 +02:00
startLine : 185
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Font
2020-05-21 23:19:16 +02:00
summary : "\nThe position passed represents the center of the resulting string in the x axis\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : Center = 1
return :
type : MLEM.Font.TextAlign
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- uid : MLEM.Font.TextAlign.Right
commentId : F:MLEM.Font.TextAlign.Right
id : Right
parent : MLEM.Font.TextAlign
langs :
- csharp
- vb
name : Right
nameWithType : TextAlign.Right
fullName : MLEM.Font.TextAlign.Right
type : Field
source :
remote :
path : MLEM/Font/GenericFont.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Right
path : ../MLEM/Font/GenericFont.cs
2020-05-21 23:19:16 +02:00
startLine : 189
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Font
2020-05-21 23:19:16 +02:00
summary : "\nThe position passed represents the right edge of the resulting string\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : Right = 2
return :
type : MLEM.Font.TextAlign
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
- uid : MLEM.Font.TextAlign.CenterBothAxes
commentId : F:MLEM.Font.TextAlign.CenterBothAxes
id : CenterBothAxes
parent : MLEM.Font.TextAlign
langs :
- csharp
- vb
name : CenterBothAxes
nameWithType : TextAlign.CenterBothAxes
fullName : MLEM.Font.TextAlign.CenterBothAxes
type : Field
source :
remote :
path : MLEM/Font/GenericFont.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : CenterBothAxes
path : ../MLEM/Font/GenericFont.cs
2020-05-21 23:19:16 +02:00
startLine : 193
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Font
2020-05-21 23:19:16 +02:00
summary : "\nThe position passed represents the center of the resulting string, both in the x and y axes\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : CenterBothAxes = 3
return :
type : MLEM.Font.TextAlign
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
references :
2020-05-21 23:19:16 +02:00
- 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 : )
2020-05-21 01:08:36 +02:00
- uid : MLEM.Font
commentId : N : MLEM.Font
name : MLEM.Font
nameWithType : MLEM.Font
fullName : MLEM.Font
2020-05-21 23:19:16 +02:00
- uid : MLEM.Font.GenericFont
commentId : T:MLEM.Font.GenericFont
parent : MLEM.Font
name : GenericFont
nameWithType : GenericFont
fullName : MLEM.Font.GenericFont
2020-05-21 01:08:36 +02:00
- uid : MLEM.Font.TextAlign
commentId : T:MLEM.Font.TextAlign
parent : MLEM.Font
name : TextAlign
nameWithType : TextAlign
fullName : MLEM.Font.TextAlign