C# Class Frost.DirectX.TextGeometryCache

This class provides management of text geometry resources.
Inheritance: IDisposable
Afficher le fichier Open project: fealty/Frost

Méthodes publiques

Méthode Description
Dispose ( ) : void
Retrieve ( IndexedRange glyphRange, bool isVertical, bool isRightToLeft, FontHandle font, List glyphs ) : Shape

This method retrieves the geometry for a formatted cluster.

TextGeometryCache ( ) : System

Private Methods

Méthode Description
ResizeInternalBuffers ( int count ) : void

This method resizes the internal buffers.

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Retrieve() public méthode

This method retrieves the geometry for a formatted cluster.
public Retrieve ( IndexedRange glyphRange, bool isVertical, bool isRightToLeft, FontHandle font, List glyphs ) : Shape
glyphRange IndexedRange
isVertical bool
isRightToLeft bool
font FontHandle This parameter references the font for the cluster.
glyphs List
Résultat Shape

TextGeometryCache() public méthode

public TextGeometryCache ( ) : System
Résultat System