BlurgText.Native.osx-x64 0.1.0

dotnet add package BlurgText.Native.osx-x64 --version 0.1.0
                    
NuGet\Install-Package BlurgText.Native.osx-x64 -Version 0.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BlurgText.Native.osx-x64" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BlurgText.Native.osx-x64" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="BlurgText.Native.osx-x64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BlurgText.Native.osx-x64 --version 0.1.0
                    
#r "nuget: BlurgText.Native.osx-x64, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BlurgText.Native.osx-x64@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BlurgText.Native.osx-x64&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=BlurgText.Native.osx-x64&version=0.1.0
                    
Install as a Cake Tool

blurgtext

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
There are no supported framework assets in this package.

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-x64:

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 296 5/24/2026