Font

Constructors

this
this(Font font, FontStyle style)
this(Dstring name, float emSize, GraphicsUnit unit)
this(Dstring name, float emSize, FontStyle style = FontStyle.REGULAR, GraphicsUnit unit = GraphicsUnit.POINT)
this(Dstring name, float emSize, FontStyle style, GraphicsUnit unit, FontSmoothing smoothing)

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

getSize
float getSize(GraphicsUnit unit)
float getSize(GraphicsUnit unit, Graphics g)

Properties

handle
HFONT handle [@property getter]
name
Dstring name [@property getter]
size
float size [@property getter]
style
FontStyle style [@property getter]
unit
GraphicsUnit unit [@property getter]

Meta