All Projects → tangrams → Harfbuzz Icu Freetype

tangrams / Harfbuzz Icu Freetype

Licence: mit
Harfbuzz with a CMake build configuration using Freetype2, UCDN and ICU

Labels

Projects that are alternatives of or similar to Harfbuzz Icu Freetype

FindICU.cmake
[CMake] [BSD-2] CMake module to find ICU
Stars: ✭ 28 (+0%)
Mutual labels:  cmake, icu
Mc ruler
Seamless llvm-mca CMake integration
Stars: ✭ 21 (-25%)
Mutual labels:  cmake
Vst3sdk
VST 3 Plug-In SDK
Stars: ✭ 853 (+2946.43%)
Mutual labels:  cmake
Matrix Creator Pocketsphinx
Examples using MATRIX Devices and PhocketSphinx.
Stars: ✭ 14 (-50%)
Mutual labels:  cmake
Envtool
Utility to check and search along environment variables. Or where Python/Cmake/Man-pages/pkg-modules/VCPKG-packages are located.
Stars: ✭ 10 (-64.29%)
Mutual labels:  cmake
Aerial lidar
Stars: ✭ 14 (-50%)
Mutual labels:  cmake
Latency Test
Software and hardware to test VR latency on any device
Stars: ✭ 9 (-67.86%)
Mutual labels:  cmake
Webfactoryicutranslationbundle
Enables ICU message formatting for translations in Symfony applications.
Stars: ✭ 27 (-3.57%)
Mutual labels:  icu
Tribits
TriBITS: Tribal Build, Integrate, and Test System,
Stars: ✭ 20 (-28.57%)
Mutual labels:  cmake
Gr Cbmc
Cumulant-Based Modulation Classification with GNU Radio
Stars: ✭ 13 (-53.57%)
Mutual labels:  cmake
Ros Academy For Beginners
中国大学MOOC《机器人操作系统入门》代码示例 ROS tutorial
Stars: ✭ 861 (+2975%)
Mutual labels:  cmake
Microtrac
Software for Open Source Ecology's MicroTrac
Stars: ✭ 11 (-60.71%)
Mutual labels:  cmake
Libuv Cmake
Compile libuv using cmake
Stars: ✭ 14 (-50%)
Mutual labels:  cmake
Nrf Blinky
Stars: ✭ 10 (-64.29%)
Mutual labels:  cmake
Osvr Openhmd
OSVR plugin providing Oculus Rift DK1 & DK2 orientation tracking via OpenHMD
Stars: ✭ 21 (-25%)
Mutual labels:  cmake
Gr Gps
GPS receiver for gnuradio
Stars: ✭ 9 (-67.86%)
Mutual labels:  cmake
Keygen
KeyGen is a generator for keys and passwords.
Stars: ✭ 11 (-60.71%)
Mutual labels:  cmake
Cpp Dependencies
download, compile && prepare cpp-ethereum dependencies for windows
Stars: ✭ 14 (-50%)
Mutual labels:  cmake
Max Api
Low-level C-language application programming interface for Max
Stars: ✭ 28 (+0%)
Mutual labels:  cmake
Cherish
🏰 Sketch- and image-based system for 3D representation and documentation of cultural heritage sites
Stars: ✭ 27 (-3.57%)
Mutual labels:  cmake

harfbuzz-icu-freetype

Harfbuzz with a CMake build configuration using Freetype2, UCDN and ICU

To use in your project, simply add the following to your cmake configuration:

# Harfbuzz ICU Freetype
add_subdirectory(${PROJECT_SOURCE_DIR}/harfbuzz-icu-freetype)

# Link libraries
add_executable(my_project.out ${SOURCES})
target_link_libraries(my_project.out freetype harfbuzz icucommon)

Where harfbuzz-icu-freetype is the root folder of this project.

An example project using this configuration can be found here

options

The following options can be given:

  • HARFBUZZ_BUILD_ICU: builds Harfbuzz with ICU
  • HARFBUZZ_BUILD_UCDN: builds Harfbuzz with UCDN
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].