forked from libsdl-org/SDL_ttf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSDL_ttf.sym
More file actions
121 lines (121 loc) · 3.01 KB
/
Copy pathSDL_ttf.sym
File metadata and controls
121 lines (121 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
SDL3_ttf_0.0.0 {
global:
TTF_AddFallbackFont;
TTF_AppendTextString;
TTF_ClearFallbackFonts;
TTF_CloseFont;
TTF_CopyFont;
TTF_CreateGPUTextEngine;
TTF_CreateGPUTextEngineWithProperties;
TTF_CreateRendererTextEngine;
TTF_CreateRendererTextEngineWithProperties;
TTF_CreateSurfaceTextEngine;
TTF_CreateText;
TTF_DeleteTextString;
TTF_DestroyGPUTextEngine;
TTF_DestroyRendererTextEngine;
TTF_DestroySurfaceTextEngine;
TTF_DestroyText;
TTF_DrawRendererText;
TTF_DrawSurfaceText;
TTF_FontHasGlyph;
TTF_FontIsFixedWidth;
TTF_FontIsScalable;
TTF_GetFontAscent;
TTF_GetFontDPI;
TTF_GetFontDescent;
TTF_GetFontDirection;
TTF_GetFontFamilyName;
TTF_GetFontGeneration;
TTF_GetFontHeight;
TTF_GetFontHinting;
TTF_GetFontKerning;
TTF_GetFontLineSkip;
TTF_GetFontOutline;
TTF_GetFontProperties;
TTF_GetFontScript;
TTF_GetFontSDF;
TTF_GetFontSize;
TTF_GetFontStyle;
TTF_GetFontStyleName;
TTF_GetFontWeight;
TTF_GetFontWrapAlignment;
TTF_GetFreeTypeVersion;
TTF_GetGlyphImage;
TTF_GetGlyphImageForIndex;
TTF_GetGlyphKerning;
TTF_GetGlyphMetrics;
TTF_GetGlyphScript;
TTF_GetGPUTextDrawData;
TTF_GetGPUTextEngineWinding;
TTF_GetHarfBuzzVersion;
TTF_GetNextTextSubString;
TTF_GetNumFontFaces;
TTF_GetPreviousTextSubString;
TTF_GetStringSize;
TTF_GetStringSizeWrapped;
TTF_GetTextColor;
TTF_GetTextColorFloat;
TTF_GetTextDirection;
TTF_GetTextEngine;
TTF_GetTextFont;
TTF_GetTextPosition;
TTF_GetTextProperties;
TTF_GetTextScript;
TTF_GetTextSize;
TTF_GetTextSubString;
TTF_GetTextSubStringForLine;
TTF_GetTextSubStringForPoint;
TTF_GetTextSubStringsForRange;
TTF_GetTextWrapWidth;
TTF_Init;
TTF_InsertTextString;
TTF_MeasureString;
TTF_OpenFont;
TTF_OpenFontIO;
TTF_OpenFontWithProperties;
TTF_Quit;
TTF_RemoveFallbackFont;
TTF_RenderGlyph_Blended;
TTF_RenderGlyph_LCD;
TTF_RenderGlyph_Shaded;
TTF_RenderGlyph_Solid;
TTF_RenderText_Blended;
TTF_RenderText_Blended_Wrapped;
TTF_RenderText_LCD;
TTF_RenderText_LCD_Wrapped;
TTF_RenderText_Shaded;
TTF_RenderText_Shaded_Wrapped;
TTF_RenderText_Solid;
TTF_RenderText_Solid_Wrapped;
TTF_SetFontDirection;
TTF_SetFontHinting;
TTF_SetFontKerning;
TTF_SetFontLanguage;
TTF_SetFontLineSkip;
TTF_SetFontOutline;
TTF_SetFontSDF;
TTF_SetFontScript;
TTF_SetFontSize;
TTF_SetFontSizeDPI;
TTF_SetFontStyle;
TTF_SetFontWrapAlignment;
TTF_SetGPUTextEngineWinding;
TTF_SetTextColor;
TTF_SetTextColorFloat;
TTF_SetTextDirection;
TTF_SetTextEngine;
TTF_SetTextFont;
TTF_SetTextPosition;
TTF_SetTextScript;
TTF_SetTextString;
TTF_SetTextWrapWhitespaceVisible;
TTF_SetTextWrapWidth;
TTF_StringToTag;
TTF_TagToString;
TTF_TextWrapWhitespaceVisible;
TTF_UpdateText;
TTF_Version;
TTF_WasInit;
local: *;
};