1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Remove pixels_per_point from FontDefinitions

This commit is contained in:
Emil Ernerfeldt
2020-12-27 23:09:51 +01:00
parent 847f67c835
commit 69ffa9be35
6 changed files with 44 additions and 44 deletions

View File

@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed 🔧
* Renamed `FontFamily::VariableWidth` to `FontFamily::Proportional`.
* Remove `pixels_per_point` from `FontDefinitions`.
### Fixed 🐛