Searched refs:VGLTextFont (Results 1 – 1 of 1) sorted by relevance
38 static VGLText *VGLTextFont; variable47 if (VGLTextFont) { in VGLTextSetFontFile()50 free(VGLTextFont); in VGLTextSetFontFile()57 VGLTextFont->Width = 8; in VGLTextSetFontFile()58 VGLTextFont->Height = 8; in VGLTextSetFontFile()66 VGLTextFont->BitmapArray = in VGLTextSetFontFile()67 (byte*)malloc(256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height); in VGLTextSetFontFile()69 (256*((VGLTextFont->Width + 7)/8)*VGLTextFont->Height), fd); in VGLTextSetFontFile()81 Bpl = (VGLTextFont->Width + 7) / 8; in VGLBitmapPutChar()82 Bpc = Bpl * VGLTextFont->Height; in VGLBitmapPutChar()[all …]