C# 클래스 Xwt.WPFBackend.TextLayoutBackend

파일 보기 프로젝트 열기: TheBrainTech/xwt

공개 프로퍼티들

프로퍼티 타입 설명
Context DrawingContext

공개 메소드들

메소드 설명
AddAttribute ( Xwt.Drawing.TextAttribute attribute ) : void
ClearAttributes ( ) : void
Rebuild ( ) : void
SetDefaultForeground ( SolidColorBrush fg ) : void
SetFont ( Font font ) : void
SetHeight ( double value ) : void
SetText ( string text ) : void
SetTrimming ( Xwt textTrimming ) : void
SetWidth ( double value ) : void
TextLayoutBackend ( Xwt.Backends.ApplicationContext actx ) : System

비공개 메소드들

메소드 설명
ApplyAttribute ( Xwt.Drawing.TextAttribute attribute ) : void
ApplyFont ( ) : void
ApplyTrimming ( ) : void

메소드 상세

AddAttribute() 공개 메소드

public AddAttribute ( Xwt.Drawing.TextAttribute attribute ) : void
attribute Xwt.Drawing.TextAttribute
리턴 void

ClearAttributes() 공개 메소드

public ClearAttributes ( ) : void
리턴 void

Rebuild() 공개 메소드

public Rebuild ( ) : void
리턴 void

SetDefaultForeground() 공개 메소드

public SetDefaultForeground ( SolidColorBrush fg ) : void
fg System.Windows.Media.SolidColorBrush
리턴 void

SetFont() 공개 메소드

public SetFont ( Font font ) : void
font Xwt.Drawing.Font
리턴 void

SetHeight() 공개 메소드

public SetHeight ( double value ) : void
value double
리턴 void

SetText() 공개 메소드

public SetText ( string text ) : void
text string
리턴 void

SetTrimming() 공개 메소드

public SetTrimming ( Xwt textTrimming ) : void
textTrimming Xwt
리턴 void

SetWidth() 공개 메소드

public SetWidth ( double value ) : void
value double
리턴 void

TextLayoutBackend() 공개 메소드

public TextLayoutBackend ( Xwt.Backends.ApplicationContext actx ) : System
actx Xwt.Backends.ApplicationContext
리턴 System

프로퍼티 상세

Context 공개적으로 프로퍼티

public DrawingContext Context
리턴 DrawingContext