Home
last modified time | relevance | path

Searched refs:normalPFD (Results 1 – 2 of 2) sorted by relevance

/dports/misc/gpsim/gpsim-0.31.0/gui/
H A Dgui_src_opcode.cc459 pango_font_description_free(normalPFD); in load_styles()
460 normalPFD = pango_font_description_copy(font); in load_styles()
680 pango_layout_set_font_description (layout, normalPFD); in Fill()
739 gtk_sheet_range_set_font(GTK_SHEET(sheet), &range, normalPFD); in Fill()
944 gtk_widget_modify_font(label, normalPFD); in Build()
952 gtk_widget_modify_font(entry, normalPFD); in Build()
974 pango_layout_set_font_description (layout, normalPFD); in Build()
1028 current_address(0), normalPFD(0), memory(0) in SourceBrowserOpcode_Window()
1045 pango_font_description_free(normalPFD); in ~SourceBrowserOpcode_Window()
H A Dgui_src.h316 PangoFontDescription *normalPFD; variable