Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_freetype.h>
Public Member Functions | |
ScopedFXFTMMVar (FXFT_FaceRec *face) | |
~ScopedFXFTMMVar () | |
operator bool () const | |
FT_Pos | GetAxisDefault (size_t index) const |
FT_Long | GetAxisMin (size_t index) const |
FT_Long | GetAxisMax (size_t index) const |
Definition at line 41 of file fx_freetype.h.
|
explicit |
Definition at line 76 of file fx_freetype.cpp.
References ScopedFXFTMMVar().
Referenced by ScopedFXFTMMVar().
|
default |
FT_Pos ScopedFXFTMMVar::GetAxisDefault | ( | size_t | index | ) | const |
Definition at line 81 of file fx_freetype.cpp.
FT_Long ScopedFXFTMMVar::GetAxisMax | ( | size_t | index | ) | const |
Definition at line 89 of file fx_freetype.cpp.
FT_Long ScopedFXFTMMVar::GetAxisMin | ( | size_t | index | ) | const |
Definition at line 85 of file fx_freetype.cpp.
|
inlineexplicit |
Definition at line 46 of file fx_freetype.h.