Model.descriptorsetfont# Model.descriptorsetfont(font)# Sets the font for the plot descriptor. Parameters: font (int) – The font number for the descriptor (1 through 4). Example# Set the font number of the descriptor to 2# import hm import hm.entities as ent model = hm.Model() model.descriptorsetfont(font=2)