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

Method get_text_width

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

Source from the content-addressed store, hash-verified

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_dimensionsMethod · 0.95
fits_in_lineMethod · 0.95

Calls 1

get_text_dimensionsFunction · 0.85

Tested by

no test coverage detected