get_char_width method

get_char_width

Returns a width of character.

Returns

A width of character.

def get_char_width(self, char_value):
    ...
ParameterTypeDescription
char_valuecharCharacter.

See Also