Class NSFont.TextStyle
- Namespace
- CarinaStudio.MacOS.AppKit
- Assembly
- CarinaStudio.AppBase.MacOS.dll
Text styles.
public class NSFont.TextStyle : NSString, IDisposable, IEquatable<NSObject>, IComparable<NSString>, IEquatable<NSString>
- Inheritance
-
NSFont.TextStyle
- Implements
- Inherited Members
- Extension Methods
Properties
Body
The font you use for body text.
public static NSFont.TextStyle Body { get; }
Property Value
Callout
The font you use for callouts.
public static NSFont.TextStyle Callout { get; }
Property Value
Caption1
The font you use for standard captions.
public static NSFont.TextStyle Caption1 { get; }
Property Value
Caption2
The font you use for alternate captions.
public static NSFont.TextStyle Caption2 { get; }
Property Value
Footnote
The font you use in footnotes.
public static NSFont.TextStyle Footnote { get; }
Property Value
Headline
The font you use for headings.
public static NSFont.TextStyle Headline { get; }
Property Value
LargeTitle
The font you use for large titles.
public static NSFont.TextStyle LargeTitle { get; }
Property Value
Subheadline
The font you use for subheadings.
public static NSFont.TextStyle Subheadline { get; }
Property Value
Title1
The font you use for first-level hierarchical headings.
public static NSFont.TextStyle Title1 { get; }
Property Value
Title2
The font you use for second-level hierarchical headings.
public static NSFont.TextStyle Title2 { get; }
Property Value
Title3
The font you use for third-level hierarchical headings.
public static NSFont.TextStyle Title3 { get; }