#include <Svg.h>
Enumerator |
---|
USER |
|
PX |
|
PERCENT |
|
PT |
|
PC |
|
MM |
|
CM |
|
INCH |
|
EM |
|
EX |
|
cinder::svg::Value::Value |
( |
| ) |
|
cinder::svg::Value::Value |
( |
float |
value, |
|
|
Unit |
unit = USER |
|
) |
| |
float cinder::svg::Value::asUser |
( |
float |
percentOf = 100 , |
|
|
float |
dpi = 72 , |
|
|
float |
fontSize = 12 , |
|
|
float |
fontXHeight = 7 |
|
) |
| const |
bool cinder::svg::Value::isUser |
( |
| ) |
const |
bool cinder::svg::Value::isPercent |
( |
| ) |
const |
bool cinder::svg::Value::isPixels |
( |
| ) |
const |
Value cinder::svg::Value::parse |
( |
const char ** |
sInOut | ) |
|
|
static |
Value cinder::svg::Value::parse |
( |
const std::string & |
s | ) |
|
|
static |
Unit cinder::svg::Value::mUnit |
float cinder::svg::Value::mValue |
The documentation for this class was generated from the following files: