Home
last modified time | relevance | path

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

/dports/graphics/scrot/scrot-1.7/src/
H A Dnote.c45 static Imlib_Font imFont = NULL; variable
185 if (imFont) { in scrotNoteFree()
186 imlib_context_set_font(imFont); in scrotNoteFree()
197 imlib_context_set_font(imFont); in scrotNoteDraw()
212 imFont = imlib_load_font(note.font); in loadFont()
214 if (!imFont) { in loadFont()
/dports/devel/raylib/raylib-3.7.0/src/
H A Dtext.c195 Image imFont = { in LoadFontDefault() local
204 for (int i = 0, counter = 0; i < imFont.width*imFont.height; i += 32) in LoadFontDefault()
265 UnloadImage(imFont); in LoadFontDefault()
1809 Image imFont = LoadImage(imPath); in LoadBMFont() local
1815 .data = calloc(imFont.width*imFont.height, 2), in LoadBMFont()
1816 .width = imFont.width, in LoadBMFont()
1817 .height = imFont.height, in LoadBMFont()
1822 for (int p = 0, i = 0; p < (imFont.width*imFont.height*2); p += 2, i++) in LoadBMFont()
1828 UnloadImage(imFont); in LoadBMFont()
1829 imFont = imFontAlpha; in LoadBMFont()
[all …]
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/src/
H A Drsinc.h96 def (imFont)
/dports/devel/raylib/raylib-3.7.0/examples/shapes/
H A Draygui.h2893 Image imFont = { 0 }; in GuiLoadStyle() local
2894 imFont.mipmaps = 1; in GuiLoadStyle()
2895 fread(&imFont.width, 1, sizeof(int), rgsFile); in GuiLoadStyle()
2896 fread(&imFont.height, 1, sizeof(int), rgsFile); in GuiLoadStyle()
2897 fread(&imFont.format, 1, sizeof(int), rgsFile); in GuiLoadStyle()
2899 imFont.data = (unsigned char *)RAYGUI_MALLOC(fontImageSize); in GuiLoadStyle()
2900 fread(imFont.data, 1, fontImageSize, rgsFile); in GuiLoadStyle()
2902 font.texture = LoadTextureFromImage(imFont); in GuiLoadStyle()
2904 UnloadImage(imFont); in GuiLoadStyle()
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/doc/
H A Drxvt.1.pod401 Set the font set to use for the X Input Method, see resource B<imFont>
1038 =item B<imFont:> I<fontset>
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/
H A DChanges1441 - new option/resource imFont.