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
CFX_PSRenderer::Glyph Struct Reference
Collaboration diagram for CFX_PSRenderer::Glyph:

Public Member Functions

 Glyph (CFX_Font *font, uint32_t glyph_index)
 Glyph (const Glyph &other)=delete
Glyphoperator= (const Glyph &)=delete
 ~Glyph ()=default
 Glyph (CFX_Font *font, uint32_t glyph_index)
 Glyph (const Glyph &other)=delete
Glyphoperator= (const Glyph &)=delete
 ~Glyph ()=default

Public Attributes

UnownedPtr< CFX_Font > const font
const uint32_t glyph_index
std::optional< std::array< float, 4 > > adjust_matrix

Detailed Description

Definition at line 191 of file cfx_psrenderer.cpp.

Constructor & Destructor Documentation

◆ Glyph() [1/4]

CFX_PSRenderer::Glyph::Glyph ( CFX_Font * font,
uint32_t glyph_index )
inline

Definition at line 192 of file cfx_psrenderer.cpp.

References Glyph(), and glyph_index.

Referenced by Glyph().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Glyph() [2/4]

CFX_PSRenderer::Glyph::Glyph ( const Glyph & other)
delete

◆ ~Glyph() [1/2]

CFX_PSRenderer::Glyph::~Glyph ( )
default

◆ Glyph() [3/4]

CFX_PSRenderer::Glyph::Glyph ( CFX_Font * font,
uint32_t glyph_index )
inline

Definition at line 192 of file cfx_psrenderer.cpp.

◆ Glyph() [4/4]

CFX_PSRenderer::Glyph::Glyph ( const Glyph & other)
delete

◆ ~Glyph() [2/2]

CFX_PSRenderer::Glyph::~Glyph ( )
default

Member Function Documentation

◆ operator=() [1/2]

Glyph & CFX_PSRenderer::Glyph::operator= ( const Glyph & )
delete

◆ operator=() [2/2]

Glyph & CFX_PSRenderer::Glyph::operator= ( const Glyph & )
delete

Member Data Documentation

◆ adjust_matrix

std::optional< std::array< float, 4 > > CFX_PSRenderer::Glyph::adjust_matrix

Definition at line 200 of file cfx_psrenderer.cpp.

◆ font

UnownedPtr< CFX_Font > const CFX_PSRenderer::Glyph::font

Definition at line 198 of file cfx_psrenderer.cpp.

◆ glyph_index

const uint32_t CFX_PSRenderer::Glyph::glyph_index

Definition at line 199 of file cfx_psrenderer.cpp.

Referenced by Glyph().


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