mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Don't call pango_ft2* functions on windows
This commit is contained in:
parent
5dca8270eb
commit
9db936ac26
1 changed files with 2 additions and 0 deletions
|
|
@ -707,7 +707,9 @@ set_pango_fontsize ()
|
|||
|
||||
/* FT2 rendering - used by GnomeCanvas, sigh */
|
||||
|
||||
#ifndef WIN32
|
||||
pango_ft2_font_map_set_resolution ((PangoFT2FontMap*) pango_ft2_font_map_new(), val/1024, val/1024);
|
||||
#endif
|
||||
|
||||
/* Cairo rendering, in case there is any */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue