Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <text_glyph_pos.h>
Public Member Functions | |
TextGlyphPos () | |
TextGlyphPos (const TextGlyphPos &) | |
~TextGlyphPos () | |
absl::optional< CFX_Point > | GetOrigin (const CFX_Point &offset) const |
Public Attributes | |
UnownedPtr< const CFX_GlyphBitmap > | m_pGlyph |
CFX_Point | m_Origin |
CFX_PointF | m_fDeviceOrigin |
Definition at line 17 of file text_glyph_pos.h.
|
default |
|
default |
|
default |
Definition at line 18 of file text_glyph_pos.cpp.
CFX_PointF TextGlyphPos::m_fDeviceOrigin |
Definition at line 27 of file text_glyph_pos.h.
CFX_Point TextGlyphPos::m_Origin |
Definition at line 26 of file text_glyph_pos.h.
UnownedPtr<const CFX_GlyphBitmap> TextGlyphPos::m_pGlyph |
Definition at line 25 of file text_glyph_pos.h.