mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
Disable hb_paint_extents_* functions if HB_NO_PAINT is defined
This commit is contained in:
parent
9420966f5b
commit
a349eef6a6
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,9 @@
|
|||
*/
|
||||
|
||||
#include "hb.hh"
|
||||
|
||||
#ifndef HB_NO_PAINT
|
||||
|
||||
#include "hb-paint-extents.hh"
|
||||
|
||||
#include "hb-draw.h"
|
||||
|
@ -322,3 +325,6 @@ hb_paint_extents_get_funcs ()
|
|||
{
|
||||
return static_paint_extents_funcs.get_unconst ();
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue