C# Class Qyoto.QFontMetricsF

Inheritance: Object, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
QFontMetricsF ( Type dummy ) : System

Private Methods

Method Description
QFontMetricsF ( ) : System

Method Details

Ascent() public method

public Ascent ( ) : double
return double

AverageCharWidth() public method

public AverageCharWidth ( ) : double
return double

BoundingRect() public method

public BoundingRect ( QChar arg1 ) : Qyoto.QRectF
arg1 QChar
return Qyoto.QRectF

BoundingRect() public method

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

BoundingRect() public method

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

BoundingRect() public method

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
return Qyoto.QRectF

BoundingRect() public method

public BoundingRect ( string arg1 ) : Qyoto.QRectF
arg1 string
return Qyoto.QRectF

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Descent() public method

public Descent ( ) : double
return double

Dispose() public method

public Dispose ( ) : void
return void

ElidedText() public method

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

ElidedText() public method

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

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Height() public method

public Height ( ) : double
return double

InFont() public method

public InFont ( QChar arg1 ) : bool
arg1 QChar
return bool

Leading() public method

public Leading ( ) : double
return double

LeftBearing() public method

public LeftBearing ( QChar arg1 ) : double
arg1 QChar
return double

LineSpacing() public method

public LineSpacing ( ) : double
return double

LineWidth() public method

public LineWidth ( ) : double
return double

MaxWidth() public method

public MaxWidth ( ) : double
return double

MinLeftBearing() public method

public MinLeftBearing ( ) : double
return double

MinRightBearing() public method

public MinRightBearing ( ) : double
return double

OverlinePos() public method

public OverlinePos ( ) : double
return double

QFontMetricsF() public method

public QFontMetricsF ( QFont arg1 ) : System
arg1 QFont
return System

QFontMetricsF() public method

public QFontMetricsF ( QFont arg1, IQPaintDevice pd ) : System
arg1 QFont
pd IQPaintDevice
return System

QFontMetricsF() public method

public QFontMetricsF ( QFontMetrics arg1 ) : System
arg1 QFontMetrics
return System

QFontMetricsF() public method

public QFontMetricsF ( QFontMetricsF arg1 ) : System
arg1 QFontMetricsF
return System

QFontMetricsF() protected method

protected QFontMetricsF ( Type dummy ) : System
dummy System.Type
return System

RightBearing() public method

public RightBearing ( QChar arg1 ) : double
arg1 QChar
return double

Size() public method

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

Size() public method

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

Size() public method

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

StrikeOutPos() public method

public StrikeOutPos ( ) : double
return double

TightBoundingRect() public method

public TightBoundingRect ( string text ) : Qyoto.QRectF
text string
return Qyoto.QRectF

UnderlinePos() public method

public UnderlinePos ( ) : double
return double

Width() public method

public Width ( QChar arg1 ) : double
arg1 QChar
return double

Width() public method

public Width ( string arg1 ) : double
arg1 string
return double

XHeight() public method

public XHeight ( ) : double
return double

operator() public static method

public static operator ( ) : bool
return bool

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation