comparison Docs/stone-object-model-reference.md @ 1471:28c64c246312

working on a shared library
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jun 2020 12:57:54 +0200
parents c7d98d750224
children
comparison
equal deleted inserted replaced
1470:390b0c30ba19 1471:28c64c246312
153 153
154 This call uses the embedded `UBUNTU_FONT` resource that has been defined in 154 This call uses the embedded `UBUNTU_FONT` resource that has been defined in
155 the `CMakeLists.txt` file with: 155 the `CMakeLists.txt` file with:
156 156
157 ``` 157 ```
158 set(ORTHANC_STONE_APPLICATION_RESOURCES 158 EmbedResources(
159 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf 159 UBUNTU_FONT ${CMAKE_BINARY_DIR}/ubuntu-font-family-0.83/Ubuntu-R.ttf
160 ) 160 )
161 ``` 161 ```
162 162
163 Please note that you must supply a font: there is no default font provided by 163 Please note that you must supply a font: there is no default font provided by