LibreOffice Module sw (master)
1
|
#include <sal/config.h>
#include <cstdint>
#include <unordered_map>
#include <vcl/font.hxx>
#include <vcl/glyphitem.hxx>
#include <vcl/vclptr.hxx>
#include <vcl/outdev.hxx>
#include "swcache.hxx"
#include "TextFrameIndex.hxx"
Go to the source code of this file.
Classes | |
class | SwFntCache |
class | SwFntObj |
class | SwFntAccess |
Variables | |
SwFntCache * | pFntCache |
SwFntObj * | pLastFont |
SwFntCache* pFntCache |
Definition at line 64 of file fntcache.cxx.
Referenced by FlushFontCache(), SwViewShell::Init(), SwViewShell::PrintProspect(), sw::DocumentDeviceManager::PrtDataChanged(), SwViewShell::Reformat(), SwProtocol::Stop(), TextFinit(), and TextInit_().
SwFntObj* pLastFont |
Definition at line 66 of file fntcache.cxx.
Referenced by SwSubFont::CalcEsc(), SwTextFrame::CalcHeightOfLastLine(), SwSubFont::ChgFnt(), SwSubFont::DoOnCapitals(), SwSubFont::DrawStretchText_(), SwSubFont::DrawText_(), SwSubFont::GetModelPositionForViewPoint_(), and SwSubFont::GetTextSize_().