double getDescent() const override
returns the descent line offset of the baseline of this font. If not supported returns -1 ...
Definition: cairofont.cpp:299
double getCapHeight() const override
returns the height of the highest capital letter for this font. If not supported returns -1 ...
Definition: cairofont.cpp:312
A drawing context encapsulates the drawing context of the underlying OS.
Definition: cdrawcontext.h:29
double getAscent() const override
returns the ascent line offset of the baseline of this font. If not supported returns -1 ...
Definition: cairofont.cpp:293
double getLeading() const override
returns the space between lines for this font. If not supported returns -1
Definition: cairofont.cpp:305