Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <stdint.h>
#include <vector>
#include "third_party/base/containers/span.h"
Go to the source code of this file.
Functions | |
std::vector< TextCharPos > | GetCharPosList (pdfium::span< const uint32_t > char_codes, pdfium::span< const float > char_pos, CPDF_Font *font, float font_size) |
std::vector< TextCharPos > GetCharPosList | ( | pdfium::span< const uint32_t > | char_codes, |
pdfium::span< const float > | char_pos, | ||
CPDF_Font * | font, | ||
float | font_size ) |
Definition at line 91 of file charposlist.cpp.
References CPDF_Font::AsCIDFont(), CPDF_CIDFont::CIDFromCharCode(), CPDF_CIDFont::CIDTransformToFloat(), CPDF_Font::FallbackFontFromCharcode(), CPDF_Font::FallbackGlyphFromCharcode(), CPDF_Font::GetCharWidthF(), CPDF_CIDFont::GetCIDTransform(), CPDF_Font::GetFont(), CPDF_Font::GetFontFallback(), CFX_Font::GetGlyphWidth(), CPDF_Font::GlyphFromCharCode(), CPDF_Font::IsCIDFont(), CPDF_Font::IsEmbedded(), fxcrt::WideString::IsEmpty(), CPDF_CIDFont::IsVertWriting(), TextCharPos::m_AdjustMatrix, TextCharPos::m_bFontStyle, TextCharPos::m_bGlyphAdjust, TextCharPos::m_FallbackFontPosition, TextCharPos::m_FontCharWidth, TextCharPos::m_GlyphIndex, TextCharPos::m_Unicode, fxcrt::WideString::operator[](), and CPDF_Font::UnicodeFromCharCode().