Tagged articles

Chinese characters

9 articles · Page 1 of 1
Model Perspective
Model Perspective
Oct 20, 2022 · Fundamentals

How to Display Chinese Characters in Matplotlib Plots (Step‑by‑Step)

Matplotlib does not render Chinese text by default, showing squares instead, but you can fix this by setting a Chinese font directly in code, adjusting rcParams, or editing the config file; the example demonstrates loading a local font file and applying it to axis labels and titles.

Chinese charactersData VisualizationFont settings
0 likes · 2 min read
How to Display Chinese Characters in Matplotlib Plots (Step‑by‑Step)
Python Programming Learning Circle
Python Programming Learning Circle
Jan 26, 2022 · Fundamentals

Generating Chinese "Fu" Characters with Python and PIL

This tutorial demonstrates how to use Python libraries such as requests and Pillow to scrape individual Chinese characters, resize them, compose them onto a background image, and output a customized "Fu" couplet image, complete with full source code and usage instructions.

Chinese charactersPILimage-processing
0 likes · 8 min read
Generating Chinese "Fu" Characters with Python and PIL
58UXD
58UXD
Jul 19, 2021 · Fundamentals

How 58.com Built the ‘Smile’ Chinese Font: A Step‑by‑Step Journey

This article chronicles the end‑to‑end process of designing and releasing the “Smile” Chinese typeface for 58.com, covering the challenges of creating a 3500‑character glyph library, the design philosophy, collaborative workflow, standardization tools, encoding, and the final launch.

Chinese charactersTypographycollaborative workflow
0 likes · 11 min read
How 58.com Built the ‘Smile’ Chinese Font: A Step‑by‑Step Journey
ByteDance Dali Intelligent Technology Team
ByteDance Dali Intelligent Technology Team
Jul 1, 2021 · Mobile Development

Implementing Chinese Character Auto‑Trace (描红) in Flutter: Data Handling, SVG Conversion, Coordinate Transformation, and Animation

This article details a Flutter‑based solution for automatically tracing Chinese characters, covering data preprocessing, SVG‑to‑coordinate conversion, scaling, Y‑axis inversion, translation, centering correction, and smooth stroke animation with frame‑rate optimization.

CanvasChinese charactersCoordinate Transformation
0 likes · 15 min read
Implementing Chinese Character Auto‑Trace (描红) in Flutter: Data Handling, SVG Conversion, Coordinate Transformation, and Animation