Searched defs:font (Results 1 - 25 of 239) sorted by relevance

12345678910

/haiku-fatelf/src/libs/pdflib/bind/pdflib/python/
H A Dhello.py27 font = PDF_load_font(p, "Helvetica-Bold", "winansi", "") variable
H A Dquickreference.py49 font = PDF_load_font(p, "Helvetica-Bold", "winansi", "") variable
/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dhello.cpp14 int font; local
/haiku-fatelf/src/libs/pdflib/bind/pdflib/php/
H A Dhello.php21 $font = PDF_load_font($p, "Helvetica-Bold", "winansi", ""); variable
H A Dchartab.php51 $font = PDF_load_font($p, "Helvetica", "winansi", ""); variable
72 $font = PDF_load_font($p, $fontname, $encodings[$page], variable
/haiku-fatelf/src/libs/pdflib/bind/pdflib/c/
H A Dhello.c15 int font; local
H A Dhellodl.c15 int font; local
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_font.c23 pdc_init_font_struct(pdc_core *pdc, pdc_font *font) argument
64 pdc_cleanup_font_struct(pdc_core *pdc, pdc_font *font) argument
[all...]
H A Dpc_corefont.c144 pdc_fill_core_metric(pdc_core *pdc, pdc_font *font, pdc_core_metric *metric) argument
184 pdc_fill_font_metric(pdc_core *pdc, pdc_font *font, const pdc_core_metric *metric) argument
[all...]
/haiku-fatelf/src/libs/pdflib/libs/pdflib/
H A Dp_kerning.c25 PDF_get_kern_amount( PDF *p, int font, int firstchar, int secondchar) argument
/haiku-fatelf/headers/private/interface/
H A DWidthBuffer.h25 BFont font; // corresponding font member in struct:BPrivate::_width_table_
/haiku-fatelf/src/libs/glut/
H A Dglut_bwidth.c16 glutBitmapWidth(GLUTbitmapFont font, int c) argument
37 glutBitmapLength(GLUTbitmapFont font, const unsigned char *string) argument
H A Dglut_stroke.c15 glutStrokeCharacter(GLUTstrokeFont font, int c) argument
H A Dglut_swidth.c16 glutStrokeWidth(GLUTstrokeFont font, int c) argument
37 glutStrokeLength(GLUTstrokeFont font, const unsigned char *string) argument
H A Dglut_bitmap.c15 glutBitmapCharacter(GLUTbitmapFont font, int c) argument
/haiku-fatelf/src/preferences/fonts/
H A Dmain.cpp45 BFont font; local
/haiku-fatelf/src/tests/kits/interface/bfont/
H A DDumpFontList.cpp35 BFont font; local
[all...]
/haiku-fatelf/src/add-ons/translators/icns/
H A DConfigView.cpp88 BFont font; local
/haiku-fatelf/src/add-ons/translators/exr/
H A DConfigView.cpp66 BFont font; local
/haiku-fatelf/src/add-ons/translators/raw/
H A DConfigView.cpp62 BFont font; local
/haiku-fatelf/src/add-ons/translators/tga/
H A DTGAView.cpp91 BFont font; local
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h63 BFont font; member in struct:SourceView::FontInfo
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DFormatUnicodeCallout.java40 FormatUnicodeCallout(NamePool nPool, String font, int start, int max, boolean fo) argument
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DFormatUnicodeCallout.java36 public FormatUnicodeCallout(String font, int start, int max, boolean fo) { argument
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DFormatUnicodeCallout.java36 public FormatUnicodeCallout(String font, int start, int max, boolean fo) { argument

Completed in 398 milliseconds

12345678910