MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetDefaultCharFormat

Method GetDefaultCharFormat

DuiLib/Control/UIRichEdit.cpp:1426–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424}
1425
1426DWORD CRichEditUI::GetDefaultCharFormat(CHARFORMAT2 &cf) const
1427{
1428 cf.cbSize = sizeof(CHARFORMAT2);
1429 LRESULT lResult;
1430 TxSendMessage(EM_GETCHARFORMAT, 0, (LPARAM)&cf, &lResult);
1431 return (DWORD)lResult;
1432}
1433
1434bool CRichEditUI::SetDefaultCharFormat(CHARFORMAT2 &cf)
1435{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected