The OpenD Programming Language

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.

  1. void setFontFace(FontFace font_face)
    struct Context
    void
    setFontFace
  2. void setFontFace()

Meta