get_font method

get_font(id)

Gets the element at the specified ID.

Returns

FontFont.

def get_font(self, id):
    ...
ParameterTypeDescription
idintInt32The ID of the element within its parent element.

See Also