mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
178 lines
4 KiB
YAML
178 lines
4 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: MLEM.Formatting.TextStyle
|
|
commentId: T:MLEM.Formatting.TextStyle
|
|
id: TextStyle
|
|
parent: MLEM.Formatting
|
|
children:
|
|
- MLEM.Formatting.TextStyle.Bold
|
|
- MLEM.Formatting.TextStyle.Italic
|
|
- MLEM.Formatting.TextStyle.Regular
|
|
- MLEM.Formatting.TextStyle.Shadow
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TextStyle
|
|
nameWithType: TextStyle
|
|
fullName: MLEM.Formatting.TextStyle
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: TextStyle
|
|
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
startLine: 56
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Formatting
|
|
syntax:
|
|
content: public enum TextStyle
|
|
content.vb: Public Enum TextStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- uid: MLEM.Formatting.TextStyle.Regular
|
|
commentId: F:MLEM.Formatting.TextStyle.Regular
|
|
id: Regular
|
|
parent: MLEM.Formatting.TextStyle
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Regular
|
|
nameWithType: TextStyle.Regular
|
|
fullName: MLEM.Formatting.TextStyle.Regular
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Regular
|
|
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
startLine: 58
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Formatting
|
|
syntax:
|
|
content: Regular = 0
|
|
return:
|
|
type: MLEM.Formatting.TextStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: MLEM.Formatting.TextStyle.Bold
|
|
commentId: F:MLEM.Formatting.TextStyle.Bold
|
|
id: Bold
|
|
parent: MLEM.Formatting.TextStyle
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Bold
|
|
nameWithType: TextStyle.Bold
|
|
fullName: MLEM.Formatting.TextStyle.Bold
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Bold
|
|
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
startLine: 59
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Formatting
|
|
syntax:
|
|
content: Bold = 1
|
|
return:
|
|
type: MLEM.Formatting.TextStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: MLEM.Formatting.TextStyle.Italic
|
|
commentId: F:MLEM.Formatting.TextStyle.Italic
|
|
id: Italic
|
|
parent: MLEM.Formatting.TextStyle
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Italic
|
|
nameWithType: TextStyle.Italic
|
|
fullName: MLEM.Formatting.TextStyle.Italic
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Italic
|
|
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
startLine: 60
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Formatting
|
|
syntax:
|
|
content: Italic = 2
|
|
return:
|
|
type: MLEM.Formatting.TextStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: MLEM.Formatting.TextStyle.Shadow
|
|
commentId: F:MLEM.Formatting.TextStyle.Shadow
|
|
id: Shadow
|
|
parent: MLEM.Formatting.TextStyle
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Shadow
|
|
nameWithType: TextStyle.Shadow
|
|
fullName: MLEM.Formatting.TextStyle.Shadow
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
branch: master
|
|
repo: https://github.com/Ellpeck/MLEM
|
|
id: Shadow
|
|
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
|
startLine: 61
|
|
assemblies:
|
|
- MLEM
|
|
namespace: MLEM.Formatting
|
|
syntax:
|
|
content: Shadow = 3
|
|
return:
|
|
type: MLEM.Formatting.TextStyle
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
references:
|
|
- uid: MLEM.Formatting
|
|
commentId: N:MLEM.Formatting
|
|
name: MLEM.Formatting
|
|
nameWithType: MLEM.Formatting
|
|
fullName: MLEM.Formatting
|
|
- uid: MLEM.Formatting.TextStyle
|
|
commentId: T:MLEM.Formatting.TextStyle
|
|
parent: MLEM.Formatting
|
|
name: TextStyle
|
|
nameWithType: TextStyle
|
|
fullName: MLEM.Formatting.TextStyle
|