Commit d1d4a86
authored
Make FontResolver.GetFont() method available to be overriden
I have a situation when all installed system fonts needs to be supported along with 1 custom icon font located in the program resources. At the moment, I have to copy-paste the entire FontResolver.cs file, because GetFont() method can't be overriden (as ResolveTypeface does)1 parent 051c73f commit d1d4a86
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments