天宫鹤

Python-pptx正确设置中文字体

使用pptx_ea_font库设置中文字体:

1.安装pptx_ea_font库:pip install pptx-ea-font

2.p = text_frame.paragraphs[0] # 取文本段落

 run = p.runs[0] # 取文本运行对象,该对象为段落的子元素

pptx_ea_font.set_font(run, '微软雅黑')
#以下方法只能修改数字和英文 #run.font.name = new_font

参考:
(1)https://blog.csdn.net/A41915460/article/details/134104431
(2)https://zhuanlan.zhihu.com/p/548039429

posted on   GoGrid  阅读(322)  评论(1编辑  收藏  举报

相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示