0.9.3dev
Search
Namespaces
Classes
Modules
Guides
Reference
View All Results »
Main Page
Reference
Guides
Cinder
Namespaces
cinder
android
app
fs
hardware
net
video
app
android
audio
android
cocoa
dsp
linux
msw
cairo
cocoa
dx
geom
gl
impl
ip
linux
ftutil
log
msw
params
qtime
signals
svg
winrt
glm
cinder
svg
Value
/
#include
“
cinder/svg/Svg.h
”
Enums
Public Member Functions
Static Public Member Functions
SVG Value/Unit pair.
Show All
|
Hide All
Enums
Unit
{
USER
PX
PERCENT
PT
PC
MM
CM
INCH
EM
EX
}
Public Member Functions
Value
()
Value
(float value, Unit unit=USER)
float
asUser
(float percentOf=100, float dpi=72, float fontSize=12, float fontXHeight=7) const
bool
isUser
() const
bool
isPercent
() const
bool
isPixels
() const
Static Public Member Functions
Value
parse
(const char **sInOut)
Value
parse
(const std::string &s)