Click or drag to resize

GH_FontServerNewFont Method

Overload List
  NameDescription
Public methodStatic memberNewFont(Font, FontStyle)
Safe font constructor.
Public methodStatic memberNewFont(Font, Single)
Safe font constructor.
Public methodStatic memberNewFont(FontFamily, Single)
Safe font constructor.
Public methodStatic memberNewFont(Font, Single, FontStyle)
Safe font constructor.
Public methodStatic memberNewFont(FontFamily, Single, FontStyle)
Safe font constructor.
Public methodStatic memberNewFont(String, Single, FontStyle)
High level function for Font creation. We've ran into loads of trouble in the past with missing Fonts. Never create a font directly via GDI+, always use this method.
Top
See Also