2.9 KiB
| id | title | sidebar_label |
|---|---|---|
| qfontdatabase | QFontDatabase | QFontDatabase |
Hierarchy
-
↳ QFontDatabase
Index
Constructors
Properties
Methods
Constructors
constructor
+ new QFontDatabase(): QFontDatabase
Overrides Component.constructor
Returns: QFontDatabase
Properties
native
• native: NativeElement
nodeChildren
• nodeChildren: Set‹Component›
Inherited from Component.nodeChildren
Optional nodeParent
• nodeParent? : Component
Inherited from Component.nodeParent
Methods
bold
▸ bold(family: string, style: string): boolean
Parameters:
| Name | Type |
|---|---|
family |
string |
style |
string |
Returns: boolean
families
▸ families(ws: WritingSystem): string[]
Parameters:
| Name | Type | Default |
|---|---|---|
ws |
WritingSystem | WritingSystem.Any |
Returns: string[]
italic
▸ italic(family: string, style: string): boolean
Parameters:
| Name | Type |
|---|---|
family |
string |
style |
string |
Returns: boolean
setNodeParent
▸ setNodeParent(parent?: Component): void
Inherited from Component.setNodeParent
Parameters:
| Name | Type |
|---|---|
parent? |
Component |
Returns: void
weight
▸ weight(family: string, style: string): number
Parameters:
| Name | Type |
|---|---|
family |
string |
style |
string |
Returns: number
Static addApplicationFont
▸ addApplicationFont(fileName: string): number
Parameters:
| Name | Type |
|---|---|
fileName |
string |
Returns: number
Static removeApplicationFont
▸ removeApplicationFont(id: number): boolean
Parameters:
| Name | Type |
|---|---|
id |
number |
Returns: boolean