Function FontManager.getFont

get font instance best matched specified parameters

Prototype

ref abstract Ref!(dlangui.graphics.fonts.Font) getFont(
  int size,
  int weight,
  bool italic,
  FontFamily family,
  string face
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0