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
CPDF_Type3GlyphMap Class Reference

#include <cpdf_type3glyphmap.h>

+ Collaboration diagram for CPDF_Type3GlyphMap:

Public Member Functions

 CPDF_Type3GlyphMap ()
 
 ~CPDF_Type3GlyphMap ()
 
std::pair< int, int > AdjustBlue (float top, float bottom)
 
const CFX_GlyphBitmapGetBitmap (uint32_t charcode) const
 
void SetBitmap (uint32_t charcode, std::unique_ptr< CFX_GlyphBitmap > pMap)
 

Detailed Description

Definition at line 19 of file cpdf_type3glyphmap.h.

Constructor & Destructor Documentation

◆ CPDF_Type3GlyphMap()

CPDF_Type3GlyphMap::CPDF_Type3GlyphMap ( )
default

◆ ~CPDF_Type3GlyphMap()

CPDF_Type3GlyphMap::~CPDF_Type3GlyphMap ( )
default

Member Function Documentation

◆ AdjustBlue()

std::pair< int, int > CPDF_Type3GlyphMap::AdjustBlue ( float top,
float bottom )

Definition at line 46 of file cpdf_type3glyphmap.cpp.

◆ GetBitmap()

const CFX_GlyphBitmap * CPDF_Type3GlyphMap::GetBitmap ( uint32_t charcode) const

Definition at line 51 of file cpdf_type3glyphmap.cpp.

Referenced by CPDF_Type3Cache::LoadGlyph().

+ Here is the caller graph for this function:

◆ SetBitmap()

void CPDF_Type3GlyphMap::SetBitmap ( uint32_t charcode,
std::unique_ptr< CFX_GlyphBitmap > pMap )

Definition at line 56 of file cpdf_type3glyphmap.cpp.


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