Table of Contents

Class CreateFont

Namespace
Bonsai.Vision.Drawing
Assembly
Bonsai.Vision.dll

Represents an operator that creates a font which can be passed to text rendering functions.

public class CreateFont : Source<Font>
Inheritance
CreateFont
Inherited Members

Constructors

CreateFont()

Initializes a new instance of the CreateFont class.

Properties

Font

Gets or sets the font style used to render the text strokes.

Methods

Generate()

Generates an observable sequence that contains an object representing a particular format for text, including font face and size.

Generate<TSource>(IObservable<TSource>)

Generates an observable sequence of font objects representing a particular format for text, including font face and size, and where each font is emitted only when an observable sequence emits a notification.