| /xsrc/external/ofl/font-liberation-ttf/dist/scripts/ |
| setisFixedPitch-fonttools.py | 19 # This program takes a TTF font and set isFixedPitch bit used to detect font as a Monospace. 27 # input font will be overwriten and backup will be created for input font 34 # Open the font file supplied as the first argument on the command line 37 font = ttLib.TTFont(fontfile) variable 40 if 'post' in font: 41 if font["post"].isFixedPitch == 0: 42 font["post"].isFixedPitch = 1 43 print("isFixedPitch is now: ", font["post"].isFixedPitch [all...] |
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffload.h | 35 cff_index_get_string( CFF_Font font, 39 cff_index_get_sid_string( CFF_Font font, 54 cff_index_get_name( CFF_Font font, 67 CFF_Font font, 73 cff_font_done( CFF_Font font ); variable 77 cff_load_private_dict( CFF_Font font,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxfont.h | 35 * Interface for font-related functions. \see dmxfont.c */ 42 /** Font private area. */ 45 XFontStruct **font; member in struct:_dmxFontPriv
|
| /xsrc/external/mit/libXft/dist/src/ |
| xftfont.c | 76 XftFont *font; local 104 font = XftFontOpenPattern (dpy, match); 105 if (!font) 108 printf ("No Font\n"); 112 return font; 121 XftFont *font; local 150 font = XftFontOpenPattern (dpy, match); 151 if (!font) 154 printf ("No Font\n"); 158 return font; 167 XftFont *font; local [all...] |
| xftextent.c | 32 XftFontInt *font = (XftFontInt *) pub; local 61 if (glyph < font->num_glyphs && 62 (xftg = font->glyphs[glyph])) 85 if (glyph < font->num_glyphs && (xftg = font->glyphs[glyph]))
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| mipolytext.c | 75 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, 82 FONTGLYPHS(pGC->font)); 94 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, 95 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit, 102 FONTGLYPHS(pGC->font)); 110 FontPtr font = pGC->font; local 113 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars, 117 FONTGLYPHS(font)); 125 FontPtr font = pGC->font local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| mipolytext.c | 76 GetGlyphs(pGC->font, (unsigned long)count, (unsigned char *)chars, 82 pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(pGC->font)); 93 GetGlyphs(pGC->font, (unsigned long)count, (unsigned char *)chars, 94 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit, 100 pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(pGC->font)); 108 FontPtr font = pGC->font; local 111 GetGlyphs(font, (unsigned long)count, (unsigned char *)chars, 114 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(font)); 122 FontPtr font = pGC->font local [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| bdftopcf.c | 47 FontRec font = { 0 }; local 167 if (bdfReadFont(&font, input, bit, byte, glyph, scan) != Successful) { 182 if (pcfWriteFont(&font, output) != Successful) {
|
| /xsrc/external/mit/xfs/dist/include/ |
| difsfnst.h | 51 #include <X11/fonts/font.h> 54 /* has per-client info about the font */ 56 FontPtr font; member in struct:_ClientFont 63 FontPtr font; member in struct:_font_name_cache 68 Font *client_list;
|
| /xsrc/external/mit/fonttosfnt/dist/ |
| fonttosfnt.c | 42 " fonttosfnt [ -v ] [ -c ] [ -b ] [ -r ] [ -g n ] [ -m n ] -o font.otb \n" 43 " [ -- ] [ font ] ...\n" 54 FontPtr font; local 119 font = makeFont(); 123 "You are requesting to put more than one font into a single OpenType font.\n" 124 "This is not recommended. The global font metrics will not match every font face.\n" 125 "The creation of an OpenType font collection is recommended.\n"); 128 int rc = readFile(NULL, font); [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| drawing.c | 157 MyFont font; local 163 font = Scr->workSpaceMgr.buttonFont; 169 font = occwin->font; 175 font = occwin->font; 186 XmbTextExtents(font.font_set, label, strlen(label), &inc_rect, 189 vspace = ((bheight + strHei - font.descent) / 2); 235 XmbDrawString(dpy, w, font.font_set, Scr->NormalGC, hspace, vspace, 243 XmbDrawImageString(dpy, w, font.font_set, Scr->NormalGC, hspace, vspace [all...] |
| occupation.h | 24 MyFont font; member in struct:OccupyWindow
|
| /xsrc/external/mit/libX11/dist/modules/om/generic/ |
| omTextExt.c | 43 XFontStruct *font; local 59 args[0] = (XPointer) &font; 72 XTextExtents16(font, xchar2b_buf, buf_len, &direction, 75 XTextExtents(font, (char *) xchar2b_buf, buf_len, &direction,
|
| omTextPer.c | 47 XFontStruct *font; local 64 args[0] = (XPointer) &font; 87 logical_ascent = font->ascent; 88 logical_descent = font->descent; 90 logical_ascent = max(logical_ascent, font->ascent); 91 logical_descent = max(logical_descent, font->descent); 95 CI_GET_DEFAULT_INFO_2D(font, def); 98 CI_GET_DEFAULT_INFO_1D(font, def); 104 CI_GET_CHAR_INFO_2D(font, xchar2b_ptr->byte1, 108 CI_GET_CHAR_INFO_1D(font, *xchar_ptr, def, cs) [all...] |
| omDefault.c | 224 XFontStruct *font = *oc->core.font_info.font_struct_list; local 234 CI_GET_DEFAULT_INFO_1D(font, def); 237 CI_GET_CHAR_INFO_1D(font, *text, def, cs); 249 logical_buf->y = -(font->ascent); 251 logical_buf->height = font->ascent + font->descent; 279 overall_logical->y = -(font->ascent); 281 overall_logical->height = font->ascent + font->descent; 349 XFontStruct *font = *oc->core.font_info.font_struct_list local [all...] |
| omTextEsc.c | 47 XFontStruct *font) 62 if(vrotate->font == font) 72 XFontStruct *font) 87 if(vmap->font == font) 97 XFontStruct *font, 108 if(is_rotate(oc, font) == True) { 109 escapement += _XTextHeight16(font, buf2b, 1); 111 escapement += (int) (font->max_bounds.ascent 137 XFontStruct *font; local 247 XFontStruct *font; local [all...] |
| /xsrc/external/mit/fontconfig/dist/fc-match/ |
| fc-match.c | 91 fprintf (file, _("List best font matching [pattern]\n")); 96 fprintf (file, _(" -v, --verbose display entire font pattern verbosely\n")); 97 fprintf (file, _(" -b, --brief display entire font pattern briefly\n")); 99 fprintf (file, _(" -V, --version display font config version and exit\n")); 104 fprintf (file, _(" -v (verbose) display entire font pattern verbosely\n")); 105 fprintf (file, _(" -b (brief) display entire font pattern briefly\n")); 107 fprintf (file, _(" -V (version) display font config version and exit\n")); 238 FcPattern *font; local 240 font = FcPatternFilter (fs->fonts[j], os); 246 FcPatternDel (font, FC_CHARSET) [all...] |
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| AsciiSinkP.h | 74 XFontStruct *font; /* Font to draw in. */ member in struct:__anon5713
|
| LabelP.h | 75 XFontStruct *font; member in struct:__anon5733
|
| SmeBSBP.h | 55 percentage of the font height of 60 XFontStruct *font; /* The font to show label in */ member in struct:__anon5752
|
| TipP.h | 51 XFontStruct *font; member in struct:_TipPart
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcdir.c | 89 FcPattern *font = set->fonts[i]; local 100 if (FcPatternObjectGetString (font, FC_FILE_OBJECT, 0, &f) == FcResultMatch && 104 FcPatternObjectDel (font, FC_FILE_OBJECT); 109 FcPatternObjectAddString (font, FC_FILE_OBJECT, &s[len]); 117 if (config && !FcConfigSubstitute (config, font, FcMatchScan)) 122 printf ("Final font pattern:\n"); 123 FcPatternPrint (font); 271 * Scan file files to build font patterns
|
| /xsrc/external/mit/libXft/dist/include/X11/Xft/ |
| Xft.h | 85 XftFont *font; member in struct:_XftCharFontSpec 98 XftFont *font; member in struct:_XftGlyphFontSpec
|
| /xsrc/external/mit/xditview/dist/ |
| parse.c | 56 charWidth(DviWidget dw, XftFont *font, char c) 60 XftTextExtents8(XtDisplay(dw), font, (unsigned char *) &c, 1, &extents); local 302 dw->dvi.cache.font = QueryFont(dw, 324 XftFont *font; local 327 register XFontStruct *font; 338 * load a new font, if the current block is not empty, 359 if (!dw->dvi.cache.font) 362 font = dw->dvi.cache.font; 372 text->font = font [all...] |
| /xsrc/external/mit/xfontsel/dist/ |
| ULabelP.h | 83 XFontStruct *font; member in struct:__anon9693
|