Searched refs:fontName (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DFileSharing.cpp59 HFONT InitializeControlFont(char *fontName, int fontWeight, int fontSize) argument
69 lstrcpy((LPSTR) plf->lfFaceName, fontName);
H A DFileSharing.h40 HFONT InitializeControlFont(char *fontName, int fontWeight, int fontSize);
/haiku-fatelf/src/bin/
H A Dlistfont.cpp122 BString fontName; local
123 fontName << family << "/" << style;
124 printf("%-37s", fontName.String());
/haiku-fatelf/src/preferences/appearance/
H A DFontSelectionView.cpp347 const char* fontName; local
350 fontName = "plain";
352 fontName = Name();
354 if (_get_system_default_font_(fontName, family, style, &size) != B_OK) {
398 const char* fontName; local
401 fontName = "plain";
403 fontName = Name();
405 if (_get_system_default_font_(fontName, defaultFamily, defaultStyle,
/haiku-fatelf/src/preferences/fonts/
H A DFontSelectionView.cpp337 const char* fontName; local
340 fontName = "plain";
342 fontName = Name();
344 if (_get_system_default_font_(fontName, family, style, &size) != B_OK) {
388 const char* fontName; local
391 fontName = "plain";
393 fontName = Name();
395 if (_get_system_default_font_(fontName, defaultFamily, defaultStyle,
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPDFText.cpp224 PDFWriter::FindFont(char* fontName, bool embed, font_encoding encoding) argument
228 && strcmp(cache->name.String(), fontName) == 0)
231 REPORT(kDebug, fPage, "FindFont %s", fontName);
236 if (f->encoding == encoding && strcmp(f->name.String(), fontName) == 0) {
242 if (embed) embed = EmbedFont(fontName);
255 int font = PDF_findfont(fPdf, fontName, encoding_name, embed);
258 cache = new Font(fontName, font, encoding);
261 REPORT(kError, fPage, "Could not create font '%s': %s", fontName,
363 char fontName[B_FONT_FAMILY_LENGTH+B_FONT_STYLE_LENGTH+1]; local
372 GetFontName(&fState->beFont, fontName);
[all...]

Completed in 63 milliseconds