1. Home
  2. Browse
  3. sdl2-ttf

sdl2-ttf

v2.22.0#1Latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install sdl2-ttf

Usage

sdl2-ttf provides CMake targets:

find_package(SDL2_ttf CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SDL2_ttf::SDL2_ttf>,SDL2_ttf::SDL2_ttf,SDL2_ttf::SDL2_ttf-static>)

Features

Dependencies

See source

Version

v2.22.0#1

Publication

Supports

All

GitHub

libsdl-org/SDL_ttf418

Homepage

libsdl.org/projects/SDL_ttf

Subtree

cf4ebef229

License

Zlib

Definition

Manifest