Searched refs:m_dwLogFontStyle (Results 1 – 2 of 2) sorted by relevance
60 m_dwLogFontStyle = dwLogFontStyle; in SetLogicalFontStyle()81 Optional<uint32_t> m_dwLogFontStyle; variable
142 if (m_dwLogFontStyle.has_value()) in GetFontStyles()143 return m_dwLogFontStyle.value(); in GetFontStyles()