Skip to content

Instantly share code, notes, and snippets.

View Kumataro's full-sized avatar

Kumataro Kumataro

View GitHub Profile
@Kumataro
Kumataro / gist:9c3c94b05914eb081616d701c7cf7c4f
Created August 31, 2017 14:16
How to build Harfbuzz and freetype2
I am very sorry that I can only help you incompletely.
(1) I believe this site is helpful to build harfbuzz and freetype libraries.
http://www.gregwessels.com/dev/2017/05/02/freetype-harfbuzz.html
- c:/usr/local/lib/freetype.lib
- c:/usr/local/lib/freetype.dll
- c:/usr/local/include/ft2build.h
- c:/usr/local/include/freetype/*.h
@Kumataro
Kumataro / gist:44243ea980d57e0373dd93f499cbfcd4
Last active January 6, 2017 12:58
AI for Freetype Module for OpenCV
# R1
- With NotoFont, "ff" -> "fff"
- freetype/harfbuzz libraries (user-compiled) are not found with cmake
- Add getTextSize() -> PRed.
# R2
- Add test code.
-- putText() -> OK
-- loadFontData() -> OK
-- getTextSize() -> (Not Started)