C# 클래스 Frost.DirectX.TextGeometryCache

This class provides management of text geometry resources.
상속: IDisposable
파일 보기 프로젝트 열기: fealty/Frost

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ResizeInternalBuffers ( int count ) : void

This method resizes the internal buffers.

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Retrieve() 공개 메소드

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
리턴 Shape

TextGeometryCache() 공개 메소드

public TextGeometryCache ( ) : System
리턴 System