BlurgText.Native.osx-arm64
0.1.0
dotnet add package BlurgText.Native.osx-arm64 --version 0.1.0
NuGet\Install-Package BlurgText.Native.osx-arm64 -Version 0.1.0
<PackageReference Include="BlurgText.Native.osx-arm64" Version="0.1.0" />
<PackageVersion Include="BlurgText.Native.osx-arm64" Version="0.1.0" />
<PackageReference Include="BlurgText.Native.osx-arm64" />
paket add BlurgText.Native.osx-arm64 --version 0.1.0
#r "nuget: BlurgText.Native.osx-arm64, 0.1.0"
#:package BlurgText.Native.osx-arm64@0.1.0
#addin nuget:?package=BlurgText.Native.osx-arm64&version=0.1.0
#tool nuget:?package=BlurgText.Native.osx-arm64&version=0.1.0
Text rendering library targeted at integration in game engines, making use of:
For ease of distribution, blurgtext statically links to the Freetype and Harfbuzz libraries on macOS or non-unix platforms, or when the BT_BUILD_FTHB option is set to ON. The provided freetype is patched to use stb_image for PNG loading instead of libpng.
SheenBidi, libraqm, libunibreak and plutosvg are always built and statically linked into the library.
The minimum CMake required version is 3.15
Software using this library must include the Harfbuzz license, SheenBidi license, libraqm license and blurgtext license as well as the Freetype credit notice:
Portions of this software are copyright © 2024 The FreeType
Project (www.freetype.org). All rights reserved.
For the following builds, set -DCMAKE_BUILD_TYPE=Release on the cmake command line to create a release build.
Compiling (Linux)
mkdir -p build/linux
cd build/linux
cmake ../..
make
Compiling (Win64 mingw)
mkdir -p build/windows
cd build/windows
cmake ../.. -DCMAKE_TOOLCHAIN_FILE=../../toolchains/mingw-w64-x86_64.cmake
make
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BlurgText.Native.osx-arm64:
| Package | Downloads |
|---|---|
|
BlurgText
A platform-independent text layout library |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0 | 281 | 5/24/2026 |