Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 854032 Details for
Bug 895948
dev-python/pillow: libraqm dependency missing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
getbbox_direction_poc.py
getbbox_direction_poc.py (text/x-python), 197 bytes, created by
Anton Bolshakov
on 2023-02-23 02:04:09 UTC
(
hide
)
Description:
getbbox_direction_poc.py
Filename:
MIME Type:
Creator:
Anton Bolshakov
Created:
2023-02-23 02:04:09 UTC
Size:
197 bytes
patch
obsolete
>#!/usr/bin/env python3 > >from PIL import ImageFont > >text = 'test' >font_name = './arial.ttf' >font_size = 7 > >font = ImageFont.truetype(font_name, font_size) >print(font.getbbox(text, direction="ltr"))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 895948
:
854028
|
854030
| 854032