SDL_ttf: Added TTF_GetTextProperties() to the exported function list

From 9012bb976b052742e54bef9e6f89974f0dc1ea52 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sat, 15 Feb 2025 19:26:53 -0800
Subject: [PATCH] Added TTF_GetTextProperties() to the exported function list

Fixes https://github.com/libsdl-org/SDL_ttf/issues/509
---
 src/SDL_ttf.sym | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/SDL_ttf.sym b/src/SDL_ttf.sym
index 51963f38..0017cdd4 100644
--- a/src/SDL_ttf.sym
+++ b/src/SDL_ttf.sym
@@ -59,6 +59,7 @@ SDL3_ttf_0.0.0 {
     TTF_GetTextEngine;
     TTF_GetTextFont;
     TTF_GetTextPosition;
+    TTF_GetTextProperties;
     TTF_GetTextScript;
     TTF_GetTextSize;
     TTF_GetTextSubString;