[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] gsoc-anurag-docs-2023 0b1947ecf 7/7: [docs] Add documentatio
From: |
Werner Lemberg |
Subject: |
[freetype2] gsoc-anurag-docs-2023 0b1947ecf 7/7: [docs] Add documentation on FreeType smooth raster algorithm |
Date: |
Tue, 1 Aug 2023 05:11:55 -0400 (EDT) |
branch: gsoc-anurag-docs-2023
commit 0b1947ecf8f1e9b41f8aa1bb891e1567b3a3139a
Author: Anurag Thakur <anurag105csec21@bpitindia.edu.in>
Commit: Anurag Thakur <anurag105csec21@bpitindia.edu.in>
[docs] Add documentation on FreeType smooth raster algorithm
---
docs/.gitignore | 1 +
docs/Raster_Algorithm.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/.gitignore b/docs/.gitignore
index fb0cdc749..049b04efb 100644
--- a/docs/.gitignore
+++ b/docs/.gitignore
@@ -15,6 +15,7 @@ reference/
!INSTALL_ANDROID.md
!MODIFYING.md
!DEVELOPING.md
+!Raster_Algorithm.md
# MkDocs Config file
mkdocs.yml
diff --git a/docs/Raster_Algorithm.md b/docs/Raster_Algorithm.md
new file mode 100644
index 000000000..6ebb6df9d
--- /dev/null
+++ b/docs/Raster_Algorithm.md
@@ -0,0 +1 @@
+TODO: add details on how the freetype smooth anti-aliasing rasterizer works
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] gsoc-anurag-docs-2023 0b1947ecf 7/7: [docs] Add documentation on FreeType smooth raster algorithm,
Werner Lemberg <=