C# 클래스 Qyoto.QFont

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

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
Bold ( ) : bool
CacheStatistics ( ) : void
Cleanup ( ) : void
DefaultFamily ( ) : string
Dispose ( ) : void
Equals ( object o ) : bool
ExactMatch ( ) : bool
Family ( ) : string
FixedPitch ( ) : bool
FromString ( string arg1 ) : bool
GetHashCode ( ) : int
Initialize ( ) : void
InsertSubstitution ( string arg1, string arg2 ) : void
InsertSubstitutions ( string arg1, List arg2 ) : void
IsCopyOf ( QFont arg1 ) : bool
Italic ( ) : bool
Kerning ( ) : bool
Key ( ) : string
LastResortFamily ( ) : string
LastResortFont ( ) : string
LetterSpacing ( ) : double
LetterSpacingType ( ) : QFont.SpacingType
Overline ( ) : bool
PixelSize ( ) : int
PointSize ( ) : int
PointSizeF ( ) : double
QFont ( QFont arg1 ) : System
QFont ( QFont arg1, IQPaintDevice pd ) : System
QFont ( string family ) : System
QFont ( string family, int pointSize ) : System
QFont ( string family, int pointSize, int weight ) : System
QFont ( string family, int pointSize, int weight, bool italic ) : System
RawMode ( ) : bool
RawName ( ) : string
RemoveSubstitution ( string arg1 ) : void
Resolve ( QFont arg1 ) : QFont
Resolve ( ) : uint
Resolve ( uint mask ) : void
SetBold ( bool arg1 ) : void
SetCapitalization ( QFont arg1 ) : void
SetFamily ( string arg1 ) : void
SetFixedPitch ( bool arg1 ) : void
SetItalic ( bool b ) : void
SetKerning ( bool arg1 ) : void
SetLetterSpacing ( QFont type, double spacing ) : void
SetOverline ( bool arg1 ) : void
SetPixelSize ( int arg1 ) : void
SetPointSize ( int arg1 ) : void
SetPointSizeF ( double arg1 ) : void
SetRawMode ( bool arg1 ) : void
SetRawName ( string arg1 ) : void
SetStretch ( int arg1 ) : void
SetStrikeOut ( bool arg1 ) : void
SetStyle ( QFont style ) : void
SetStyleHint ( QFont arg1 ) : void
SetStyleHint ( QFont arg1, QFont arg2 ) : void
SetStyleStrategy ( QFont s ) : void
SetUnderline ( bool arg1 ) : void
SetWeight ( int arg1 ) : void
SetWordSpacing ( double spacing ) : void
StrikeOut ( ) : bool
Substitute ( string arg1 ) : string
Substitutes ( string arg1 ) : List
Substitutions ( ) : List
ToString ( ) : string
Underline ( ) : bool
WordSpacing ( ) : double
capitalization ( ) : QFont.Capitalization
operator ( ) : Qyoto.QVariant
operator ( ) : bool
stretch ( ) : int
style ( ) : QFont.Style
styleHint ( ) : QFont.StyleHint
styleStrategy ( ) : QFont.StyleStrategy
weight ( ) : int

보호된 메소드들

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

비공개 메소드들

메소드 설명
QFont ( ) : System

메소드 상세

Bold() 공개 메소드

public Bold ( ) : bool
리턴 bool

CacheStatistics() 공개 정적인 메소드

public static CacheStatistics ( ) : void
리턴 void

Cleanup() 공개 정적인 메소드

public static Cleanup ( ) : void
리턴 void

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

DefaultFamily() 공개 메소드

public DefaultFamily ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

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

ExactMatch() 공개 메소드

public ExactMatch ( ) : bool
리턴 bool

Family() 공개 메소드

public Family ( ) : string
리턴 string

FixedPitch() 공개 메소드

public FixedPitch ( ) : bool
리턴 bool

FromString() 공개 메소드

public FromString ( string arg1 ) : bool
arg1 string
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

InsertSubstitution() 공개 정적인 메소드

public static InsertSubstitution ( string arg1, string arg2 ) : void
arg1 string
arg2 string
리턴 void

InsertSubstitutions() 공개 정적인 메소드

public static InsertSubstitutions ( string arg1, List arg2 ) : void
arg1 string
arg2 List
리턴 void

IsCopyOf() 공개 메소드

public IsCopyOf ( QFont arg1 ) : bool
arg1 QFont
리턴 bool

Italic() 공개 메소드

public Italic ( ) : bool
리턴 bool

Kerning() 공개 메소드

public Kerning ( ) : bool
리턴 bool

Key() 공개 메소드

public Key ( ) : string
리턴 string

LastResortFamily() 공개 메소드

public LastResortFamily ( ) : string
리턴 string

LastResortFont() 공개 메소드

public LastResortFont ( ) : string
리턴 string

LetterSpacing() 공개 메소드

public LetterSpacing ( ) : double
리턴 double

LetterSpacingType() 공개 메소드

public LetterSpacingType ( ) : QFont.SpacingType
리턴 QFont.SpacingType

Overline() 공개 메소드

public Overline ( ) : bool
리턴 bool

PixelSize() 공개 메소드

public PixelSize ( ) : int
리턴 int

PointSize() 공개 메소드

public PointSize ( ) : int
리턴 int

PointSizeF() 공개 메소드

