MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getLineOffset

Method getLineOffset

src/eepp/ui/uicodeeditor.cpp:3363–3365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3361}
3362
3363Float UICodeEditor::getLineOffset() const {
3364 return eeceil( convertLength( mLineSpacing, mSize.getWidth() ) * 0.5f );
3365}
3366
3367bool UICodeEditor::gutterSpaceExists( UICodeEditorPlugin* plugin ) const {
3368 for ( const auto& space : mPluginGutterSpaces ) {

Callers 2

drawLineNumbersBeforeMethod · 0.80
drawAfterLineTextMethod · 0.80

Calls 1

getWidthMethod · 0.45

Tested by

no test coverage detected