C# 클래스 Qyoto.QFontDatabase

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

보호된 프로퍼티들

프로퍼티 타입 설명
interceptor SmokeInvocation

공개 메소드들

메소드 설명
AddApplicationFont ( string fileName ) : int
AddApplicationFontFromData ( Qyoto.QByteArray fontData ) : int
ApplicationFontFamilies ( int id ) : List
Bold ( string family, string style ) : bool
Dispose ( ) : void
Families ( ) : List
Families ( QFontDatabase writingSystem ) : List
Font ( string family, string style, int pointSize ) : QFont
IsBitmapScalable ( string family ) : bool
IsBitmapScalable ( string family, string style ) : bool
IsFixedPitch ( string family ) : bool
IsFixedPitch ( string family, string style ) : bool
IsScalable ( string family ) : bool
IsScalable ( string family, string style ) : bool
IsSmoothlyScalable ( string family ) : bool
IsSmoothlyScalable ( string family, string style ) : bool
Italic ( string family, string style ) : bool
PointSizes ( string family ) : List
PointSizes ( string family, string style ) : List
RemoveAllApplicationFonts ( ) : bool
RemoveApplicationFont ( int id ) : bool
SmoothSizes ( string family, string style ) : List
StandardSizes ( ) : List
StyleString ( QFont font ) : string
StyleString ( Qyoto.QFontInfo fontInfo ) : string
Styles ( string family ) : List
SupportsThreadedFontRendering ( ) : bool
Weight ( string family, string style ) : int
WritingSystemName ( QFontDatabase writingSystem ) : string
WritingSystemSample ( QFontDatabase writingSystem ) : string
WritingSystems ( ) : List
WritingSystems ( string family ) : List

보호된 메소드들

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

비공개 메소드들

메소드 설명
QFontDatabase ( ) : System

메소드 상세

AddApplicationFont() 공개 정적인 메소드

public static AddApplicationFont ( string fileName ) : int
fileName string
리턴 int

AddApplicationFontFromData() 공개 정적인 메소드

public static AddApplicationFontFromData ( Qyoto.QByteArray fontData ) : int
fontData Qyoto.QByteArray
리턴 int

ApplicationFontFamilies() 공개 정적인 메소드

public static ApplicationFontFamilies ( int id ) : List
id int
리턴 List

Bold() 공개 메소드

public Bold ( string family, string style ) : bool
family string
style string
리턴 bool

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Families() 공개 메소드

public Families ( ) : List
리턴 List

Families() 공개 메소드

public Families ( QFontDatabase writingSystem ) : List
writingSystem QFontDatabase
리턴 List

Font() 공개 메소드

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

IsBitmapScalable() 공개 메소드

public IsBitmapScalable ( string family ) : bool
family string
리턴 bool

IsBitmapScalable() 공개 메소드

public IsBitmapScalable ( string family, string style ) : bool
family string
style string
리턴 bool

IsFixedPitch() 공개 메소드

public IsFixedPitch ( string family ) : bool
family string
리턴 bool

IsFixedPitch() 공개 메소드

public IsFixedPitch ( string family, string style ) : bool
family string
style string
리턴 bool

IsScalable() 공개 메소드

public IsScalable ( string family ) : bool
family string
리턴 bool

IsScalable() 공개 메소드

public IsScalable ( string family, string style ) : bool
family string
style string
리턴 bool

IsSmoothlyScalable() 공개 메소드

public IsSmoothlyScalable ( string family ) : bool
family string
리턴 bool

IsSmoothlyScalable() 공개 메소드

public IsSmoothlyScalable ( string family, string style ) : bool
family string
style string
리턴 bool

Italic() 공개 메소드

public Italic ( string family, string style ) : bool
family string
style string
리턴 bool

PointSizes() 공개 메소드

public PointSizes ( string family ) : List
family string
리턴 List

PointSizes() 공개 메소드

public PointSizes ( string family, string style ) : List
family string
style string
리턴 List

QFontDatabase() 보호된 메소드

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

RemoveAllApplicationFonts() 공개 정적인 메소드

public static RemoveAllApplicationFonts ( ) : bool
리턴 bool

RemoveApplicationFont() 공개 정적인 메소드

public static RemoveApplicationFont ( int id ) : bool
id int
리턴 bool

SmoothSizes() 공개 메소드

public SmoothSizes ( string family, string style ) : List
family string
style string
리턴 List

StandardSizes() 공개 정적인 메소드

public static StandardSizes ( ) : List
리턴 List

StyleString() 공개 메소드

public StyleString ( QFont font ) : string
font QFont
리턴 string

StyleString() 공개 메소드

public StyleString ( Qyoto.QFontInfo fontInfo ) : string
fontInfo Qyoto.QFontInfo
리턴 string

Styles() 공개 메소드

public Styles ( string family ) : List
family string
리턴 List

SupportsThreadedFontRendering() 공개 정적인 메소드

public static SupportsThreadedFontRendering ( ) : bool
리턴 bool

Weight() 공개 메소드

public Weight ( string family, string style ) : int
family string
style string
리턴 int

WritingSystemName() 공개 정적인 메소드

public static WritingSystemName ( QFontDatabase writingSystem ) : string
writingSystem QFontDatabase
리턴 string

WritingSystemSample() 공개 정적인 메소드

public static WritingSystemSample ( QFontDatabase writingSystem ) : string
writingSystem QFontDatabase
리턴 string

WritingSystems() 공개 메소드

public WritingSystems ( ) : List
리턴 List

WritingSystems() 공개 메소드

public WritingSystems ( string family ) : List
family string
리턴 List

프로퍼티 상세

interceptor 보호되어 있는 프로퍼티

protected SmokeInvocation,Qyoto interceptor
리턴 SmokeInvocation