MCPcopy Create free account
hub / github.com/JacquesLucke/code_autocomplete / fits_in_line

Method fits_in_line

graphics.py:164–165  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

162 return text
163
164 def fits_in_line(self, text):
165 return self.get_text_width(text) <= self.width
166 def get_text_width(self, text):
167 return get_text_dimensions(text, self.text_size, font_id = self.font_id)[0]
168

Callers 2

get_draw_linesMethod · 0.95
get_text_to_line_endMethod · 0.95

Calls 1

get_text_widthMethod · 0.95

Tested by

no test coverage detected