Home
last modified time | relevance | path

Searched refs:DEFAULT_FONT_NAME (Results 1 – 25 of 81) sorted by relevance

1234

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/system/config/
H A DTGConfigDefaults.java30 private static final String DEFAULT_FONT_NAME = getDefaultFontName(); field in TGConfigDefaults
67 this.loadProperty(TGConfigKeys.FONT_DEFAULT, (DEFAULT_FONT_NAME + ",6,0")); in loadDefaults()
68 this.loadProperty(TGConfigKeys.FONT_NOTE, (DEFAULT_FONT_NAME + ",7,0")); in loadDefaults()
70 this.loadProperty(TGConfigKeys.FONT_LYRIC, (DEFAULT_FONT_NAME + ",7,0")); in loadDefaults()
71 this.loadProperty(TGConfigKeys.FONT_TEXT, (DEFAULT_FONT_NAME + ",8,0")); in loadDefaults()
72 this.loadProperty(TGConfigKeys.FONT_CHORD, (DEFAULT_FONT_NAME + ",7,0")); in loadDefaults()
73 this.loadProperty(TGConfigKeys.FONT_CHORD_FRET, (DEFAULT_FONT_NAME + ",5,0")); in loadDefaults()
74 this.loadProperty(TGConfigKeys.FONT_GRACE, (DEFAULT_FONT_NAME + ",6,0")); in loadDefaults()
75 this.loadProperty(TGConfigKeys.FONT_MARKER, (DEFAULT_FONT_NAME + ",7,0")); in loadDefaults()
103 this.loadProperty(TGConfigKeys.FRETBOARD_FONT, (DEFAULT_FONT_NAME + ",8,1")); in loadDefaults()
[all …]
/dports/biology/figtree/figtree-1.4.4/src/figtree/application/preferences/
H A DFontsPreferencesSection.java62 LabelPainterController.DEFAULT_FONT_NAME, in getPanel()
75 LabelPainterController.DEFAULT_FONT_NAME, in getPanel()
88 LabelPainterController.DEFAULT_FONT_NAME, in getPanel()
101 LabelPainterController.DEFAULT_FONT_NAME, in getPanel()
119 LabelPainterController.DEFAULT_FONT_NAME); in retrievePreferences()
128 LabelPainterController.DEFAULT_FONT_NAME); in retrievePreferences()
137 LabelPainterController.DEFAULT_FONT_NAME); in retrievePreferences()
147 ScaleBarPainterController.DEFAULT_FONT_NAME); in retrievePreferences()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A Dfontlib.cpp19 #define DEFAULT_FONT_NAME "_sans" macro
45 _defaultFont = new Font(DEFAULT_FONT_NAME); in get_default_font()
/dports/www/moodle310/moodle/lib/spout/src/Spout/Writer/XLSX/Manager/
H A DOptionsManager.php17 const DEFAULT_FONT_NAME = 'Calibri'; define in Box\\Spout\\Writer\\XLSX\\Manager\\OptionsManager
52 ->setFontName(self::DEFAULT_FONT_NAME)
/dports/www/moodle311/moodle/lib/spout/src/Spout/Writer/XLSX/Manager/
H A DOptionsManager.php17 const DEFAULT_FONT_NAME = 'Calibri'; define in Box\\Spout\\Writer\\XLSX\\Manager\\OptionsManager
52 ->setFontName(self::DEFAULT_FONT_NAME)
/dports/www/moodle39/moodle/lib/spout/src/Spout/Writer/XLSX/Manager/
H A DOptionsManager.php17 const DEFAULT_FONT_NAME = 'Calibri'; define in Box\\Spout\\Writer\\XLSX\\Manager\\OptionsManager
52 ->setFontName(self::DEFAULT_FONT_NAME)
/dports/games/xboard-devel/xboard-f49e7e1/xaw/
H A Dxboard.h65 #define DEFAULT_FONT_NAME \ macro
72 #define DEFAULT_FONT_NAME "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*" macro
/dports/games/xboard/xboard-4.9.1/xaw/
H A Dxboard.h66 #define DEFAULT_FONT_NAME \ macro
73 #define DEFAULT_FONT_NAME "-*-helvetica-medium-r-normal--*-*-*-*-*-*-*-*" macro
/dports/www/moodle310/moodle/lib/spout/src/Spout/Common/Entity/Style/
H A DStyle.php14 const DEFAULT_FONT_NAME = 'Arial'; define in Box\\Spout\\Common\\Entity\\Style\\Style
50 private $fontName = self::DEFAULT_FONT_NAME;
/dports/www/moodle39/moodle/lib/spout/src/Spout/Common/Entity/Style/
H A DStyle.php14 const DEFAULT_FONT_NAME = 'Arial'; define in Box\\Spout\\Common\\Entity\\Style\\Style
50 private $fontName = self::DEFAULT_FONT_NAME;
/dports/graphics/clutter/clutter-1.26.4/clutter/osx/
H A Dclutter-backend-osx.c39 #define DEFAULT_FONT_NAME "Lucida Grande 13" macro
71 g_object_set (settings, "font-name", DEFAULT_FONT_NAME, NULL); in clutter_backend_osx_post_parse()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/applet/
H A DAppletUserPreferences.java74 private static final String DEFAULT_FONT_NAME = "defaultFontName"; field in AppletUserPreferences
240 …setDefaultFontName(properties.getProperty(DEFAULT_FONT_NAME, defaultPreferences.getDefaultFontName… in AppletUserPreferences()
310 Property.DEFAULT_FONT_NAME, in AppletUserPreferences()
405 properties.remove(DEFAULT_FONT_NAME); in write()
407 properties.put(DEFAULT_FONT_NAME, defaultFontName); in write()
/dports/www/moodle311/moodle/lib/spout/src/Spout/Common/Entity/Style/
H A DStyle.php14 const DEFAULT_FONT_NAME = 'Arial'; define in Box\\Spout\\Common\\Entity\\Style\\Style
50 private $fontName = self::DEFAULT_FONT_NAME;
/dports/games/tuxtype/tuxtype-1.8.3/src/
H A Dsetup.c489 strncpy(settings.theme_font_name, DEFAULT_FONT_NAME, FNLEN); in SetupPaths()
505 strncpy(settings.theme_font_name, DEFAULT_FONT_NAME, FNLEN); in SetupPaths()
514 strncpy(settings.theme_font_name, DEFAULT_FONT_NAME, FNLEN); in SetupPaths()
H A Doptions.c42 strncpy(settings.theme_font_name, DEFAULT_FONT_NAME, FNLEN); in Opts_Initialize()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXTerminal.h474 #define DEFAULT_FONT_NAME "Courier New" macro
484 #define DEFAULT_FONT_NAME get_mac_default_font() macro
530 #define DEFAULT_FONT_NAME "courier" macro
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvnoi.h47 #define DEFAULT_FONT_NAME "Arial" macro
/dports/audio/osd-lyrics/osdlyrics-0.4.3/src/
H A Dol_osd_render.c27 static const char *DEFAULT_FONT_NAME = "serif 30"; variable
36 context->font_name = g_strdup (DEFAULT_FONT_NAME); in ol_osd_render_context_new()
/dports/games/tuxmath/t4k_common-0.1.1/src/
H A Dt4k_globals.h45 #define DEFAULT_FONT_NAME "AndikaDesRevG.ttf" macro
/dports/biology/figtree/figtree-1.4.4/src/figtree/panel/
H A DScaleBarPainterController.java67 private static String DEFAULT_FONT_NAME = "sansserif"; field in ScaleBarPainterController
77 final String defaultFontName = DEFAULT_FONT_NAME; in ScaleBarPainterController()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/painters/
H A DLegendPainterController.java70 public static String DEFAULT_FONT_NAME = "sansserif"; field in LegendPainterController
85 … final String defaultFontName = PREFS.get(CONTROLLER_KEY + "." + FONT_NAME_KEY, DEFAULT_FONT_NAME); in LegendPainterController()
H A DScaleBarPainterController.java72 public static String DEFAULT_FONT_NAME = "sansserif"; field in ScaleBarPainterController
82 … final String defaultFontName = PREFS.get(CONTROLLER_KEY + "." + FONT_NAME_KEY, DEFAULT_FONT_NAME); in ScaleBarPainterController()
/dports/games/tuxmath/tuxmath_w_fonts-2.0.3/src/
H A Dglobals.h144 #define DEFAULT_FONT_NAME "AndikaDesRevG.ttf" macro
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-settings.c39 #define DEFAULT_FONT_NAME "Sans 12" macro
188 self->font_name != NULL ? self->font_name : DEFAULT_FONT_NAME, in settings_update_font_options()
737 self->font_name = g_strdup (DEFAULT_FONT_NAME); in clutter_settings_init()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-settings.c39 #define DEFAULT_FONT_NAME "Sans 12" macro
185 self->font_name != NULL ? self->font_name : DEFAULT_FONT_NAME, in settings_update_font_options()
705 self->font_name = g_strdup (DEFAULT_FONT_NAME); in clutter_settings_init()

1234