Home
last modified time | relevance | path

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

/dports/security/keepass/KeePass-2.49-Source/KeePass/App/Configuration/
H A DAceUI.cs435 private GraphicsUnit m_gu = GraphicsUnit.Point; field in KeePass.App.Configuration.AceFont
438 get { return m_gu; }
439 set { m_gu = value; m_bCacheValid = false; }
467 m_gu = f.Unit; in AceFont()
479 m_fCached = FontUtil.CreateFont(m_strFamily, m_fSize, m_fStyle, m_gu); in ToFont()