### YamlMime:ManagedReference items: - uid: MLEM.Extended.Font.GenericBitmapFont commentId: T:MLEM.Extended.Font.GenericBitmapFont id: GenericBitmapFont parent: MLEM.Extended.Font children: - MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont) - MLEM.Extended.Font.GenericBitmapFont.Bold - MLEM.Extended.Font.GenericBitmapFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) - MLEM.Extended.Font.GenericBitmapFont.Font - MLEM.Extended.Font.GenericBitmapFont.Italic - MLEM.Extended.Font.GenericBitmapFont.LineHeight - MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter(System.Int32) langs: - csharp - vb name: GenericBitmapFont nameWithType: GenericBitmapFont fullName: MLEM.Extended.Font.GenericBitmapFont type: Class source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: GenericBitmapFont path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 7 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: >- Represents a font with additional abilities. example: [] syntax: content: 'public class GenericBitmapFont : GenericFont, IGenericDataHolder' content.vb: Public Class GenericBitmapFont Inherits GenericFont Implements IGenericDataHolder inheritance: - System.Object - MLEM.Misc.GenericDataHolder - MLEM.Font.GenericFont implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - MLEM.Font.GenericFont.Emsp - MLEM.Font.GenericFont.OneEmSpace - MLEM.Font.GenericFont.Nbsp - MLEM.Font.GenericFont.Zwsp - 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.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.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.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.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.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) - MLEM.Font.GenericFont.MeasureString(System.String,System.Boolean) - MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder,System.Boolean) - MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) - MLEM.Font.GenericFont.TruncateString(System.Text.StringBuilder,System.Single,System.Single,System.Boolean,System.String) - MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) - MLEM.Font.GenericFont.SplitString(System.Text.StringBuilder,System.Single,System.Single) - MLEM.Font.GenericFont.SplitStringSeparate(System.String,System.Single,System.Single) - MLEM.Font.GenericFont.SplitStringSeparate(System.Text.StringBuilder,System.Single,System.Single) - MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) - MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) - MLEM.Misc.GenericDataHolder.GetData``1(System.String) - MLEM.Misc.GenericDataHolder.GetDataKeys - 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.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) - MLEM.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.Copy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) - MLEM.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) - MLEM.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.DeepCopy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) - uid: MLEM.Extended.Font.GenericBitmapFont.Font commentId: F:MLEM.Extended.Font.GenericBitmapFont.Font id: Font parent: MLEM.Extended.Font.GenericBitmapFont langs: - csharp - vb name: Font nameWithType: GenericBitmapFont.Font fullName: MLEM.Extended.Font.GenericBitmapFont.Font type: Field source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Font path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 12 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: The that is being wrapped by this generic font example: [] syntax: content: public readonly BitmapFont Font return: type: MonoGame.Extended.BitmapFonts.BitmapFont content.vb: Public ReadOnly Font As BitmapFont - uid: MLEM.Extended.Font.GenericBitmapFont.Bold commentId: P:MLEM.Extended.Font.GenericBitmapFont.Bold id: Bold parent: MLEM.Extended.Font.GenericBitmapFont langs: - csharp - vb name: Bold nameWithType: GenericBitmapFont.Bold fullName: MLEM.Extended.Font.GenericBitmapFont.Bold type: Property source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Bold path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 14 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: The bold version of this font. example: [] syntax: content: public override GenericFont Bold { get; } parameters: [] return: type: MLEM.Font.GenericFont content.vb: Public Overrides ReadOnly Property Bold As GenericFont overridden: MLEM.Font.GenericFont.Bold overload: MLEM.Extended.Font.GenericBitmapFont.Bold* - uid: MLEM.Extended.Font.GenericBitmapFont.Italic commentId: P:MLEM.Extended.Font.GenericBitmapFont.Italic id: Italic parent: MLEM.Extended.Font.GenericBitmapFont langs: - csharp - vb name: Italic nameWithType: GenericBitmapFont.Italic fullName: MLEM.Extended.Font.GenericBitmapFont.Italic type: Property source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: Italic path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 16 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: The italic version of this font. example: [] syntax: content: public override GenericFont Italic { get; } parameters: [] return: type: MLEM.Font.GenericFont content.vb: Public Overrides ReadOnly Property Italic As GenericFont overridden: MLEM.Font.GenericFont.Italic overload: MLEM.Extended.Font.GenericBitmapFont.Italic* - uid: MLEM.Extended.Font.GenericBitmapFont.LineHeight commentId: P:MLEM.Extended.Font.GenericBitmapFont.LineHeight id: LineHeight parent: MLEM.Extended.Font.GenericBitmapFont langs: - csharp - vb name: LineHeight nameWithType: GenericBitmapFont.LineHeight fullName: MLEM.Extended.Font.GenericBitmapFont.LineHeight type: Property source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: LineHeight path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 18 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: >- The height of each line of text of this font. This is the value that the text's draw position is offset by every time a newline character is reached. example: [] syntax: content: public override float LineHeight { get; } parameters: [] return: type: System.Single content.vb: Public Overrides ReadOnly Property LineHeight As Single overridden: MLEM.Font.GenericFont.LineHeight overload: MLEM.Extended.Font.GenericBitmapFont.LineHeight* - uid: MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont) commentId: M:MLEM.Extended.Font.GenericBitmapFont.#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont) id: '#ctor(MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont,MonoGame.Extended.BitmapFonts.BitmapFont)' parent: MLEM.Extended.Font.GenericBitmapFont langs: - csharp - vb name: GenericBitmapFont(BitmapFont, BitmapFont, BitmapFont) nameWithType: GenericBitmapFont.GenericBitmapFont(BitmapFont, BitmapFont, BitmapFont) fullName: MLEM.Extended.Font.GenericBitmapFont.GenericBitmapFont(MonoGame.Extended.BitmapFonts.BitmapFont, MonoGame.Extended.BitmapFonts.BitmapFont, MonoGame.Extended.BitmapFonts.BitmapFont) type: Constructor source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: .ctor path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 27 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: >- Creates a new generic font using . Optionally, a bold and italic version of the font can be supplied. example: [] syntax: content: public GenericBitmapFont(BitmapFont font, BitmapFont bold = null, BitmapFont italic = null) parameters: - id: font type: MonoGame.Extended.BitmapFonts.BitmapFont description: The font to wrap - id: bold type: MonoGame.Extended.BitmapFonts.BitmapFont description: A bold version of the font - id: italic type: MonoGame.Extended.BitmapFonts.BitmapFont description: An italic version of the font content.vb: Public Sub New(font As BitmapFont, bold As BitmapFont = Nothing, italic As BitmapFont = Nothing) overload: MLEM.Extended.Font.GenericBitmapFont.#ctor* nameWithType.vb: GenericBitmapFont.New(BitmapFont, BitmapFont, BitmapFont) fullName.vb: MLEM.Extended.Font.GenericBitmapFont.New(MonoGame.Extended.BitmapFonts.BitmapFont, MonoGame.Extended.BitmapFonts.BitmapFont, MonoGame.Extended.BitmapFonts.BitmapFont) name.vb: New(BitmapFont, BitmapFont, BitmapFont) - uid: MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter(System.Int32) commentId: M:MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter(System.Int32) id: MeasureCharacter(System.Int32) parent: MLEM.Extended.Font.GenericBitmapFont langs: - csharp - vb name: MeasureCharacter(int) nameWithType: GenericBitmapFont.MeasureCharacter(int) fullName: MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter(int) type: Method source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: MeasureCharacter path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 34 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: >- Measures the width of the given code point with the default scale for use in . Note that this method does not support , and for most generic fonts, which is why should be used even for single characters. example: [] syntax: content: protected override float MeasureCharacter(int codePoint) parameters: - id: codePoint type: System.Int32 description: The code point whose width to calculate return: type: System.Single description: The width of the given character with the default scale content.vb: Protected Overrides Function MeasureCharacter(codePoint As Integer) As Single overridden: MLEM.Font.GenericFont.MeasureCharacter(System.Int32) overload: MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter* nameWithType.vb: GenericBitmapFont.MeasureCharacter(Integer) fullName.vb: MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter(Integer) name.vb: MeasureCharacter(Integer) - uid: MLEM.Extended.Font.GenericBitmapFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) commentId: M:MLEM.Extended.Font.GenericBitmapFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) id: DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) parent: MLEM.Extended.Font.GenericBitmapFont langs: - csharp - vb name: DrawCharacter(SpriteBatch, int, string, Vector2, Color, float, Vector2, SpriteEffects, float) nameWithType: GenericBitmapFont.DrawCharacter(SpriteBatch, int, string, Vector2, Color, float, Vector2, SpriteEffects, float) fullName: MLEM.Extended.Font.GenericBitmapFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch, int, string, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, float) type: Method source: remote: path: MLEM.Extended/Font/GenericBitmapFont.cs branch: main repo: https://github.com/Ellpeck/MLEM id: DrawCharacter path: ../MLEM.Extended/Font/GenericBitmapFont.cs startLine: 40 assemblies: - MLEM.Extended namespace: MLEM.Extended.Font summary: >- Draws the given code point with the given data for use in . Note that this method is only called internally. example: [] syntax: content: protected override void DrawCharacter(SpriteBatch batch, int codePoint, string character, Vector2 position, Color color, float rotation, Vector2 scale, SpriteEffects effects, float layerDepth) parameters: - id: batch type: Microsoft.Xna.Framework.Graphics.SpriteBatch description: The sprite batch to draw with. - id: codePoint type: System.Int32 description: The code point which will be drawn. - id: character type: System.String description: A string representation of the character which will be drawn. - id: position type: Microsoft.Xna.Framework.Vector2 description: The drawing location on screen. - id: color type: Microsoft.Xna.Framework.Color description: A color mask. - id: rotation type: System.Single description: A rotation of this character. - id: scale type: Microsoft.Xna.Framework.Vector2 description: A scaling of this character. - id: effects type: Microsoft.Xna.Framework.Graphics.SpriteEffects description: Modificators for drawing. Can be combined. - id: layerDepth type: System.Single description: A depth of the layer of this character. content.vb: Protected Overrides Sub DrawCharacter(batch As SpriteBatch, codePoint As Integer, character As String, position As Vector2, color As Color, rotation As Single, scale As Vector2, effects As SpriteEffects, layerDepth As Single) overridden: MLEM.Font.GenericFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) overload: MLEM.Extended.Font.GenericBitmapFont.DrawCharacter* nameWithType.vb: GenericBitmapFont.DrawCharacter(SpriteBatch, Integer, String, Vector2, Color, Single, Vector2, SpriteEffects, Single) fullName.vb: MLEM.Extended.Font.GenericBitmapFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch, Integer, String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, Single) name.vb: DrawCharacter(SpriteBatch, Integer, String, Vector2, Color, Single, Vector2, SpriteEffects, Single) references: - uid: MLEM.Font.GenericSpriteFont commentId: T:MLEM.Font.GenericSpriteFont href: MLEM.Font.GenericSpriteFont.html name: GenericSpriteFont nameWithType: GenericSpriteFont fullName: MLEM.Font.GenericSpriteFont - uid: MLEM.Extended.Font commentId: N:MLEM.Extended.Font href: MLEM.html name: MLEM.Extended.Font nameWithType: MLEM.Extended.Font fullName: MLEM.Extended.Font spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Extended name: Extended href: MLEM.Extended.html - name: . - uid: MLEM.Extended.Font name: Font href: MLEM.Extended.Font.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Extended name: Extended href: MLEM.Extended.html - name: . - uid: MLEM.Extended.Font name: Font href: MLEM.Extended.Font.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: MLEM.Misc.GenericDataHolder commentId: T:MLEM.Misc.GenericDataHolder parent: MLEM.Misc href: MLEM.Misc.GenericDataHolder.html name: GenericDataHolder nameWithType: GenericDataHolder fullName: MLEM.Misc.GenericDataHolder - uid: MLEM.Font.GenericFont commentId: T:MLEM.Font.GenericFont parent: MLEM.Font href: MLEM.Font.GenericFont.html name: GenericFont nameWithType: GenericFont fullName: MLEM.Font.GenericFont - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc href: MLEM.Misc.IGenericDataHolder.html name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: MLEM.Font.GenericFont.Emsp commentId: F:MLEM.Font.GenericFont.Emsp parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_Emsp name: Emsp nameWithType: GenericFont.Emsp fullName: MLEM.Font.GenericFont.Emsp - uid: MLEM.Font.GenericFont.OneEmSpace commentId: F:MLEM.Font.GenericFont.OneEmSpace parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_OneEmSpace name: OneEmSpace nameWithType: GenericFont.OneEmSpace fullName: MLEM.Font.GenericFont.OneEmSpace - uid: MLEM.Font.GenericFont.Nbsp commentId: F:MLEM.Font.GenericFont.Nbsp parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_Nbsp name: Nbsp nameWithType: GenericFont.Nbsp fullName: MLEM.Font.GenericFont.Nbsp - uid: MLEM.Font.GenericFont.Zwsp commentId: F:MLEM.Font.GenericFont.Zwsp parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_Zwsp name: Zwsp nameWithType: GenericFont.Zwsp fullName: MLEM.Font.GenericFont.Zwsp - 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) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#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_ name: DrawString(SpriteBatch, string, Vector2, Color, float, Vector2, Vector2, SpriteEffects, float) nameWithType: GenericFont.DrawString(SpriteBatch, string, Vector2, Color, float, Vector2, Vector2, SpriteEffects, float) fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, string, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, float) nameWithType.vb: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) fullName.vb: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, Single) name.vb: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) spec.csharp: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - 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) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#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_ name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, float, Vector2, Vector2, SpriteEffects, float) nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, float, Vector2, Vector2, SpriteEffects, float) fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, float) nameWithType.vb: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) fullName.vb: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, Single) name.vb: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Vector2, SpriteEffects, Single) spec.csharp: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - 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) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#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_ name: DrawString(SpriteBatch, string, Vector2, Color, float, Vector2, float, SpriteEffects, float) nameWithType: GenericFont.DrawString(SpriteBatch, string, Vector2, Color, float, Vector2, float, SpriteEffects, float) fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, string, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, float) nameWithType.vb: GenericFont.DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) fullName.vb: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Single) name.vb: DrawString(SpriteBatch, String, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) spec.csharp: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - 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) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#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_ name: DrawString(SpriteBatch, StringBuilder, Vector2, Color, float, Vector2, float, SpriteEffects, float) nameWithType: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, float, Vector2, float, SpriteEffects, float) fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Vector2, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, float) nameWithType.vb: GenericFont.DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) fullName.vb: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Text.StringBuilder, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Vector2, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Single) name.vb: DrawString(SpriteBatch, StringBuilder, Vector2, Color, Single, Vector2, Single, SpriteEffects, Single) spec.csharp: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - 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) name: DrawString href: MLEM.Font.GenericFont.html#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_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - 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) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawString_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_String_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_ name: DrawString(SpriteBatch, string, Vector2, Color) nameWithType: GenericFont.DrawString(SpriteBatch, string, Vector2, Color) fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, string, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) nameWithType.vb: GenericFont.DrawString(SpriteBatch, String, Vector2, Color) fullName.vb: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color) name.vb: DrawString(SpriteBatch, String, Vector2, Color) spec.csharp: - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) name: DrawString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawString_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_String_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ) spec.vb: - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) name: DrawString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawString_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_String_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ) - 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) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawString_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Text_StringBuilder_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_ 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) spec.csharp: - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) name: DrawString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawString_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Text_StringBuilder_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ) spec.vb: - uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Text.StringBuilder,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color) name: DrawString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawString_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Text_StringBuilder_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ) - uid: MLEM.Font.GenericFont.MeasureString(System.String,System.Boolean) commentId: M:MLEM.Font.GenericFont.MeasureString(System.String,System.Boolean) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureString_System_String_System_Boolean_ name: MeasureString(string, bool) nameWithType: GenericFont.MeasureString(string, bool) fullName: MLEM.Font.GenericFont.MeasureString(string, bool) nameWithType.vb: GenericFont.MeasureString(String, Boolean) fullName.vb: MLEM.Font.GenericFont.MeasureString(String, Boolean) name.vb: MeasureString(String, Boolean) spec.csharp: - uid: MLEM.Font.GenericFont.MeasureString(System.String,System.Boolean) name: MeasureString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureString_System_String_System_Boolean_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Font.GenericFont.MeasureString(System.String,System.Boolean) name: MeasureString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureString_System_String_System_Boolean_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder,System.Boolean) commentId: M:MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder,System.Boolean) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureString_System_Text_StringBuilder_System_Boolean_ name: MeasureString(StringBuilder, bool) nameWithType: GenericFont.MeasureString(StringBuilder, bool) fullName: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder, bool) nameWithType.vb: GenericFont.MeasureString(StringBuilder, Boolean) fullName.vb: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder, Boolean) name.vb: MeasureString(StringBuilder, Boolean) spec.csharp: - uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder,System.Boolean) name: MeasureString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureString_System_Text_StringBuilder_System_Boolean_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Font.GenericFont.MeasureString(System.Text.StringBuilder,System.Boolean) name: MeasureString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureString_System_Text_StringBuilder_System_Boolean_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - 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) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_TruncateString_System_String_System_Single_System_Single_System_Boolean_System_String_ name: TruncateString(string, float, float, bool, string) nameWithType: GenericFont.TruncateString(string, float, float, bool, string) fullName: MLEM.Font.GenericFont.TruncateString(string, float, float, bool, string) nameWithType.vb: GenericFont.TruncateString(String, Single, Single, Boolean, String) fullName.vb: MLEM.Font.GenericFont.TruncateString(String, Single, Single, Boolean, String) name.vb: TruncateString(String, Single, Single, Boolean, String) spec.csharp: - uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) name: TruncateString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_TruncateString_System_String_System_Single_System_Single_System_Boolean_System_String_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Font.GenericFont.TruncateString(System.String,System.Single,System.Single,System.Boolean,System.String) name: TruncateString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_TruncateString_System_String_System_Single_System_Single_System_Boolean_System_String_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Font.GenericFont.TruncateString(System.Text.StringBuilder,System.Single,System.Single,System.Boolean,System.String) commentId: M:MLEM.Font.GenericFont.TruncateString(System.Text.StringBuilder,System.Single,System.Single,System.Boolean,System.String) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_TruncateString_System_Text_StringBuilder_System_Single_System_Single_System_Boolean_System_String_ name: TruncateString(StringBuilder, float, float, bool, string) nameWithType: GenericFont.TruncateString(StringBuilder, float, float, bool, string) fullName: MLEM.Font.GenericFont.TruncateString(System.Text.StringBuilder, float, float, bool, string) nameWithType.vb: GenericFont.TruncateString(StringBuilder, Single, Single, Boolean, String) fullName.vb: MLEM.Font.GenericFont.TruncateString(System.Text.StringBuilder, Single, Single, Boolean, String) name.vb: TruncateString(StringBuilder, Single, Single, Boolean, String) spec.csharp: - uid: MLEM.Font.GenericFont.TruncateString(System.Text.StringBuilder,System.Single,System.Single,System.Boolean,System.String) name: TruncateString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_TruncateString_System_Text_StringBuilder_System_Single_System_Single_System_Boolean_System_String_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Font.GenericFont.TruncateString(System.Text.StringBuilder,System.Single,System.Single,System.Boolean,System.String) name: TruncateString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_TruncateString_System_Text_StringBuilder_System_Single_System_Single_System_Boolean_System_String_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) commentId: M:MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitString_System_String_System_Single_System_Single_ name: SplitString(string, float, float) nameWithType: GenericFont.SplitString(string, float, float) fullName: MLEM.Font.GenericFont.SplitString(string, float, float) nameWithType.vb: GenericFont.SplitString(String, Single, Single) fullName.vb: MLEM.Font.GenericFont.SplitString(String, Single, Single) name.vb: SplitString(String, Single, Single) spec.csharp: - uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) name: SplitString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitString_System_String_System_Single_System_Single_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: MLEM.Font.GenericFont.SplitString(System.String,System.Single,System.Single) name: SplitString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitString_System_String_System_Single_System_Single_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: MLEM.Font.GenericFont.SplitString(System.Text.StringBuilder,System.Single,System.Single) commentId: M:MLEM.Font.GenericFont.SplitString(System.Text.StringBuilder,System.Single,System.Single) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitString_System_Text_StringBuilder_System_Single_System_Single_ name: SplitString(StringBuilder, float, float) nameWithType: GenericFont.SplitString(StringBuilder, float, float) fullName: MLEM.Font.GenericFont.SplitString(System.Text.StringBuilder, float, float) nameWithType.vb: GenericFont.SplitString(StringBuilder, Single, Single) fullName.vb: MLEM.Font.GenericFont.SplitString(System.Text.StringBuilder, Single, Single) name.vb: SplitString(StringBuilder, Single, Single) spec.csharp: - uid: MLEM.Font.GenericFont.SplitString(System.Text.StringBuilder,System.Single,System.Single) name: SplitString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitString_System_Text_StringBuilder_System_Single_System_Single_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: MLEM.Font.GenericFont.SplitString(System.Text.StringBuilder,System.Single,System.Single) name: SplitString href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitString_System_Text_StringBuilder_System_Single_System_Single_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: MLEM.Font.GenericFont.SplitStringSeparate(System.String,System.Single,System.Single) commentId: M:MLEM.Font.GenericFont.SplitStringSeparate(System.String,System.Single,System.Single) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitStringSeparate_System_String_System_Single_System_Single_ name: SplitStringSeparate(string, float, float) nameWithType: GenericFont.SplitStringSeparate(string, float, float) fullName: MLEM.Font.GenericFont.SplitStringSeparate(string, float, float) nameWithType.vb: GenericFont.SplitStringSeparate(String, Single, Single) fullName.vb: MLEM.Font.GenericFont.SplitStringSeparate(String, Single, Single) name.vb: SplitStringSeparate(String, Single, Single) spec.csharp: - uid: MLEM.Font.GenericFont.SplitStringSeparate(System.String,System.Single,System.Single) name: SplitStringSeparate href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitStringSeparate_System_String_System_Single_System_Single_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: MLEM.Font.GenericFont.SplitStringSeparate(System.String,System.Single,System.Single) name: SplitStringSeparate href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitStringSeparate_System_String_System_Single_System_Single_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: MLEM.Font.GenericFont.SplitStringSeparate(System.Text.StringBuilder,System.Single,System.Single) commentId: M:MLEM.Font.GenericFont.SplitStringSeparate(System.Text.StringBuilder,System.Single,System.Single) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitStringSeparate_System_Text_StringBuilder_System_Single_System_Single_ name: SplitStringSeparate(StringBuilder, float, float) nameWithType: GenericFont.SplitStringSeparate(StringBuilder, float, float) fullName: MLEM.Font.GenericFont.SplitStringSeparate(System.Text.StringBuilder, float, float) nameWithType.vb: GenericFont.SplitStringSeparate(StringBuilder, Single, Single) fullName.vb: MLEM.Font.GenericFont.SplitStringSeparate(System.Text.StringBuilder, Single, Single) name.vb: SplitStringSeparate(StringBuilder, Single, Single) spec.csharp: - uid: MLEM.Font.GenericFont.SplitStringSeparate(System.Text.StringBuilder,System.Single,System.Single) name: SplitStringSeparate href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitStringSeparate_System_Text_StringBuilder_System_Single_System_Single_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: MLEM.Font.GenericFont.SplitStringSeparate(System.Text.StringBuilder,System.Single,System.Single) name: SplitStringSeparate href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_SplitStringSeparate_System_Text_StringBuilder_System_Single_System_Single_ - name: ( - uid: System.Text.StringBuilder name: StringBuilder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.text.stringbuilder - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Misc.GenericDataHolder isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData_System_String_System_Object_ name: SetData(string, object) nameWithType: GenericDataHolder.SetData(string, object) fullName: MLEM.Misc.GenericDataHolder.SetData(string, object) nameWithType.vb: GenericDataHolder.SetData(String, Object) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object) name.vb: SetData(String, Object) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData_System_String_System_Object_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData_System_String_System_Object_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Misc.GenericDataHolder definition: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.GenericDataHolder isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ name: GetData(string) nameWithType: GenericDataHolder.GetData(string) fullName: MLEM.Misc.GenericDataHolder.GetData(string) nameWithType.vb: GenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String) name: GetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetData__1_System_String_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Misc.GenericDataHolder.GetDataKeys commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys parent: MLEM.Misc.GenericDataHolder href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys name: GetDataKeys() nameWithType: GenericDataHolder.GetDataKeys() fullName: MLEM.Misc.GenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.GetDataKeys name: GetDataKeys href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_GetDataKeys - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: MLEM.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: CopyInto(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate) nameWithType: CopyExtensions.CopyInto(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.CopyInto(MLEM.Extended.Font.GenericBitmapFont, MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.CopyInto(Of GenericBitmapFont)(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.CopyInto(Of MLEM.Extended.Font.GenericBitmapFont)(MLEM.Extended.Font.GenericBitmapFont, MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: CopyInto(Of GenericBitmapFont)(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Extended.Font.GenericBitmapFont,MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: '>' - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.CopyInto``1(MLEM.Extended.Font.GenericBitmapFont,MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ) - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.Copy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: Copy(GenericBitmapFont, BindingFlags, Predicate) nameWithType: CopyExtensions.Copy(GenericBitmapFont, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.Copy(MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.Copy(Of GenericBitmapFont)(GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.Copy(Of MLEM.Extended.Font.GenericBitmapFont)(MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: Copy(Of GenericBitmapFont)(GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.Copy``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: '>' - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.Copy``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ) - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopyInto(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopyInto(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopyInto(MLEM.Extended.Font.GenericBitmapFont, MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopyInto(Of GenericBitmapFont)(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopyInto(Of MLEM.Extended.Font.GenericBitmapFont)(MLEM.Extended.Font.GenericBitmapFont, MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopyInto(Of GenericBitmapFont)(GenericBitmapFont, GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Extended.Font.GenericBitmapFont,MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: '>' - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(MLEM.Extended.Font.GenericBitmapFont,MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ) - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Extended.Font.GenericBitmapFont.MLEM.Data.CopyExtensions.DeepCopy``1(System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) parent: MLEM.Data.CopyExtensions definition: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopy(GenericBitmapFont, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopy(GenericBitmapFont, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopy(MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopy(Of GenericBitmapFont)(GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopy(Of MLEM.Extended.Font.GenericBitmapFont)(MLEM.Extended.Font.GenericBitmapFont, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopy(Of GenericBitmapFont)(GenericBitmapFont, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: '>' - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(MLEM.Extended.Font.GenericBitmapFont,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ) - name: ( - uid: MLEM.Extended.Font.GenericBitmapFont name: GenericBitmapFont href: MLEM.Extended.Font.GenericBitmapFont.html - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Misc commentId: N:MLEM.Misc href: MLEM.html name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Misc name: Misc href: MLEM.Misc.html - uid: MLEM.Font commentId: N:MLEM.Font href: MLEM.html name: MLEM.Font nameWithType: MLEM.Font fullName: MLEM.Font spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Font name: Font href: MLEM.Font.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Font name: Font href: MLEM.Font.html - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) isExternal: true href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ name: SetData(string, T) nameWithType: GenericDataHolder.SetData(string, T) fullName: MLEM.Misc.GenericDataHolder.SetData(string, T) nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0) name: SetData href: MLEM.Misc.GenericDataHolder.html#MLEM_Misc_GenericDataHolder_SetData__1_System_String___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: CopyInto(T, T, BindingFlags, Predicate) nameWithType: CopyExtensions.CopyInto(T, T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.CopyInto(T, T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.CopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.CopyInto(Of T)(T, T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: CopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.CopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: CopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_CopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyExtensions commentId: T:MLEM.Data.CopyExtensions parent: MLEM.Data href: MLEM.Data.CopyExtensions.html name: CopyExtensions nameWithType: CopyExtensions fullName: MLEM.Data.CopyExtensions - uid: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: Copy(T, BindingFlags, Predicate) nameWithType: CopyExtensions.Copy(T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.Copy(T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.Copy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.Copy(Of T)(T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: Copy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.Copy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: Copy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_Copy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopyInto(T, T, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopyInto(T, T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopyInto(T, T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopyInto(Of T)(T, T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopyInto(Of T)(T, T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopyInto``1(``0,``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopyInto href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopyInto__1___0___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) commentId: M:MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) isExternal: true href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ name: DeepCopy(T, BindingFlags, Predicate) nameWithType: CopyExtensions.DeepCopy(T, BindingFlags, Predicate) fullName: MLEM.Data.CopyExtensions.DeepCopy(T, System.Reflection.BindingFlags, System.Predicate) nameWithType.vb: CopyExtensions.DeepCopy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) fullName.vb: MLEM.Data.CopyExtensions.DeepCopy(Of T)(T, System.Reflection.BindingFlags, System.Predicate(Of System.Reflection.FieldInfo)) name.vb: DeepCopy(Of T)(T, BindingFlags, Predicate(Of FieldInfo)) spec.csharp: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: < - name: T - name: '>' - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: '>' - name: ) spec.vb: - uid: MLEM.Data.CopyExtensions.DeepCopy``1(``0,System.Reflection.BindingFlags,System.Predicate{System.Reflection.FieldInfo}) name: DeepCopy href: MLEM.Data.CopyExtensions.html#MLEM_Data_CopyExtensions_DeepCopy__1___0_System_Reflection_BindingFlags_System_Predicate_System_Reflection_FieldInfo__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ',' - name: " " - uid: System.Reflection.BindingFlags name: BindingFlags isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.bindingflags - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.Reflection.FieldInfo name: FieldInfo isExternal: true href: https://learn.microsoft.com/dotnet/api/system.reflection.fieldinfo - name: ) - name: ) - uid: MLEM.Data commentId: N:MLEM.Data href: MLEM.html name: MLEM.Data nameWithType: MLEM.Data fullName: MLEM.Data spec.csharp: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Data name: Data href: MLEM.Data.html spec.vb: - uid: MLEM name: MLEM href: MLEM.html - name: . - uid: MLEM.Data name: Data href: MLEM.Data.html - uid: MonoGame.Extended.BitmapFonts.BitmapFont commentId: T:MonoGame.Extended.BitmapFonts.BitmapFont parent: MonoGame.Extended.BitmapFonts isExternal: true name: BitmapFont nameWithType: BitmapFont fullName: MonoGame.Extended.BitmapFonts.BitmapFont - uid: MonoGame.Extended.BitmapFonts commentId: N:MonoGame.Extended.BitmapFonts isExternal: true name: MonoGame.Extended.BitmapFonts nameWithType: MonoGame.Extended.BitmapFonts fullName: MonoGame.Extended.BitmapFonts spec.csharp: - uid: MonoGame name: MonoGame isExternal: true - name: . - uid: MonoGame.Extended name: Extended isExternal: true - name: . - uid: MonoGame.Extended.BitmapFonts name: BitmapFonts isExternal: true spec.vb: - uid: MonoGame name: MonoGame isExternal: true - name: . - uid: MonoGame.Extended name: Extended isExternal: true - name: . - uid: MonoGame.Extended.BitmapFonts name: BitmapFonts isExternal: true - uid: MLEM.Font.GenericFont.Bold commentId: P:MLEM.Font.GenericFont.Bold parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_Bold name: Bold nameWithType: GenericFont.Bold fullName: MLEM.Font.GenericFont.Bold - uid: MLEM.Extended.Font.GenericBitmapFont.Bold* commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.Bold href: MLEM.Extended.Font.GenericBitmapFont.html#MLEM_Extended_Font_GenericBitmapFont_Bold name: Bold nameWithType: GenericBitmapFont.Bold fullName: MLEM.Extended.Font.GenericBitmapFont.Bold - uid: MLEM.Font.GenericFont.Italic commentId: P:MLEM.Font.GenericFont.Italic parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_Italic name: Italic nameWithType: GenericFont.Italic fullName: MLEM.Font.GenericFont.Italic - uid: MLEM.Extended.Font.GenericBitmapFont.Italic* commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.Italic href: MLEM.Extended.Font.GenericBitmapFont.html#MLEM_Extended_Font_GenericBitmapFont_Italic name: Italic nameWithType: GenericBitmapFont.Italic fullName: MLEM.Extended.Font.GenericBitmapFont.Italic - uid: MLEM.Font.GenericFont.LineHeight commentId: P:MLEM.Font.GenericFont.LineHeight parent: MLEM.Font.GenericFont href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_LineHeight name: LineHeight nameWithType: GenericFont.LineHeight fullName: MLEM.Font.GenericFont.LineHeight - uid: MLEM.Extended.Font.GenericBitmapFont.LineHeight* commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.LineHeight href: MLEM.Extended.Font.GenericBitmapFont.html#MLEM_Extended_Font_GenericBitmapFont_LineHeight name: LineHeight nameWithType: GenericBitmapFont.LineHeight fullName: MLEM.Extended.Font.GenericBitmapFont.LineHeight - uid: System.Single commentId: T:System.Single parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single name: float nameWithType: float fullName: float nameWithType.vb: Single fullName.vb: Single name.vb: Single - uid: MLEM.Extended.Font.GenericBitmapFont.#ctor* commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.#ctor href: MLEM.Extended.Font.GenericBitmapFont.html#MLEM_Extended_Font_GenericBitmapFont__ctor_MonoGame_Extended_BitmapFonts_BitmapFont_MonoGame_Extended_BitmapFonts_BitmapFont_MonoGame_Extended_BitmapFonts_BitmapFont_ name: GenericBitmapFont nameWithType: GenericBitmapFont.GenericBitmapFont fullName: MLEM.Extended.Font.GenericBitmapFont.GenericBitmapFont nameWithType.vb: GenericBitmapFont.New fullName.vb: MLEM.Extended.Font.GenericBitmapFont.New name.vb: New - uid: MLEM.Font.GenericFont.MeasureCharacter(System.Int32) commentId: M:MLEM.Font.GenericFont.MeasureCharacter(System.Int32) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureCharacter_System_Int32_ name: MeasureCharacter(int) nameWithType: GenericFont.MeasureCharacter(int) fullName: MLEM.Font.GenericFont.MeasureCharacter(int) nameWithType.vb: GenericFont.MeasureCharacter(Integer) fullName.vb: MLEM.Font.GenericFont.MeasureCharacter(Integer) name.vb: MeasureCharacter(Integer) spec.csharp: - uid: MLEM.Font.GenericFont.MeasureCharacter(System.Int32) name: MeasureCharacter href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureCharacter_System_Int32_ - name: ( - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) spec.vb: - uid: MLEM.Font.GenericFont.MeasureCharacter(System.Int32) name: MeasureCharacter href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_MeasureCharacter_System_Int32_ - name: ( - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter* commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter href: MLEM.Extended.Font.GenericBitmapFont.html#MLEM_Extended_Font_GenericBitmapFont_MeasureCharacter_System_Int32_ name: MeasureCharacter nameWithType: GenericBitmapFont.MeasureCharacter fullName: MLEM.Extended.Font.GenericBitmapFont.MeasureCharacter - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: MLEM.Font.GenericFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) commentId: M:MLEM.Font.GenericFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) parent: MLEM.Font.GenericFont isExternal: true href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawCharacter_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Int32_System_String_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_System_Single_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Single_ name: DrawCharacter(SpriteBatch, int, string, Vector2, Color, float, Vector2, SpriteEffects, float) nameWithType: GenericFont.DrawCharacter(SpriteBatch, int, string, Vector2, Color, float, Vector2, SpriteEffects, float) fullName: MLEM.Font.GenericFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch, int, string, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, float) nameWithType.vb: GenericFont.DrawCharacter(SpriteBatch, Integer, String, Vector2, Color, Single, Vector2, SpriteEffects, Single) fullName.vb: MLEM.Font.GenericFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch, Integer, String, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, Single) name.vb: DrawCharacter(SpriteBatch, Integer, String, Vector2, Color, Single, Vector2, SpriteEffects, Single) spec.csharp: - uid: MLEM.Font.GenericFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) name: DrawCharacter href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawCharacter_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Int32_System_String_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_System_Single_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: MLEM.Font.GenericFont.DrawCharacter(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.String,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single) name: DrawCharacter href: MLEM.Font.GenericFont.html#MLEM_Font_GenericFont_DrawCharacter_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Int32_System_String_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_System_Single_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: MLEM.Extended.Font.GenericBitmapFont.DrawCharacter* commentId: Overload:MLEM.Extended.Font.GenericBitmapFont.DrawCharacter href: MLEM.Extended.Font.GenericBitmapFont.html#MLEM_Extended_Font_GenericBitmapFont_DrawCharacter_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Int32_System_String_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Color_System_Single_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Single_ name: DrawCharacter nameWithType: GenericBitmapFont.DrawCharacter fullName: MLEM.Extended.Font.GenericBitmapFont.DrawCharacter - 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: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: 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.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.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: 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 spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Graphics name: Graphics isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - name: . - uid: Microsoft.Xna.Framework.Graphics name: Graphics isExternal: true - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true