fontParts icon indicating copy to clipboard operation
fontParts copied to clipboard

Inconsistent return types for `BaseGlyph._get_image` and `RGlyph._get_image`

Open knutnergaard opened this issue 9 months ago • 0 comments

These return Optional[BaseImage] and RImage respectively.

Should both or neither accept None as a possible return value?

knutnergaard avatar Mar 15 '25 10:03 knutnergaard