LibreOffice Module vcl (master) 1
Public Member Functions | Public Attributes | List of all members
vcl::text::Run Struct Reference

#include <TextLayoutCache.hxx>

Public Member Functions

 Run (int32_t nStart_, int32_t nEnd_, UScriptCode nCode_)
 

Public Attributes

int32_t nStart
 
int32_t nEnd
 
UScriptCode nCode
 

Detailed Description

Definition at line 34 of file TextLayoutCache.hxx.

Constructor & Destructor Documentation

◆ Run()

vcl::text::Run::Run ( int32_t  nStart_,
int32_t  nEnd_,
UScriptCode  nCode_ 
)
inline

Definition at line 39 of file TextLayoutCache.hxx.

Member Data Documentation

◆ nCode

UScriptCode vcl::text::Run::nCode

Definition at line 38 of file TextLayoutCache.hxx.

◆ nEnd

int32_t vcl::text::Run::nEnd

Definition at line 37 of file TextLayoutCache.hxx.

Referenced by GenericSalLayout::LayoutText().

◆ nStart

int32_t vcl::text::Run::nStart

Definition at line 36 of file TextLayoutCache.hxx.

Referenced by GenericSalLayout::LayoutText().


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