You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - `TTF_PROP_FONT_CREATE_VERTICAL_DPI_NUMBER`: the vertical DPI to use for
207
209
* font rendering, defaults to `TTF_PROP_FONT_CREATE_HORIZONTAL_DPI_NUMBER`
208
210
* if set, or 72 otherwise.
209
-
* - `TTF_PROP_FONT_CREATE_EXISTING_FONT`: an optional TTF_Font that, if set, will be used as the font data source and the initial size and style of the new font.
211
+
* - `TTF_PROP_FONT_CREATE_EXISTING_FONT`: an optional TTF_Font that, if set,
212
+
* will be used as the font data source and the initial size and style of
213
+
* the new font.
210
214
*
211
215
* \param props the properties to use.
212
216
* \returns a valid TTF_Font, or NULL on failure; call SDL_GetError() for more
0 commit comments