Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
TextGlyphPos Class Reference

#include <text_glyph_pos.h>

Collaboration diagram for TextGlyphPos:

Public Member Functions

 TextGlyphPos ()
 TextGlyphPos (const TextGlyphPos &)
 ~TextGlyphPos ()
std::optional< CFX_PointGetOrigin (const CFX_Point &offset) const

Public Attributes

UnownedPtr< const CFX_GlyphBitmapm_pGlyph
CFX_Point m_Origin
CFX_PointF m_fDeviceOrigin

Detailed Description

Definition at line 17 of file text_glyph_pos.h.

Constructor & Destructor Documentation

◆ TextGlyphPos() [1/2]

TextGlyphPos::TextGlyphPos ( )
default

◆ TextGlyphPos() [2/2]

TextGlyphPos::TextGlyphPos ( const TextGlyphPos & )
default

◆ ~TextGlyphPos()

TextGlyphPos::~TextGlyphPos ( )
default

Member Function Documentation

◆ GetOrigin()

std::optional< CFX_Point > TextGlyphPos::GetOrigin ( const CFX_Point & offset) const

Definition at line 18 of file text_glyph_pos.cpp.

Member Data Documentation

◆ m_fDeviceOrigin

CFX_PointF TextGlyphPos::m_fDeviceOrigin

Definition at line 27 of file text_glyph_pos.h.

◆ m_Origin

CFX_Point TextGlyphPos::m_Origin

Definition at line 26 of file text_glyph_pos.h.

◆ m_pGlyph

UnownedPtr<const CFX_GlyphBitmap> TextGlyphPos::m_pGlyph

Definition at line 25 of file text_glyph_pos.h.


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