Skip to content

Instantly share code, notes, and snippets.

@Kumataro
Last active January 6, 2017 12:58
Show Gist options
  • Save Kumataro/44243ea980d57e0373dd93f499cbfcd4 to your computer and use it in GitHub Desktop.
Save Kumataro/44243ea980d57e0373dd93f499cbfcd4 to your computer and use it in GitHub Desktop.
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)
- Remove Offset to handle negative value (Local RESOLVED)
- Remove member valiable to strore callback function (Local RESOLVED)
# R3
- freetype/harfbuzz libraries (Nuget) are not found with cmake
- freetyoe/harfbuzz libraries are not found with python.( Maybe same as macOSX problem) -> Closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment