JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Classes | Static Public Member Functions | List of all members
juce::FontStyleHelpers Struct Reference

Classes

struct  ConcreteFamilyNames
 

Static Public Member Functions

static const chargetStyleName (const bool bold, const bool italic) noexcept
 
static const chargetStyleName (const int styleFlags) noexcept
 
static bool isBold (const String &style) noexcept
 
static bool isItalic (const String &style) noexcept
 
static bool isPlaceholderFamilyName (const String &family)
 
static String getConcreteFamilyNameFromPlaceholder (const String &placeholder)
 
static String getConcreteFamilyName (const Font &font)
 

Detailed Description

Definition at line 29 of file juce_Typeface.cpp.

Member Function Documentation

◆ getConcreteFamilyName()

static String juce::FontStyleHelpers::getConcreteFamilyName ( const Font font)
static

Definition at line 98 of file juce_Typeface.cpp.

◆ getConcreteFamilyNameFromPlaceholder()

static String juce::FontStyleHelpers::getConcreteFamilyNameFromPlaceholder ( const String placeholder)
static

Definition at line 92 of file juce_Typeface.cpp.

◆ getStyleName() [1/2]

static const char * juce::FontStyleHelpers::getStyleName ( const bool  bold,
const bool  italic 
)
staticnoexcept

Definition at line 31 of file juce_Typeface.cpp.

◆ getStyleName() [2/2]

static const char * juce::FontStyleHelpers::getStyleName ( const int  styleFlags)
staticnoexcept

Definition at line 40 of file juce_Typeface.cpp.

◆ isBold()

static bool juce::FontStyleHelpers::isBold ( const String style)
staticnoexcept

Definition at line 46 of file juce_Typeface.cpp.

◆ isItalic()

static bool juce::FontStyleHelpers::isItalic ( const String style)
staticnoexcept

Definition at line 51 of file juce_Typeface.cpp.

◆ isPlaceholderFamilyName()

static bool juce::FontStyleHelpers::isPlaceholderFamilyName ( const String family)
static

Definition at line 57 of file juce_Typeface.cpp.


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