Go to the source code of this file.
Functions | |
tGlyphCacheUC * | FMUC_GetGlyphData (tFontDataUC *FontData, const byte *UTF8Character, byte *BytesPerChar) |
tGlyphCacheUC * FMUC_GetGlyphData | ( | tFontDataUC * | FontData, |
const byte * | UTF8Character, | ||
byte * | BytesPerChar | ||
) |
Definition at line 4 of file FMUC_GetGlyphData.c.
References tFontDataUC::FileHandle, tFontDefUC::FileOffset, FMUC_ReserveMemory(), tFontDataUC::FontDef, tFontDataUC::FontDefEntries, tFontDataUC::GlyphCache, tFontDataUC::GlyphCacheEntries, tGlyphCacheUC::GlyphData, tFontDefUC::Height, tGlyphCacheUC::Height, LogEntryFBLibPrintf(), SEEK_SET, TRACEENTER, TRACEEXIT, tFontDefUC::Unicode, tGlyphCacheUC::Unicode, UTF8ToUTF32(), tFontDefUC::Width, and tGlyphCacheUC::Width.
Referenced by FMUC_GetStringHeight(), FMUC_GetStringWidth(), and FMUC_PutStringAA().