Home
last modified time | relevance | path

Searched refs:ReadFontId (Results 1 – 11 of 11) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Drich_text_view_sercive_provider.cpp222 info->font_id[RICH_TEXT_FONT_NORMAL] = ReadFontId(reader, project, display, "normal_font"); in ReadFromProject()
223 info->font_id[RICH_TEXT_FONT_BOLD] = ReadFontId(reader, project, display, "bold_font"); in ReadFromProject()
224 info->font_id[RICH_TEXT_FONT_ITALIC ] = ReadFontId(reader, project, display, "italic_font"); in ReadFromProject()
225 …info->font_id[RICH_TEXT_FONT_BOLD_ITALIC] = ReadFontId(reader, project, display, "bold_italic_font… in ReadFromProject()
Dtext_scroll_wheel_service_provider.cpp327 info->font_id[NORMAL_FONT_INDEX] = ReadFontId(reader, project, display, "normal_font_id"); in ReadFromProject()
328 info->font_id[SELECTED_FONT_INDEX] = ReadFontId(reader, project, display, "selected_font_id"); in ReadFromProject()
Dwidget_service_provider.h46 …static GX_RESOURCE_ID ReadFontId(xml_reader &reader, studiox_project *project, int display, char *…
Dtext_button_service_provider.cpp209 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dprompt_service_provider.cpp212 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dml_text_view_service_provider.cpp285 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dprogress_bar_service_provider.cpp280 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dtext_input_service_provider.cpp316 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dradial_progress_bar_service_provider.cpp304 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dml_text_input_service_provider.cpp411 info->font_id[0] = ReadFontId(reader, project, display, "font_id"); in ReadFromProject()
Dwidget_service_provider.cpp1100 GX_RESOURCE_ID widget_service_provider::ReadFontId(xml_reader &reader, studiox_project *project, in… in ReadFontId() function in widget_service_provider