Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <ui4.h>
|
default |
|
default |
|
default |
DomFont::~DomFont | ( | ) |
void DomFont::clearElementAntialiasing | ( | ) |
void DomFont::clearElementBold | ( | ) |
void DomFont::clearElementFamily | ( | ) |
void DomFont::clearElementFontWeight | ( | ) |
void DomFont::clearElementHintingPreference | ( | ) |
void DomFont::clearElementItalic | ( | ) |
void DomFont::clearElementKerning | ( | ) |
void DomFont::clearElementPointSize | ( | ) |
void DomFont::clearElementStrikeOut | ( | ) |
void DomFont::clearElementStyleStrategy | ( | ) |
void DomFont::clearElementUnderline | ( | ) |
void DomFont::clearElementWeight | ( | ) |
void DomFont::read | ( | QXmlStreamReader & | reader | ) |
void DomFont::setElementAntialiasing | ( | bool | a | ) |
void DomFont::setElementBold | ( | bool | a | ) |
void DomFont::setElementItalic | ( | bool | a | ) |
void DomFont::setElementKerning | ( | bool | a | ) |
void DomFont::setElementPointSize | ( | int | a | ) |
void DomFont::setElementStrikeOut | ( | bool | a | ) |
void DomFont::setElementUnderline | ( | bool | a | ) |
void DomFont::setElementWeight | ( | int | a | ) |