Home
last modified time | relevance | path

Searched refs:cfont (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/chinese/gb2ps/GB2PS/
H A Dgbinit.c109 if ((cfont = fopen (cfont_name, "r"))!=NULL) {
110 CHFONT[0].fp=cfont;
123 if ((cfont = fopen (cfont_name, "r"))!=NULL) {
124 CHFONT[1].fp=cfont;
136 if ((cfont = fopen (cfont_name, "r"))!=NULL) {
137 CHFONT[2].fp=cfont;
149 if ((cfont = fopen (cfont_name, "r"))!=NULL) {
150 CHFONT[3].fp=cfont;
163 CHFONT[4].fp=cfont;
176 CHFONT[5].fp=cfont;
[all …]
H A Dgbchar.c170 fseek(cfont,offset_CH+addr*size_of_CH,0);
171 fgets(line,size_of_CH,cfont);
296 cfont=CHFONT[CFP].fp; in AnalyseDoc()
402 CFP=0; cfont=CHFONT[CFP].fp; break; in readchar()
404 CFP=1; cfont=CHFONT[CFP].fp; break; in readchar()
406 CFP=2; cfont=CHFONT[CFP].fp; break; in readchar()
408 CFP=3; cfont=CHFONT[CFP].fp; break; in readchar()
410 CFP=4; cfont=CHFONT[CFP].fp; break; in readchar()
412 CFP=5; cfont=CHFONT[CFP].fp; break; in readchar()
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dglobals.cpp41 clPtr<cfont> g_PanelFont;
42 clPtr<cfont> g_ViewerFont;
43 clPtr<cfont> g_EditorFont;
44 clPtr<cfont> g_DialogFont;
45 clPtr<cfont> g_TerminalFont;
46 clPtr<cfont> g_HelpTextFont;
47 clPtr<cfont> g_HelpBoldFont;
48 clPtr<cfont> g_HelpHeadFont;
H A Dglobals.h34 extern clPtr<cfont> g_PanelFont;
35 extern clPtr<cfont> g_ViewerFont;
36 extern clPtr<cfont> g_EditorFont;
37 extern clPtr<cfont> g_DialogFont;
38 extern clPtr<cfont> g_TerminalFont;
39 extern clPtr<cfont> g_HelpTextFont;
40 extern clPtr<cfont> g_HelpBoldFont;
41 extern clPtr<cfont> g_HelpHeadFont;
H A Dfontdlg.cpp17 clPtr<cfont> font;
21 void SetFont( clPtr<cfont> p ) { font = p; Invalidate(); } in SetFont()
22 clPtr<cfont> GetFont() { return font; } in GetFont()
195 example.SetFont( cfont::New( unicode_to_utf8( s ).data() ) ); in Command()
271 return cfont::New( unicode_to_utf8( s ).data() ); in SelectX11Font()
390 clPtr<cfont::FTInfo> info;
408 cfont::FTInfo* info;
427 clPtr<cfont> GetFont() { return example.GetFont(); } in GetFont()
645 example.SetFont( cfont::New( s->fileName, fsize ) ); in Command()
701 example.SetFont( cfont::New( node->fileName, num ) ); in Command()
[all …]
H A Dfontdlg.h11 clPtr<cfont> SelectX11Font( NCDialogParent* parent, bool fixed );
12 clPtr<cfont> SelectFTFont( NCDialogParent* parent, bool fixed, const char* currentUri );
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_wincore.h45 class cfont; variable
436 cfont() {} in cfont() function
437 cfont( const cfont& ) {} in cfont() argument
475 cfont( const char* uri );
479 ~cfont() { drop(); } in ~cfont()
483 clPtr<cfont> p = new cfont( gc, name, pointSize, weight, flags );
492 clPtr<cfont> p = new cfont( fileName, pointSize ); in New()
501 clPtr<cfont> p = new cfont( x11string ); in New()
735 friend class cfont; variable
776 cfont* curFont;
[all …]
H A Dswl_winbase.cpp17 static clPtr<cfont> pSysFont;
19 static cfont* guiFont = 0;
41 pSysFont = new cfont( ( HFONT )GetStockObject( DEFAULT_GUI_FONT ) ); in BaseInit()
60 pSysFont = new cfont( gc, "fixed", 12, cfont::Normal ); // "helvetica",9); in BaseInit()
67 static cfont* _SysGetFont( Win* w, int fontId ) in _SysGetFont()
72 cfont* ( *SysGetFont )( Win* w, int fontId ) = _SysGetFont;
128 cpoint StaticTextSize( GC& gc, const unicode_t* s, cfont* font ) in StaticTextSize()
154 void DrawStaticText( GC& gc, int x, int y, const unicode_t* s, cfont* font, bool transparent ) in DrawStaticText()
174 cpoint GetStaticTextExtent( GC& gc, const unicode_t* s, cfont* font ) in GetStaticTextExtent()
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangocairo-coretextfont.c103 PangoCoreTextFont *cfont = (PangoCoreTextFont *) font; in pango_cairo_core_text_font_create_base_metrics_for_context() local
114 ctfont = pango_core_text_font_get_ctfont (cfont); in pango_cairo_core_text_font_create_base_metrics_for_context()
174 PangoCoreTextFont *cfont; in _pango_cairo_core_text_font_new() local
196 cfont = PANGO_CORE_TEXT_FONT (cafont); in _pango_cairo_core_text_font_new()
200 _pango_core_text_font_set_ctfont (cfont, font_ref); in _pango_cairo_core_text_font_new()
219 return cfont; in _pango_cairo_core_text_font_new()
H A Dpangocairo-private.h77 PangoCairoFont *cfont; member
97 cairo_font_face_t *(*create_font_face) (PangoCairoFont *cfont);
98 PangoFontMetrics *(*create_base_metrics_for_context) (PangoCairoFont *cfont,
108 PangoCairoFontHexBoxInfo *_pango_cairo_font_get_hex_box_info (PangoCairoFont *cfont);
H A Dpangocairo-font.c79 font_face = (* PANGO_CAIRO_FONT_GET_IFACE (cf_priv->cfont)->create_font_face) (cf_priv->cfont); in _pango_cairo_font_private_get_scaled_font()
95 PangoFont *font = PANGO_FONT (cf_priv->cfont); in _pango_cairo_font_private_get_scaled_font()
152 pango_cairo_font_get_scaled_font (PangoCairoFont *cfont) in pango_cairo_font_get_scaled_font() argument
156 if (G_UNLIKELY (!cfont)) in pango_cairo_font_get_scaled_font()
159 cf_priv = PANGO_CAIRO_FONT_PRIVATE (cfont); in pango_cairo_font_get_scaled_font()
223 PangoCairoFont *cfont = (PangoCairoFont *) font; in _pango_cairo_font_get_metrics() local
463 fontmap = pango_font_get_font_map ((PangoFont *)cf_priv->cfont); in _pango_cairo_font_private_get_hex_box_info()
589 _pango_cairo_font_get_hex_box_info (PangoCairoFont *cfont) in _pango_cairo_font_get_hex_box_info() argument
591 PangoCairoFontPrivate *cf_priv = PANGO_CAIRO_FONT_PRIVATE (cfont); in _pango_cairo_font_get_hex_box_info()
598 PangoCairoFont *cfont, in _pango_cairo_font_private_initialize() argument
[all …]
H A Dpangocairo-fcfont.c67 pango_cairo_fc_font_create_font_face (PangoCairoFont *cfont) in pango_cairo_fc_font_create_font_face() argument
69 PangoFcFont *fcfont = (PangoFcFont *) (cfont); in pango_cairo_fc_font_create_font_face()
75 pango_cairo_fc_font_create_base_metrics_for_context (PangoCairoFont *cfont, in pango_cairo_fc_font_create_base_metrics_for_context() argument
78 PangoFcFont *fcfont = (PangoFcFont *) (cfont); in pango_cairo_fc_font_create_base_metrics_for_context()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxfcopy.c784 int code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, members, &info1); in compare_glyphs()
819 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, in compare_glyphs()
849 switch(cfont->FontType) { in compare_glyphs()
1112 gdata0.memory = cfont->memory; in same_type1_subrs()
1116 int code0 = cfont->data.procs.subr_data((gs_font_type1 *)cfont, in same_type1_subrs()
2262 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2271 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2276 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2280 switch(cfont->FontType) { in gs_copied_can_copy_glyphs()
2294 gs_font_cid_system_info(cfont), in gs_copied_can_copy_glyphs()
[all …]
H A Dgxfcopy.h162 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
169 int copied_drop_extension_glyphs(gs_font *cfont);
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxfcopy.c784 int code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, members, &info1); in compare_glyphs()
819 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, in compare_glyphs()
849 switch(cfont->FontType) { in compare_glyphs()
1112 gdata0.memory = cfont->memory; in same_type1_subrs()
1116 int code0 = cfont->data.procs.subr_data((gs_font_type1 *)cfont, in same_type1_subrs()
2262 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2271 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2276 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2280 switch(cfont->FontType) { in gs_copied_can_copy_glyphs()
2294 gs_font_cid_system_info(cfont), in gs_copied_can_copy_glyphs()
[all …]
H A Dgxfcopy.h162 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
169 int copied_drop_extension_glyphs(gs_font *cfont);
/dports/lang/mono/mono-5.10.1.57/external/bockbuild/packages/patches/
H A Dpango-system-font-check-version.patch19 PangoCoreTextFont *cfont;
31 cfont = PANGO_CORE_TEXT_FONT (cafont);
33 - _pango_core_text_font_set_ctfont (cfont, CFRetain (sysfont));
34 + _pango_core_text_font_set_ctfont (cfont, (CTFontRef)CFRetain (sysfont));
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgxfcopy.c791 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, members, &info1); in compare_glyphs()
825 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, in compare_glyphs()
855 switch(cfont->FontType) { in compare_glyphs()
1216 hash_subrs((gs_font_type1 *)cfont); in same_type1_hinting()
1776 for (i = 0; i < cfont->cidata.FDArray_size; i++) { in same_cid0_hinting()
2454 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2456 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2458 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2463 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2468 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
[all …]
H A Dgxfcopy.h164 int gs_copied_can_copy_glyphs(const gs_font *cfont, const gs_font *ofont,
171 int copied_drop_extension_glyphs(gs_font *cfont);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgxfcopy.c791 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, members, &info1); in compare_glyphs()
825 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, in compare_glyphs()
855 switch(cfont->FontType) { in compare_glyphs()
1216 hash_subrs((gs_font_type1 *)cfont); in same_type1_hinting()
1776 for (i = 0; i < cfont->cidata.FDArray_size; i++) { in same_cid0_hinting()
2454 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2456 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2458 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2463 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2468 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
[all …]
/dports/x11-wm/awesome/awesome-4.3/
H A Dmousegrabber.c100 uint16_t cfont = xcursor_font_fromstr(luaL_checkstring(L, 2)); in luaA_mousegrabber_run() local
102 if(cfont) in luaA_mousegrabber_run()
104 xcb_cursor_t cursor = xcursor_new(globalconf.cursor_ctx, cfont); in luaA_mousegrabber_run()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxfcopy.c787 int code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, members, &info1); in compare_glyphs()
822 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, in compare_glyphs()
852 switch(cfont->FontType) { in compare_glyphs()
1211 hash_subrs((gs_font_type1 *)cfont); in same_type1_hinting()
1745 for (i = 0; i < cfont->cidata.FDArray_size; i++) { in same_cid0_hinting()
2363 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2365 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2367 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2372 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2377 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxfcopy.c787 int code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, members, &info1); in compare_glyphs()
822 code1 = cfont->procs.glyph_info((gs_font *)cfont, glyph, &mat, in compare_glyphs()
852 switch(cfont->FontType) { in compare_glyphs()
1211 hash_subrs((gs_font_type1 *)cfont); in same_type1_hinting()
1745 for (i = 0; i < cfont->cidata.FDArray_size; i++) { in same_cid0_hinting()
2363 if (cfont == ofont) in gs_copied_can_copy_glyphs()
2365 if (cfont->FontType != ofont->FontType) in gs_copied_can_copy_glyphs()
2367 if (cfont->WMode != ofont->WMode) in gs_copied_can_copy_glyphs()
2372 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
2377 cfont->font_name.size)) in gs_copied_can_copy_glyphs()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgschar0.c38 gs_font *cfont = pte->fstack.items[fdepth].font; in gs_stack_modal_fonts() local
40 while (cfont->FontType == ft_composite) { in gs_stack_modal_fonts()
41 gs_font_type0 *const cmfont = (gs_font_type0 *) cfont; in gs_stack_modal_fonts()
48 cfont = cmfont->data.FDepVector[cmfont->data.Encoding[0]]; in gs_stack_modal_fonts()
49 pte->fstack.items[fdepth].font = cfont; in gs_stack_modal_fonts()
52 fdepth, (ulong) cfont); in gs_stack_modal_fonts()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgschar0.c38 gs_font *cfont = pte->fstack.items[fdepth].font; in gs_stack_modal_fonts() local
40 while (cfont->FontType == ft_composite) { in gs_stack_modal_fonts()
41 gs_font_type0 *const cmfont = (gs_font_type0 *) cfont; in gs_stack_modal_fonts()
48 cfont = cmfont->data.FDepVector[cmfont->data.Encoding[0]]; in gs_stack_modal_fonts()
49 pte->fstack.items[fdepth].font = cfont; in gs_stack_modal_fonts()
52 fdepth, (ulong) cfont); in gs_stack_modal_fonts()

12345678