###### (This function is part of SDL_ttf, a separate library from SDL.)
# TTF_Font

The internal structure containing font information.

## Header File

Defined in [<SDL_ttf.h>](https://github.com/libsdl-org/SDL_ttf/blob/SDL2/include/SDL_ttf.h)

## Syntax

```c
typedef struct TTF_Font TTF_Font;
```

## Remarks

Opaque data!

----
[CategoryAPI](CategoryAPI), [CategoryAPIDatatype](CategoryAPIDatatype)