public PointSizeF ( ) : double
리턴 double

QFont() 공개 메소드

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

QFont() 공개 메소드

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

QFont() 보호된 메소드

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

QFont() 공개 메소드

public QFont ( string family ) : System
family string
리턴 System

QFont() 공개 메소드

public QFont ( string family, int pointSize ) : System
family string
pointSize int
리턴 System

QFont() 공개 메소드

public QFont ( string family, int pointSize, int weight ) : System
family string
pointSize int
weight int
리턴 System

QFont() 공개 메소드

public QFont ( string family, int pointSize, int weight, bool italic ) : System
family string
pointSize int
weight int
italic bool
리턴 System

RawMode() 공개 메소드

public RawMode ( ) : bool
리턴 bool

RawName() 공개 메소드

public RawName ( ) : string
리턴 string

RemoveSubstitution() 공개 정적인 메소드

public static RemoveSubstitution ( string arg1 ) : void
arg1 string
리턴 void

Resolve() 공개 메소드

public Resolve ( QFont arg1 ) : QFont
arg1 QFont
리턴 QFont

Resolve() 공개 메소드

public Resolve ( ) : uint
리턴 uint

Resolve() 공개 메소드

public Resolve ( uint mask ) : void
mask uint
리턴 void

SetBold() 공개 메소드

public SetBold ( bool arg1 ) : void
arg1 bool
리턴 void

SetCapitalization() 공개 메소드

public SetCapitalization ( QFont arg1 ) : void
arg1 QFont
리턴 void

SetFamily() 공개 메소드

public SetFamily ( string arg1 ) : void
arg1 string
리턴 void

SetFixedPitch() 공개 메소드

public SetFixedPitch ( bool arg1 ) : void
arg1 bool
리턴 void

SetItalic() 공개 메소드

public SetItalic ( bool b ) : void
b bool
리턴 void

SetKerning() 공개 메소드

public SetKerning ( bool arg1 ) : void
arg1 bool
리턴 void

SetLetterSpacing() 공개 메소드

public SetLetterSpacing ( QFont type, double spacing ) : void
type QFont
spacing double
리턴 void

SetOverline() 공개 메소드

public SetOverline ( bool arg1 ) : void
arg1 bool
리턴 void

SetPixelSize() 공개 메소드

public SetPixelSize ( int arg1 ) : void
arg1 int
리턴 void

SetPointSize() 공개 메소드

public SetPointSize ( int arg1 ) : void
arg1 int
리턴 void

SetPointSizeF() 공개 메소드

public SetPointSizeF ( double arg1 ) : void
arg1 double
리턴 void

SetRawMode() 공개 메소드

public SetRawMode ( bool arg1 ) : void
arg1 bool
리턴 void

SetRawName() 공개 메소드

public SetRawName ( string arg1 ) : void
arg1 string
리턴 void

SetStretch() 공개 메소드

public SetStretch ( int arg1 ) : void
arg1 int
리턴 void

SetStrikeOut() 공개 메소드

public SetStrikeOut ( bool arg1 ) : void
arg1 bool
리턴 void

SetStyle() 공개 메소드

public SetStyle ( QFont style ) : void
style QFont
리턴 void

SetStyleHint() 공개 메소드

public SetStyleHint ( QFont arg1 ) : void
arg1 QFont
리턴 void

SetStyleHint() 공개 메소드

public SetStyleHint ( QFont arg1, QFont arg2 ) : void
arg1 QFont
arg2 QFont
리턴 void

SetStyleStrategy() 공개 메소드

public SetStyleStrategy ( QFont s ) : void
s QFont
리턴 void

SetUnderline() 공개 메소드

public SetUnderline ( bool arg1 ) : void
arg1 bool
리턴 void

SetWeight() 공개 메소드

public SetWeight ( int arg1 ) : void
arg1 int
리턴 void

SetWordSpacing() 공개 메소드

public SetWordSpacing ( double spacing ) : void
spacing double
리턴 void

StrikeOut() 공개 메소드

public StrikeOut ( ) : bool
리턴 bool

Substitute() 공개 정적인 메소드

public static Substitute ( string arg1 ) : string
arg1 string
리턴 string

Substitutes() 공개 정적인 메소드

public static Substitutes ( string arg1 ) : List
arg1 string
리턴 List

Substitutions() 공개 정적인 메소드

public static Substitutions ( ) : List
리턴 List

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Underline() 공개 메소드

public Underline ( ) : bool
리턴 bool

WordSpacing() 공개 메소드

public WordSpacing ( ) : double
리턴 double

capitalization() 공개 메소드

public capitalization ( ) : QFont.Capitalization
리턴 QFont.Capitalization

operator() 공개 정적인 메소드

public static operator ( ) : Qyoto.QVariant
리턴 Qyoto.QVariant

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

stretch() 공개 메소드

public stretch ( ) : int
리턴 int

style() 공개 메소드

public style ( ) : QFont.Style
리턴 QFont.Style

styleHint() 공개 메소드

public styleHint ( ) : QFont.StyleHint
리턴 QFont.StyleHint

styleStrategy() 공개 메소드

public styleStrategy ( ) : QFont.StyleStrategy
리턴 QFont.StyleStrategy

weight() 공개 메소드

public weight ( ) : int
리턴 int

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation