Home
last modified time | relevance | path

Searched refs:font_support_extended_unicode (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dfont_path_dialog.cpp213 if (info->font_support_extended_unicode) in range_list_win()
264 if (m_info->font_support_extended_unicode) in OnCreate()
760 DDX_Check(pDX, IDC_SUPPORT_EXTENDED_UNICODE, m_info->font_support_extended_unicode); in DoDataExchange()
774 if (m_info->font_support_extended_unicode) in DoDataExchange()
DStudioXProject.cpp547 font_support_extended_unicode = FALSE; in res_info()
593 font_support_extended_unicode = other.font_support_extended_unicode; in res_info()
596 if (other.font_support_extended_unicode) in res_info()
2878 if (res->font_support_extended_unicode) in WriteOneResource()
2899 writer.WriteBool("font_support_extended_unicode", res->font_support_extended_unicode); in WriteOneResource()
3728 reader.ReadBool("font_support_extended_unicode", put->font_support_extended_unicode); in ReadOneResource()
3787 if (put->font_support_extended_unicode) in ReadOneResource()
DStudioXProject.h204 BOOL font_support_extended_unicode; variable
Dresource_gen.cpp296 if (info->font_support_extended_unicode) in WriteErrorDirectives()
4871 if (info_1->font_support_extended_unicode != info_2->font_support_extended_unicode) in FontPageCompare()
4878 if (info_1->font_support_extended_unicode) in FontPageCompare()
Dgx_studio_font_util.cpp867 if (info->font_support_extended_unicode) in MakeFont()