fontParts
fontParts copied to clipboard
Inconsistent return types for `BaseGlyph._get_image` and `RGlyph._get_image`
These return Optional[BaseImage] and RImage respectively.
Should both or neither accept None as a possible return value?