mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-20 04:10:01 +01:00
[docs] Add documentation on FreeType smooth raster algorithm
This commit is contained in:
parent
4f196332b7
commit
cb7f7760e1
2 changed files with 2 additions and 0 deletions
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
|
|
@ -15,6 +15,7 @@ reference/
|
|||
!INSTALL_ANDROID.md
|
||||
!MODIFYING.md
|
||||
!DEVELOPING.md
|
||||
!Raster_Algorithm.md
|
||||
|
||||
# MkDocs Config file
|
||||
mkdocs.yml
|
||||
|
|
|
|||
1
docs/Raster_Algorithm.md
Normal file
1
docs/Raster_Algorithm.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
TODO: add details on how the freetype smooth anti-aliasing rasterizer works
|
||||
Loading…
Add table
Reference in a new issue