MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / index

Method index

lib/matplotlib/dviread.py:84–89  ·  view source on GitHub ↗

The FreeType index of this glyph (that can be passed to FT_Load_Glyph).

(self)

Source from the content-addressed store, hash-verified

82
83 @property
84 def index(self):
85 """
86 The FreeType index of this glyph (that can be passed to FT_Load_Glyph).
87 """
88 # See DviFont._index_dvi_to_freetype for details on the index mapping.
89 return self.font._index_dvi_to_freetype(self.glyph)
90
91 font_path = property(lambda self: self.font.resolve_path())
92 font_size = property(lambda self: self.font.size)

Callers 15

build_pyplotFunction · 0.80
build_mpljsFunction · 0.80
score_familyMethod · 0.80
_get_fontFunction · 0.80
_tokenizeFunction · 0.80
_splitMethod · 0.80
figureFunction · 0.80
closeFunction · 0.80
add_label_nearMethod · 0.80
remove_callbackMethod · 0.80
key_press_handlerFunction · 0.80

Calls 1

Tested by 2

test_overprecisionFunction · 0.64