python_freetype
python_freetype copied to clipboard
Python language binding for FreeType library
Results
1
python_freetype issues
Sort by
recently updated
recently updated
newest added
The code around line 3315 for Bitmap.make_image_surface is simply wrong: ``` ... if self.pixel_mode == FT.PIXEL_MODE_MONO : cairo_format = cairo.FORMAT_A1 elif self.pixel_mode == FT.PIXEL_MODE_GRAY : cairo_format = cairo.FORMAT_A8 ... ```...