1) I am finding it would be very useful to have a way to get the vertical and, above all, horizontal size of a GuiLabel (as also stated somewhere in the documentation, GuiElement.getWidth/Height() do not work with GuiLabels and always returns 0).
Is there any plan to implement those methods for GuiLabels too?
2) It would also be very useful to be able to retrieve the sizes both as relative and as absolute, regardless of the way they have been defined;
OR at lest
to be able to retrieve their absolute values even if defined in relative terms (ultimately, any GuiElement takes an absolute amount of pixel on screen; the opposite, retrieving the relative value of a size defined as absolute seems less frequent).
My use case is adapting the size of a container GuiElement (say, a GuiPanel) to the size of the contained elements.