Adrian-George Bostan
|
8acac88784
|
Update module version and import paths (#1)
* Update import path to use unipdf
* Update module name and version
|
2019-05-16 20:08:40 +00:00 |
|
Adrian-George Bostan
|
d21dab045b
|
No break space character metrics (#397)
* Use same metrics for no-break space and space
* Update font test to include nbsp case
|
2019-04-02 17:57:08 +00:00 |
|
Gunnsteinn Hall
|
ee1416433c
|
Use StandardEncoding for builtin standard fonts (not WinAnsiEncoding). Fix testcases.
Add test cases and fix the encoding table also based on observed errors
|
2019-03-28 09:57:33 +00:00 |
|
Gunnsteinn Hall
|
346e064292
|
Set default encoder to WinAnsiEncoder when creating font for standard latin fonts
The WinAnsiEncoding has more symbols than the StandardEncoding so is more useful for latin texts and a better default. Some clean up.
|
2019-03-28 09:57:33 +00:00 |
|
Gunnsteinn Hall
|
9665959bcf
|
Move model/fonts to model/internal/fonts - reducing export surface
- Move the folder
- Update imports
- Add type aliases to access needed types from model (fonts.StdFont, fonts.CharMetrics and the font names)
|
2019-03-12 19:08:37 +00:00 |
|