Need help with pygame's font module

This page summarizes the projects mentioned and recommended in the original post on /r/transprogrammer

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Pygame

    🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.

  • Pygame uses SDL_ttf under the hood to work with fonts. If you’re just wanting to load your own font you can just use pygame.font.Font() and point it to a ttf file. If you’re wanting to mess with the font object or do something else with the raw font data, you might want to check out https://github.com/pygame/pygame/blob/main/src_c/font.c and https://github.com/libsdl-org/SDL_ttf/blob/main/SDL_ttf.c to get an idea of what pygame and SDL are doing under the surface.

  • SDL_ttf

    Support for TrueType (.ttf) font files with Simple Directmedia Layer.

  • Pygame uses SDL_ttf under the hood to work with fonts. If you’re just wanting to load your own font you can just use pygame.font.Font() and point it to a ttf file. If you’re wanting to mess with the font object or do something else with the raw font data, you might want to check out https://github.com/pygame/pygame/blob/main/src_c/font.c and https://github.com/libsdl-org/SDL_ttf/blob/main/SDL_ttf.c to get an idea of what pygame and SDL are doing under the surface.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How can I optimize projects made with Pygame?

    2 projects | /r/pygame | 1 Jul 2023
  • Pygame 2.5.0 – Delicious but a Weird

    1 project | news.ycombinator.com | 24 Jun 2023
  • Error when installing pygame

    2 projects | /r/pygame | 23 Jun 2023
  • pygame-ce 2.3.0 has been released

    1 project | /r/pygame | 15 Jun 2023
  • what's going on behind scenes?

    1 project | /r/pygame | 22 May 2023