mirror of
https://github.com/Ed94/VEFontCache-Odin.git
synced 2025-08-06 06:52:44 -07:00
Update scripts doc
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Backend Guide
|
# Guide: Backend
|
||||||
|
|
||||||
The end-user needs to adapt this library to hook into their own codebase. For reference, they can check the [examples](../examples/) and [backend](../backend/) directories for working code that demonstrates what this guide covers.
|
The end-user needs to adapt this library to hook into their own codebase. For reference, they can check the [examples](../examples/) and [backend](../backend/) directories for working code that demonstrates what this guide covers.
|
||||||
|
|
||||||
|
@@ -12,7 +12,12 @@ Its assumed the user has Odin installed and exposed to the OS enviornment's PATH
|
|||||||
|
|
||||||
#### Note on dependency packages
|
#### Note on dependency packages
|
||||||
|
|
||||||
All dependencies are cloned directly into a created thirdparty directory.
|
A custom version of the vendor:stb/truetype is maintained by this library:
|
||||||
|
|
||||||
|
* Added ability to set the stb_truetype allocator for STBTT_MALLOC and STBTT_FREE.
|
||||||
|
* Changed procedure signatures to pass the font_info struct by immutable ptr (#by_ptr) when the C equivalent has their parameter as `const*`.
|
||||||
|
|
||||||
|
All other dependencies are cloned directly into a created thirdparty directory.
|
||||||
|
|
||||||
[harfbuzz](https://github.com/Ed94/odin_harfbuzz) is configured to pull & build the C++ library, it will use the MSVC toolchain (you can change it to use meson instead of preferred).
|
[harfbuzz](https://github.com/Ed94/odin_harfbuzz) is configured to pull & build the C++ library, it will use the MSVC toolchain (you can change it to use meson instead of preferred).
|
||||||
[freetype](https://github.com/Ed94/odin-freetype) package has pre-built .lib files for windows (debug/release).
|
[freetype](https://github.com/Ed94/odin-freetype) package has pre-built .lib files for windows (debug/release).
|
||||||
|
Reference in New Issue
Block a user