imgui.stdb_truetype

Members

Functions

stbtt_BakeFontBitmap
int stbtt_BakeFontBitmap(const(ubyte)* data, int offset, float pixel_height, ubyte* pixels, int pw, int ph, int first_char, int num_chars, stbtt_bakedchar* chardata)
stbtt_FindGlyphIndex
int stbtt_FindGlyphIndex(const(stbtt_fontinfo)* info, int unicode_codepoint)
stbtt_FindMatchingFont
int stbtt_FindMatchingFont(const(ubyte)* fontdata, const(char)* name, int flags)
stbtt_FreeBitmap
void stbtt_FreeBitmap(ubyte* bitmap, void* userdata)
stbtt_GetFontOffsetForIndex
int stbtt_GetFontOffsetForIndex(const(ubyte)* data, int index)
stbtt_GetGlyphBitmapBoxSubpixel
void stbtt_GetGlyphBitmapBoxSubpixel(const(stbtt_fontinfo)* font, int glyph, float scale_x, float scale_y, float shift_x, float shift_y, int* ix0, int* iy0, int* ix1, int* iy1)
stbtt_ScaleForPixelHeight
float stbtt_ScaleForPixelHeight(const(stbtt_fontinfo)* info, float pixels)
stbtt__CompareUTF8toUTF16_bigendian_prefix
stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(const(stbtt_uint8)* s1, stbtt_int32 len1, const(stbtt_uint8)* s2, stbtt_int32 len2)
ttBYTE
auto ttBYTE(P p)

Structs

stbtt_bakedchar
struct stbtt_bakedchar

Meta