Skip to content

Commit

Permalink
Added the ability to include multiple character ranges in one font file.
Browse files Browse the repository at this point in the history
Thus, it is now possible to include characters from different languages,
as well as various special characters in one font file.
The bitness of the codes of the first and last characters has been increased to 32 bits,
i.e. all unicode characters are supported.
  • Loading branch information
virxkane committed Oct 28, 2021
1 parent 140a2c4 commit 348c52a
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 190 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ set(LDADD_LIBS)

add_executable(${PROJECT_NAME} ${SRC_LIST})
target_link_libraries(${PROJECT_NAME} ${FREETYPE_LIBRARIES} ${LDADD_LIBS})

configure_file(mk_sample.sh.cmake ${CMAKE_CURRENT_BINARY_DIR}/mk_sample.sh)
Loading

0 comments on commit 348c52a

Please sign in to comment.