Home
last modified time | relevance | path

Searched refs:VGLTextFont (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libvgl/
H A Dtext.c36 static VGLText *VGLTextFont; variable
45 if (VGLTextFont) { in VGLTextSetFontFile()
46 if (VGLTextFont->BitmapArray != VGLFont) in VGLTextSetFontFile()
47 free (VGLTextFont->BitmapArray); in VGLTextSetFontFile()
48 free(VGLTextFont); in VGLTextSetFontFile()
51 if ((VGLTextFont=(VGLText*)malloc(sizeof(VGLText))) == (VGLText*)0) in VGLTextSetFontFile()
55 VGLTextFont->Width = 8; in VGLTextSetFontFile()
56 VGLTextFont->Height = 8; in VGLTextSetFontFile()
57 VGLTextFont->BitmapArray = VGLFont; in VGLTextSetFontFile()
62 fread(&VGLTextFont->Width, 1 , 1, fd); in VGLTextSetFontFile()
[all …]