Home
last modified time | relevance | path

Searched refs:FONT_BUTTON (Results 1 – 9 of 9) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dtext.cpp393 assert(font != FONT_BUTTON); in GetAscent()
405 assert(font != FONT_BUTTON); in GetDescent()
417 assert(font != FONT_BUTTON); in GetHeight()
429 assert(font != FONT_BUTTON); in GetHeightInt()
470 assert(font != FONT_BUTTON); in GetStringWidth()
489 if (font == FONT_BUTTON) in GetCharWidth()
531 if (font == FONT_BUTTON) in GetCharWidthInt()
594 if (font != FONT_BUTTON) in Justify()
618 assert(font != FONT_BUTTON); in Justify()
934 if (font == FONT_BUTTON) in GetCharSizeAt()
[all …]
H A Dtext.h101 FONT_BUTTON = 0x03, enumerator
/dports/devel/anjuta/anjuta-3.34.0/plugins/sourceview/
H A Dplugin.c50 #define FONT_BUTTON "preferences_font:font:Monospace 12:0:font" macro
365 plugin->font_button = GTK_WIDGET (gtk_builder_get_object (builder, FONT_BUTTON)); in ipreferences_merge()
/dports/games/irrlamb/irrlamb-1.0.1/src/
H A Dinterface.h89 FONT_BUTTON, enumerator
H A Dinterface.cpp49 "fonts/FjallaOne-Regular.ttf", _Interface::FONT_BUTTON, 48,
H A Dmenu.cpp1625 Button->setOverrideFont(Interface.Fonts[_Interface::FONT_BUTTON]); in AddMenuButton()
/dports/games/irrlamb/irrlamb-1.0.1/src/states/
H A Dviewreplay.cpp465 ButtonExit->setOverrideFont(Interface.Fonts[_Interface::FONT_BUTTON]); in SetupGUI()
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dwizard.c222 #define FONT_BUTTON(GLADE_NAME,CFG_STR) gtk_font_chooser_set_font (GTK_FONT_CHOOSER( \ macro
1756 FONT_BUTTON ("button_font", "font"); in set_wizard_state_from_config()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dedit.cpp1674 m_format[j] = font|Gfx::FONT_BUTTON; in ReadText()