Table of Contents

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

NSFont.TextStyle

Callout

The font you use for callouts.

public static NSFont.TextStyle Callout { get; }

Property Value

NSFont.TextStyle

Caption1

The font you use for standard captions.

public static NSFont.TextStyle Caption1 { get; }

Property Value

NSFont.TextStyle

Caption2

The font you use for alternate captions.

public static NSFont.TextStyle Caption2 { get; }

Property Value

NSFont.TextStyle

Footnote

The font you use in footnotes.

public static NSFont.TextStyle Footnote { get; }

Property Value

NSFont.TextStyle

Headline

The font you use for headings.

public static NSFont.TextStyle Headline { get; }

Property Value

NSFont.TextStyle

LargeTitle

The font you use for large titles.

public static NSFont.TextStyle LargeTitle { get; }

Property Value

NSFont.TextStyle

Subheadline

The font you use for subheadings.

public static NSFont.TextStyle Subheadline { get; }

Property Value

NSFont.TextStyle

Title1

The font you use for first-level hierarchical headings.

public static NSFont.TextStyle Title1 { get; }

Property Value

NSFont.TextStyle

Title2

The font you use for second-level hierarchical headings.

public static NSFont.TextStyle Title2 { get; }

Property Value

NSFont.TextStyle

Title3

The font you use for third-level hierarchical headings.

public static NSFont.TextStyle Title3 { get; }

Property Value

NSFont.TextStyle