mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
178 lines
3.6 KiB
YAML
178 lines
3.6 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: MLEM.Font.TextAlign
|
|
commentId: T:MLEM.Font.TextAlign
|
|
id: TextAlign
|
|
parent: MLEM.Font
|
|
children:
|
|
- MLEM.Font.TextAlign.Center
|
|
- MLEM.Font.TextAlign.CenterBothAxes
|
|
- MLEM.Font.TextAlign.Left
|
|
- MLEM.Font.TextAlign.Right
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextAlign
|
|
nameWithType: TextAlign
|
|
fullName: MLEM.Font.TextAlign
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: MLEM/Font/GenericFont.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: TextAlign
|
|
path: ../MLEM/Font/GenericFont.cs
|
|
startLine: 173
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Font
|
|
syntax:
|
|
content: public enum TextAlign
|
|
content.vb: Public Enum TextAlign
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- uid: MLEM.Font.TextAlign.Left
|
|
commentId: F:MLEM.Font.TextAlign.Left
|
|
id: Left
|
|
parent: MLEM.Font.TextAlign
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Left
|
|
nameWithType: TextAlign.Left
|
|
fullName: MLEM.Font.TextAlign.Left
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Font/GenericFont.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Left
|
|
path: ../MLEM/Font/GenericFont.cs
|
|
startLine: 175
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Font
|
|
syntax:
|
|
content: Left = 0
|
|
return:
|
|
type: MLEM.Font.TextAlign
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: MLEM.Font.TextAlign.Center
|
|
commentId: F:MLEM.Font.TextAlign.Center
|
|
id: Center
|
|
parent: MLEM.Font.TextAlign
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Center
|
|
nameWithType: TextAlign.Center
|
|
fullName: MLEM.Font.TextAlign.Center
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Font/GenericFont.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Center
|
|
path: ../MLEM/Font/GenericFont.cs
|
|
startLine: 176
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Font
|
|
syntax:
|
|
content: Center = 1
|
|
return:
|
|
type: MLEM.Font.TextAlign
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: MLEM.Font.TextAlign.Right
|
|
commentId: F:MLEM.Font.TextAlign.Right
|
|
id: Right
|
|
parent: MLEM.Font.TextAlign
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Right
|
|
nameWithType: TextAlign.Right
|
|
fullName: MLEM.Font.TextAlign.Right
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Font/GenericFont.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Right
|
|
path: ../MLEM/Font/GenericFont.cs
|
|
startLine: 177
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Font
|
|
syntax:
|
|
content: Right = 2
|
|
return:
|
|
type: MLEM.Font.TextAlign
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: MLEM.Font.TextAlign.CenterBothAxes
|
|
commentId: F:MLEM.Font.TextAlign.CenterBothAxes
|
|
id: CenterBothAxes
|
|
parent: MLEM.Font.TextAlign
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CenterBothAxes
|
|
nameWithType: TextAlign.CenterBothAxes
|
|
fullName: MLEM.Font.TextAlign.CenterBothAxes
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Font/GenericFont.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: CenterBothAxes
|
|
path: ../MLEM/Font/GenericFont.cs
|
|
startLine: 178
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Font
|
|
syntax:
|
|
content: CenterBothAxes = 3
|
|
return:
|
|
type: MLEM.Font.TextAlign
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
references:
|
|
- uid: MLEM.Font
|
|
commentId: N:MLEM.Font
|
|
name: MLEM.Font
|
|
nameWithType: MLEM.Font
|
|
fullName: MLEM.Font
|
|
- uid: MLEM.Font.TextAlign
|
|
commentId: T:MLEM.Font.TextAlign
|
|
parent: MLEM.Font
|
|
name: TextAlign
|
|
nameWithType: TextAlign
|
|
fullName: MLEM.Font.TextAlign
|