Inkscape
Vector Graphics Editor
|
Font type internal to SPStyle ('font' shorthand) More...
#include <style-internal.h>
Public Member Functions | |
SPIFont ()=default | |
~SPIFont () override=default | |
void | read (gchar const *str) override |
const Glib::ustring | get_value () const override |
void | clear () override |
void | cascade (const SPIBase *const) override |
void | merge (const SPIBase *const) override |
SPIFont & | operator= (const SPIFont &rhs)=default |
bool | equals (const SPIBase &rhs) const override |
![]() | |
SPIBase (bool inherits_=true) | |
virtual | ~SPIBase ()=default |
void | readIfUnset (gchar const *str, SPStyleSrc source=SPStyleSrc::STYLE_PROP) |
void | readAttribute (Inkscape::XML::Node *repr) |
bool | shall_write (guint const flags=SP_STYLE_FLAG_IFSET, SPStyleSrc const &style_src_req=SPStyleSrc::STYLE_PROP, SPIBase const *const base=nullptr) const |
Check if this property should be written. | |
virtual const Glib::ustring | write (guint const flags=SP_STYLE_FLAG_IFSET, SPStyleSrc const &style_src_req=SPStyleSrc::STYLE_PROP, SPIBase const *const base=nullptr) const |
Compile this style conditionally into a 'name: value' string suitable for css attrs. | |
void | overwrite (const SPIBase *const other) |
void | setStylePointer (SPStyle *style_in) |
SPIBase & | operator= (const SPIBase &rhs)=default |
bool | operator== (const SPIBase &rhs) const |
virtual SPAttr | id () const |
Glib::ustring const & | name () const |
Additional Inherited Members | |
![]() | |
bool | inherits: 1 |
bool | set: 1 |
bool | inherit: 1 |
bool | important: 1 |
SPStyleSrc | style_src |
![]() | |
char const * | important_str () const |
![]() | |
SPStyle * | style |
Font type internal to SPStyle ('font' shorthand)
Definition at line 993 of file style-internal.h.
|
default |
|
overridedefault |
|
inlineoverridevirtual |
Implements SPIBase.
Definition at line 1008 of file style-internal.h.
|
inlineoverridevirtual |
Reimplemented from SPIBase.
Definition at line 1004 of file style-internal.h.
References SPIBase::clear().
|
overridevirtual |
Reimplemented from SPIBase.
Definition at line 2673 of file style-internal.cpp.
References SPIBase::equals().
|
overridevirtual |
Implements SPIBase.
Definition at line 2647 of file style-internal.cpp.
References SPIBase::inherit.
|
inlineoverridevirtual |
Implements SPIBase.
Definition at line 1011 of file style-internal.h.
|
overridevirtual |
Implements SPIBase.
Definition at line 2549 of file style-internal.cpp.
References SPStyle::font_family, SPStyle::font_size, SPStyle::font_stretch, SPStyle::font_style, SPStyle::font_variant, SPStyle::font_weight, SPIBase::inherit, SPStyle::line_height, SPIBase::set, and SPIBase::style.