Searched refs:font_height (Results 1 – 7 of 7) sorted by relevance
/GUIX-v6.4.1/guix_studio/ |
D | font_path_dialog.cpp | 757 DDX_Text(pDX, IDC_FONT_HEIGHT, m_info->font_height); in DoDataExchange() 771 mHeight = m_info->font_height; in DoDataExchange()
|
D | gx_studio_font_util.cpp | 837 int height = info->font_height; in MakeFont() 996 int height = info->font_height; in InsertStringTableGlyphs()
|
D | StudioXProject.cpp | 542 font_height = 0; in res_info() 588 font_height = other.font_height; in res_info() 1351 put->font_height = def_font->gx_font_line_height; in ConfigureDefaultFont() 2091 pFont->font_height = pFontRec->font->gx_font_line_height; in CreateDefaultResources() 2872 writer.WriteInt("height", res->font_height); in WriteOneResource() 3717 reader.ReadInt("height", put->font_height); in ReadOneResource() 3718 RANGE_CHECK(put->font_height, 1, 255); in ReadOneResource()
|
D | StudioXProject.h | 201 int font_height; variable
|
D | resource_item.cpp | 1063 _itot(mpRes->font_height, pix_size, 10); in PaintFontItem() 2200 …description.Format(L"Pix: %d, Name: %s, Size: %d kilobyte", mpRes->font_height, mpRes->name, (mpRe… in GetDescription()
|
D | resource_gen.cpp | 4938 (info->font_height == refer_info->font_height) && in FindResourceReferenceTheme()
|
D | resource_view.cpp | 1825 info->font_height = 16; in InitFontInfo()
|