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