Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P
pango
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 180
    • Issues 180
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • pango
  • Issues
  • #440

Closed
Open
Opened Dec 03, 2019 by Aaron Boxer@boxerab
  • Report abuse
  • New issue
Report abuse New issue

Windows: fonts are messed up

I am using a GStreamer overlay element with pango to render text on my video frames.

Steps to reproduce the issue:

  1. launch thread, which starts GLib event loop and plays GStreamer pipeline
  2. text rendering is correct
  3. stop pipeline and join thread
  4. launch second thread, which starts GLib event loop and plays pipeline
  5. Now the text is messed up, with the following warnings:
Pango-WARNING **: 19:23:23.505: couldn't load font "serif Bold Not-Rotated 42.666015625px", falling back to "Sans Bold Not-Rotated 42.666015625px", expect ugly output.

Pango-WARNING **: 19:23:23.505: couldn't load font "Sans Bold Not-Rotated 42.666015625px", falling back to "Sans Not-Rotated 42.666015625px", expect ugly output.

Pango-WARNING **: 19:23:23.505: All font fallbacks failed!!!!

and the font is just tiny boxes.

Edited Dec 03, 2019 by Aaron Boxer
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: GNOME/pango#440