gfm.image

Undocumented in source.

Modules

stb_image
module gfm.image.stb_image

D translation of stb_image-1.33 (http://nothings.org/stb_image.c)

stb_truetype
module gfm.image.stb_truetype

D translation of stb_truetype v0.7 by Sean Barrett More information on http://nothings.org/stb/stb_truetype.h Removed: - texture baking API - font finding in the TTF itself. Make sure there is only one font in the TTF.

Public Imports

gfm.image.stb_image
public import gfm.image.stb_image, gfm.image.stb_truetype;
Undocumented in source.
gfm.image.stb_truetype
public import gfm.image.stb_image, gfm.image.stb_truetype;
Undocumented in source.

Meta