C# Class SixLabors.Shapes.Temp.GlyphBuilder

rendering surface that Fonts can use to generate Shapes.
Inheritance: SixLabors.Shapes.Temp.BaseGlyphBuilder
Exibir arquivo Open project: project-grove/imagini

Public Methods

Method Description
GlyphBuilder ( ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the GlyphBuilder class.

GlyphBuilder ( Vector2 origin ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the GlyphBuilder class.

Method Details

GlyphBuilder() public method

Initializes a new instance of the GlyphBuilder class.
public GlyphBuilder ( ) : System.Diagnostics.CodeAnalysis
return System.Diagnostics.CodeAnalysis

GlyphBuilder() public method

Initializes a new instance of the GlyphBuilder class.
public GlyphBuilder ( Vector2 origin ) : System.Diagnostics.CodeAnalysis
origin Vector2 The origin.
return System.Diagnostics.CodeAnalysis