Home
last modified time | relevance | path

Searched refs:fontdesc (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-font.c173 if (fontdesc->font->flags.ft_substitute && fontdesc->wmode) in ft_cid_to_gid()
552 return fontdesc; in pdf_new_font_desc()
865 fontdesc->size += pdf_cmap_size(ctx, fontdesc->encoding); in pdf_load_simple_font()
883 pdf_set_default_hmtx(ctx, fontdesc, fontdesc->missing_width); in pdf_load_simple_font()
914 if (fontdesc && etable != fontdesc->cid_to_gid) in pdf_load_simple_font()
919 return fontdesc; in pdf_load_simple_font()
1049 fontdesc->size += pdf_cmap_size(ctx, fontdesc->encoding); in load_cid_font()
1112 if (fontdesc->to_unicode && !fontdesc->to_ttf_cmap) in load_cid_font()
1417 pdf_store_item(ctx, dict, fontdesc, fontdesc->size); in pdf_load_font()
1448 fontdesc->hmtx[i].lo, fontdesc->hmtx[i].hi, fontdesc->hmtx[i].w); in pdf_print_font()
[all …]
H A Dpdf-type3.c22 pdf_font_desc *fontdesc = NULL; in pdf_load_type3_font() local
33 fz_var(fontdesc); in pdf_load_type3_font()
54 fontdesc = pdf_new_font_desc(ctx); in pdf_load_type3_font()
61 fontdesc->font = font; in pdf_load_type3_font()
105 fontdesc->size += pdf_cmap_size(ctx, fontdesc->encoding); in pdf_load_type3_font()
110 if (fontdesc->cid_to_ucs_len == 256) in pdf_load_type3_font()
114 fontdesc->cid_to_ucs[i] = i; in pdf_load_type3_font()
141 pdf_end_hmtx(ctx, fontdesc); in pdf_load_type3_font()
182 pdf_drop_font(ctx, fontdesc); in pdf_load_type3_font()
188 return fontdesc; in pdf_load_type3_font()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/fpgui/
H A Dfpguiproc.pas101 fontdesc: string;
108 fontdesc:=fontdesc+':bold';
110 fontdesc:=fontdesc+':italic';
112 fontdesc:=fontdesc+':underline';
114 fontdesc:=fontdesc+':strikeout';
115 Result:=fontdesc;
125 fontdesc:=fontdesc+'-'+inttostr(AFont.Height);
127 fontdesc:=fontdesc+':bold';
129 fontdesc:=fontdesc+':italic';
131 fontdesc:=fontdesc+':underline';
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiproc.pas106 fontdesc: string;
113 fontdesc:=fontdesc+':bold';
115 fontdesc:=fontdesc+':italic';
117 fontdesc:=fontdesc+':underline';
119 fontdesc:=fontdesc+':strikeout';
120 Result:=fontdesc;
130 fontdesc:=fontdesc+'-'+inttostr(AFont.Height);
132 fontdesc:=fontdesc+':bold';
134 fontdesc:=fontdesc+':italic';
136 fontdesc:=fontdesc+':underline';
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/fpgui/
H A Dfpguiproc.pas101 fontdesc: string;
108 fontdesc:=fontdesc+':bold';
110 fontdesc:=fontdesc+':italic';
112 fontdesc:=fontdesc+':underline';
114 fontdesc:=fontdesc+':strikeout';
115 Result:=fontdesc;
125 fontdesc:=fontdesc+'-'+inttostr(AFont.Height);
127 fontdesc:=fontdesc+':bold';
129 fontdesc:=fontdesc+':italic';
131 fontdesc:=fontdesc+':underline';
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiproc.pas106 fontdesc: string;
113 fontdesc:=fontdesc+':bold';
115 fontdesc:=fontdesc+':italic';
117 fontdesc:=fontdesc+':underline';
119 fontdesc:=fontdesc+':strikeout';
120 Result:=fontdesc;
130 fontdesc:=fontdesc+'-'+inttostr(AFont.Height);
132 fontdesc:=fontdesc+':bold';
134 fontdesc:=fontdesc+':italic';
136 fontdesc:=fontdesc+':underline';
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/glcomp/
H A Dglcompfont.c130 static int fontId(fontset_t * fontset, char *fontdesc)
134 if (strcmp(fontset->fonts[ind]->fontdesc, fontdesc) == 0)
187 if (f->fontdesc) in glDeleteFont()
188 free(f->fontdesc); in glDeleteFont()
213 font->fontdesc = strdup(fontdesc); in glNewFont()
242 font->fontdesc = strdup(parent->font->fontdesc); in glNewFontFromParent()
253 font->fontdesc, font->size, in glNewFontFromParent()
316 id = fontId(fontset, fontdesc);
318 sz = strlen(fontset->font_directory) + strlen(fontdesc) + 6;
353 fontset->fonts[ind]->fontdesc);
[all …]
/dports/graphics/zgv/zgv-5.9/src/
H A Dbdf2h.c38 char *fontdesc="unnamed"; in main() local
40 if(argc==2) fontdesc=argv[1]; in main()
59 printf("static signed char font%sdat[]={\n\n",fontdesc); in main()
116 printf("static struct fontinfo_tag font%s={\n",fontdesc); in main()
117 printf("font%sdat,\n{",fontdesc); in main()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXFontDialog.cpp93 void FXFontDialog::setFontSelection(const FXFontDesc& fontdesc){ in setFontSelection() argument
94 fontbox->setFontSelection(fontdesc); in setFontSelection()
99 void FXFontDialog::getFontSelection(FXFontDesc& fontdesc) const { in getFontSelection()
100 fontbox->getFontSelection(fontdesc); in getFontSelection()
H A DFXFont.cpp1347 FXFont::FXFont(FXApp* a,const FXFontDesc& fontdesc):FXId(a),wantedName(fontdesc.face){ in FXFont() argument
1349 wantedSize=fontdesc.size; in FXFont()
1359 hints=fontdesc.flags; in FXFont()
2505 strncpy(fontdesc.face,wantedName.text(),sizeof(fontdesc.face)); in getFontDesc()
2506 fontdesc.size=wantedSize; in getFontDesc()
2511 fontdesc.flags=hints; in getFontDesc()
2517 wantedName=fontdesc.face; in setFontDesc()
2518 wantedSize=fontdesc.size; in setFontDesc()
2523 hints=fontdesc.flags; in setFontDesc()
2644 …]] %u %u %u %u %u %u",fontdesc.face,&fontdesc.size,&fontdesc.weight,&fontdesc.slant,&fontdesc.enco… in fxparsefontdesc()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXFontDialog.cpp93 void FXFontDialog::setFontSelection(const FXFontDesc& fontdesc){ in setFontSelection() argument
94 fontbox->setFontSelection(fontdesc); in setFontSelection()
99 void FXFontDialog::getFontSelection(FXFontDesc& fontdesc) const { in getFontSelection()
100 fontbox->getFontSelection(fontdesc); in getFontSelection()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXFontDialog.cpp93 void FXFontDialog::setFontSelection(const FXFontDesc& fontdesc){ in setFontSelection() argument
94 fontbox->setFontSelection(fontdesc); in setFontSelection()
99 void FXFontDialog::getFontSelection(FXFontDesc& fontdesc) const { in getFontSelection()
100 fontbox->getFontSelection(fontdesc); in getFontSelection()
H A DFXPostscriptFont.cpp138 const FXFontDesc &fontdesc):FXFont(a, fontdesc){ in FXPostscriptFont() argument
140 actualName=fontdesc.face; in FXPostscriptFont()
141 actualSize=fontdesc.size; in FXPostscriptFont()
142 actualWeight=fontdesc.weight; in FXPostscriptFont()
143 actualSlant=fontdesc.slant; in FXPostscriptFont()
144 actualEncoding=fontdesc.encoding; in FXPostscriptFont()
145 actualSetwidth=fontdesc.setwidth; in FXPostscriptFont()
146 hints=fontdesc.flags; in FXPostscriptFont()
/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/robtk/widgets/
H A Drobtk_label.h32 char *fontdesc; member
49 if (d->fontdesc) { in priv_lbl_prepare_text()
50 fd = pango_font_description_from_string(d->fontdesc); in priv_lbl_prepare_text()
169 d->fontdesc = NULL; in robtk_lbl_new()
192 free(d->fontdesc); in robtk_lbl_destroy()
257 static void robtk_lbl_set_fontdesc(RobTkLbl *d, const char *fontdesc) { in robtk_lbl_set_fontdesc() argument
258 free(d->fontdesc); in robtk_lbl_set_fontdesc()
259 d->fontdesc = strdup(fontdesc); in robtk_lbl_set_fontdesc()
/dports/audio/x42-plugins-lv2/x42-plugins-20211016/robtk/widgets/
H A Drobtk_label.h32 char *fontdesc; member
49 if (d->fontdesc) { in priv_lbl_prepare_text()
50 fd = pango_font_description_from_string(d->fontdesc); in priv_lbl_prepare_text()
169 d->fontdesc = NULL; in robtk_lbl_new()
192 free(d->fontdesc); in robtk_lbl_destroy()
257 static void robtk_lbl_set_fontdesc(RobTkLbl *d, const char *fontdesc) { in robtk_lbl_set_fontdesc() argument
258 free(d->fontdesc); in robtk_lbl_set_fontdesc()
259 d->fontdesc = strdup(fontdesc); in robtk_lbl_set_fontdesc()
/dports/graphics/qiv/qiv-2.3.2/
H A Dmain.c136 fontdesc = pango_font_description_from_string (STATUSBAR_FONT); in main()
139 if(!pango_font_description_get_size(fontdesc)) in main()
141 pango_font_description_set_size(fontdesc, PANGO_SCALE * STATUSBAR_FS); in main()
143 metrics = pango_context_get_metrics (gdk_pango_context_get(), fontdesc, NULL); in main()
144 pango_layout_set_font_description (layout, fontdesc); in main()
222 pango_font_description_free (fontdesc); in qiv_exit()
/dports/textproc/halibut/halibut-1.2/
H A Dbk_pdf.c134 object *font, *fontdesc; in pdf_backend() local
173 objtext(fontdesc, buf); in pdf_backend()
176 objtext(fontdesc, buf); in pdf_backend()
178 objtext(fontdesc, buf); in pdf_backend()
180 objtext(fontdesc, buf); in pdf_backend()
182 objtext(fontdesc, buf); in pdf_backend()
184 objtext(fontdesc, buf); in pdf_backend()
186 objtext(fontdesc, buf); in pdf_backend()
188 objtext(fontdesc, buf); in pdf_backend()
190 objtext(fontdesc, buf); in pdf_backend()
[all …]
H A Dwinhelp.c157 struct fontdesc { struct
1287 struct fontdesc *fontdesc; in whlp_create_font() local
1296 fontdesc = snew(struct fontdesc); in whlp_create_font()
1297 fontdesc->font = font; in whlp_create_font()
1298 fontdesc->family = family; in whlp_create_font()
1301 fontdesc->r = r; in whlp_create_font()
1302 fontdesc->g = g; in whlp_create_font()
1303 fontdesc->b = b; in whlp_create_font()
1314 struct fontdesc *fontdesc; in whlp_make_fontsection() local
1875 struct fontdesc *fontdesc; in whlp_abandon() local
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_charmap/
H A Dcharmap_gui.c155 PangoFontDescription *fontdesc; in charmap_sidepanel_initgui() local
186 fontdesc = pango_font_description_from_string("Lucida Grande 12"); in charmap_sidepanel_initgui()
189 fontdesc = pango_font_description_from_string("sans 12"); in charmap_sidepanel_initgui()
191 gucharmap_chartable_set_font_desc((GucharmapChartable *)cm->gcm, fontdesc); in charmap_sidepanel_initgui()
192 pango_font_description_free(fontdesc); in charmap_sidepanel_initgui()
/dports/x11-fm/xfe/xfe-1.44/src/
H A DFontDialog.h100 void setFontSelection(const FXFontDesc& fontdesc);
103 void getFontSelection(FXFontDesc& fontdesc) const;
141 void setFontSelection(const FXFontDesc& fontdesc);
144 void getFontSelection(FXFontDesc& fontdesc) const;
H A DPathLinker.cpp52 FXFontDesc fontdesc; in FXIMPLEMENT() local
54 normalFont->getFontDesc(fontdesc); in FXIMPLEMENT()
55 if (fontdesc.weight == FXFont::Normal) in FXIMPLEMENT()
57 fontdesc.weight = FXFont::Bold; in FXIMPLEMENT()
61 fontdesc.weight = FXFont::Normal; in FXIMPLEMENT()
63 highlightFont = new FXFont(getApp(), fontdesc); in FXIMPLEMENT()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/pdf/
H A Dfont.h90 int pdf_font_cid_to_gid(fz_context *ctx, pdf_font_desc *fontdesc, int cid);
96 void pdf_load_type3_glyphs(fz_context *ctx, pdf_document *doc, pdf_font_desc *fontdesc);
101 pdf_font_desc *pdf_keep_font(fz_context *ctx, pdf_font_desc *fontdesc);
104 void pdf_print_font(fz_context *ctx, fz_output *out, pdf_font_desc *fontdesc);
/dports/textproc/meld-legacy/meld-1.8.6/meld/
H A Dpatchdialog.py50 fontdesc = pango.FontDescription(self.prefs.get_current_font())
51 self.textview.modify_font(fontdesc)
65 fontdesc = pango.FontDescription(self.prefs.get_current_font())
66 self.textview.modify_font(fontdesc)
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXFont.h258 FXFont(FXApp* a,const FXFontDesc& fontdesc);
309 void setFontDesc(const FXFontDesc& fontdesc);
312 void getFontDesc(FXFontDesc& fontdesc) const;
393 extern FXAPI FXbool fxparsefontdesc(FXFontDesc& fontdesc,const FXchar* string);
396 extern FXAPI FXbool fxunparsefontdesc(FXchar *string,const FXFontDesc& fontdesc);
/dports/graphics/graphviz/graphviz-2.44.1/contrib/pangotest/
H A Dpangotest.c50 const char *fontclass, *fontdesc; in draw_text() local
54 fontdesc = pango_font_description_to_string(pango_font_describe(font)); in draw_text()
56 fprintf(stderr," %s: %s %s", font_family, fontclass, fontdesc); in draw_text()
58 g_free((gpointer)fontdesc); in draw_text()

12345678910>>...12