MCPcopy Create free account
hub / github.com/antvis/F2Native / GetSpacingY

Method GetSpacingY

core/graphics/shape/Text.cpp:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86float xg::shape::Text::GetSpacingY() const { return std::isnan(lineHeight_) ? fontSize_ * 0.14 : (lineHeight_ - fontSize_); }
87
88float xg::shape::Text::GetTextHeight() const {
89 if(!std::isnan(height_)) {

Callers 1

DrawLabelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected