MeVisLab Toolbox Reference
macos::TypeServices Class Reference

Type Services. More...

#include <macTypeServices.h>

Static Public Member Functions

static std::string getFontFilePathForName (const std::string &fontName)
 Return posix file path for given font name (fully specified family-face name of the font) (UTF8) More...
 
static std::string getSystemFontName ()
 Returns the Postscript font name of the Aqua system font used for standard interface items, such as button labels, menu items, and so on. More...
 
static std::string getSystemFontFamilyName ()
 Returns the family name of the Aqua system font used for standard interface items, such as button labels, menu items, and so on. More...
 
static std::string getUserProportionalPitchFontName ()
 Returns the Postscript font name of the font used by default for documents and other text under the user’s control, when that font should be proportional-pitch. More...
 
static std::string getUserProportionalPitchFontFamilyName ()
 Returns the family name of the font used by default for documents and other text under the user’s control, when that font should be proportional-pitch. More...
 
static std::string getUserFixedPitchFontName ()
 Returns the Postscript font name of the font used by default for documents and other text under the user’s control, when that font should be fixed-pitch. More...
 
static std::string getUserFixedPitchFontFamilyName ()
 Returns the family name of the font used by default for documents and other text under the user’s control, when that font should be fixed-pitch. More...
 

Detailed Description

Type Services.

Definition at line 26 of file macTypeServices.h.

Member Function Documentation

◆ getFontFilePathForName()

static std::string macos::TypeServices::getFontFilePathForName ( const std::string &  fontName)
static

Return posix file path for given font name (fully specified family-face name of the font) (UTF8)

◆ getSystemFontFamilyName()

static std::string macos::TypeServices::getSystemFontFamilyName ( )
static

Returns the family name of the Aqua system font used for standard interface items, such as button labels, menu items, and so on.

◆ getSystemFontName()

static std::string macos::TypeServices::getSystemFontName ( )
static

Returns the Postscript font name of the Aqua system font used for standard interface items, such as button labels, menu items, and so on.

◆ getUserFixedPitchFontFamilyName()

static std::string macos::TypeServices::getUserFixedPitchFontFamilyName ( )
static

Returns the family name of the font used by default for documents and other text under the user’s control, when that font should be fixed-pitch.

◆ getUserFixedPitchFontName()

static std::string macos::TypeServices::getUserFixedPitchFontName ( )
static

Returns the Postscript font name of the font used by default for documents and other text under the user’s control, when that font should be fixed-pitch.

◆ getUserProportionalPitchFontFamilyName()

static std::string macos::TypeServices::getUserProportionalPitchFontFamilyName ( )
static

Returns the family name of the font used by default for documents and other text under the user’s control, when that font should be proportional-pitch.

◆ getUserProportionalPitchFontName()

static std::string macos::TypeServices::getUserProportionalPitchFontName ( )
static

Returns the Postscript font name of the font used by default for documents and other text under the user’s control, when that font should be proportional-pitch.


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