add a lib for rendering text in sdl2 and rules to make in makefile
This commit is contained in:
18
SDL2_ttf/.wikiheaders-options
Normal file
18
SDL2_ttf/.wikiheaders-options
Normal file
@@ -0,0 +1,18 @@
|
||||
projectfullname = SDL_ttf
|
||||
projectshortname = SDL_ttf
|
||||
incsubdir =
|
||||
wikisubdir = SDL_ttf
|
||||
apiprefixregex = TTF_
|
||||
mainincludefname = SDL_ttf.h
|
||||
versionfname = SDL_ttf.h
|
||||
versionmajorregex = \A\#define\s+SDL_TTF_MAJOR_VERSION\s+(\d+)\Z
|
||||
versionminorregex = \A\#define\s+SDL_TTF_MINOR_VERSION\s+(\d+)\Z
|
||||
versionpatchregex = \A\#define\s+SDL_TTF_PATCHLEVEL\s+(\d+)\Z
|
||||
selectheaderregex = \ASDL_ttf\.h\Z
|
||||
projecturl = https://libsdl.org/projects/SDL_ttf
|
||||
wikiurl = https://wiki.libsdl.org/SDL_ttf
|
||||
bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
|
||||
warn_about_missing = 0
|
||||
wikipreamble = (This function is part of SDL_ttf, a separate library from SDL.)
|
||||
wikiheaderfiletext = Defined in [<%fname%>](https://github.com/libsdl-org/SDL_ttf/blob/SDL2/include/%fname%)
|
||||
manpageheaderfiletext = Defined in %fname%
|
||||
Reference in New Issue
Block a user