C# 클래스 Qyoto.QFontMetricsF

상속: Object, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
Ascent ( ) : double
AverageCharWidth ( ) : double
BoundingRect ( QChar arg1 ) : Qyoto.QRectF
BoundingRect ( Qyoto.QRectF r, int flags, string arg3 ) : Qyoto.QRectF
BoundingRect ( Qyoto.QRectF r, int flags, string arg3, int tabstops ) : Qyoto.QRectF
BoundingRect ( Qyoto.QRectF r, int flags, string arg3, int tabstops, int &tabarray ) : Qyoto.QRectF
BoundingRect ( string arg1 ) : Qyoto.QRectF
Descent ( ) : double
Dispose ( ) : void
ElidedText ( string text, Qt mode, double width ) : string
ElidedText ( string text, Qt mode, double width, int flags ) : string
Equals ( object o ) : bool
GetHashCode ( ) : int
Height ( ) : double
InFont ( QChar arg1 ) : bool
Leading ( ) : double
LeftBearing ( QChar arg1 ) : double
LineSpacing ( ) : double
LineWidth ( ) : double
MaxWidth ( ) : double
MinLeftBearing ( ) : double
MinRightBearing ( ) : double
OverlinePos ( ) : double
QFontMetricsF ( QFont arg1 ) : System
QFontMetricsF ( QFont arg1, IQPaintDevice pd ) : System
QFontMetricsF ( QFontMetrics arg1 ) : System
QFontMetricsF ( QFontMetricsF arg1 ) : System
RightBearing ( QChar arg1 ) : double
Size ( int flags, string str ) : Qyoto.QSizeF
Size ( int flags, string str, int tabstops ) : Qyoto.QSizeF
Size ( int flags, string str, int tabstops, int &tabarray ) : Qyoto.QSizeF
StrikeOutPos ( ) : double
TightBoundingRect ( string text ) : Qyoto.QRectF
UnderlinePos ( ) : double
Width ( QChar arg1 ) : double
Width ( string arg1 ) : double
XHeight ( ) : double
operator ( ) : bool

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QFontMetricsF ( Type dummy ) : System

비공개 메소드들

메소드 설명
QFontMetricsF ( ) : System

메소드 상세

Ascent() 공개 메소드

public Ascent ( ) : double
리턴 double

AverageCharWidth() 공개 메소드

public AverageCharWidth ( ) : double
리턴 double

BoundingRect() 공개 메소드

public BoundingRect ( QChar arg1 ) : Qyoto.QRectF
arg1 QChar
리턴 Qyoto.QRectF

BoundingRect() 공개 메소드

public BoundingRect ( Qyoto.QRectF r, int flags, string arg3 ) : Qyoto.QRectF
r Qyoto.QRectF
flags int
arg3 string
리턴 Qyoto.QRectF

BoundingRect() 공개 메소드

public BoundingRect ( Qyoto.QRectF r, int flags, string arg3, int tabstops ) : Qyoto.QRectF
r Qyoto.QRectF
flags int
arg3 string
tabstops int
리턴 Qyoto.QRectF

BoundingRect() 공개 메소드

public BoundingRect ( Qyoto.QRectF r, int flags, string arg3, int tabstops, int &tabarray ) : Qyoto.QRectF
r Qyoto.QRectF
flags int
arg3 string
tabstops int
tabarray int
리턴 Qyoto.QRectF

BoundingRect() 공개 메소드

public BoundingRect ( string arg1 ) : Qyoto.QRectF
arg1 string
리턴 Qyoto.QRectF

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Descent() 공개 메소드

public Descent ( ) : double
리턴 double

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ElidedText() 공개 메소드

public ElidedText ( string text, Qt mode, double width ) : string
text string
mode Qt
width double
리턴 string

ElidedText() 공개 메소드

public ElidedText ( string text, Qt mode, double width, int flags ) : string
text string
mode Qt
width double
flags int
리턴 string

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Height() 공개 메소드

public Height ( ) : double
리턴 double

InFont() 공개 메소드

public InFont ( QChar arg1 ) : bool
arg1 QChar
리턴 bool

Leading() 공개 메소드

public Leading ( ) : double
리턴 double

LeftBearing() 공개 메소드

public LeftBearing ( QChar arg1 ) : double
arg1 QChar
리턴 double

LineSpacing() 공개 메소드

public LineSpacing ( ) : double
리턴 double

LineWidth() 공개 메소드

public LineWidth ( ) : double
리턴 double

MaxWidth() 공개 메소드

public MaxWidth ( ) : double
리턴 double

MinLeftBearing() 공개 메소드

public MinLeftBearing ( ) : double
리턴 double

MinRightBearing() 공개 메소드

public MinRightBearing ( ) : double
리턴 double

OverlinePos() 공개 메소드

public OverlinePos ( ) : double
리턴 double

QFontMetricsF() 공개 메소드

public QFontMetricsF ( QFont arg1 ) : System
arg1 QFont
리턴 System

QFontMetricsF() 공개 메소드

public QFontMetricsF ( QFont arg1, IQPaintDevice pd ) : System
arg1 QFont
pd IQPaintDevice
리턴 System

QFontMetricsF() 공개 메소드

public QFontMetricsF ( QFontMetrics arg1 ) : System
arg1 QFontMetrics
리턴 System

QFontMetricsF() 공개 메소드

public QFontMetricsF ( QFontMetricsF arg1 ) : System
arg1 QFontMetricsF
리턴 System

QFontMetricsF() 보호된 메소드

protected QFontMetricsF ( Type dummy ) : System
dummy System.Type
리턴 System

RightBearing() 공개 메소드

public RightBearing ( QChar arg1 ) : double
arg1 QChar
리턴 double

Size() 공개 메소드

public Size ( int flags, string str ) : Qyoto.QSizeF
flags int
str string
리턴 Qyoto.QSizeF

Size() 공개 메소드

public Size ( int flags, string str, int tabstops ) : Qyoto.QSizeF
flags int
str string
tabstops int
리턴 Qyoto.QSizeF

Size() 공개 메소드

public Size ( int flags, string str, int tabstops, int &tabarray ) : Qyoto.QSizeF
flags int
str string
tabstops int
tabarray int
리턴 Qyoto.QSizeF

StrikeOutPos() 공개 메소드

public StrikeOutPos ( ) : double
리턴 double

TightBoundingRect() 공개 메소드

public TightBoundingRect ( string text ) : Qyoto.QRectF
text string
리턴 Qyoto.QRectF

UnderlinePos() 공개 메소드

public UnderlinePos ( ) : double
리턴 double

Width() 공개 메소드

public Width ( QChar arg1 ) : double
arg1 QChar
리턴 double

Width() 공개 메소드

public Width ( string arg1 ) : double
arg1 string
리턴 double

XHeight() 공개 메소드

public XHeight ( ) : double
리턴 double

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation