Releases: JuliaGraphics/FreeTypeAbstraction.jl
Releases · JuliaGraphics/FreeTypeAbstraction.jl
v0.10.8
v0.10.7
FreeTypeAbstraction v0.10.7
Merged pull requests:
- Use BaseDirs for locating font directories (#82) (@tecosaur)
- Use mmapping to avoid unicode issues on windows (#94) (@jkrumbiegel)
- we need a lock for accessing the cache as well (#95) (@SimonDanisch)
Closed issues:
- Makie standard font fails loading within non-ascii path depot path (#85)
v0.10.6
FreeTypeAbstraction v0.10.6
Merged pull requests:
v0.10.5
FreeTypeAbstraction v0.10.5
Merged pull requests:
v0.10.4
FreeTypeAbstraction v0.10.4
Merged pull requests:
Closed issues:
- How do we obtain the height and width of a char? (#66)
v0.10.3
FreeTypeAbstraction v0.10.3
Merged pull requests:
@lockis not exported on earlier Julias (#88) (@jkrumbiegel)
v0.10.2
FreeTypeAbstraction v0.10.2
Merged pull requests:
- Update rendering.jl (#86) (@ahojukka5)
- Add
ReentrantLocks to library and to eachFTFont(#87) (@jkrumbiegel)