LibreOffice Module vcl (master) 1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
vcl::text::TextLayoutCache Class Reference

#include <TextLayoutCache.hxx>

Public Member Functions

 TextLayoutCache (sal_Unicode const *pStr, sal_Int32 const nEnd)
 

Static Public Member Functions

static std::shared_ptr< const vcl::text::TextLayoutCacheCreate (OUString const &)
 

Public Attributes

std::vector< vcl::text::Runruns
 

Detailed Description

Definition at line 47 of file TextLayoutCache.hxx.

Constructor & Destructor Documentation

◆ TextLayoutCache()

vcl::text::TextLayoutCache::TextLayoutCache ( sal_Unicode const *  pStr,
sal_Int32 const  nEnd 
)

Member Function Documentation

◆ Create()

std::shared_ptr< const TextLayoutCache > vcl::text::TextLayoutCache::Create ( OUString const &  rString)
static

Member Data Documentation

◆ runs

std::vector<vcl::text::Run> vcl::text::TextLayoutCache::runs

Definition at line 50 of file TextLayoutCache.hxx.

Referenced by GenericSalLayout::LayoutText(), and TextLayoutCache().


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