#include <FontMetrics.h>
◆ ascent() [1/2]
◆ ascent() [2/2]
◆ capHeight() [1/2]
int WebCore::FontMetrics::capHeight |
( |
| ) |
const |
|
inline |
◆ capHeight() [2/2]
int WebCore::FontMetrics::capHeight |
( |
| ) |
const |
|
inline |
◆ descent() [1/2]
◆ descent() [2/2]
◆ floatAscent() [1/2]
◆ floatAscent() [2/2]
◆ floatCapHeight() [1/2]
float WebCore::FontMetrics::floatCapHeight |
( |
| ) |
const |
|
inline |
◆ floatCapHeight() [2/2]
float WebCore::FontMetrics::floatCapHeight |
( |
| ) |
const |
|
inline |
◆ floatDescent() [1/2]
◆ floatDescent() [2/2]
◆ floatHeight() [1/2]
◆ floatHeight() [2/2]
◆ floatLineGap() [1/2]
float WebCore::FontMetrics::floatLineGap |
( |
| ) |
const |
|
inline |
◆ floatLineGap() [2/2]
float WebCore::FontMetrics::floatLineGap |
( |
| ) |
const |
|
inline |
◆ floatLineSpacing() [1/2]
float WebCore::FontMetrics::floatLineSpacing |
( |
| ) |
const |
|
inline |
◆ floatLineSpacing() [2/2]
float WebCore::FontMetrics::floatLineSpacing |
( |
| ) |
const |
|
inline |
◆ hasCapHeight() [1/2]
bool WebCore::FontMetrics::hasCapHeight |
( |
| ) |
const |
|
inline |
◆ hasCapHeight() [2/2]
bool WebCore::FontMetrics::hasCapHeight |
( |
| ) |
const |
|
inline |
◆ hasIdenticalAscentDescentAndLineGap() [1/2]
bool WebCore::FontMetrics::hasIdenticalAscentDescentAndLineGap |
( |
const FontMetrics & |
other | ) |
const |
|
inline |
◆ hasIdenticalAscentDescentAndLineGap() [2/2]
bool WebCore::FontMetrics::hasIdenticalAscentDescentAndLineGap |
( |
const FontMetrics & |
other | ) |
const |
|
inline |
◆ hasXHeight() [1/2]
bool WebCore::FontMetrics::hasXHeight |
( |
| ) |
const |
|
inline |
◆ hasXHeight() [2/2]
bool WebCore::FontMetrics::hasXHeight |
( |
| ) |
const |
|
inline |
◆ height() [1/2]
◆ height() [2/2]
◆ lineGap() [1/2]
int WebCore::FontMetrics::lineGap |
( |
| ) |
const |
|
inline |
◆ lineGap() [2/2]
int WebCore::FontMetrics::lineGap |
( |
| ) |
const |
|
inline |
◆ lineSpacing() [1/2]
int WebCore::FontMetrics::lineSpacing |
( |
| ) |
const |
|
inline |
◆ lineSpacing() [2/2]
int WebCore::FontMetrics::lineSpacing |
( |
| ) |
const |
|
inline |
◆ setAscent() [1/2]
void WebCore::FontMetrics::setAscent |
( |
float |
ascent | ) |
|
|
inline |
◆ setAscent() [2/2]
void WebCore::FontMetrics::setAscent |
( |
float |
ascent | ) |
|
|
inline |
◆ setCapHeight() [1/2]
void WebCore::FontMetrics::setCapHeight |
( |
float |
capHeight | ) |
|
|
inline |
◆ setCapHeight() [2/2]
void WebCore::FontMetrics::setCapHeight |
( |
float |
capHeight | ) |
|
|
inline |
◆ setDescent() [1/2]
void WebCore::FontMetrics::setDescent |
( |
float |
descent | ) |
|
|
inline |
◆ setDescent() [2/2]
void WebCore::FontMetrics::setDescent |
( |
float |
descent | ) |
|
|
inline |
◆ setLineGap() [1/2]
void WebCore::FontMetrics::setLineGap |
( |
float |
lineGap | ) |
|
|
inline |
◆ setLineGap() [2/2]
void WebCore::FontMetrics::setLineGap |
( |
float |
lineGap | ) |
|
|
inline |
◆ setLineSpacing() [1/2]
void WebCore::FontMetrics::setLineSpacing |
( |
float |
lineSpacing | ) |
|
|
inline |
◆ setLineSpacing() [2/2]
void WebCore::FontMetrics::setLineSpacing |
( |
float |
lineSpacing | ) |
|
|
inline |
◆ setUnitsPerEm() [1/2]
void WebCore::FontMetrics::setUnitsPerEm |
( |
unsigned |
unitsPerEm | ) |
|
|
inline |
◆ setUnitsPerEm() [2/2]
void WebCore::FontMetrics::setUnitsPerEm |
( |
unsigned |
unitsPerEm | ) |
|
|
inline |
◆ setXHeight() [1/2]
void WebCore::FontMetrics::setXHeight |
( |
float |
xHeight | ) |
|
|
inline |
◆ setXHeight() [2/2]
void WebCore::FontMetrics::setXHeight |
( |
float |
xHeight | ) |
|
|
inline |
◆ setZeroWidth() [1/2]
void WebCore::FontMetrics::setZeroWidth |
( |
float |
zeroWidth | ) |
|
|
inline |
◆ setZeroWidth() [2/2]
void WebCore::FontMetrics::setZeroWidth |
( |
float |
zeroWidth | ) |
|
|
inline |
◆ unitsPerEm() [1/2]
unsigned WebCore::FontMetrics::unitsPerEm |
( |
| ) |
const |
|
inline |
◆ unitsPerEm() [2/2]
unsigned WebCore::FontMetrics::unitsPerEm |
( |
| ) |
const |
|
inline |
◆ xHeight() [1/2]
float WebCore::FontMetrics::xHeight |
( |
| ) |
const |
|
inline |
◆ xHeight() [2/2]
float WebCore::FontMetrics::xHeight |
( |
| ) |
const |
|
inline |
◆ zeroWidth() [1/2]
float WebCore::FontMetrics::zeroWidth |
( |
| ) |
const |
|
inline |
◆ zeroWidth() [2/2]
float WebCore::FontMetrics::zeroWidth |
( |
| ) |
const |
|
inline |
◆ Font
◆ defaultUnitsPerEm
static const unsigned WebCore::FontMetrics::defaultUnitsPerEm = 1000 |
|
static |
The documentation for this class was generated from the following file:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/FontMetrics.h