Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
float xg::shape::Text::GetSpacingY() const { return std::isnan(lineHeight_) ? fontSize_ * 0.14 : (lineHeight_ - fontSize_); }
87
88
float xg::shape::Text::GetTextHeight() const {
89
if(!std::isnan(height_)) {
Callers
1
DrawLabel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected