3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
coat::scripto::Font Class Reference

Class for working with fonts. More...

#include <SFont.h>

Public Member Functions

FontName (const std::string &name)
 Set/Get the font name. More...
 
FontSize (const int &size)
 Set/Get the font size. More...
 
FontWeight (const int &weight)
 Set/Get the font weight. More...
 
FontStyle (const style &st)
 Set/Get the font style. More...
 
FontCharSet (const int &cs)
 Set/Get the Font Character Set. More...
 
FontOutPrecision (const int &op)
 Set/Get the out precision. More...
 
FontClipPrecision (const int &clp)
 Set/Get the clip precision. More...
 
FontQuality (const int &q)
 Set/Get the font quality. More...
 
FontFamily (const int &f)
 Set/Get the font family. More...
 

Detailed Description

Class for working with fonts.

See Also
Font for notes.
Since
5.0.0

Member Function Documentation

Font& coat::scripto::Font::CharSet ( const int &  cs)
inline

Set/Get the Font Character Set.

Font& coat::scripto::Font::ClipPrecision ( const int &  clp)
inline

Set/Get the clip precision.

Font& coat::scripto::Font::Family ( const int &  f)
inline

Set/Get the font family.

Font& coat::scripto::Font::Name ( const std::string &  name)
inline

Set/Get the font name.

Font& coat::scripto::Font::OutPrecision ( const int &  op)
inline

Set/Get the out precision.

Font& coat::scripto::Font::Quality ( const int &  q)
inline

Set/Get the font quality.

Font& coat::scripto::Font::Size ( const int &  size)
inline

Set/Get the font size.

Font& coat::scripto::Font::Style ( const style &  st)
inline

Set/Get the font style.

Font& coat::scripto::Font::Weight ( const int &  weight)
inline

Set/Get the font weight.


The documentation for this class was generated from the following files: