summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2021-01-31 14:28:44 +0100
committerWerner Lemberg <wl@gnu.org>2021-01-31 14:28:44 +0100
commit324612ceb24d97563a88415ebc84b3dcb3b935f0 (patch)
tree365339b3ae931c6c9061f8f29db0fe4cd97a3082 /docs
parent939e844468f8af570e2eb028c1aad8a40df1699d (diff)
downloadfreetype2-324612ceb24d97563a88415ebc84b3dcb3b935f0.tar.gz
Always provide logging API.
It's easier to have stubs if FT_DEBUG_LOGGING is undefined than to modify `ftexport.sym` conditionally. Problem reported by Alexei. * src/base/ftdebug.c: Include `ftlogging.h`. (FT_Trace_Set_Level, FT_Trace_Set_Default_Level, FT_Set_Log_Handler, FT_Set_Default_Log_Handler) [!FT_DEBUG_LOGGING]: Provide stubs.
Diffstat (limited to 'docs')
-rw-r--r--docs/DEBUG2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DEBUG b/docs/DEBUG
index 0e24df6cd..9a5fdc6a0 100644
--- a/docs/DEBUG
+++ b/docs/DEBUG
@@ -260,7 +260,7 @@ IV. Additional Capabilities with `FT_DEBUG_LOGGING'
If `FT_DEBUG_LOGGING' is defined, four APIs are available to provide
additional debugging support. Use
- #include<freetype/ftlogging.h>
+ #include <freetype/ftlogging.h>
to access them.