#include <Font.h>
◆ OutlineFont()
OutlineFont::OutlineFont |
( |
string |
name, |
|
|
int |
size |
|
) |
| |
◆ create()
OutlineFont * OutlineFont::create |
( |
string |
name, |
|
|
int |
size |
|
) |
| |
|
static |
◆ draw_text()
void OutlineFont::draw_text |
( |
canvas & |
canvas, |
|
|
string |
text, |
|
|
color |
color, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
|
overridevirtual |
◆ text_width()
int OutlineFont::text_width |
( |
string |
text | ) |
|
|
overridevirtual |
◆ data
◆ installed_fonts
Initial value:=
{
{ "ahem", "ahem.ttf" }
}
◆ name
◆ size
int OutlineFont::size = 0 |
|
private |
The documentation for this class was generated from the following files:
- vendor/litehtml/containers/test/Font.h
- vendor/litehtml/containers/test/Font.cpp