wx.MappingModeΒΆThe MappingMode enumeration provides the following values:
| Description | Value | 
|---|---|
wx.MM_TEXT | 
Each logical unit is 1 device pixel. | 
wx.MM_METRIC | 
Each logical unit is 1 millimeter. | 
wx.MM_LOMETRIC | 
Each logical unit is 1/10 of a millimeter. | 
wx.MM_TWIPS | 
Each logical unit is 1/20 of a “printer point”, or 1/1440 of an inch (also known as “twip”). | 
wx.MM_POINTS | 
Each logical unit is a “printer point” i.e. 1/72 of an inch. |