Win32FontFace.this

Creates a new font for the Win32 font backend based on a LOGFONT.

This font can then be used with Context.setFontFace() or new ScaledFont(). The ScaledFont returned from new ScaledFont() is also for the Win32 backend and can be used with functions such as Win32ScaledFont.selectFont().

  1. this(cairo_font_face_t* ptr)
  2. this(LOGFONTW* logfont)
    class Win32FontFace
    this
    (
    LOGFONTW* logfont
    )
  3. this(HFONT font)
  4. this(LOGFONTW* logfont, HFONT font)

Meta