Win32FontManager.findFace - multiple declarations

Function Win32FontManager.findFace

find font face definition by family only (try to get one of defaults for family if possible)

Prototype

dlangui.platforms.windows.win32fonts.FontDef* findFace(
  FontFamily family
);

Function Win32FontManager.findFace

find font face definition by face only

Prototype

dlangui.platforms.windows.win32fonts.FontDef* findFace(
  string face
);

Function Win32FontManager.findFace

find font face definition by family and face

Prototype

dlangui.platforms.windows.win32fonts.FontDef* findFace(
  FontFamily family,
  string face
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0