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

Function getWidgetTextDrawHints

include/eepp/ui/uicodeeditor.hpp:1213–1215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1211 void addCursorsFromCurrentToMousePosition();
1212
1213 inline Uint32 getWidgetTextDrawHints() const {
1214 return mKerningEnabled ? 0 : TextHints::NoKerning;
1215 }
1216
1217 bool setInternalFontSize( const Float& size );
1218

Callers 4

getLineWidthMethod · 0.85
getTextPositionOffsetMethod · 0.85
getColFromXOffsetMethod · 0.85
drawLineTextMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected