Context.setFontFace - multiple declarations

Function Context.setFontFace

Replaces the current FontFace object in the Context with the default font.

Prototype

void setFontFace();

Function Context.setFontFace

Replaces the current FontFace object in the Context with font_face. The replaced font face in the Context will be destroyed if there are no other references to it.

Prototype

void setFontFace(
  FontFace font_face
);

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1