Home
last modified time | relevance | path

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

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/libuemf/
H A Dsymbol_convert.c43 static unsigned char *to_font=NULL; variable
950 if(to_font){ in UnicodeToNon()
951 if(text && (target=to_font[*text])){ //There is actually something here to convert in UnicodeToNon()
952 while(*text && target==to_font[*text]){ in UnicodeToNon()
971 if(to_font){return(to_font[text]); } in SingleUnicodeToNon()
981 to_font[src[i]] = code; in table_filler()
992 to_font = (unsigned char *) calloc(0x10000,sizeof(unsigned char)); in TableGen()
999 for(i=0;i<0x10000;i++){ from_unicode[i] = to_font[i] = 0; } in TableGen()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/crossfont-0.3.1/src/darwin/
H A Dmod.rs73 pub fn to_font(&self, size: f64, load_fallbacks: bool) -> Font { in to_font() method
88 .map(|desc| desc.to_font(size, false)) in to_font()
100 fallbacks.push(descriptor.to_font(size, false)) in to_font()
201 let font = descriptor.to_font(scaled_size, true); in get_specific_face()
222 let font = descriptor.to_font(scaled_size, true); in get_matching_face()
530 let fonts = list.iter().map(|desc| desc.to_font(72., false)).collect::<Vec<_>>(); in get_descriptors_and_build_font()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_text.c164 case to_font: in pdf_set_tstate()
286 pdf_set_tstate(p, (pdc_scalar) font, to_font); in pdf__setfont()
315 case to_font: in pdf_get_tstate()
378 return (int) pdf_get_tstate(p, to_font); in pdf_get_font()
429 to_font, to_fontsize, to_textrendering, to_charspacing,
453 case to_font: in pdf_set_text_options()
700 to->mask |= (1L << to_font); in pdf_get_text_options()
701 to->fontset |= (1L << to_font); in pdf_get_text_options()
923 ((currto->mask & (1L << to_font)) || in pdf_begin_text()
2522 to->mask |= (1L << to_font); in pdf_parse_fittextline_optlist()
[all …]
H A Dp_keyconn.h187 to_font, enumerator
H A Dp_params.c1060 result = pdf_get_tstate(p, to_font); in pdf__get_value()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_text.c164 case to_font: in pdf_set_tstate()
286 pdf_set_tstate(p, (pdc_scalar) font, to_font); in pdf__setfont()
315 case to_font: in pdf_get_tstate()
378 return (int) pdf_get_tstate(p, to_font); in pdf_get_font()
429 to_font, to_fontsize, to_textrendering, to_charspacing,
453 case to_font: in pdf_set_text_options()
700 to->mask |= (1L << to_font); in pdf_get_text_options()
701 to->fontset |= (1L << to_font); in pdf_get_text_options()
923 ((currto->mask & (1L << to_font)) || in pdf_begin_text()
2522 to->mask |= (1L << to_font); in pdf_parse_fittextline_optlist()
[all …]
H A Dp_keyconn.h187 to_font, enumerator
H A Dp_params.c1060 result = pdf_get_tstate(p, to_font); in pdf__get_value()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Dcelx.cpp3634 static TextureFont* to_font(lua_State* l, int index) in to_font() function
3648 TextureFont* f = to_font(l, 1); in this_font()
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Dcelx.cpp3634 static TextureFont* to_font(lua_State* l, int index) in to_font() function
3648 TextureFont* f = to_font(l, 1); in this_font()