|
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 |
Additional Inherited Members | |
Protected Member Functions inherited from juce::ReferenceCountedObject | |
| ReferenceCountedObject ()=default | |
| Creates the reference-counted object (with an initial ref count of zero). | |
| ReferenceCountedObject (const ReferenceCountedObject &) noexcept | |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject (ReferenceCountedObject &&) noexcept | |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject & | operator= (const ReferenceCountedObject &) noexcept |
| Copying from another object does not affect this one's reference-count. | |
| ReferenceCountedObject & | operator= (ReferenceCountedObject &&) noexcept |
| Copying from another object does not affect this one's reference-count. | |
| virtual | ~ReferenceCountedObject () |
| Destructor. | |
| void | resetReferenceCount () noexcept |
| Resets the reference count to zero without deleting the object. | |
Definition at line 185 of file juce_Font.cpp.
|
noexcept |
Definition at line 188 of file juce_Font.cpp.
Definition at line 196 of file juce_Font.cpp.
|
noexcept |
Definition at line 206 of file juce_Font.cpp.
|
noexcept |
Definition at line 216 of file juce_Font.cpp.
|
explicitnoexcept |
Definition at line 223 of file juce_Font.cpp.
|
noexcept |
Definition at line 232 of file juce_Font.cpp.
Definition at line 281 of file juce_Font.cpp.
Definition at line 289 of file juce_Font.cpp.
| float juce::Font::SharedFontInternal::getHeight | ( | ) | const |
Definition at line 306 of file juce_Font.cpp.
| float juce::Font::SharedFontInternal::getHorizontalScale | ( | ) | const |
Definition at line 307 of file juce_Font.cpp.
| float juce::Font::SharedFontInternal::getKerning | ( | ) | const |
Definition at line 308 of file juce_Font.cpp.
| String juce::Font::SharedFontInternal::getTypefaceName | ( | ) | const |
Definition at line 304 of file juce_Font.cpp.
| Typeface::Ptr juce::Font::SharedFontInternal::getTypefacePtr | ( | const Font & | f | ) |
Definition at line 268 of file juce_Font.cpp.
| String juce::Font::SharedFontInternal::getTypefaceStyle | ( | ) | const |
Definition at line 305 of file juce_Font.cpp.
| bool juce::Font::SharedFontInternal::getUnderline | ( | ) | const |
Definition at line 309 of file juce_Font.cpp.
|
noexcept |
Definition at line 255 of file juce_Font.cpp.
|
noexcept |
Definition at line 250 of file juce_Font.cpp.
Definition at line 354 of file juce_Font.cpp.
Definition at line 336 of file juce_Font.cpp.
Definition at line 342 of file juce_Font.cpp.
Definition at line 348 of file juce_Font.cpp.
| void juce::Font::SharedFontInternal::setTypeface | ( | Typeface::Ptr | x | ) |
Definition at line 318 of file juce_Font.cpp.
Definition at line 324 of file juce_Font.cpp.
Definition at line 330 of file juce_Font.cpp.
Definition at line 360 of file juce_Font.cpp.
| auto juce::Font::SharedFontInternal::tie | ( | ) | const |
Definition at line 245 of file juce_Font.cpp.